/external/e2fsprogs/debugfs/ |
D | extent_cmds.ct | 10 request do_root_node, "Goto root extent", 13 request do_last_leaf, "Goto last leaf", 16 request do_first_sib, "Goto first sibling", 19 request do_last_sib, "Goto last sibling", 22 request do_next_sib, "Goto next sibling", 25 request do_prev_sib, "Goto previous sibling", 28 request do_next_leaf, "Goto next leaf", 31 request do_prev_leaf, "Goto previous leaf", 34 request do_next, "Goto next node", 37 request do_prev, "Goto previous node", [all …]
|
/external/libpng/contrib/pngminus/ |
D | makevms.com | 65 $ If Argument .Eqs. "" Then Goto Exit 69 $ If File .Eqs. " " Then Goto Endl 74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 76 $ Goto Loop3 79 $ Goto Loop2 82 $ If arg .Le. 8 Then Goto Loop 83 $ Goto Exit
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | AvoidGotoCheck.cpp | 44 const auto *Goto = Result.Nodes.getNodeAs<GotoStmt>("goto"); in check() local 46 diag(Goto->getGotoLoc(), "avoid using 'goto' for flow control") in check() 47 << Goto->getSourceRange(); in check() 48 diag(Goto->getLabel()->getBeginLoc(), "label defined here", in check()
|
/external/libpng/scripts/ |
D | makevms.com | 115 $ If Argument .Eqs. "" Then Goto Exit 119 $ If File .Eqs. " " Then Goto Endl 124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 126 $ Goto Loop3 129 $ Goto Loop2 132 $ If arg .Le. 8 Then Goto Loop 133 $ Goto Exit
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | SourceFilesTest.java | 58 private static final class Goto {} class in SourceFilesTest 63 assertThat(simpleVariableName(typeElementFor(Goto.class))).isEqualTo("goto_"); in testSimpleVariableName_randomKeywords()
|
/external/rust/crates/tinytemplate/src/ |
D | compiler.rs | 90 self.instructions.push(Instruction::Goto(UNKNOWN)) in compile() 126 self.instructions.push(Instruction::Goto(goto_target)); in compile() 230 Instruction::Goto(target) => { in close_branch() 525 assert_eq!(&Goto(4), &instructions[2]); in test_if_else_endif() 553 assert_eq!(&Goto(1), &instructions[3]); in test_foreach()
|
D | instruction.rs | 68 Goto(usize), enumerator
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 279 $ Goto Loop3 282 $ Goto Loop2 285 $ If arg .Le. 8 Then Goto Loop 286 $ Goto Exit
|
/external/rust/crates/libz-sys/src/zlib/ |
D | make_vms.com | 268 $ If Argument .Eqs. "" Then Goto Exit 272 $ If File .Eqs. " " Then Goto Endl 277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl 278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit 279 $ Goto Loop3 282 $ Goto Loop2 285 $ If arg .Le. 8 Then Goto Loop 286 $ Goto Exit
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | inv-load-lnt-crash-wrong-order.ll | 25 …60.2595 = type { i32, i32, %struct.Goto.16.49.82.313.478.841.907.940.973.1039.2027.2126.2159.2594*… 26 %struct.Goto.16.49.82.313.478.841.907.940.973.1039.2027.2126.2159.2594 = type { %struct.Elem.12.45.…
|
D | inv-load-lnt-crash-wrong-order-2.ll | 25 … { i32, i32, %struct.Goto.16.49.82.247.577.610.676.709.742.874.973.1204.2424.2457.2622.2655.2754.2… 26 %struct.Goto.16.49.82.247.577.610.676.709.742.874.973.1204.2424.2457.2622.2655.2754.2886.2985.3024 …
|
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/ |
D | readme.txt | 7 Goto https://query.wikidata.org/ and use the following queries
|
/external/pdfium/testing/resources/javascript/ |
D | document_properties_expected.txt | 58 Goto Page: 1 92 Goto Page: 0 126 Goto Page: 0 160 Goto Page: 0 194 Goto Page: 0 228 Goto Page: 3
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyOps.def | 49 TIL_OPCODE_DEF(Goto)
|
D | ThreadSafetyTIL.h | 1381 class Goto : public Terminator { 1385 Goto(BasicBlock *B, unsigned I) in Goto() function 1387 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function 1408 typename C::CType compare(const Goto *E, C &Cmp) const { in compare() 1506 case COP_Goto: return cast<Goto>(this)->successors(); in successors()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyOps.def | 48 TIL_OPCODE_DEF(Goto)
|
D | ThreadSafetyTIL.h | 1369 class Goto : public Terminator { 1371 Goto(BasicBlock *B, unsigned I) in Goto() function 1373 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function 1394 typename C::CType compare(const Goto *E, C &Cmp) const { in compare() 1488 case COP_Goto: return cast<Goto>(this)->successors(); in successors()
|
/external/libpng/contrib/gregbook/ |
D | makevms.com | 100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
|
/external/eigen/cmake/ |
D | FindBLAS.cmake | 48 ## Open (for OpenBlas), Eigen (for EigenBlas), Goto, ATLAS PhiPACK, 706 if (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All") 720 message(STATUS "Looking for Goto BLAS: found") 722 message(STATUS "Looking for Goto BLAS: not found") 727 set (BLAS_VENDOR_FOUND "Goto") 730 endif (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All") 1342 …"\nList of possible BLAS vendor: Goto, ATLAS PhiPACK, CXML, DXML, SunPerf, SCSL, SGIMATH, IBMESSL,… 1378 …"\nList of possible BLAS vendor: Goto, ATLAS PhiPACK, CXML, DXML, SunPerf, SCSL, SGIMATH, IBMESSL,…
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1197 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local 1198 Goto->removeFromParent(); in replaceUseWithLoad() 1201 NewBlock->getInstList().push_back(Goto); in replaceUseWithLoad() 1202 Goto->setSuccessor(0, PHIBlock); in replaceUseWithLoad()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1227 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local 1228 Goto->removeFromParent(); in replaceUseWithLoad() 1231 NewBlock->getInstList().push_back(Goto); in replaceUseWithLoad() 1232 Goto->setSuccessor(0, PHIBlock); in replaceUseWithLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1205 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); in replaceUseWithLoad() local 1206 Goto->removeFromParent(); in replaceUseWithLoad() 1209 NewBlock->getInstList().push_back(Goto); in replaceUseWithLoad() 1210 Goto->setSuccessor(0, PHIBlock); in replaceUseWithLoad()
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_query.py | 148 entry_ok = query.Goto.entry_ok # Function being tested. 405 dialog = query.Goto(root, 'T', 't', _utest=True)
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | lrs.proto | 56 // assignment destined for each zone Envoys are located in. Goto 2.
|
/external/python/pycparser/pycparser/ |
D | _c_ast.cfg | 124 Goto: [name]
|