HomeSort by relevance Sort by last modified time
    Searched refs:exits (Results 1 - 25 of 50) sorted by null

1 2

  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 105 exits = []
113 exits.append(exit)
118 while exits:
119 exit = exits.pop()
  /external/v8/src/compiler/
loop-peeling.cc 48 // Similarly, any exits from the loop body need to be merged with "exits"
165 NodeVector& exits, NodeVector& rets) {
173 exits.push_back(use);
188 NodeVector exits(&zone);
190 FindLoopExits(loop_tree, loop, exits, rets);
191 return exits.size() <= 1u;
201 NodeVector exits(tmp_zone);
203 FindLoopExits(loop_tree, loop, exits, rets);
205 if (exits.size() != 1) return nullptr; // not peelable currently
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
parser.py 246 """Get a count of exits from that each line.
414 be many exits from a chunk.
468 chunk.exits.add(bc.offset)
483 chunk.exits.add(bc.jump_to)
487 chunk.exits.add(-self.code.co_firstlineno)
499 chunk.exits.add(block_stack[-1][1])
506 chunk.exits.add(block[1])
530 last_chunk.exits.remove(ex)
531 last_chunk.exits.add(penult.offset)
535 chunk.exits.add(ex
    [all...]
results.py 98 for line, exits in line_exits:
99 for ex in sorted(exits):
153 exits = self.exit_counts[lnum]
158 stats[lnum] = (exits, exits - missing)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 83 /* Previous and next exit in the list of the exits of the loop. */
87 /* Next element in the list of loops from that E exits. */
173 /* Head of the cyclic list of the exits of the loop. */
174 struct loop_exit *exits; variable in typeref:struct:loop_exit
202 /* Maps edges to the list of their descriptions as loop exits. Edges
204 happen during the cfg manipulations) should not appear in EXITS. */
205 htab_t GTY((param_is (struct loop_exit))) exits;
476 return loop->exits->next->e != NULL;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
cli.py 260 description = ('Verifies a signature, exits with status 0 upon success, '
261 'prints an error message and exits with status 1 upon error.')
  /frameworks/wilhelm/src/
Android.mk 58 # log all API entries and exits (also requires Debug or Verbose log level)
  /prebuilts/go/darwin-x86/src/runtime/
sys_plan9_386.s 61 TEXT runtime·exits(SB),NOSPLIT,$0
sys_plan9_amd64.s 60 TEXT runtime·exits(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/runtime/
sys_plan9_386.s 61 TEXT runtime·exits(SB),NOSPLIT,$0
sys_plan9_amd64.s 60 TEXT runtime·exits(SB),NOSPLIT,$0
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 418 * exits normally returning to rule a. Now it finds the ']' (and
419 * with the successful match exits errorRecovery mode).
  /external/autotest/client/tools/
boottool     [all...]
  /external/eigen/blas/testing/
cblat2.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
145 * Read the flag that indicates whether error exits are to be tested.
294 * Test error exits.
393 9980 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
dblat2.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
140 * Read the flag that indicates whether error exits are to be tested.
289 * Test error exits.
386 9980 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
dblat3.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
115 * Read the flag that indicates whether error exits are to be tested.
267 * Test error exits.
351 9984 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
sblat2.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
140 * Read the flag that indicates whether error exits are to be tested.
289 * Test error exits.
386 9980 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
sblat3.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
115 * Read the flag that indicates whether error exits are to be tested.
267 * Test error exits.
351 9984 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
zblat2.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
146 * Read the flag that indicates whether error exits are to be tested.
295 * Test error exits.
394 9980 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
cblat3.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
122 * Read the flag that indicates whether error exits are to be tested.
274 * Test error exits.
361 9984 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
zblat3.f 16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
123 * Read the flag that indicates whether error exits are to be tested.
275 * Test error exits.
362 9984 FORMAT( ' ERROR-EXITS WILL NOT BE TESTED' )
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 383 destroyed, when mrouted exits.

Completed in 614 milliseconds

1 2