/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/ |
README | 19 If the tester exits with a signal, or takes longer than 20 seconds then 20 ftrandom saves the erroneous font and continues. If the tester exits
|
/external/llvm/test/Analysis/ScalarEvolution/ |
load.ll | 17 ; CHECK: --> %sum.04{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 2450 21 ; CHECK: --> %0{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 50 24 ; CHECK: --> %1{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 0 51 ; CHECK: --> %sum.02{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 10 53 ; CHECK: --> %n.01{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: @node1 59 ; CHECK: --> %1{{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 0
|
how-far-to-zero.ll | 27 ;CHECK: Loop %while.cond: <multiple exits> Unpredictable backedge-taken count.
|
trip-count4.ll | 5 ; CHECK: sext{{.*}}trunc{{.*}}Exits: 11
|
zext-wrap.ll | 13 ; CHECK: --> (zext i8 {0,+,-1}<nw><%bb.i> to i16){{ U: [^ ]+ S: [^ ]+}}{{ *}}Exits: 2
|
/external/libbrillo/brillo/ |
process_reaper.h | 22 // The callback called when a child exits. 40 // selected process exits or the process terminates for other reason. The
|
/external/vboot_reference/tests/futility/ |
test_show_vs_verify.sh | 15 # The show command exits with 0 if the data is consistent. 16 # The verify command exits with 0 only if all the data is verified.
|
/external/clang/test/SemaCXX/ |
scope-check.cpp | 104 D d; // expected-note {{jump exits scope of variable with non-trivial destructor}} 227 C c0 = 42; // expected-note {{jump exits scope of variable with non-trivial destructor}} 241 const C &c1 = 42; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 256 const int &c1 = C(1).i; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 323 B b = { 0, A() }; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 344 std::initializer_list<A> il = { a }; // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 371 { A() } // expected-note {{jump exits scope of lifetime-extended temporary with non-trivial destructor}} 604 __try { // expected-note {{jump exits __try block}} 612 } __except(0) { // expected-note {{jump exits __except block}} 617 __try { // expected-note {{jump exits __try block} [all...] |
/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...] |
/development/samples/ApiDemos/res/anim/ |
zoom_exit.xml | 20 <!-- Special window zoom animation: this is the element that exits the
|
/external/autotest/client/tests/kvm/autoit/ |
notepad1.au3 | 2 ; It runs notepad, enters some text and exits.
|
/external/cblas/testing/ |
cin3 | 5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
|
din3 | 5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
|
sin3 | 5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
|
zin3 | 5 T LOGICAL FLAG, T TO TEST ERROR EXITS.
|
/external/dhcpcd-6.8.2/ |
dhcpcd.conf | 24 # Persist interface configuration when dhcpcd exits.
|
/external/eigen/blas/testing/ |
cblat3.dat | 7 F LOGICAL FLAG, T TO TEST ERROR EXITS.
|
dblat3.dat | 7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
|
sblat3.dat | 7 T LOGICAL FLAG, T TO TEST ERROR EXITS.
|
zblat3.dat | 7 F LOGICAL FLAG, T TO TEST ERROR EXITS.
|
/external/libchrome/base/ |
callback_helpers.h | 31 // Closure is executed and deleted no matter how the current scope exits.
|
/external/libchrome/base/message_loop/ |
message_pump_dispatcher.h | 37 // nested loop exits immediately.
|
/external/toybox/toys/other/ |
oneit.c | 17 -p Power off instead of rebooting when command exits. 18 -r Restart child when it exits. 23 in its own session, reaps zombies until the child exits, then 45 // PID 1 then reaps zombies until the child process it spawned exits, at which
|
/external/valgrind/helgrind/tests/ |
bar_trivial.c | 29 either exits. */
|
tc22_exit_w_lock.c | 15 /* This one exits in the normal way, by joining back */
|