Searched refs:halt (Results 1 - 23 of 23) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-unreachable.c5 int halt() __attribute__((noreturn));
32 halt(),
36 live(), halt(),
42 halt();
48 halt();
58 halt();
66 halt();
75 halt();
79 halt()
83 halt();
[all...]
H A Dreturn.c32 void halt() { function
/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp6 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 } },
H A Dwarn-unreachable.cpp3 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/
H A Dasync.test52 sqlite3async_control halt idle
55 sqlite3async_control halt never
H A Dasync2.test72 sqlite3async_control halt idle
75 sqlite3async_control halt never
/external/bison/
H A Dmaint.mk241 # 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
[all...]
H A Dcfg.mk73 halt='use AT_PARSER_CHECK for and only for generated parsers' \
/external/clang/test/Analysis/
H A Ddead-stores.c228 void halt() __attribute__((noreturn));
234 halt();
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcpu-x86-asm.pl191 &halt ();
/external/openssl/crypto/
H A Dx86cpuid.pl177 &halt ();
/external/openssl/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h41 halt, // ^C (async halt) enumerator in enum:RNBRemote::__anon25440
H A DRNBRemote.cpp127 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
/external/clang/tools/scan-view/
H A DScanView.py155 def halt(self): member in class:ScanViewServer
667 self.server.halt()
/external/oprofile/events/x86-64/family11h/
H A Devents78 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/
H A Devents58 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/
H A Devents44 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.
/external/blktrace/doc/
H A Dblktrace.tex379 of seconds, and then halt.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c239 ;; to print a BX_PANIC message. This will normally halt the simulation
8277 val8 = inb_cmos(0x0b) & 0x7f; // clear halt-clock bit
8310 // enable Status Reg B alarm bit, clear halt clock bit
8327 // clear clock-halt bit, disable alarm bit
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 668 milliseconds