OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exits
(Results
226 - 250
of
1283
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Analysis/
uninit-sometimes.cpp
32
while (b) { // expected-warning {{whenever 'while' loop
exits
because its condition is false}} \
68
} while (b); // expected-warning {{whenever 'do' loop
exits
because its condition is false}} \
97
n < k; // expected-warning {{whenever 'for' loop
exits
because its condition is false}} \
/external/llvm/test/Transforms/LICM/
sinking.ll
136
; multiple
exits
.
169
; some
exits
out of the loop, and that we can do so without breaking dominator
318
; because loop simplify does not create dedicated
exits
for such blocks. Test
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
26
// If the subprocess
exits
for any reason other than successful termination, -1
27
// is returned. If the process
exits
normally the value it returned is returned.
377
// Run the program under the debugger until either it
exits
, or throws an
/prebuilts/gdb/darwin-x86/share/man/man1/
python.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.7.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
/prebuilts/gdb/linux-x86/share/man/man1/
python.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.7.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
/prebuilts/go/darwin-x86/src/os/exec/
exec.go
248
// copying stdin, stdout, and stderr, and
exits
with a zero exit
290
// once the command
exits
.
360
// copying stdin, stdout, and stderr, and
exits
with a zero exit
/prebuilts/go/linux-x86/src/os/exec/
exec.go
248
// copying stdin, stdout, and stderr, and
exits
with a zero exit
290
// once the command
exits
.
360
// copying stdin, stdout, and stderr, and
exits
with a zero exit
/prebuilts/python/darwin-x86/2.7.5/share/man/man1/
python.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.7.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
/prebuilts/python/linux-x86/2.7.5/share/man/man1/
python.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
python2.7.1
132
Prints the usage for the interpreter executable and
exits
.
209
Prints the Python version number of the executable and
exits
.
330
interpreter
exits
after printing the stack trace.
/external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp
325
for (const auto &I : Loop.
Exits
)
372
// Clear the subloop
exits
to prevent quadratic memory usage.
375
Loop->
Exits
.clear();
412
// Backedges and
exits
only make sense if we're processing a loop.
424
OuterLoop->
Exits
.push_back(std::make_pair(W.TargetNode, Taken));
725
OuterLoop.
Exits
.clear();
/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.')
/external/javassist/src/main/javassist/bytecode/stackmap/
BasicBlock.java
327
// the previous mark already has
exits
.
344
// the previous mark already has
exits
.
/external/libbrillo/brillo/
flag_helper.h
240
// passed in, it outputs a help message and
exits
the program. If an unknown
241
// flag is passed in, it outputs an error message and
exits
the program with
/external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h
206
/// split is an exit of a loop with other
exits
).
224
/// split is an exit of a loop with other
exits
).
/external/llvm/lib/Target/X86/
X86VZeroUpper.cpp
98
case EXITS_DIRTY: return "
Exits
-dirty";
99
case EXITS_CLEAN: return "
Exits
-clean";
/external/opencv3/doc/tutorials/imgproc/imgtrans/warp_affine/
warp_affine.markdown
89
- Waits until the user
exits
the program
184
-# We just have to wait until the user
exits
the program
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java
80
+ "\nwhen recorderStop is called or when a scripts
exits
. "
164
+ "\nwhen recorderStop is called or when a scripts
exits
. "
Completed in 450 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>