Searched refs:strv (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | addToRegDB.py | 123 def findInTable(conn,table,keystr,strv,key): argument 125 r = conn.execute("select %s from %s where %s=?" % (key,table,keystr),(strv,)) 130 conn.execute("INSERT INTO %s(%s) VALUES(?)" % (table,keystr),(strv,)) 132 r = conn.execute("select %s from %s where %s=?" % (key,table,keystr),(strv,))
|
D | addToDB.py | 117 def findInTable(conn,table,keystr,strv,key): argument 119 r = conn.execute("select %s from %s where %s=?" % (key,table,keystr),(strv,)) 124 conn.execute("INSERT INTO %s(%s) VALUES(?)" % (table,keystr),(strv,)) 126 r = conn.execute("select %s from %s where %s=?" % (key,table,keystr),(strv,))
|