OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:db_obj
(Results
1 - 4
of
4
) sorted by null
/external/autotest/tko/
save_query.cgi
30
db_obj
= db.db()
34
db_obj
.insert('tko_query_history', data_to_insert)
41
db_obj
= db.db()
44
db_obj
.delete('tko_query_history', data_to_delete)
query_history.cgi
12
db_obj
= db.db()
16
rows =
db_obj
.select("time_created,user_comment,url",
compose_query.cgi
130
db_obj
= db.db()
variable
225
for (base, idx, name, url) in
db_obj
.select(','.join(fields),
282
test_data = frontend.get_matrix_data(
db_obj
, column, row, where,
342
apnd = display.status_precounted_box(
db_obj
, box_data,
frontend.py
73
def get_matrix_data(
db_obj
, x_axis, y_axis, where = None,
88
rows =
db_obj
.select(fields, 'tko_test_view',
Completed in 65 milliseconds