/external/llvm/lib/Option/ |
D | Option.cpp | 59 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print() local 60 O << '"' << *Pre << (*(Pre + 1) == nullptr ? "\"" : "\", "); in print()
|
D | OptTable.cpp | 175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() local 176 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/v8/src/base/platform/ |
D | condition-variable.cc | 146 ConditionVariable::Event* ConditionVariable::NativeHandle::Pre() { 261 Event* event = native_handle_.Pre(); 281 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/llvm/test/MC/ARM/ |
D | directive-arch-armv2.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
D | directive-arch-armv3.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
D | directive-arch-armv3m.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
D | directive-arch-armv2a.s | 23 @ CHECK-ATTR: Description: Pre-v4
|
D | arm_addrmode2.s | 37 @ Pre-indexed
|
/external/llvm/lib/Target/WebAssembly/ |
D | Relooper.cpp | 281 PreOptimizer Pre(this); in Calculate() local 282 Pre.FindLive(Entry); in Calculate() 287 if (!contains(Pre.Live, Curr)) in Calculate() 294 Pre.SplitDeadEnds(); in Calculate() 722 for (const auto &Curr : Pre.Live) { in Calculate()
|
/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/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/libpng/contrib/visupng/ |
D | VisualPng.rc | 63 MENUITEM "Pre&vious Image\tCtrl+V", IDM_FILE_PREVIOUS
|
/external/clang/include/clang/AST/ |
D | CommentHTMLTags.td | 35 def Pre : Tag<"pre">;
|
/external/fonttools/Windows/ |
D | README.TXT | 9 Pre-compiled versions are hosted at http://www.font.org/software/ttx/
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 10-wpa_supplicant | 45 # Pre flight checks
|
/external/autotest/test_suites/ |
D | control.bvt-cq | 17 pass the Chrome OS Commit Queue and Pre-Flight Queue. Test failures
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 97 Pre, enumerator 220 runCheckersForObjCMessage(ObjCMessageVisitKind::Pre, Dst, Src, msg, Eng); in runCheckersForPreObjCMessage()
|