Searched defs:query (Results 226 - 250 of 415) sorted by relevance

1234567891011>>

/external/chromium_org/components/query_parser/
H A Dquery_parser.cc66 // A QueryNodeWord is a single word in the query.
77 virtual int AppendToSQLiteQuery(base::string16* query) const OVERRIDE;
100 int QueryNodeWord::AppendToSQLiteQuery(base::string16* query) const {
101 query->append(word_);
105 *query += L'*';
161 virtual int AppendToSQLiteQuery(base::string16* query) const OVERRIDE;
171 int AppendChildrenToString(base::string16* query) const;
204 int QueryNodeList::AppendToSQLiteQuery(base::string16* query) const {
205 return AppendChildrenToString(query);
233 int QueryNodeList::AppendChildrenToString(base::string16* query) cons
333 ParseQuery(const base::string16& query, base::string16* sqlite_query) argument
341 ParseQueryWords(const base::string16& query, std::vector<base::string16>* words) argument
349 ParseQueryNodes(const base::string16& query, QueryNodeStarVector* nodes) argument
399 ParseQueryImpl(const base::string16& query, QueryNodeList* root) argument
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dcommand_buffer_proxy_impl.cc425 void CommandBufferProxyImpl::SignalQuery(uint32 query, argument
440 query,
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc125 // Creates a string-to-string, keyword-value map from a parameter/query string
128 bool ParseQuery(const std::string& query, argument
138 for (cursor = query.begin(), limit = query.end();
375 const std::string& query = request_url_with_parameters.query(); local
376 if (!query.empty()) {
377 if (!ParseQuery(query, &parameters))
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc378 void GLManager::SignalQuery(uint32 query, const base::Closure& callback) { argument
/external/chromium_org/mojo/gles2/
H A Dcommand_buffer_client_impl.cc233 void CommandBufferClientImpl::SignalQuery(uint32 query, argument
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseAgent.cpp302 void InspectorDatabaseAgent::executeSQL(ErrorString*, const String& databaseId, const String& query, PassRefPtrWillBeRawPtr<ExecuteSQLCallback> prpRequestCallback) argument
317 SQLTransactionCallback* callback = TransactionCallback::create(query, requestCallback.get());
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dhwcomposer.h420 * thread to query refresh rate and dpi for the display. Additionally,
559 int (*query)(struct hwc_composer_device_1* dev, int what, int* value); member in struct:hwc_composer_device_1
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Deval.c548 _mesa_GetnMapdvARB( GLenum target, GLenum query, GLsizei bufSize, GLdouble *v ) argument
570 switch (query) {
623 _mesa_error( ctx, GL_INVALID_ENUM, "glGetMapdv(query)" );
634 _mesa_GetMapdv( GLenum target, GLenum query, GLdouble *v ) argument
636 _mesa_GetnMapdvARB(target, query, INT_MAX, v);
640 _mesa_GetnMapfvARB( GLenum target, GLenum query, GLsizei bufSize, GLfloat *v ) argument
662 switch (query) {
715 _mesa_error( ctx, GL_INVALID_ENUM, "glGetMapfv(query)" );
727 _mesa_GetMapfv( GLenum target, GLenum query, GLfloat *v ) argument
729 _mesa_GetnMapfvARB(target, query, INT_MA
734 _mesa_GetnMapivARB( GLenum target, GLenum query, GLsizei bufSize, GLint *v ) argument
821 _mesa_GetMapiv( GLenum target, GLenum query, GLint *v ) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp113 SkIRect query; local
114 fquery.roundOut(&query);
117 if (!this->isEmpty() && SkIRect::IntersectsNoEmptyCheck(fRoot.fBounds, query)) {
118 this->search(fRoot.fChild.subtree, query, results);
217 // hurt query performance. See get_overlap_increase()
312 void SkRTree::search(Node* root, const SkIRect query, SkTDArray<void*>* results) const { argument
314 if (SkIRect::IntersectsNoEmptyCheck(root->child(i)->fBounds, query)) {
318 this->search(root->child(i)->fChild.subtree, query, results);
H A DSkRecordDraw.cpp22 // lets us query the BBH.
23 SkRect query = { 0, 0, 0, 0 }; local
24 (void)canvas->getClipBounds(&query);
27 bbh->search(query, &ops);
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex.h253 /** Pointer to the mode query function */
254 mode_query_func query; member in struct:SpeexMode
/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view.cc324 base::string16 query; local
325 base::TrimWhitespace(model_->search_box()->text(), base::TRIM_ALL, &query);
326 bool should_show_search = !query.empty();
340 // Resubmit the query via a posted task so that all observers for the
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc142 int get, int set, int query,
162 CHECK_EQ(query, query_count());
141 Check(const char* source, int get, int set, int query, Expectations expectations, v8::Handle<Value> value) argument
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp56 T query (const glw::Functions& gl, deUint32 param);
100 GLint query<GLint> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
108 GLint64 query<GLint64> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
116 GLuint64 query<GLuint64> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
124 GLfloat query<GLfloat> (const glw::Functions& gl,deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
132 NegInt query<NegInt> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
134 return NegInt(query<GLint>(gl, param));
138 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
146 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param) function in namespace:deqp::gles3::Functional::LimitQuery
154 AlignmentInt query<AlignmentIn function in namespace:deqp::gles3::Functional::LimitQuery
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp87 GLuint query = 0; local
105 log << TestLog::Message << "Using occlusion query to check for rendered fragments" << TestLog::EndMessage;
124 gl.genQueries(1, &query);
136 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query);
139 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &insidePassed);
141 << "Occlusion query reports it was " << (insidePassed > 0 ? "rendered." : "not rendered") << TestLog::EndMessage;
144 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query);
147 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &outsideXPassed);
149 << "Occlusion query reports it was " << (outsideXPassed > 0 ? "rendered." : "not rendered") << TestLog::EndMessage;
152 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query);
192 GLuint query = 0; local
[all...]
/external/mesa3d/src/mesa/main/
H A Deval.c548 _mesa_GetnMapdvARB( GLenum target, GLenum query, GLsizei bufSize, GLdouble *v ) argument
570 switch (query) {
623 _mesa_error( ctx, GL_INVALID_ENUM, "glGetMapdv(query)" );
634 _mesa_GetMapdv( GLenum target, GLenum query, GLdouble *v ) argument
636 _mesa_GetnMapdvARB(target, query, INT_MAX, v);
640 _mesa_GetnMapfvARB( GLenum target, GLenum query, GLsizei bufSize, GLfloat *v ) argument
662 switch (query) {
715 _mesa_error( ctx, GL_INVALID_ENUM, "glGetMapfv(query)" );
727 _mesa_GetMapfv( GLenum target, GLenum query, GLfloat *v ) argument
729 _mesa_GetnMapfvARB(target, query, INT_MA
734 _mesa_GetnMapivARB( GLenum target, GLenum query, GLsizei bufSize, GLint *v ) argument
821 _mesa_GetMapiv( GLenum target, GLenum query, GLint *v ) argument
[all...]
/external/skia/src/core/
H A DSkRTree.cpp105 void SkRTree::search(const SkIRect& query, SkTDArray<void*>* results) { argument
110 if (!this->isEmpty() && SkIRect::IntersectsNoEmptyCheck(fRoot.fBounds, query)) {
111 this->search(fRoot.fChild.subtree, query, results);
210 // hurt query performance. See get_overlap_increase()
305 void SkRTree::search(Node* root, const SkIRect query, SkTDArray<void*>* results) const { argument
307 if (SkIRect::IntersectsNoEmptyCheck(root->child(i)->fBounds, query)) {
311 this->search(root->child(i)->fChild.subtree, query, results);
/external/speex/include/speex/
H A Dspeex.h253 /** Pointer to the mode query function */
254 mode_query_func query; member in struct:SpeexMode
/external/wpa_supplicant_8/wpa_supplicant/
H A Dgas_query.c2 * Generic advertisement service (GAS) query
25 /** GAS query timeout in seconds */
30 * struct gas_query_pending - Pending GAS query
54 * struct gas_query - Internal GAS query data
79 * gas_query_init - Initialize GAS query component
81 * Returns: Pointer to GAS query data or %NULL on failure
121 static void gas_query_free(struct gas_query_pending *query, int del_list) argument
123 struct gas_query *gas = query->gas;
126 dl_list_del(&query->list);
128 if (gas->work && gas->work->ctx == query) {
140 gas_query_done(struct gas_query *gas, struct gas_query_pending *query, enum gas_query_result result) argument
167 struct gas_query_pending *query, *next; local
193 gas_query_append(struct gas_query_pending *query, const u8 *data, size_t len) argument
211 struct gas_query_pending *query; local
256 gas_query_tx(struct gas_query *gas, struct gas_query_pending *query, struct wpabuf *req) argument
284 gas_query_tx_comeback_req(struct gas_query *gas, struct gas_query_pending *query) argument
308 struct gas_query_pending *query = user_ctx; local
316 gas_query_tx_comeback_req_delay(struct gas_query *gas, struct gas_query_pending *query, u16 comeback_delay) argument
332 gas_query_rx_initial(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u16 comeback_delay) argument
363 gas_query_rx_comeback(struct gas_query *gas, struct gas_query_pending *query, const u8 *adv_proto, const u8 *resp, size_t len, u8 frag_id, u8 more_frags, u16 comeback_delay) argument
440 struct gas_query_pending *query; local
573 struct gas_query_pending *query = user_ctx; local
598 struct gas_query_pending *query = work->ctx; local
658 struct gas_query_pending *query; local
712 struct gas_query_pending *query; local
[all...]
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc269 jstring query) {
270 return GetTopSynchronousResult(env, obj, query, false);
350 // query to clear the prefetched results.
267 GetTopSynchronousMatch(JNIEnv* env, jobject obj, jstring query) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_provider_unittest.cc103 TemplateURLRef::SearchTermsArgs(base::ASCIIToUTF16("query")));
184 // Runs a query on the input "a", and makes sure both providers' input is
200 void RunQuery(const base::string16 query);
434 void AutocompleteProviderTest::RunQuery(const base::string16 query) { argument
437 query, base::string16::npos, base::string16(), GURL(),
505 // Tests assisted query stats.
513 // assisted query stats set.
546 // query params set on the command line.
685 // For the destination URL to have aqs parameters for query formulation time
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.cc181 const std::string& query,
180 SearchMetadata( const std::string& query, int options, int at_most_num_matches, const SearchMetadataCallback& callback) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc62 vector<FilePath> Search(string query);
171 vector<FilePath> Index::Search(string query) { argument
173 const char* data = query.c_str();
175 trigram_chars.reserve(query.size());
176 for (size_t i = 0; i < query.size(); ++i)
179 for (size_t i = 0; i + 2 < query.size(); ++i) {
466 const string& query,
475 query,
481 const string& query,
484 vector<FilePath> file_paths = g_trigram_index.Get().Search(query);
465 SearchInPath(const string& file_system_path, const string& query, const SearchCallback& callback) argument
479 SearchInPathOnFileThread( const string& file_system_path, const string& query, const SearchCallback& callback) argument
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc259 // So, here we use files.list method instead, with setting parents query.
261 // code up by moving the responsibility to include "parents" in the query
297 std::string query; local
298 base::StringAppendF(&query, "title = '%s'",
302 &query, " and '%s' in parents",
305 query += " and trashed = false";
310 request->set_q(query);
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc511 if (params->query.as_string) {
512 ::bookmarks::QueryFields query; local
513 query.word_phrase_query.reset(
514 new base::string16(base::UTF8ToUTF16(*params->query.as_string)));
517 query,
522 DCHECK(params->query.as_object);
524 *params->query.as_object;
525 ::bookmarks::QueryFields query; local
526 if (object.query) {
527 query
[all...]

Completed in 1538 milliseconds

1234567891011>>