HomeSort by relevance Sort by last modified time
    Searched full:halt (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/tests/overlaytests/
Android.mk 1 # Dummy makefile to halt recursive directory traversal.
  /external/clang/test/Sema/
warn-unreachable.c 3 int halt() __attribute__((noreturn));
30 halt(),
34 live(), halt(),
40 halt();
46 halt();
56 halt();
64 halt();
73 halt();
77 halt()
81 halt();
    [all...]
  /external/clang/test/SemaCXX/
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();
constexpr-turing.cpp 6 const unsigned halt = (unsigned)-1; variable
34 // steps taken until halt.
36 return state == halt ? 1 :
46 { { true, L, 1 }, { true, R, halt } }
54 { { true, R, halt }, { true, L, 3 } },
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java 58 * the error condition is severe enough to halt processing.
85 * the error condition is severe enough to halt processing.
101 * the error condition is severe enough to halt processing.
119 * the error condition is severe enough to halt processing.
138 * the error condition is severe enough to halt processing.
162 * the error condition is severe enough to halt processing.
190 * the error condition is severe enough to halt processing.
207 * the error condition is severe enough to halt processing.
224 * the error condition is severe enough to halt processing.
242 * the error condition is severe enough to halt processing
    [all...]
  /external/oprofile/events/x86-64/family15h/
events 15 event:0x76 counters:0,1,2 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
  /external/valgrind/main/memcheck/tests/
calloc-overflow.c 9 // often ground to a halt trying to allocate an enormous (but not as
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
reboot.h 30 /* Halt the system. */
44 /* Reboot or halt the system. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reboot.h 30 /* Halt the system. */
44 /* Reboot or halt the system. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
reboot.h 30 /* Halt the system. */
44 /* Reboot or halt the system. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /external/junit/src/org/junit/
Assume.java 35 * If called with an expression evaluating to {@code false}, the test will halt and be ignored.
43 * If called with one or more null elements in <code>objects</code>, the test will halt and be ignored.
74 * Use to assume that an operation completes normally. If {@code t} is non-null, the test will halt and be ignored.
  /cts/tools/vm-tests-tf/src/dot/
Main.java 35 Runtime.getRuntime().halt(0);
  /external/kernel-headers/original/linux/
reboot.h 19 * HALT Stop OS and give system control to ROM monitor, if any.
  /external/webkit/Source/WebCore/page/
HaltablePlugin.h 37 virtual void halt() = 0;
  /external/zlib/src/contrib/pascal/
example.pas 42 Halt(1);
49 Halt(1);
96 Halt(1);
102 Halt(1);
108 Halt(1);
114 Halt(1);
124 Halt(1);
132 Halt(1);
137 Halt(1);
146 Halt(1)
    [all...]
  /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...]
  /external/grub/docs/
boot.S 68 /* Halt. */
boot.S.texi 68 /* @r{Halt.} */
  /external/oprofile/events/x86-64/family12h/
events 19 event:0x76 counters:0,1,2,3 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
  /external/oprofile/events/x86-64/family14h/
events 19 event:0x76 counters:0,1,2,3 um:zero minimum:50000 name:CPU_CLK_UNHALTED : Cycles outside of halt state
  /frameworks/base/core/java/android/ddm/
DdmHandleExit.java 71 Runtime.getRuntime().halt(statusCode);
  /external/grub/stage2/
defs.h 89 * high enough to allow all legitimate uses, but halt infinite

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 910