HomeSort by relevance Sort by last modified time
    Searched refs:query_string (Results 1 - 14 of 14) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
customer_database.c 33 char query_string[256]; local
36 snprintf(query_string, sizeof(query_string),
38 number_of_results = connection->query_database(connection, query_string,
database.h 24 DatabaseConnection* const connection, const char * const query_string,
customer_database_test.c 28 DatabaseConnection* const connection, const char * const query_string,
  /external/libbrillo/brillo/
url_utils.cc 61 std::string query_string = url->substr(query_pos);
63 return query_string;
74 std::string query_string = TrimOffQueryString(&result); local
84 result += query_string;
90 std::string query_string; local
93 query_string = url.substr(query_pos, query_len);
95 return query_string;
101 std::string query_string = GetQueryString(url, true); local
102 if (!query_string.empty() && query_string.front() == '?'
    [all...]
  /external/perfetto/infra/perfetto-ci.appspot.com/
main.py 23 self.request.query_string)
  /device/generic/goldfish/camera/
QemuClient.h 80 * query_string - Query string. This constructor can also be used to
84 explicit QemuQuery(const char* query_string);
QemuClient.cpp 57 QemuQuery::QemuQuery(const char* query_string)
66 mQueryDeliveryStatus = QemuQuery::createQuery(query_string, NULL);
  /device/google/cuttlefish_common/guest/hals/camera/
QemuClient.h 82 * query_string - Query string. This constructor can also be used to
86 explicit QemuQuery(const char* query_string);
QemuClient.cpp 52 QemuQuery::QemuQuery(const char* query_string)
60 mQueryDeliveryStatus = QemuQuery::createQuery(query_string, NULL);
  /external/libchrome/base/metrics/
statistics_recorder.cc 360 const char* const query_string = query.c_str(); local
362 [query_string](const HistogramBase* const h) {
364 query_string);
  /external/autotest/scheduler/
monitor_db_unittest.py 160 query_string=('afe_jobs.priority DESC, '
167 order_by=query_string))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgi.py 160 if 'QUERY_STRING' in environ:
162 qs = qs + environ['QUERY_STRING']
166 environ['QUERY_STRING'] = qs # XXX Shouldn't, really
167 elif 'QUERY_STRING' in environ:
168 qs = environ['QUERY_STRING']
174 environ['QUERY_STRING'] = qs # XXX Shouldn't, really
432 if 'QUERY_STRING' in environ:
433 qs = environ['QUERY_STRING']
449 if 'QUERY_STRING' in environ:
450 self.qs_on_post = environ['QUERY_STRING']
    [all...]
  /external/python/cpython2/Lib/
cgi.py 159 if 'QUERY_STRING' in environ:
161 qs = qs + environ['QUERY_STRING']
165 environ['QUERY_STRING'] = qs # XXX Shouldn't, really
166 elif 'QUERY_STRING' in environ:
167 qs = environ['QUERY_STRING']
173 environ['QUERY_STRING'] = qs # XXX Shouldn't, really
431 if 'QUERY_STRING' in environ:
432 qs = environ['QUERY_STRING']
448 if 'QUERY_STRING' in environ:
449 self.qs_on_post = environ['QUERY_STRING']
    [all...]
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp     [all...]

Completed in 208 milliseconds