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

1 2 34 5 6 7 8 9

  /external/chromium_org/chrome/browser/extensions/api/messaging/
incognito_connectability.cc 58 bool IncognitoConnectability::Query(const Extension* extension,
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.h 39 virtual int32_t Query(ppapi::host::ReplyMessageContext context) = 0;
pepper_internal_file_ref_backend.h 42 virtual int32_t Query(ppapi::host::ReplyMessageContext context) OVERRIDE;
pepper_external_file_ref_backend.cc 71 int32_t PepperExternalFileRefBackend::Query(
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Query11.cpp 18 static bool checkOcclusionQuery(ID3D11DeviceContext *context, ID3D11Query *query, UINT64 *numPixels)
20 HRESULT result = context->GetData(query, numPixels, sizeof(UINT64), 0);
24 static bool checkStreamOutPrimitivesWritten(ID3D11DeviceContext *context, ID3D11Query *query, UINT64 *numPrimitives)
27 HRESULT result = context->GetData(query, &soStats, sizeof(D3D11_QUERY_DATA_SO_STATISTICS), 0);
48 queryDesc.Query = gl_d3d11::ConvertQueryType(getType());
147 return GL_TRUE; // prevent blocking when query is null
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 135 typedef TypedObjectWrapper<OBJECTTYPE_QUERY> Query;
  /cts/build/
test_deqp_package.mk 31 # Query build ABIs by routing a dummy test list through xml generator and parse result
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 14 // Query tags already in the document.
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.h 109 virtual int32_t Query(PP_Resource file_io,
145 virtual int32_t Query(PP_Resource file_ref,
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 41 import com.android.contacts.common.test.mocks.MockContentProvider.Query;
91 // The ContactsApplication performs this getType query to warm up the provider - see
147 Query query = mContactsProvider local
157 query.returnRow(values);
  /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/chrome/browser/devtools/device/usb/
android_usb_browsertest.cc 309 queries_.push(Query(callback, make_scoped_refptr(buffer), length));
386 Query query = queries_.front();
388 if (query.size > output_buffer_.size())
393 output_buffer_.begin() + query.size,
394 query.buffer->data());
396 output_buffer_.begin() + query.size);
399 base::Bind(query.callback,
401 query.buffer,
402 query.size))
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 61 class Query;
112 typedef std::map< GLenum, BindingPointer<Query> > ActiveQueryMap;
229 const Query *getActiveQuery(GLenum target) const;
280 void deleteQuery(GLuint query);
310 void beginQuery(GLenum target, GLuint query);
337 Query *getQuery(GLuint handle, bool create, GLenum type);
517 typedef std::unordered_map<GLuint, Query*> QueryMap;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 360 LPCWSTR Query,
522 LPCWSTR Query,
560 LPCWSTR Query,
wmiatlprov.h 32 HRESULT WINAPI ExecQuery(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;};
33 HRESULT WINAPI ExecNotificationQuery(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IEnumWbemClassObject **ppEnum) {return WBEM_E_NOT_SUPPORTED;};
34 HRESULT WINAPI ExecNotificationQueryAsync(const BSTR QueryLanguage,const BSTR Query,__LONG32 lFlags,IWbemContext *pCtx,IWbemObjectSink *pResponseHandler) {return WBEM_E_NOT_SUPPORTED;};
  /external/chromium_org/gpu/command_buffer/service/
context_state.h 202 // A map of of target -> Query for current queries
203 typedef std::map<GLuint, scoped_refptr<QueryManager::Query> > QueryMap;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pepper/
all_interfaces.h 42 METHOD3(FileIoInterface, int32_t, Query, PP_Resource, PP_FileInfo*,
59 METHOD3(FileRefInterface, int32_t, Query, PP_Resource, PP_FileInfo*,
  /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},
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 96 * @param {string=} opt_iframeQuery Query for the iframe.
182 * @param {string} targetQuery Query to specify the element.
226 * @param {string} query Query for the input element.
229 test.util.sync.inputText = function(contentWindow, query, text) {
230 var input = contentWindow.document.querySelector(query);
263 var query = '#file-list li.table-row[selected] .filename-label span';
265 test.util.sync.fakeMouseDoubleClick(contentWindow, query);
277 var query = '[volume-type-icon=' + iconName + ']';
285 if (contentWindow.document.querySelector(query)) {
    [all...]
  /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/ppapi/tests/
test_file_ref.cc 118 RUN_CALLBACK_TEST(TestFileRef, Query, filter);
408 // Query.
410 callback.WaitForResult(file_io.Query(&info, callback.GetCallback()));
589 out_callback.WaitForResult(file_ref.Query(out_callback.GetCallback()));
600 // Query a file ref on an external filesystem.
605 out_callback.WaitForResult(file_ref_ext.Query(out_callback.GetCallback()));
608 return ReportError("Query() result", out_callback.result());
620 // Query a file ref for a file that doesn't exist.
622 out_callback.WaitForResult(missing_file_ref.Query(
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 506 LiveQueryResult LRQ = LR->Query(SlotIdx);
532 LiveQueryResult LRQ = LR->Query(SlotIdx);
590 lastUse = LR && LR->Query(SlotIdx).isKill();
727 LiveQueryResult LRQ = LR->Query(SlotIdx);
752 /// FIXME: This is expensive for an on-the-fly query. We need to cache the
    [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_org/content/browser/media/
webrtc_getusermedia_browsertest.cc 27 using trace_analyzer::Query;
154 Query::EventNameIs(measure_filter),
  /external/chromium_org/base/win/
event_trace_controller.cc 141 HRESULT EtwTraceController::Query(const wchar_t* session_name,

Completed in 2326 milliseconds

1 2 34 5 6 7 8 9