/external/javassist/src/main/javassist/bytecode/analysis/ |
D | ControlFlow.java | 91 for (int k = 0; k < b.exits(); k++) { in ControlFlow() 164 BasicBlock[] exits(Node n) { return n.block.getExit(); } in dominatorTree() 212 BasicBlock[] exits(Node n) { return n.block.entrances; } in postDominatorTree() 219 if (nodes[i].block.exits() == 0) in postDominatorTree() 229 if (nodes[i].block.exits() == 0) in postDominatorTree() 311 public int exits() { return exit == null ? 0 : exit.length; } in exits() method in ControlFlow.Block 341 abstract BasicBlock[] exits(Node n); in exits() method in ControlFlow.Access 409 BasicBlock[] exits = access.exits(this); in makeDepth1stTree() local 410 if (exits != null) in makeDepth1stTree() 411 for (int i = 0; i < exits.length; i++) { in makeDepth1stTree() [all …]
|
/external/crosvm/src/crosvm/sys/windows/ |
D | stats.rs | 99 let mut exits = serde_json::json!([]); in json() localVariable 100 let exits_vec = exits.as_array_mut().unwrap(); in json() 111 exits in json() 223 let (pio, mmio, exits) = self.merged(); in json() 229 "exits": exits.json(), in json() 238 let (pio, mmio, exits) = self.merged(); in fmt() 244 writeln!(f, "{}", exits) in fmt()
|
/external/crosvm/hypervisor/tests/ |
D | mmio_and_pio.rs | 111 let exits = AtomicU16::new(0); in test_mmio_and_pio() localVariable 127 exits.fetch_add(1, Ordering::SeqCst); in test_mmio_and_pio() 136 exits.fetch_add(1, Ordering::SeqCst); in test_mmio_and_pio() 154 exits.fetch_add(1, Ordering::SeqCst); in test_mmio_and_pio() 163 exits.fetch_add(1, Ordering::SeqCst); in test_mmio_and_pio() 179 assert_eq!(exits.load(Ordering::SeqCst), 4); in test_mmio_and_pio()
|
D | mmio_fetch_memory.rs | 72 let exits = AtomicU16::new(0); in test_whpx_mmio_fetch_memory() localVariable 83 exits.fetch_add(1, Ordering::SeqCst); in test_whpx_mmio_fetch_memory() 133 assert_eq!(exits.load(Ordering::SeqCst), 2); in test_whpx_mmio_fetch_memory()
|
D | read_only_memory.rs | 156 let exits = AtomicU16::new(0); in test_read_only_memory() localVariable 177 exits.fetch_add(1, Ordering::SeqCst); in test_read_only_memory() 189 assert_eq!(exits.load(Ordering::SeqCst), 1); in test_read_only_memory()
|
/external/python/cpython2/Lib/ |
D | contextlib.py | 105 exits = [] 113 exits.append(exit) 118 while exits: 119 exit = exits.pop()
|
/external/crosvm/kvm/tests/ |
D | read_only_memory.rs | 89 let mut exits = 0; in test_run() localVariable 102 exits += 1; in test_run() 110 assert_eq!(exits, 1); in test_run()
|
/external/ltp/lib/ |
D | README.md | 82 fork\_testrun() function exits, but the loops for test variants or filesystems 103 Once the test process exits or leaves the run() or run\_all() function the test 109 finally exits the process. 124 - The test exits once the main test process exits. 127 we may still miss a child that gets killed by a signal or exits unexpectedly. 135 exits.
|
/external/cronet/components/nacl/common/ |
D | nacl.mojom | 12 // from NaCl to the renderer before the NaCl process exits very soon after. 17 // from NaCl to the renderer before the NaCl process exits very soon after.
|
/external/bc/src/ |
D | parse.c | 213 bc_vec_popAll(&p->exits); in bc_parse_reset() 238 bc_vec_free(&p->exits); in bc_parse_free() 267 bc_vec_init(&p->exits, sizeof(BcInstPtr), BC_DTOR_NONE); in bc_parse_init()
|
/external/perfetto/protos/perfetto/config/chrome/ |
D | scenario_config.proto | 79 // When triggered, exits the scenario. This reverts back to the parent 83 // When triggered, exits both this scenario and the parent scenario, stops the 97 // When triggered, exits the scenario. This stops the tracing session and 100 // When triggered, exits the scenario, stops the tracing session, and attempts
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | max-trip-count.ll | 42 ; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-taken count. 104 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count. 130 ; CHECK: Loop %for.body: <multiple exits> Unpredictable backedge-taken count. 160 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count. 185 ; This loop has two must-exits, both of which dominate the latch. The 189 ; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-taken count.
|
/external/python/cpython2/Doc/library/ |
D | thread.rst | 55 returns, the thread silently exits. When the function terminates with an 56 unhandled exception, a stack trace is printed and then the thread exits (but 93 may be recycled when a thread exits and another thread is created. 168 * When the main thread exits, it is system defined whether the other threads 173 * When the main thread exits, it does not do any of its usual cleanup (except
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | loop_evaluate10.ll | 4 ; This loop has multiple exits, and the value of %b1 depends on which 9 ; loop exits have the same exit value. We could handle some cases,
|
/external/python/cpython3/Doc/library/ |
D | _thread.rst | 50 When the function returns, the thread silently exits. 55 printed and then the thread exits (but other threads continue to run). 111 may be recycled when a thread exits and another thread is created. 219 * When the main thread exits, it is system defined whether the other threads 224 * When the main thread exits, it does not do any of its usual cleanup (except
|
/external/llvm/test/Transforms/LCSSA/ |
D | indirectbr.ll | 3 ; LCSSA should work correctly in the case of an indirectbr that exits 4 ; the loop, and the loop has exits with predecessors not within the loop 545 ; create PHIs in one of such exits we are also inserting PHIs in L2 header. This 547 ; in L2 exits. Test that we don't assert/crash on that.
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | cfg.py | 311 self.exits = {} 448 self.exits[section_id].add(node) 489 assert section_id not in self.exits 490 self.exits[section_id] = set() 496 for exit_ in self.exits[section_id]: 499 del self.exits[section_id]
|
/external/bcc/tools/ |
D | kvmexit_example.txt | 4 Considering virtual machines' frequent exits can cause performance problems, 171 one vcpu exits and re-enters, it tends to continue to run on the same physical 180 Now imagine here is a pid_tgidA (vcpu A) exits and is going to run on 219 pcpu again when exits next time, instead we only update until this pcpu is not
|
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/ |
D | README.md | 58 and the tool exits with a 0 exit code. Otherwise nothing is output on stdout 59 and it exits with a nonzero exit code.
|
/external/linux-kselftest/tools/testing/selftests/ftrace/ |
D | README | 52 * PASS: The test succeeded as expected. The test which exits with 0 is 55 * FAIL: The test failed, but was expected to succeed. The test which exits
|
/external/compiler-rt/test/tsan/Darwin/ |
D | objc-simple.mm | 1 // Test that a simple Obj-C program runs and exits without any warnings.
|
/external/llvm/test/Other/ |
D | close-stderr.ll | 12 ; Test that the error handling when writing to stderr fails exits the
|
/external/autotest/client/site_tests/detachablebase_TriggerHammerd/ |
D | control | 18 The test checks hammerd upstart job is triggered on boot and exits normally.
|
/external/python/bumble/docs/mkdocs/src/transports/ |
D | pty.md | 8 … for convenience (the link will be removed when the transport is closed or when the process exits).
|
/external/curl/docs/ |
D | MQTT.md | 6 Doing a "POST" publishes the post data to the topic and exits.
|