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

  /external/chromium_org/tools/perf/benchmarks/
dromaeo.py 56 # Subclasses are expected to define a class member called query_param.
57 if not hasattr(self, 'query_param'):
58 raise NotImplementedError('query_param not in Dromaeo benchmark.')
59 url = 'file://index.html?%s&automated' % self.query_param
70 query_param = 'dom-attr' variable in class:DromaeoDomCoreAttr
77 query_param = 'dom-modify' variable in class:DromaeoDomCoreModify
83 query_param = 'dom-query' variable in class:DromaeoDomCoreQuery
89 query_param = 'dom-traverse' variable in class:DromaeoDomCoreTraverse
95 query_param = 'jslib-attr-jquery' variable in class:DromaeoJslibAttrJquery
101 query_param = 'jslib-attr-prototype variable in class:DromaeoJslibAttrPrototype
107 query_param = 'jslib-event-jquery' variable in class:DromaeoJslibEventJquery
113 query_param = 'jslib-event-prototype' variable in class:DromaeoJslibEventPrototype
119 query_param = 'jslib-modify-jquery' variable in class:DromaeoJslibModifyJquery
125 query_param = 'jslib-modify-prototype' variable in class:DromaeoJslibModifyPrototype
131 query_param = 'jslib-style-jquery' variable in class:DromaeoJslibStyleJquery
137 query_param = 'jslib-style-prototype' variable in class:DromaeoJslibStylePrototype
143 query_param = 'jslib-traverse-jquery' variable in class:DromaeoJslibTraverseJquery
149 query_param = 'jslib-traverse-prototype' variable in class:DromaeoJslibTraversePrototype
    [all...]
  /device/generic/goldfish/camera/
QemuClient.h 91 * query_param - Query parameters. Can be NULL.
93 QemuQuery(const char* query_name, const char* query_param);
107 * query_param - Query parameters. Can be NULL.
QemuClient.cpp 65 QemuQuery::QemuQuery(const char* query_name, const char* query_param)
74 mQueryDeliveryStatus = QemuQuery::createQuery(query_name, query_param);
  /external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc 207 AutofillQueryParam query_param; local
208 AutofillHostMsg_QueryFormFieldAutofill::Read(message1, &query_param);
209 EXPECT_FALSE(query_param.e);
221 AutofillHostMsg_QueryFormFieldAutofill::Read(message2, &query_param);
222 EXPECT_TRUE(query_param.e);
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 51 const std::string query_param = query_params[i]; local
53 Tokenize(query_param, "=", &param_parts);
  /external/qemu/android/camera/
camera-service.c 79 * query_param - Upon success contains a pointer to the beginning of the query
90 const char** query_param)
104 if (query_param != NULL) {
108 *query_param = (*qend == '\0') ? NULL : qend;
540 const char* query_param = NULL; local
544 &query_param)) {
1175 const char* query_param = NULL; local
    [all...]

Completed in 468 milliseconds