/external/llvm/lib/Option/ |
D | Option.cpp | 61 for (const char * const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in dump() local 62 llvm::errs() << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in dump()
|
D | OptTable.cpp | 181 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local 182 StringRef Prefix(*Pre); in matchOption()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeVisitorAction.cs | 49 object Pre(object t); in Pre() method 72 public object Pre(object t) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
|
D | TreeVisitor.cs | 64 t = action.Pre(t); // if rewritten, walk children of new t in Visit()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeVisitorAction.cs | 51 object Pre( object t ); in Pre() method 74 public object Pre( object t ) in Pre() method in Antlr.Runtime.Tree.TreeVisitorAction
|
D | TreeVisitor.cs | 66 t = action.Pre( t ); // if rewritten, walk children of new t in Visit()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-05-16-PHIBlockMerge.ll | 65 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 68 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 70 br i1 %conde, label %Common, label %Pre-Exit 76 Pre-Exit: ; preds = %Succ 82 Exit: ; preds = %Pre-Exit
|
D | EqualPHIEdgeBlockMerge.ll | 190 Succ: ; preds = %Common, %BB.tomerge, %Pre-Exit 193 %b = phi i32 [ 1, %BB.tomerge ], [ 1, %Common ], [ 2, %Pre-Exit ] 195 br i1 %conde, label %Common, label %Pre-Exit 201 Pre-Exit: ; preds = %Succ 207 Exit: ; preds = %Pre-Exit
|
/external/chromium_org/v8/src/base/platform/ |
D | condition-variable.cc | 152 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() { 267 Event* event = native_handle_.Pre(); 287 Event* event = native_handle_.Pre();
|
D | condition-variable.h | 71 Event* Pre() WARN_UNUSED_RESULT;
|
/external/tcpdump/tests/ |
D | dcb_qcn.out | 127 Pre-Priority CNPV Indicator 130 Pre-Priority Ready Indicator 167 Pre-Priority CNPV Indicator 170 Pre-Priority Ready Indicator 312 Pre-Priority CNPV Indicator 315 Pre-Priority Ready Indicator 352 Pre-Priority CNPV Indicator 355 Pre-Priority Ready Indicator
|
/external/chromium_org/v8/src/compiler/ |
D | generic-algorithm.h | 57 Control control = visitor->Pre(current); in Visit() 104 Control Pre(GenericNode<B, S>* node) { return CONTINUE; } in Pre() function
|
D | graph-replay.h | 28 GenericGraphVisit::Control Pre(Node* node);
|
D | graph-replay.cc | 27 GenericGraphVisit::Control GraphReplayPrinter::Pre(Node* node) { in Pre() function in v8::internal::compiler::GraphReplayPrinter
|
D | graph-visualizer.cc | 31 GenericGraphVisit::Control Pre(Node* node); 62 GenericGraphVisit::Control GraphVisualizer::Pre(Node* node) { in Pre() function in v8::internal::compiler::GraphVisualizer
|
/external/chromium_org/chrome/installer/linux/debian/ |
D | control.template | 12 Pre-Depends: @@PREDEPENDS@@
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 421.txt | 35 42151|Prešov
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | user_manager_mac_unittest.mm | 23 // Pre-load the guest profile so we don't have to wait for the User Manager
|
/external/chromium_org/chrome/installer/linux/rpm/ |
D | chrome.spec.template | 98 # Pre install script 182 # Pre uninstallation script
|
/external/llvm/test/MC/ARM/ |
D | arm_addrmode2.s | 37 @ Pre-indexed
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
D | scripts.gyp | 5 # Pre-caching steps used internally by the IDL compiler
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 84 ATTRIBUTE Ascend-Pre-Input-Octets 190 integer 85 ATTRIBUTE Ascend-Pre-Output-Octets 191 integer 86 ATTRIBUTE Ascend-Pre-Input-Packets 192 integer 87 ATTRIBUTE Ascend-Pre-Output-Packets 193 integer
|
/external/libpng/contrib/visupng/ |
D | VisualPng.rc | 63 MENUITEM "Pre&vious Image\tCtrl+V", IDM_FILE_PREVIOUS
|
/external/e2fsprogs/debian/ |
D | control.in | 3 Pre-Depends: ${misc:Pre-Depends},REMOVE_ME))dnl 241 ``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}, util-linux (>= 2.15~rc1-1) 243 ``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 35 def Pre : Tag<"pre">;
|