/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
RawContactUtil.java | 47 Cursor cursor = resolver.query(uri, projection, null, null, null); 59 Cursor cursor = resolver.query(uri, projection, null, null, null);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
base_rule_store.js | 28 * Set of custom query functions for the store. 197 * Checks if we have a custom query and applies it. Otherwise returns null. 210 * Applies either an Xpath selector or a custom query to the node 214 * query. 224 * Applies either an Xpath selector or a custom query to the node 228 * query. 241 * Applies either an Xpath selector or a custom query to the node and returns 245 * query. 358 return this.applyQuery(node, prec.query) === node && 421 if (prec1.query != prec2.query) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar | |
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_VideoTest.java | 72 Cursor c = Video.query(mContentResolver, newUri, new String[] { VideoColumns.DATA });
|
TelephonyProviderTest.java | 89 Cursor cursor = mContentResolver.query(Carriers.CONTENT_URI,
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
MockContentProvider.java | 61 public Cursor query(Uri uri, String[] projection, String selection, method in class:MockContentProvider
|
/developers/samples/android/common/src/java/com/example/android/common/assetprovider/ |
AssetProvider.java | 119 public Cursor query(Uri uri, String[] projection, String selection, method in class:AssetProvider
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessageReceiver.java | 56 // Query the filter URI 57 Cursor cursor = context.getContentResolver().query(uri, projection, null, null, null);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List7.java | 62 // This query will only return contacts with phone numbers 63 Cursor c = getContentResolver().query(Phone.CONTENT_URI,
|
/external/chromium_org/base/metrics/ |
statistics_recorder_unittest.cc | 284 // No query should be set. 285 ASSERT_FALSE(root_dict->HasKey("query")); 299 // Test the query filter. 300 std::string query("TestHistogram2"); 301 json = StatisticsRecorder::ToJSON(query); 308 ASSERT_TRUE(root_dict->GetString("query", &query_value)); 309 EXPECT_EQ(query, query_value); 324 json = StatisticsRecorder::ToJSON(query);
|
/external/chromium_org/cc/test/ |
test_context_support.cc | 28 void TestContextSupport::SignalQuery(uint32 query,
|
/external/chromium_org/chrome/browser/google/ |
google_search_counter.cc | 40 if (entry.GetURL().query().find("source=search_app") != std::string::npos)
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
background.js | 6 // query param to the url that displays the screenshot. 34 // screenshot includes a query parameter with a unique id, which
|
/external/chromium_org/components/bookmarks/browser/ |
bookmark_utils.h | 81 // the text |query.word_phrase_query| and exactly match |query.url| and 82 // |query.title|, for all of the preceding fields that are not NULL. 85 const QueryFields& query, 127 // searched for "a&p", the query would be escaped as "a%26p", so without
|
/external/chromium_org/net/dns/ |
dns_response.cc | 164 bool DnsResponse::InitParse(int nbytes, const DnsQuery& query) { 166 // Response includes query, it should be at least that size. 167 if (nbytes < query.io_buffer()->size() || nbytes >= io_buffer_->size()) 170 // Match the query id. 171 if (base::NetToHost16(header()->id) != query.id()) 180 const base::StringPiece question = query.question(); 276 // DnsTransaction already verified that |response| matches the issued query. 278 // query name to the RR owner name.
|
/external/chromium_org/net/proxy/ |
dhcp_proxy_script_fetcher_win.h | 98 void OnGetCandidateAdapterNamesDone(scoped_refptr<AdapterQuery> query);
|
/external/chromium_org/net/spdy/ |
hpack_header_table.cc | 157 HpackEntry query(name, ""); 158 OrderedEntrySet::const_iterator it = index_.lower_bound(&query); 167 HpackEntry query(name, value); 168 OrderedEntrySet::const_iterator it = index_.lower_bound(&query);
|
/external/chromium_org/ppapi/c/dev/ |
ppb_url_util_dev.h | 38 * don't include the @ and :, the port doesn't include the colon, the query 46 * http://foo/search -> query = (0, -1) 47 * http://foo/search? -> query = (18, 0) 62 struct PP_URLComponent_Dev query; member in struct:PP_URLComponents_Dev
|
/external/chromium_org/ppapi/proxy/ |
ppapi_command_buffer_proxy.h | 54 virtual void SignalQuery(uint32 query,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/ |
FileContentView.js | 152 * @param {string} query 157 searchInContent: function(query, caseSensitive, isRegex, callback)
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen.h | 75 struct pb_manager *query; member in struct:vmw_winsys_screen::__anon17867
|
/external/chromium_org/third_party/skia/src/core/ |
SkTileGrid.h | 54 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query' 55 * The query argument is expected to be an exact match to a tile of the grid 57 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
|
/external/chromium_org/tools/json_schema_compiler/ |
preview.py | 154 var query = 'highlighter=' + highlighterName + '&' + 156 populateViaXHR('h_pane', basePath + '/' + targetName + '.h?' + query); 157 populateViaXHR('cc_pane', basePath + '/' + targetName + '.cc?' + query); 264 query_dict = urlparse.parse_qs(parsed_url.query)
|