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

1 2 3

  /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...]
return.c 32 void halt() { function
  /external/webkit/Source/WebCore/page/
HaltablePlugin.h 37 virtual void halt() = 0;
PluginHalter.cpp 98 plugins[i]->halt();
  /frameworks/base/core/tests/overlaytests/
Android.mk 1 # Dummy makefile to halt recursive directory traversal.
  /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 } },
  /cts/tools/vm-tests-tf/src/dot/
Main.java 35 Runtime.getRuntime().halt(0);
  /frameworks/base/core/java/android/ddm/
DdmHandleExit.java 71 Runtime.getRuntime().halt(statusCode);
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 123 void PluginView::halt() function in class:WebCore::PluginView
  /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/kernel-headers/original/asm-x86/
irqflags_32.h 88 static inline void halt(void) function
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 125 - (void)halt;
WebBaseNetscapePluginView.mm 80 virtual void halt();
89 void WebHaltablePlugin::halt()
91 [m_view halt];
505 - (void)halt
  /external/clang/test/Analysis/
dead-stores.c 228 void halt() __attribute__((noreturn));
234 halt();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 142 public void halt() { method in class:TabletTicker
318 // create the usual notification clicker, but chain it together with a halt() call
324 halt();
  /external/openssl/crypto/perlasm/
x86asm.pl 67 sub ::halt { &hlt; }
  /external/openssl/crypto/
x86cpuid.pl 175 &halt ();
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /libcore/luni/src/main/java/java/lang/
Runtime.java 527 * process can only be terminated by calling {@code halt()}.
600 public void halt(int code) { method in class:Runtime
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 440 void PluginView::halt() function in class:WebCore::PluginView

Completed in 1670 milliseconds

1 2 3