Searched refs:query (Results 101 - 125 of 634) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/dashboard/dashboard/
H A Dstored_object_test.py56 part_entities = stored_object.PartEntity.query().fetch()
74 multipart_entities = stored_object.MultipartEntity.query().fetch()
76 part_entities = stored_object.PartEntity.query().fetch()
H A Dgroup_report.py21 # This is the max number of alerts to query at once. This is used in cases
22 # when we may want to query more many more alerts than actually get displayed.
77 anomaly_query = anomaly.Anomaly.query(
80 stoppage_alert_query = stoppage_alert.StoppageAlert.query(
95 # We can't make a query that has two inequality filters on two different
96 # properties (start_revision and end_revision). Therefore we first query
98 anomaly_query = anomaly.Anomaly.query(anomaly.Anomaly.end_revision >= rev)
102 stoppage_alert_query = stoppage_alert.StoppageAlert.query(
139 query = anomaly.Anomaly.query(
[all...]
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
H A Dcreate.py28 query = self.request.get('query')
57 job.query = query
H A Dtest.py88 Query: <br><input type="text" name="query" value="{query}"/>
106 query='MAX_TRACE_HANDLES=10',
/external/libchrome/base/metrics/
H A Dstatistics_recorder.cc128 void StatisticsRecorder::WriteHTMLGraph(const std::string& query, argument
134 GetSnapshot(query, &snapshot);
142 void StatisticsRecorder::WriteGraph(const std::string& query, argument
146 if (query.length())
147 StringAppendF(output, "Collections of histograms for %s\n", query.c_str());
152 GetSnapshot(query, &snapshot);
160 std::string StatisticsRecorder::ToJSON(const std::string& query) { argument
165 if (!query.empty()) {
166 output += "\"query\":";
167 EscapeJSONString(query, tru
290 GetSnapshot(const std::string& query, Histograms* snapshot) argument
[all...]
/external/opencv3/modules/cudafeatures2d/perf/
H A Dperf_features2d.cpp162 cv::Mat query(3000, desc_size, type);
163 declare.in(query, WARMUP_RNG);
172 const cv::cuda::GpuMat d_query(query);
189 TEST_CYCLE() matcher.match(query, train, cpu_matches);
221 cv::Mat query(3000, desc_size, type);
222 declare.in(query, WARMUP_RNG);
231 const cv::cuda::GpuMat d_query(query);
251 TEST_CYCLE() matcher.knnMatch(query, train, matchesTbl, k);
275 cv::Mat query(3000, desc_size, type);
276 declare.in(query, WARMUP_RN
[all...]
/external/opencv3/modules/flann/include/opencv2/flann/
H A Dground_truth.h42 void find_nearest(const Matrix<typename Distance::ElementType>& dataset, typename Distance::ElementType* query, int* matches, int nn, argument
51 dists[0] = distance(dataset[0], query, dataset.cols);
56 DistanceType tmp = distance(dataset[i], query, dataset.cols);
H A Dnn_index.h62 * \param[in] queries The query points for which to find the nearest neighbors
95 * \param[in] query The query point
102 virtual int radiusSearch(const Matrix<ElementType>& query, Matrix<int>& indices, Matrix<DistanceType>& dists, float radius, const SearchParams& params) argument
104 if (query.rows != 1) {
108 assert(query.cols == veclen());
122 findNeighbors(resultSet, query[0], params);
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Ddjango_orm.py111 query = {self.key_name: self.key_value}
112 entities = self.model_class.objects.filter(**query)
140 query = {self.key_name: self.key_value}
141 entities = self.model_class.objects.filter(**query).delete()
H A Dtools.py76 Waits for a single request and parses the query parameters
85 Waits for a single request and parses the query parameters
92 Parses the query parameters and prints a message
99 query = self.path.split('?', 1)[-1]
100 query = dict(urllib.parse.parse_qsl(query))
101 self.server.query_params = query
219 print('Failed to find "code" in the query parameters of the redirect.')
/external/curl/lib/
H A Dimap.h63 char *query; /* Query to search for */ member in struct:IMAP
/external/libxml2/python/tests/
H A DtstURI.py8 uri = libxml2.parseURI("http://example.org:8088/foo/bar?query=simple#fragid")
21 if uri.query() != 'query=simple':
22 print("Error parsing URI: wrong query")
25 print("Error parsing URI: wrong query")
31 if result != "https://example.org:223/foo/bar?query=simple":
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.h29 struct nouveau_object *query; member in struct:nv30_screen
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A DMakefile15 query.c \
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionClient.java60 String query = url.getQuery();
61 if (query != null && query.length() > 0) {
62 headers.append("?").append(query);
/external/opencv3/modules/flann/src/
H A Dminiflann.cpp462 void runKnnSearch_(void* index, const Mat& query, Mat& indices, Mat& dists, argument
469 CV_Assert(query.type() == type && indices.type() == CV_32S && dists.type() == dtype);
470 CV_Assert(query.isContinuous() && indices.isContinuous() && dists.isContinuous());
472 ::cvflann::Matrix<ElementType> _query((ElementType*)query.data, query.rows, query.cols);
481 void runKnnSearch(void* index, const Mat& query, Mat& indices, Mat& dists, argument
484 runKnnSearch_<Distance, ::cvflann::Index<Distance> >(index, query, indices, dists, knn, params);
488 int runRadiusSearch_(void* index, const Mat& query, Mat& indices, Mat& dists, argument
495 CV_Assert(query
508 runRadiusSearch(void* index, const Mat& query, Mat& indices, Mat& dists, double radius, const SearchParams& params) argument
554 Mat query = _query.getMat(), indices, dists; local
596 Mat query = _query.getMat(), indices, dists; local
[all...]
/external/parameter-framework/asio/include/asio/ip/
H A Dresolver_service.hpp43 /// The query type.
84 /// Resolve a query to a list of entries.
85 iterator_type resolve(implementation_type& impl, const query_type& query, argument
88 return service_impl_.resolve(impl, query, ec);
91 /// Asynchronously resolve a query to a list of entries.
95 async_resolve(implementation_type& impl, const query_type& query, argument
102 service_impl_.async_resolve(impl, query, init.handler);
/external/parameter-framework/asio-1.10.6/include/asio/ip/
H A Dresolver_service.hpp43 /// The query type.
84 /// Resolve a query to a list of entries.
85 iterator_type resolve(implementation_type& impl, const query_type& query, argument
88 return service_impl_.resolve(impl, query, ec);
91 /// Asynchronously resolve a query to a list of entries.
95 async_resolve(implementation_type& impl, const query_type& query, argument
102 service_impl_.async_resolve(impl, query, init.handler);
/external/skia/tools/
H A Dinstall_dependencies.sh16 if !(dpkg-query -W -f'${Status}' "$arg" 2>/dev/null | \
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DCommonIntentsFacade.java86 @Rpc(description = "Opens a map search for query (e.g. pizza, 123 My Street).")
87 public void viewMap(@RpcParameter(name = "query, e.g. pizza, 123 My Street") String query) argument
89 view("geo:0,0?q=" + query, null, null);
105 @Rpc(description = "Starts a search for the given query.")
106 public void search(@RpcParameter(name = "query") String query) { argument
108 intent.putExtra(SearchManager.QUERY, query);
/external/webrtc/webrtc/libjingle/xmpp/
H A Djingleinfotask.cc92 const XmlElement * query = stanza->FirstNamed(QN_JINGLE_INFO_QUERY); local
93 if (query == NULL)
95 const XmlElement *stun = query->FirstNamed(QN_JINGLE_INFO_STUN);
107 const XmlElement *relay = query->FirstNamed(QN_JINGLE_INFO_RELAY);
/external/autotest/frontend/afe/
H A Dmodel_logic.py11 from django.db.models.sql import query namespace
42 class CustomQuery(query.Query):
75 Convert the query set's "query" attribute to a CustomQuery.
77 # Make a copy of the query set
79 query_set.query = query_set.query.clone(
139 join_type = query_set.query.LOUTER
141 join_type = query_set.query.INNER
144 query_set.query
[all...]
/external/opencv3/modules/features2d/misc/java/test/
H A DBruteForceDescriptorMatcherTest.java171 Mat query = getQueryDescriptors();
173 matcher.knnMatch(query, train, matches, k);
176 Log.d("knnMatch", "query = " + query);
179 matcher.knnMatch(query, matches, k);
181 assertEquals(query.rows(), matches.size());
204 Mat query = getQueryDescriptors();
208 matcher.match(query, matches);
215 Mat query = getQueryDescriptors();
220 matcher.match(query, matche
[all...]
/external/autotest/frontend/
H A Dsetup_test_environment.py80 for query in connection.queries:
81 print query['sql'] + ';\n'
/external/autotest/site_utils/tester_feedback/
H A Dfeedback_delegate.py25 """Returns the query dictionary for a client.
29 @return: A dictionary mapping registered query numbers to query delegate
40 """Returns a query delegate class for a given query type.
42 @param query_id: The query type for which a delegate is needed.
44 @return: A query delegate class.
51 raise xmlrpclib.Fault('Unknown query type (%s)' % query_id)
53 raise xmlrpclib.Fault('Unsupported query type (%s)' % query_id)
90 """Register a new query fro
[all...]

Completed in 815 milliseconds

1234567891011>>