HomeSort by relevance Sort by last modified time
    Searched refs:halt (Results 1 - 25 of 52) 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/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}}
  /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.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
LoadGenerator.java 32 public void halt() { method in class:LoadGenerator
BackgroundAudio.java 24 * Continuously play background noise in a loop, until halt() is called.
38 public void halt() { method in class:BackgroundAudio
90 halt(); method
CalibrateVolumeActivity.java 113 mBackgroundAudio.halt();
114 mMonitor.halt();
180 public void halt() { method in class:CalibrateVolumeActivity.Monitor
ExperimentService.java 76 generator.halt();
  /cts/tools/dx-tests/src/dxc/
Main.java 35 Runtime.getRuntime().halt(0);
  /cts/tools/vm-tests/src/dot/
Main.java 35 Runtime.getRuntime().halt(0);
  /cts/tools/vm-tests-tf/src/dot/
Main.java 35 Runtime.getRuntime().halt(0);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/experiments/
LoopbackExperiment.java 90 private void halt() { method in class:LoopbackExperiment
92 mRecorder.halt();
99 halt(); method
105 halt(); method
126 public void halt() { method in class:LoopbackExperiment.Recorder
  /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 229 void halt() __attribute__((noreturn));
235 halt();
  /external/openssl/crypto/perlasm/
x86asm.pl 67 sub ::halt { &hlt; }
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 143 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/
x86cpuid.pl 144 &halt ();
  /libcore/luni/src/main/java/java/lang/
Runtime.java 518 * process can only be terminated by calling {@code halt()}.
596 public void halt(int code) { method in class:Runtime
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 440 void PluginView::halt() function in class:WebCore::PluginView

Completed in 734 milliseconds

1 2 3