HomeSort by relevance Sort by last modified time
    Searched refs:halt (Results 1 - 25 of 53) 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 5 const unsigned halt = (unsigned)-1; variable
33 // steps taken until halt.
35 return state == halt ? 1 :
45 { { true, L, 1 }, { true, R, halt } }
53 { { 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/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 144 public void halt() { method in class:TabletTicker
320 // create the usual notification clicker, but chain it together with a halt() call
326 halt();
TabletStatusBar.java     [all...]
  /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 519 * process can only be terminated by calling {@code halt()}.
597 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
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 247 public void halt() { method in class:Ticker

Completed in 613 milliseconds

1 2 3