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

1 2 34 5 6 7 8

  /external/chromium_org/content/renderer/pepper/
ppb_file_ref_impl.h 70 virtual int32_t Query(
  /external/chromium_org/gpu/command_buffer/service/
context_state.h 155 scoped_refptr<QueryManager::Query> current_query;
  /external/chromium_org/ppapi/proxy/
file_ref_resource.h 53 virtual int32_t Query(PP_FileInfo* info,
file_io_resource.h 37 virtual int32_t Query(PP_FileInfo* info,
70 // Class to perform file query operations across multiple threads.
file_ref_resource.cc 164 int32_t FileRefResource::Query(PP_FileInfo* info,
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.h 60 class Query;
162 BindingPointer<Query> activeQuery[QUERY_TYPE_COUNT];
299 void deleteQuery(GLuint query);
312 void beginQuery(GLenum target, GLuint query);
329 Query *getQuery(GLuint handle, bool create, GLenum type);
445 typedef HASH_MAP<GLuint, Query*> QueryMap;
  /external/marisa-trie/lib/marisa/
trie-inline.h 65 return find_callback_<const Query &>(Query(ptr, length), callback);
121 return predict_callback_<const Query &>(Query(ptr, length), callback);
147 inline bool Trie::find_child(UInt32 &node, T query,
163 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
164 tail_match<T>(node, link_id, query, pos);
171 } else if (labels_[node] == query[pos]) {
182 std::size_t Trie::find_callback_(T query, U callback) const {
193 } while (!query.ends_at(pos) && find_child<T>(node, query, pos))
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 66 return find_callback_<const Query &>(Query(ptr, length), callback);
122 return predict_callback_<const Query &>(Query(ptr, length), callback);
148 inline bool Trie::find_child(UInt32 &node, T query,
164 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
165 tail_match<T>(node, link_id, query, pos);
172 } else if (labels_[node] == query[pos]) {
183 std::size_t Trie::find_callback_(T query, U callback) const try {
194 } while (!query.ends_at(pos) && find_child<T>(node, query, pos))
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 100 private final Queries.Query mQuery;
179 this.displayName = cursor.getString(Queries.Query.NAME);
180 this.destination = cursor.getString(Queries.Query.DESTINATION);
181 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
182 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
183 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
184 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
185 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
186 this.displayNameSource = cursor.getInt(Queries.Query.DISPLAY_NAME_SOURCE);
243 Log.w(TAG, "null cursor returned for default Email filter query.")
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 14 // Query tags already in the document.
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
TrampolineActivity.java 24 import android.app.DownloadManager.Query;
63 final Cursor cursor = dm.query(new Query().setFilterById(id));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_html5fs_test.cc 139 EXPECT_CALL(*fileref_, Query(fileref_resource_, _, _))
335 EXPECT_CALL(*fileref, Query(fileref_resource, _, _))
371 EXPECT_CALL(*fileref, Query(fileref_resource, _, _))
481 EXPECT_CALL(*fileref_, Query(fileref_resource_, _, _))
554 EXPECT_CALL(*fileref_, Query(fileref_resource_, _, _))
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_external_file_ref_backend.cc 71 int32_t PepperExternalFileRefBackend::Query(
pepper_file_ref_host.cc 241 return backend_->Query(context->MakeReplyMessageContext());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
OpenHelper.java 69 final Cursor cursor = downManager.query(new DownloadManager.Query().setFilterById(id));
112 .query(headersUri, null, null, null, null);
128 final Cursor cursor = context.getContentResolver().query(uri, new String[]{Constants.UID},
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 40 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
203 Query query = mContactsProvider local
213 query.returnRow(values);
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 371 * A DocListMerge is not yet able to propagate offsets through query
544 ** query joins a virtual table to itself? If so perhaps we should
747 * If found, returns SQLITE_ROW and result in *piResult; if the query returns
940 /* Decide how to handle an SQL query.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
test_util.js 117 * @param {string=} opt_iframeQuery Query for the iframe.
222 * @param {string} targetQuery Query to specify the element.
294 * Performs autocomplete with the given query and waits until at least
296 * always looks like "'<query>' - search Drive".
299 * @param {string} query Query used for autocomplete.
304 contentWindow, query, numExpectedItems, callback) {
314 // the autocomplete query is processed.
315 searchBox.value = query;
383 var query = '[volume-type-icon=' + iconName + ']'
    [all...]
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 118 // FileRef::Query is out-of-process only.
120 RUN_CALLBACK_TEST(TestFileRef, Query, filter);
394 // Query.
396 callback.WaitForResult(file_io.Query(&info, callback.GetCallback()));
569 out_callback.WaitForResult(file_ref.Query(out_callback.GetCallback()));
580 // Query a file ref on an external filesystem.
585 out_callback.WaitForResult(file_ref_ext.Query(out_callback.GetCallback()));
588 return ReportError("Query() result", out_callback.result());
600 // Query a file ref for a file that doesn't exist.
602 out_callback.WaitForResult(missing_file_ref.Query(
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 20 import android.app.DownloadManager.Query;
410 * @param enqueue the id used to identify/query the DownloadManager with.
414 Query query = new Query(); local
415 query.setFilterById(enqueue);
416 Cursor c = mDownloadManager.query(query);
  /external/chromium/base/win/
event_trace_controller.cc 141 HRESULT EtwTraceController::Query(const wchar_t* session_name,
  /external/chromium_org/base/win/
event_trace_controller.cc 141 HRESULT EtwTraceController::Query(const wchar_t* session_name,
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 222 int32_t query_result = file.Query(&info, pp::BlockUntilComplete());
224 ShowErrorMessage("File query failed", query_result);
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 178 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 120 audioSettings.Query();

Completed in 2478 milliseconds

1 2 34 5 6 7 8