/external/webkit/LayoutTests/fast/xpath/ |
D | union-context-node-expected.txt | 12 Query "ancestor::xhtml:span" from span#B 17 Query ".|ancestor::xhtml:span" from span#B 22 Query "ancestor::xhtml:span|." from span#B 27 Query "ancestor::xhtml:*[local-name()='span']" from span#B 32 Query ".|ancestor::xhtml:*[local-name()='span']" from span#B 37 Query "ancestor::xhtml:*[local-name()='span']|." from span#B 42 Query "(ancestor::xhtml:*[local-name()='span'])|." from span#B 47 Query "following::xhtml:*[local-name()='span']" from span#B 52 Query ".|following::xhtml:*[local-name()='span']" from span#B 57 Query "following::xhtml:*[local-name()='span']|." from span#B
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | query.h | 10 class Query { 12 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 33 Query &operator=(const Query &query);
|
D | trie-search.cc | 76 return lookup_<const Query &>(Query(ptr, length)); in lookup() 94 return find_<const Query &>(Query(ptr, length), in find() 113 return find_<const Query &>(Query(ptr, length), in find() 129 return find_first_<const Query &>(Query(ptr, length), key_length); in find_first() 144 return find_last_<const Query &>(Query(ptr, length), key_length); in find_last() 200 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first() 219 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first() 236 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first() 255 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first() 446 template std::size_t Trie::trie_match<const Query &>(UInt32 node, [all …]
|
/external/marisa-trie/lib/marisa/ |
D | query.h | 10 class Query { 12 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 33 Query &operator=(const Query &query);
|
D | trie-search.cc | 75 return lookup_<const Query &>(Query(ptr, length)); in lookup() 92 return find_<const Query &>(Query(ptr, length), in find() 110 return find_<const Query &>(Query(ptr, length), in find() 125 return find_first_<const Query &>(Query(ptr, length), key_length); in find_first() 139 return find_last_<const Query &>(Query(ptr, length), key_length); in find_last() 192 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first() 210 return predict_breadth_first_<const Query &>(Query(ptr, length), in predict_breadth_first() 226 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first() 244 return predict_depth_first_<const Query &>(Query(ptr, length), in predict_depth_first() 427 template std::size_t Trie::trie_match<const Query &>(UInt32 node, [all …]
|
D | trie-inline.h | 65 return find_callback_<const Query &>(Query(ptr, length), callback); in find_callback() 121 return predict_callback_<const Query &>(Query(ptr, length), callback); in predict_callback()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 59 class Query; variable 105 class Query { 117 Query(): LiveUnion(), VirtReg(), Tag(0), UserTag(0) {} in Query() function 119 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): in Query() function 176 Query(const Query&) LLVM_DELETED_FUNCTION; 177 void operator=(const Query&) LLVM_DELETED_FUNCTION;
|
D | LiveRegMatrix.h | 54 OwningArrayPtr<LiveIntervalUnion::Query> Queries; 139 LiveIntervalUnion::Query &query(LiveInterval &VirtReg, unsigned RegUnit);
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 77 COMPtr<EditingDelegate> editingDelegate(Query, viewEditing.get()); in ~LayoutTestController() 190 COMPtr<IWebFramePrivate> framePrivate(Query, frame); in layerTreeAsText() 209 COMPtr<IWebViewPrivate> webViewPrivate(Query, webView); in markerTextForListItem() 217 COMPtr<IDOMElementPrivate> elementPrivate(Query, element); in markerTextForListItem() 370 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); in setAuthorAndUserStylesEnabled() 383 COMPtr<IWebViewPrivate> webViewPrivate(Query, webView); in setAutofilled() 391 COMPtr<IFormsAutoFillTransition> autofillElement(Query, element); in setAutofilled() 488 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); in setXSSAuditorEnabled() 505 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); in setFrameFlatteningEnabled() 527 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); in setAllowUniversalAccessFromFileURLs() [all …]
|
D | AccessibilityControllerWin.cpp | 84 return COMPtr<IAccessible>(Query, V_DISPATCH(&vFocus)); in focusedElement() 93 COMPtr<IWebViewPrivate> viewPrivate(Query, view); in rootElement() 248 COMPtr<IAccessible> childAccessible(Query, childDispatch); in notificationListenerProc() 265 COMPtr<IServiceProvider> thisServiceProvider(Query, it->first); in notificationReceived() 273 COMPtr<IServiceProvider> elementServiceProvider(Query, element); in notificationReceived()
|
D | PolicyDelegate.cpp | 139 COMPtr<IPropertyBag> actionElement(Query, V_UNKNOWN(&actionElementVar)); in decidePolicyForNavigationAction() 142 COMPtr<IDOMNode> originatingNode(Query, V_UNKNOWN(&originatingNodeVar)); in decidePolicyForNavigationAction()
|
/external/v8/test/cctest/ |
D | test-decls.cc | 71 virtual v8::Handle<Integer> Query(Local<String> key); 177 return context->Query(key); in HandleQuery() 197 v8::Handle<Integer> DeclarationContext::Query(Local<String> key) { in Query() function in DeclarationContext 252 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in PresentPropertyContext 307 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AbsentPropertyContext 378 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AppearingPropertyContext 463 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in ReappearingPropertyContext 511 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in ExistsInPrototypeContext 573 virtual v8::Handle<Integer> Query(Local<String> key) { in Query() function in AbsentInPrototypeContext
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 44 struct Query { struct 49 Query(const DataLayout *td, const TargetLibraryInfo *tli, in Query() argument 53 static Value *SimplifyAndInst(Value *, Value *, const Query &, unsigned); 54 static Value *SimplifyBinOp(unsigned, Value *, Value *, const Query &, 56 static Value *SimplifyCmpInst(unsigned, Value *, Value *, const Query &, 58 static Value *SimplifyOrInst(Value *, Value *, const Query &, unsigned); 59 static Value *SimplifyXorInst(Value *, Value *, const Query &, unsigned); 60 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned); 129 unsigned OpcToExpand, const Query &Q, in ExpandBinOp() 190 unsigned OpcToExtract, const Query &Q, in FactorizeBinOp() [all …]
|
/external/webkit/Source/WebKit/win/ |
D | WebURLAuthenticationChallengeSenderCFNet.cpp | 44 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); in cancelAuthenticationChallenge() 55 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); in continueWithoutCredentialForAuthenticationChallenge() 67 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); in useCredential()
|
D | WebURLAuthenticationChallenge.cpp | 129 COMPtr<WebURLCredential> webCredential(Query, proposedCredential); in initWithProtectionSpace() 143 COMPtr<WebURLAuthenticationChallengeSender> webSender(Query, sender); in initWithProtectionSpace() 163 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge); in initWithAuthenticationChallenge() 167 COMPtr<WebURLAuthenticationChallengeSender> webSender(Query, sender); in initWithAuthenticationChallenge()
|
D | WebDatabaseManager.cpp | 242 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin); in databasesWithOrigin() 268 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin); in detailsForDatabase() 301 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin); in deleteOrigin() 323 COMPtr<WebSecurityOrigin> webSecurityOrigin(Query, origin); in deleteDatabase()
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
D | URLSegments.cpp | 91 if (type < Query || (type == Query && includeDelimiter)) in charactersBefore() 93 if (type == Query) in charactersBefore()
|
D | URLSegments.h | 49 Query, enumerator
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebFrameLoaderClient.cpp | 197 COMPtr<WebMutableURLRequest> newWebURLRequestImpl(Query, newWebURLRequest); in dispatchWillSendRequest() 253 … COMPtr<IWebResourceLoadDelegatePrivate> resourceLoadDelegatePrivate(Query, resourceLoadDelegate); in shouldCacheResponse() 312 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv); in dispatchDidPushStateWithinPage() 326 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv); in dispatchDidReplaceStateWithinPage() 340 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv); in dispatchDidPopStateWithinPage() 383 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv); in dispatchDidChangeIcons() 446 COMPtr<WebFrame> mainFrameImpl(Query, mainFrame); in dispatchCreatePage() 578 COMPtr<WebHistoryItem> webHistoryItem(Query, iWebHistoryItem); in updateGlobalHistoryRedirectLinks() 593 COMPtr<WebHistoryItem> webHistoryItem(Query, iWebHistoryItem); in updateGlobalHistoryRedirectLinks() 643 COMPtr<IWebFrameLoadDelegatePrivate2> frameLoadDelegatePriv2(Query, frameLoadDelegatePriv); in didDisplayInsecureContent() [all …]
|
/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 57 Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]); in runOnMachineFunction() 128 LiveIntervalUnion::Query &LiveRegMatrix::query(LiveInterval &VirtReg, in query() 130 LiveIntervalUnion::Query &Q = Queries[RegUnit]; in query()
|
D | LiveIntervalUnion.cpp | 103 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { in isSeenInterference() 118 unsigned LiveIntervalUnion::Query::
|
/external/chromium/base/win/ |
D | scoped_comptr.h | 90 template <class Query> 91 HRESULT QueryInterface(Query** p) { in QueryInterface()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | BlackList.cpp | 117 const StringRef Query) const { in inSection() 122 return FunctionRegex->match(Query); in inSection()
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
D | iterate.cs | 1 Query : <?cs var:query ?>
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | BlackList.h | 55 bool inSection(const StringRef Section, const StringRef Query) const;
|