Searched refs:query (Results 251 - 275 of 634) sorted by relevance

<<11121314151617181920>>

/external/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h138 /// valid until the next query() call.
139 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
/external/opencv/cvaux/include/
H A Dcvaux.hpp114 float query( int* bin ) const function in class:CvCamShiftTracker
/external/parameter-framework/upstream/remote-process/
H A Dmain.cpp99 asio::connect(connectionSocket, resolver.resolve(tcp::resolver::query(host, port)));
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentProviderTest.java44 public Cursor query(Uri arg0, String[] arg1, String arg2, method in class:ContentProviderTest.TestContentProvider
H A DContentResolverTest.java132 assertNull(shadowContentResolver.query(null, null, null, null, null));
135 assertThat((TestCursor) shadowContentResolver.query(null, null, null, null, null),
141 assertNull(shadowContentResolver.query(uri21, null, null, null, null));
142 assertNull(shadowContentResolver.query(uri22, null, null, null, null));
149 assertThat((TestCursor) shadowContentResolver.query(uri21, null, null, null, null),
151 assertThat((TestCursor) shadowContentResolver.query(uri22, null, null, null, null),
165 Cursor cursor = shadowContentResolver.query(uri21, projection, selection, selectionArgs, sortOrder);
325 @Override public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder) {
344 assertNotNull(contentResolver.query(uri, null, null, null, null));
349 assertNull(contentResolver.query(unrelate
[all...]
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.h78 record_policydb_table_query_t query; member in struct:record_policydb_table
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java81 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, method in class:SettingsProvider
/external/webrtc/webrtc/base/
H A Dhttpcommon_unittest.cc20 #define TEST_QUERY "?query=x&attr=y"
30 EXPECT_STREQ(TEST_QUERY, url.query().c_str());
44 EXPECT_STREQ(TEST_QUERY, url.query().c_str());
55 EXPECT_STREQ("", url.query().c_str());
67 EXPECT_STREQ(TEST_QUERY, url.query().c_str());
92 EXPECT_TRUE(url.get_attribute("query", &value));
/external/webrtc/webrtc/libjingle/xmpp/
H A Dmucroomlookuptask.h65 XmlElement* query);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.c170 struct radeon_query_object *query = radeon->query.current; local
174 OUT_BATCH_RELOC(0, query->bo, query->curr_offset, 0, RADEON_GEM_DOMAIN_GTT, 0);
176 query->curr_offset += sizeof(uint32_t);
177 assert(query->curr_offset < RADEON_QUERY_PAGE_SIZE);
178 query->emitted_begin = GL_FALSE;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteDatabase.java114 public Cursor query(boolean distinct, String table, String[] columns, method in class:ShadowSQLiteDatabase
131 throw new RuntimeException("SQL exception in query", e);
140 public Cursor query(String table, String[] columns, String selection, method in class:ShadowSQLiteDatabase
143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null);
147 public Cursor query(String table, String[] columns, String selection, method in class:ShadowSQLiteDatabase
150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit);
231 SQLiteCursorDriver masterQuery, String editTable, SQLiteQuery query) {
232 return new SQLiteCursor(db, masterQuery, editTable, query);
257 throw new RuntimeException("SQL exception in query", e);
328 * Allows tests cases to query th
[all...]
/external/autotest/site_utils/
H A Dcollect_suite_time_stats.py114 results = autotest_es.query(
156 results = autotest_es.query(
228 results = autotest_es.query(
284 results = autotest_es.query(
372 results = autotest_es.query(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
H A Dtest_search.py231 query = search.build_query(q='Test')
233 results = search(query)
236 self.assertEqual(results.query, query)
270 """Check next page query is correct"""
277 self.assertEqual(results.next_page().query.start,
/external/selinux/policycoreutils/sepolicy/
H A Dinfo.c37 #include <apol/policy-query.h>
101 apol_level_query_t *query = NULL; local
107 query = apol_level_query_create();
108 if (!query)
110 if (apol_level_query_set_sens(policydb, query, name))
112 if (apol_level_get_by_query(policydb, query, &v))
143 apol_level_query_destroy(&query);
239 apol_level_query_t *query = NULL; local
251 /* get category name for apol query */
255 query
312 apol_cat_query_t *query = NULL; local
[all...]
/external/libxml2/
H A Duri.c233 * Parse the query part of an URI
274 * Parse the query part of an URI
276 * query = *uric
294 if (uri->query != NULL)
295 xmlFree(uri->query);
297 uri->query = STRNDUP(*str, cur - *str);
299 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL);
301 /* Save the raw bytes of the query as well.
793 * relative-ref = relative-part [ "?" query ] [ "#" fragment ]
851 * scheme ":" hier-part [ "?" query ] [ "#" fragmen
[all...]
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dfind_anomalies_test.py147 anomalies = anomaly.Anomaly.query().fetch()
203 anomalies = anomaly.Anomaly.query().fetch()
256 anomalies = anomaly.Anomaly.query().fetch()
287 new_anomalies = anomaly.Anomaly.query().fetch()
314 new_anomalies = anomaly.Anomaly.query().fetch()
331 new_anomalies = anomaly.Anomaly.query().fetch()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... URI repoURL org.eclipse.equinox.p2.query.IQuery query org.eclipse.equinox.p2 ...
/external/opencv3/modules/features2d/src/
H A Dmatchers.cpp63 static bool ocl_matchSingle(InputArray query, InputArray train, argument
66 if (query.empty() || train.empty())
69 const int query_rows = query.rows();
70 const int query_cols = query.cols();
77 UMat uquery = query.getUMat(), utrain = train.getUMat();
92 int depth = query.depth();
100 size_t globalSize[] = {(query.size().height + block_size - 1) / block_size * block_size, block_size};
161 static bool ocl_knnMatchSingle(InputArray query, InputArray train, UMat &trainIdx, argument
164 if (query.empty() || train.empty())
167 const int query_rows = query
273 ocl_radiusMatchSingle(InputArray query, InputArray train, UMat &trainIdx, UMat &distance, UMat &nMatches, float maxDistance, int distType) argument
696 ocl_match(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int dstType) argument
706 ocl_knnMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, int k, int dstType, bool compactResult) argument
854 ocl_radiusMatch(InputArray query, InputArray _train, std::vector< std::vector<DMatch> > &matches, float maxDistance, int dstType, bool compactResult) argument
[all...]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DApiBrowser.java102 private void updateAndFilterMethodDescriptors(final String query) { argument
117 if (query == null) {
120 return descriptor.getName().toLowerCase().contains(query.toLowerCase());
129 final String query = intent.getStringExtra(SearchManager.QUERY);
130 ((TextView) findViewById(R.id.left_text)).setText(query);
131 updateAndFilterMethodDescriptors(query);
/external/autotest/frontend/tko/
H A Dgraphing_utils.py60 Exception to raise if the graphing query returned an empty resultset.
108 query_dict: dictionary containing the main query and the drilldown
109 queries. The main query returns a row for each x value. The first
143 def __init__(self, query, filter_string, interval, drilldown_callback):
145 query: the main query to retrieve the pass rate information. The first
159 self.query = query
252 # Get the appropriate drilldown query
260 # Get the appropriate parameters for the drilldown query
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h653 struct pipe_query* query; member in struct:GalliumD3D11Asynchronous
656 GalliumD3D11Asynchronous(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size) argument
657 : GalliumD3D11DeviceChild<Base>(device), query(query), data_size(data_size)
662 this->device->immediate_pipe->destroy_query(this->device->immediate_pipe, query);
695 GalliumD3D11QueryOrPredicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
696 : GalliumD3D11Asynchronous<Base>(device, query, data_size), desc(desc)
708 GalliumD3D11Query(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_QUERY_DESC& desc) argument
709 : GalliumD3D11QueryOrPredicate<ID3D11Query>(device, query, data_size, desc)
715 GalliumD3D11Predicate(GalliumD3D11Screen* device, struct pipe_query* query, unsigne argument
728 GalliumD3D11Counter(GalliumD3D11Screen* device, struct pipe_query* query, unsigned data_size, const D3D11_COUNTER_DESC& desc) argument
[all...]
/external/autotest/frontend/client/src/autotest/tko/
H A DTkoUtils.java91 static void doCsvRequest(RpcDataSource dataSource, Query query, JSONObject extraParams) { argument
93 JSONObject arguments = query.getParams();
/external/autotest/server/cros/
H A Dsonic_client_utils.py72 self.query = ''
82 self.query,
/external/avahi/avahi-core/
H A DAndroid.mk15 query-sched.c \
/external/c-ares/
H A Dares_query.c72 static struct query* find_query_by_id(ares_channel channel, unsigned short id)
79 /* Find the query corresponding to this packet. */
84 struct query *q = list_node->data;
92 /* a unique query id is generated using an rc4 key. Since the id may already
93 be used by a running query (as infrequent as it may be), a lookup is
115 /* Compose the query. */
128 /* Allocate and fill in the query structure. */

Completed in 7328 milliseconds

<<11121314151617181920>>