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

1 2 3 45 6 7 8 9

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_ref_host.cc 231 return backend_->Query(context->MakeReplyMessageContext());
pepper_internal_file_ref_backend.cc 166 int32_t PepperInternalFileRefBackend::Query(
  /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/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 116 int32_t query_result = ppapi()->GetFileRefInterface()->Query(
  /external/chromium_org/ppapi/proxy/
file_io_resource.h 42 virtual int32_t Query(PP_FileInfo* info,
110 // Class to perform file query operations across multiple threads.
file_ref_resource.cc 171 int32_t FileRefResource::Query(PP_FileInfo* info,
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 171 bool hasOwnStorage(const CXXRecordDecl *Decl, const CXXRecordDecl *Query);
486 const CXXRecordDecl *Query) {
488 if (DeclLayout.isPrimaryBaseVirtual() && DeclLayout.getPrimaryBase() == Query)
491 if (!hasOwnStorage(Base.getType()->getAsCXXRecordDecl(), Query))
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 175 LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
RegisterCoalescer.cpp 614 if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill())
743 VNInfo *ValNo = SrcInt.Query(CopyIdx).valueIn();
    [all...]
LiveIntervalAnalysis.cpp 338 LiveQueryResult LRQ = li->Query(Idx);
467 LiveQueryResult LRQ = LI->Query(Kill);
502 LiveQueryResult LRQ = LI->Query(MBBStart);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 120 audioSettings.Query();
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 231 " movl $0x80000000,%%eax # Query for extended functions \n"
249 " movl $0x80000000,%%eax # Query for extended functions \n"
267 mov eax,80000000h ; Query for extended functions
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 948 /* A single term in a query is represented by an instances of
962 /* A query string is parsed into a Query structure.
964 * We could, in theory, allow query strings to be complicated
985 * occurs in the query string, the NOT is ignored:
990 typedef struct Query {
992 int nTerms; /* Number of terms in the query */
997 } Query;
1010 short int iTerm; /* The index in Query.pTerms[] of the matching term */
1035 ** 10k documents of Enron corpus), though including query performanc
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 765 scoped_ptr<tabs::Query::Params> params(tabs::Query::Params::Create(*args_));
769 tabs::Query::Params::QueryInfo::STATUS_NONE;
771 tabs::Query::Params::QueryInfo::STATUS_LOADING;
794 tabs::Query::Params::QueryInfo::WINDOW_TYPE_NONE) {
795 window_type = tabs::Query::Params::QueryInfo::ToString(
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 45 2. Query the current program string's execution position.
46 3. Query the current values of intermediate program values.
53 query current GL state. The GetProgramRegisterfvMESA function allows
219 Is used to query the value of program variables and registers
247 by those extensions (i.e. "v[X]" to query vertex attributes,
271 register query is attempted for a program target that's not currently
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 45 2. Query the current program string's execution position.
46 3. Query the current values of intermediate program values.
53 query current GL state. The GetProgramRegisterfvMESA function allows
219 Is used to query the value of program variables and registers
247 by those extensions (i.e. "v[X]" to query vertex attributes,
271 register query is attempted for a program target that's not currently
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vsprov.h 181 STDMETHOD_(HRESULT,Query)(THIS_ VSS_ID QueriedObjectId,VSS_OBJECT_TYPE eQueriedObjectType,VSS_OBJECT_TYPE eReturnedObjectsType,IVssEnumObject **ppEnum) PURE;
198 #define IVssSoftwareSnapshotProvider_Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) (This)->lpVtbl->Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum)
vsbackup.h 160 STDMETHOD_(HRESULT,Query)(THIS_ VSS_ID QueriedObjectId,VSS_OBJECT_TYPE eQueriedObjectType,VSS_OBJECT_TYPE eReturnedObjectsType,IVssEnumObject **ppEnum) PURE;
214 #define IVssBackupComponents_Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) (This)->lpVtbl->Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum)
281 STDMETHOD_(HRESULT,Query)(THIS_ VSS_ID QueriedObjectId,VSS_OBJECT_TYPE eQueriedObjectType,VSS_OBJECT_TYPE eReturnedObjectsType,IVssEnumObject **ppEnum) PURE;
339 #define IVssBackupComponentsEx_Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum) (This)->lpVtbl->Query(This,QueriedObjectId,eQueriedObjectType,eReturnedObjectsType,ppEnum)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 20 import android.app.DownloadManager.Query;
345 final Query query = new Query().setFilterById(downloadId); local
346 final Cursor cursor = manager.query(query);
463 * the dictionary pack like Latin IME, this means it should re-query the dictionary pack
    [all...]
  /external/chromium_org/ppapi/tests/
test_file_io.cc 585 callback.WaitForResult(file_io.Query(&info, callback.GetCallback()));
595 return "FileIO::Query() has returned bad data.";
597 // Call |Query()| again, to make sure it works a second time.
598 callback.WaitForResult(file_io.Query(&info, callback.GetCallback()));
639 // Abort |Query()|.
652 rv = file_io.Query(&info, callback.GetCallback());
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 140 * "parameters" {Object} Query parameters to include in the request.
165 * @param {Object} opt_params Query parameters to include in the request.
166 * @return {String} The base url plus any query params plus any OAuth params.
195 * @param {Object} opt_params Query parameters to include in the request.
270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 140 * "parameters" {Object} Query parameters to include in the request.
165 * @param {Object} opt_params Query parameters to include in the request.
166 * @return {String} The base url plus any query params plus any OAuth params.
195 * @param {Object} opt_params Query parameters to include in the request.
270 chrome.tabs.query({active: true, currentWindow: true}, function (tabs) {
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 612 // Query object should not be created untill BeginQueriesEXT.
615 QueryManager::Query* query = query_manager->GetQuery(kNewClientId); local
616 EXPECT_TRUE(query == NULL);
633 // After BeginQueriesEXT id name should have query object associated with it.
634 query = query_manager->GetQuery(kNewClientId);
635 ASSERT_TRUE(query != NULL);
636 EXPECT_FALSE(query->pending());
654 EXPECT_TRUE(query->pending());
821 QueryManager::Query* query = query_manager->GetQuery(kNewClientId) local
848 QueryManager::Query* query = query_manager->GetQuery(kNewClientId); local
889 QueryManager::Query* query = query_manager->GetQuery(kNewClientId); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 1584 struct pipe_query* query = immediate_pipe->create_query(immediate_pipe, query_type); local
1614 struct pipe_query* query = immediate_pipe->create_query(immediate_pipe, query_type); local
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 82 /// Result of a LiveRange query. This class hides the implementation details
438 /// Query Liveness at Idx.
441 LiveQueryResult Query(SlotIndex Idx) const {

Completed in 2457 milliseconds

1 2 3 45 6 7 8 9