/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
SDL_systimer.c | 162 much time halt()ing, not to run us "no matter what". */
|
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 79 virtual void halt(); 88 void WebHaltablePlugin::halt() 90 [m_view halt]; 493 - (void)halt
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 385 * the error condition is severe enough to halt processing. 411 * the error condition is severe enough to halt processing.
|
TemplateList.java | 488 * the error condition is severe enough to halt processing. 589 * the error condition is severe enough to halt processing. 653 * the error condition is severe enough to halt processing.
|
/external/blktrace/doc/ |
blktrace.8 | 81 of seconds, and then halt.
|
/external/openssl/crypto/ |
x86cpuid.pl | 91 &halt ();
|
/frameworks/base/services/java/com/android/server/status/ |
Ticker.java | 197 void halt() { method in class:Ticker
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Runtime.java | 599 * {@link #halt(int)} method, an {@link Error} or a {@code SIGKILL}, in 606 * process can only be terminated by calling {@code halt()}. 705 public void halt(int code) { method in class:Runtime
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPath.java | 293 * the error condition is severe enough to halt processing. 319 * the error condition is severe enough to halt processing. 396 * the error condition is severe enough to halt processing.
|
Expression.java | 239 * the error condition is severe enough to halt processing. 270 * the error condition is severe enough to halt processing.
|
/frameworks/base/core/java/com/android/internal/util/ |
HierarchicalStateMachine.java | 205 * CMD_5{>HALT}. 225 * processes message CMD_5 which transitions to halt state 441 * HALT_ACTION = ">" HALT ; 628 * see if the last transition was to quit or halt. [all...] |
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
Device.h | 187 Halt eCPU - 32bit RW 189 0 HALT_ECPU Halt Embedded CPU - This bit is the 201 1 halt eCPU
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/ |
tnetwCommon.h | 198 Halt eCPU - 32bit RW 200 0 HALT_ECPU Halt Embedded CPU - This bit is the 212 1 halt eCPU
|
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
Device.h | 187 Halt eCPU - 32bit RW 189 0 HALT_ECPU Halt Embedded CPU - This bit is the 201 1 halt eCPU
|
/development/samples/SpinnerTest/src/com/android/example/spinner/test/ |
SpinnerActivityTest.java | 257 // Halt the Activity by calling Activity.finish() on it
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 153 a program halt.
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/srp/include/ |
srp.h | 259 OSCL_IMPORT_REF void SrpStop(void); /* Halt SRP operations, stop timers, flush queue, do not shutdown. */
|
/external/qemu/distrib/sdl-1.2.12/src/events/ |
SDL_events.c | 209 /* Halt the event thread, if running */
|
/external/webkit/WebCore/plugins/ |
PluginView.h | 228 virtual void halt();
|
/external/webkit/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 453 void PluginView::halt() function in class:WebCore::PluginView
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf_unittest.c | 144 /* PERF test run - does not halt if it fails! */
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
RuntimeTest.java | [all...] |
/external/grub/stage2/ |
shared.h | 698 /* Halt the processor (called after an unrecoverable error). */ 704 /* Halt the system, using APM if possible. If NO_APM is true, don't use
|
/external/kernel-headers/original/asm-x86/ |
paravirt.h | 144 void (*halt)(void); member in struct:pv_irq_ops 548 static inline void halt(void) function
|
/frameworks/base/docs/html/guide/developing/tools/ |
ddms.jd | 242 <p>You can stop a virtual machine by selecting <strong>Actions</strong> > <strong>Halt 243 VM</strong>. Pressing this button causes the VM to call <code>Runtime.halt(1)</code>.</p>
|