HomeSort by relevance Sort by last modified time
    Searched refs:query (Results 76 - 100 of 1949) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/components/query_parser/
query_parser.h 30 // query. While QueryNode is exposed by way of ParseQuery, it really isn't meant
38 virtual int AppendToSQLiteQuery(base::string16* query) const = 0;
77 // Parse a query into a SQLite query. The resulting query is placed in
79 int ParseQuery(const base::string16& query, base::string16* sqlite_query);
81 // Parses |query|, returning the words that make up it. Any words in quotes
82 // are put in |words| without the quotes. For example, the query text
85 void ParseQueryWords(const base::string16& query,
88 // Parses |query|, returning the nodes that constitute the valid words in th
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomdiscoverytask.cc 42 const XmlElement* query = stanza->FirstNamed(QN_DISCO_INFO_QUERY); local
43 if (query == NULL) {
50 const XmlElement* identity = query->FirstNamed(QN_DISCO_IDENTITY);
66 for (const XmlElement* feature = query->FirstNamed(QN_DISCO_FEATURE);
71 const XmlElement* data_x = query->FirstNamed(QN_XDATA_X);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600.h 67 /* The kind of query */
69 /* Offset of the first result for current query */
71 /* Offset of the next free result after current query data */
76 /* The buffer where query results are stored. It's used as a ring,
77 * data blocks for current query are stored sequentially from
105 void r600_context_query_destroy(struct r600_context *ctx, struct r600_query *query);
107 struct r600_query *query,
109 void r600_query_begin(struct r600_context *ctx, struct r600_query *query);
110 void r600_query_end(struct r600_context *ctx, struct r600_query *query);
113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 67 /* The kind of query */
69 /* Offset of the first result for current query */
71 /* Offset of the next free result after current query data */
76 /* The buffer where query results are stored. It's used as a ring,
77 * data blocks for current query are stored sequentially from
105 void r600_context_query_destroy(struct r600_context *ctx, struct r600_query *query);
107 struct r600_query *query,
109 void r600_query_begin(struct r600_context *ctx, struct r600_query *query);
110 void r600_query_end(struct r600_context *ctx, struct r600_query *query);
113 void r600_query_predication(struct r600_context *ctx, struct r600_query *query, int operation
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 31 * a contact's display name matches a numeric query. The boolean variable
56 public SmartDialNameMatcher(String query) {
57 this(query, LATIN_SMART_DIAL_MAP);
60 public SmartDialNameMatcher(String query, SmartDialMap map) {
61 mQuery = query;
117 * Matches a phone number against a query. Let the test application overwrite the NANP setting.
120 * @param query - Normalized query (only contains numbers from 0-9)
122 * @return {@literal null} if the number and the query don't match, a valid
126 public SmartDialMatchPosition matchesNumber(String phoneNumber, String query, boolean useNanp)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DeletedContactUtil.java 40 Cursor cursor = resolver.query(uri, projection, null, null, null);
51 Cursor cursor = resolver.query(URI, projection, null, null, null);
64 public static List<String[]> query(ContentResolver resolver, String[] projection) { method in class:DeletedContactUtil
65 Cursor cursor = resolver.query(URI, projection, null, null, null);
78 Cursor cursor = resolver.query(URI, projection, selection, args, null);
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 147 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query)
149 if (query == NULL)
151 os_free(query->auth_msg);
152 os_free(query);
158 struct hostapd_acl_query_data *query)
163 query->radius_id = radius_client_get_id(hapd->radius);
164 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id);
268 struct hostapd_acl_query_data *query;
281 query = hapd->acl_queries;
282 while (query) {
482 struct hostapd_acl_query_data *query, *prev; local
619 struct hostapd_acl_query_data *query, *prev; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
query_manager.cc 59 : public QueryManager::Query,
78 : Query(manager, target, shm_id, shm_offset) {
116 // query.
137 class AllSamplesPassedQuery : public QueryManager::Query {
151 // Service side query id.
158 : Query(manager, target, shm_id, shm_offset),
196 class CommandsIssuedQuery : public QueryManager::Query {
215 : Query(manager, target, shm_id, shm_offset) {
243 class CommandLatencyQuery : public QueryManager::Query {
259 : Query(manager, target, shm_id, shm_offset)
469 Query* query = queries_.begin()->second.get(); local
477 scoped_refptr<Query> query; local
536 Query* query = it->second.get(); local
640 Query* query = pending_queries_.front().get(); local
660 Query* query = pending_transfer_queries_.front().get(); local
    [all...]
gpu_control_service.cc 25 gles2::QueryManager::Query* query = query_manager_->GetQuery(query_id); local
26 if (!query)
29 query->AddCallback(callback);
query_manager_unittest.cc 62 QueryManager::Query* CreateQuery(
71 void QueueQuery(QueryManager::Query* query,
74 EXPECT_CALL(*gl_, BeginQueryARB(query->target(), service_id))
77 EXPECT_CALL(*gl_, EndQueryARB(query->target()))
80 EXPECT_TRUE(manager_->BeginQuery(query));
81 EXPECT_TRUE(manager_->EndQuery(query, submit_count));
158 // Check we can create a Query.
159 scoped_refptr<QueryManager::Query> query(
485 QueryManager::Query* query = manager->CreateQuery( local
519 QueryManager::Query* query = manager->CreateQuery( local
545 QueryManager::Query* query = manager->CreateQuery( local
    [all...]
  /external/chromium_org/content/browser/worker_host/test/
worker_browsertest.cc 35 GURL GetTestURL(const std::string& test_case, const std::string& query) {
38 return GetFileUrlWithQuery(test_file_path, query);
43 const std::string& query) {
44 GURL url = GetTestURL(test_case, query);
52 void RunTest(const std::string& test_case, const std::string& query) {
53 RunTest(shell(), test_case, query); local
155 std::string query = base::StringPrintf("?count=%d", max_workers_per_tab + 1); local
157 GURL url = GetTestURL("many_shared_workers.html", query);
182 std::string query = base::StringPrintf("?count=%d", max_workers_per_tab); local
183 GURL url = GetTestURL("many_shared_workers.html", query);
218 std::string query = base::StringPrintf("?count=%d", max_workers_per_tab); local
230 std::string query = base::StringPrintf("?count=%d", max_workers_per_tab + 1); local
253 std::string query = base::StringPrintf("?count=%d", max_workers_per_tab + 1); local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
TemplateUrlService.java 191 * Finds the default search engine for the default provider and returns the url query
192 * {@link String} for {@code query}.
193 * @param query The {@link String} that represents the text query the search url should
196 * {@code query} inserted as the search parameter.
198 public String getUrlForSearchQuery(String query) {
199 return nativeGetUrlForSearchQuery(mNativeTemplateUrlServiceAndroid, query);
203 * Finds the default search engine for the default provider and returns the url query
204 * {@link String} for {@code query} with voice input source param set.
205 * @param query The {@link String} that represents the text query the search url shoul
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_cache_unittest.cc 83 const char* query; member in struct:history::__anon8657::__anon8658
91 // Exact match with URL with query: redirects.
93 // No match with URL with query: as-is.
106 std::string query(test_cases[i].query);
107 EXPECT_EQ(expected, cache_.GetCanonicalURL(GURL(query)).spec())
163 const char* query; member in struct:history::__anon8657::__anon8659
165 // Exact match after trimming "?query": redirects.
205 std::string query(test_cases[i].query);
224 const char* query; member in struct:history::__anon8657::__anon8660
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ContentProvider.js 53 * @param {string} query
58 searchInContent: function(query, caseSensitive, isRegex, callback) { }
73 * @param {string} query
78 WebInspector.ContentProvider.performSearchInContent = function(content, query, caseSensitive, isRegex)
80 var regex = createSearchRegex(query, caseSensitive, isRegex);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 67 query = TestFile.all()
69 query = query.filter("master =", master)
71 query = query.filter("builder =", builder)
73 query = query.filter("test_type =", test_type)
75 query = query.filter("name =", name)
78 query = query.filter("date <", date
    [all...]
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
HangingSuggestionProvider.java 43 public Cursor query(Uri uri, String[] projectionIn, String selection, method in class:HangingSuggestionProvider
45 Log.d(TAG, "query(" + uri + ")");
48 String query = null; local
50 query = path.get(path.size()-1);
53 if ("hang".equals(query)) {
58 if ("icon".equals(query)) {
71 } else if ("icon2".equals(query)) {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
url_util_unittest.cc 20 // Pretty print the JSON escaped in the query string.
21 std::string PrettyPrintEscapedJson(const std::string& query) {
23 query, net::UnescapeRule::SPACES | net::UnescapeRule::URL_SPECIAL_CHARS);
55 // Confirm that "%20" is used instead of "+" in the query.
56 EXPECT_TRUE(url.query().find("+") == std::string::npos);
57 EXPECT_TRUE(url.query().find("%20") != std::string::npos);
58 // The escaped query is hard to read. Pretty print the escaped JSON.
70 PrettyPrintEscapedJson(url.query()));
103 // Confirm that "%20" is used instead of "+" in the query.
104 EXPECT_TRUE(url.query().find("+") == std::string::npos)
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
database_string_table.cc 71 sql::Statement query(connection->GetUniqueStatement(
74 query.BindString(0, value);
75 if (!query.Step())
77 *id = query.ColumnInt64(0);
97 sql::Statement query(connection->GetUniqueStatement(
100 query.BindInt64(0, id);
101 if (!query.Step())
104 *value = query.ColumnString(0);
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_search_provider.h 27 // Validate the query for privacy and size.
28 bool IsValidQuery(const base::string16& query);
30 // Start a query with throttling enabled.
40 bool IsSensitiveInput(const base::string16& query);
  /external/chromium_org/chrome/browser/ui/app_list/search/
history.h 33 // as associations between user typed query and launched result id. There are
46 void AddLaunchEvent(const std::string& query, const std::string& result_id);
48 // Gets all known search results that were launched using the given |query|
49 // or using queries that |query| is a prefix of.
50 scoped_ptr<KnownResults> GetKnownResults(const std::string& query) const;
  /external/chromium_org/gpu/command_buffer/tests/
occlusion_query_unittest.cc 104 GLuint query = 0; local
105 glGenQueriesEXT(1, &query);
117 glBeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, query);
126 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_AVAILABLE_EXT, &result);
128 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_EXT, &query_status);
134 glBeginQueryEXT(GL_ANY_SAMPLES_PASSED_EXT, query);
142 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_AVAILABLE_EXT, &result);
144 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_EXT, &query_status);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryListListener.cpp 36 void MediaQueryListListener::queryChanged(MediaQueryList* query)
41 v8::Handle<v8::Value> args[] = { toV8(query, m_scriptState->context()->Global(), m_scriptState->isolate()) };
StyleMedia.cpp 51 bool StyleMedia::matchMedium(const String& query) const
63 if (!media->set(query))
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceRequest.java 36 * @param query The part of service specific query.
39 protected WifiP2pUpnpServiceRequest(String query) {
40 super(WifiP2pServiceInfo.SERVICE_TYPE_UPNP, query);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FilteredItemSelectionDialog.js 157 * @param {string} query
159 setQuery: function(query)
161 this._promptElement.value = query;
173 var query = this._delegate.rewriteQuery(this._promptElement.value.trim());
174 this._query = query;
175 var queryLength = query.length;
176 var filterRegex = query ? WebInspector.FilePathScoreFunction.filterRegex(query) : null;
214 var score = this._delegate.itemScoreAt(i, query);
215 if (query)
    [all...]

Completed in 1522 milliseconds

1 2 34 5 6 7 8 91011>>