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

1 2

  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
parser.py 227 """Get a mapping from line numbers to count of exits from that line.
412 be many exits from a chunk.
440 chunk.exits.add(bc.offset)
447 chunk.exits.add(bc.offset)
462 chunk.exits.add(bc.jump_to)
466 chunk.exits.add(-self.code.co_firstlineno)
478 chunk.exits.add(block_stack[-1][1])
484 chunk.exits.add(block_stack[-1][1])
489 chunk.exits.add(block_stack[iblock][1])
513 last_chunk.exits.remove(ex
    [all...]
results.py 146 exits = exit_counts[lnum]
151 stats[lnum] = (exits, exits - missing)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
overlay_widget.js 64 // Do not interfere with any key that exits the widget.
  /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;
  /frameworks/wilhelm/src/
Android.mk 60 # log all API entries and exits (also requires Debug or Verbose log level)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
history.js 310 * Called by ChromeVox when it exits a user command.
  /external/chromium_org/native_client_sdk/src/resources/
common.js 93 // All NaCl SDK examples are OK if the example exits cleanly; (i.e. the
  /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/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 657 // exits cleanly when we are waiting for it to load.
878 // If this kind of test exits cleanly, it passes
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 624 u32 exits; member in struct:kvm_vcpu_stat
  /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.
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 235 * was generated, exits. It's possible to have several instances of
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/
slide_mode.js 845 case 'U+001B': // Escape exits the slideshow.
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 845 case 'U+001B': // Escape exits the slideshow.
    [all...]
  /external/bison/
maint.mk     [all...]

Completed in 1195 milliseconds

1 2