Home
last modified time | relevance | path

Searched defs:Query (Results 1 – 14 of 14) sorted by relevance

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dquery.h12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} in Query() function
13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} in Query() function
/external/marisa-trie/lib/marisa/
Dquery.h12 Query(const char *ptr, std::size_t length) : ptr_(ptr), length_(length) {} in Query() function
13 Query(const Query &query) : ptr_(query.ptr_), length_(query.length_) {} in Query() function
/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h59 class Query; variable
123 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} in Query() function
125 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): in Query() function
DLiveInterval.h493 LiveQueryResult Query(SlotIndex Idx) const { in Query() function
/external/v8/test/cctest/
Dtest-decls.cc225 v8::Handle<Integer> DeclarationContext::Query(Local<String> key) { in Query() function in DeclarationContext
275 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AbsentPropertyContext
339 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AppearingPropertyContext
408 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in ExistsInPrototypeContext
467 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AbsentInPrototypeContext
502 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in ExistsInHiddenPrototypeContext
/external/clang/test/CodeGenObjC/
Dprivate-extern-selector-reference.m4 @interface Query interface
/external/v8/src/
Dhydrogen-alias-analysis.h27 HAliasing Query(HValue* a, HValue* b) { in Query() function
/external/jmdns/src/javax/jmdns/impl/constants/
DDNSOperationCode.java15 Query("Query", 0), enumConstant
/external/llvm/lib/Analysis/
DValueTracking.cpp94 struct Query { struct
95 ExclInvsSet ExclInvs;
96 AssumptionCache *AC;
97 const Instruction *CxtI;
98 const DominatorTree *DT;
100 Query(AssumptionCache *AC = nullptr, const Instruction *CxtI = nullptr, in Query() function
104 Query(const Query &Q, const Value *NewExcl) in Query() argument
DInstructionSimplify.cpp47 struct Query { struct
48 const DataLayout &DL;
49 const TargetLibraryInfo *TLI;
50 const DominatorTree *DT;
51 AssumptionCache *AC;
52 const Instruction *CxtI;
54 Query(const DataLayout &DL, const TargetLibraryInfo *tli, in Query() function
1241 const Query &, unsigned) { in SimplifyFRemInst()
/external/llvm/lib/Support/
DSpecialCaseList.cpp157 bool SpecialCaseList::inSection(StringRef Section, StringRef Query, in inSection()
/external/deqp/framework/opengl/
DgluObjectWrapper.hpp138 typedef TypedObjectWrapper<OBJECTTYPE_QUERY> Query; typedef
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp501 const CXXRecordDecl *Query) { in hasOwnStorage()
/external/mesa3d/src/mesa/main/
Dmtypes.h3503 struct gl_query_state Query; /**< occlusion, timer queries */ member