HomeSort by relevance Sort by last modified time
    Searched refs:halt (Results 1 - 24 of 24) sorted by null

  /external/clang/test/Sema/
warn-unreachable.c 5 int halt() __attribute__((noreturn));
32 halt(),
36 live(), halt(),
42 halt();
48 halt();
58 halt();
66 halt();
75 halt();
79 halt()
83 halt();
    [all...]
return.c 32 void halt() { function
  /cts/tools/vm-tests-tf/src/dot/
Main.java 35 Runtime.getRuntime().halt(0);
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 6 const unsigned halt = (unsigned)-1; variable
34 // steps taken until halt.
36 return state == halt ? 0 :
44 { { true, R, 1 }, { true, R, halt } },
54 { { true, R, halt }, { true, L, 3 } },
warn-unreachable.cpp 3 int &halt() __attribute__((noreturn));
40 halt()
44 halt() // expected-warning {{will never be executed}}
49 (halt()); // expected-warning {{will never be executed}}
57 halt(), foor()// expected-warning {{will never be executed}}
77 (halt()); // expected-warning {{will never be executed}}
106 halt();
  /external/chromium_org/third_party/sqlite/src/test/
async.test 52 sqlite3async_control halt idle
55 sqlite3async_control halt never
async2.test 72 sqlite3async_control halt idle
75 sqlite3async_control halt never
  /external/bison/
maint.mk 241 # halt
263 export halt = macro
291 test "x$$halt" != x \
292 || { msg='halt not defined' $(_sc_say_and_exit) }; \
316 && { msg="$$halt" $(_sc_say_and_exit) } || :; \
320 && { msg="$$halt" $(_sc_say_and_exit) } || :; \
334 @prohibit='\<free *\( *\(' halt="don't cast free argument" \
339 halt="don't cast x*alloc return value" \
344 halt="don't cast alloca return value" \
349 halt='found SPACE-TAB sequence; remove the SPACE'
    [all...]
cfg.mk 73 halt='use AT_PARSER_CHECK for and only for generated parsers' \
  /external/clang/test/Analysis/
dead-stores.c 228 void halt() __attribute__((noreturn));
234 halt();
  /external/chromium_org/third_party/boringssl/src/crypto/
cpu-x86-asm.pl 191 &halt ();
  /external/openssl/crypto/perlasm/
x86asm.pl 67 sub ::halt { &hlt; }
  /external/openssl/crypto/
x86cpuid.pl 177 &halt ();
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86asm.pl 67 sub ::halt { &hlt; }
  /external/lldb/tools/debugserver/source/
RNBRemote.h 41 halt, // ^C (async halt) enumerator in enum:RNBRemote::__anon4992
RNBRemote.cpp 127 t.push_back (Packet (halt, &RNBRemote::HandlePacket_last_signal, &RNBRemote::HandlePacket_stop_process, "\x03", "^C"));
129 t.push_back (Packet (why_halted, &RNBRemote::HandlePacket_last_signal, NULL, "?", "Why did target halt"));
618 case '\x03': // ^C to halt target
    [all...]
  /external/clang/tools/scan-view/
ScanView.py 155 def halt(self): member in class:ScanViewServer
667 self.server.halt()
  /external/oprofile/events/x86-64/family11h/
events 78 event:0x76 counters:0,1,2,3 um:zero minimum:3000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
  /external/oprofile/events/x86-64/hammer/
events 58 event:0x76 counters:0,1,2,3 um:zero minimum:3000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
  /external/oprofile/events/i386/nehalem/
events 44 event:0x3C counters:0,1,2,3 um:cpu_clk_unhalted minimum:6000 name:CPU_CLK_UNHALTED : Counts the number of thread cycles while the thread is not in a halt state.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/blktrace/doc/
blktrace.tex 379 of seconds, and then halt.
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1030 milliseconds