/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/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/chromium_org/v8/src/ |
D | hydrogen-osr.cc | 37 builder_->Goto(non_osr_entry, loop_predecessor); in BuildOsrLoopEntry() 77 builder_->Goto(loop_predecessor); in BuildOsrLoopEntry()
|
D | hydrogen.h | 172 void Goto(HBasicBlock* block, 177 Goto(block, position, NULL, false); in GotoNoSimulate() 1080 void Goto(HBasicBlock* from, 1084 from->Goto(target, source_position(), state, add_simulate); 1086 void Goto(HBasicBlock* target, 1089 Goto(current_block(), target, state, add_simulate); 1092 Goto(from, target, NULL, false); in GotoNoSimulate() 1095 Goto(target, NULL, false); in GotoNoSimulate()
|
D | hydrogen.cc | 212 void HBasicBlock::Goto(HBasicBlock* block, in Goto() function in v8::internal::HBasicBlock 3350 Goto(first, join_block); in CreateJoin() 3351 Goto(second, join_block); in CreateJoin() 3362 if (exit_block != NULL) Goto(exit_block, continue_block); in JoinContinue() 3375 if (body_exit != NULL) Goto(body_exit, loop_entry); in CreateLoop() 3378 if (loop_successor != NULL) Goto(loop_successor, break_block); in CreateLoop() 3389 Goto(loop_entry); in BuildLoopEntry() 4155 owner()->Goto(empty_true, if_true(), owner()->function_state()); in ReturnControl() 4156 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl() 4167 owner()->Goto(true_branch, if_true(), owner()->function_state()); in ReturnContinuation() [all …]
|
D | code-stubs-hydrogen.cc | 128 Goto(next_block); in BuildGraph()
|
/external/chromium_org/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 92 m.Goto(&next); in TEST() 106 m.Goto(&labels[i]); in TEST() 150 m.Goto(&blocka); in TEST() 167 m.Goto(&blockb); in TEST() 183 m.Goto(&end); in TEST() 185 m.Goto(&end); in TEST() 198 m.Goto(&header); in TEST() 202 m.Goto(&header); in TEST() 218 m->Goto(end); in BuildDiamondPhi() 220 m->Goto(end); in BuildDiamondPhi() [all …]
|
/external/zlib/src/ |
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/libmtp/ |
D | README.windows.txt | 37 4. Goto Start -> Run, type "devmgmt.msc" and press "ok". 49 1. Goto Start -> Run, type "devmgmt.msc" and press "ok".
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyOps.def | 47 TIL_OPCODE_DEF(Goto)
|
D | ThreadSafetyTraverse.h | 243 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) { in reduceGoto() 244 return new (Arena) Goto(Orig, B, 0); // FIXME: set index in reduceGoto() 376 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) { in reduceGoto() 894 void printGoto(Goto *E, StreamType &SS) { in printGoto()
|
D | ThreadSafetyTIL.h | 1606 class Goto : public SExpr { 1610 Goto(BasicBlock *B, unsigned I) in Goto() function 1612 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function 1626 template <class C> typename C::CType compare(Goto *E, C &Cmp) { in compare()
|
/external/chromium_org/v8/src/compiler/ |
D | instruction-selector-unittest.cc | 224 m.Goto(&c); in TARGET_TEST_P() 226 m.Goto(&c); in TARGET_TEST_P() 244 m.Goto(&c); in TARGET_TEST_P() 246 m.Goto(&c); in TARGET_TEST_P()
|
D | raw-machine-assembler.cc | 62 void RawMachineAssembler::Goto(Label* label) { in Goto() function in v8::internal::compiler::RawMachineAssembler
|
D | raw-machine-assembler.h | 377 void Goto(Label* label);
|
/external/libpng/contrib/gregbook/ |
D | makevms.com | 100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 729 til::SExpr *Tm = new (Arena) til::Goto(BB, Idx); in exitCFGBlockBody()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 83 V(Goto) \ 389 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 83 V(Goto) \ 385 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 83 V(Goto) \ 394 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 87 V(Goto) \ 389 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 88 V(Goto) \ 406 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 83 V(Goto) \ 386 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 86 V(Goto) \ 496 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
|