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

1 2 3 4

  /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/go/darwin-x86/test/fixedbugs/
issue11256.go 7 // Test that stack barriers are reset when a goroutine exits without
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 7 // Test that stack barriers are reset when a goroutine exits without
  /prebuilts/go/darwin-x86/src/runtime/
os3_plan9.go 44 exits((*byte)(add(unsafe.Pointer(note), 9))) // Strip "go: exit " prefix.
112 exits(note)
os1_plan9.go 186 exits(&status[0])
254 exits(&_badsignal[0])
os_plan9.go 23 func exits(msg *byte) func
  /prebuilts/go/linux-x86/src/runtime/
os3_plan9.go 44 exits((*byte)(add(unsafe.Pointer(note), 9))) // Strip "go: exit " prefix.
112 exits(note)
os1_plan9.go 186 exits(&status[0])
254 exits(&_badsignal[0])
os_plan9.go 23 func exits(msg *byte) func
  /build/soong/cmd/soong_env/
soong_env.go 31 fmt.Fprintf(os.Stderr, "exits with success if the environment varibles in env_file match\n")
  /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.')
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 96 // appear as it is printed instead of once the command exits.
354 // fatal prints an error message to standard error and exits.
374 // xexit exits the process with return code n.
382 // xatexit schedules the exit-handler f to be run when the program exits.
  /prebuilts/go/darwin-x86/src/testing/
cover.go 68 // mustBeNil checks the error and, if present, reports it and exits.
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 96 // appear as it is printed instead of once the command exits.
354 // fatal prints an error message to standard error and exits.
374 // xexit exits the process with return code n.
382 // xatexit schedules the exit-handler f to be run when the program exits.
  /prebuilts/go/linux-x86/src/testing/
cover.go 68 // mustBeNil checks the error and, if present, reports it and exits.
  /build/blueprint/bpfmt/
bpfmt.go 170 // diff exits with a non-zero status when the files don't match.
  /frameworks/wilhelm/src/
Android.mk 60 # log all API entries and exits (also requires Debug or Verbose log level)
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt.go 231 // diff exits with a non-zero status when the files don't match.

Completed in 1030 milliseconds

1 2 3 4