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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
misc.s 7 halt
  /external/clang/test/Sema/
warn-unreachable.c 5 int halt() __attribute__((noreturn));
32 halt(),
36 live(), halt(),
42 halt();
48 halt();
58 halt();
66 halt();
75 halt();
79 halt()
83 halt();
    [all...]
return.c 32 void halt() { function
  /cts/tools/vm-tests-tf/src/dot/
Main.java 35 Runtime.getRuntime().halt(0);
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 6 const unsigned halt = (unsigned)-1; variable
34 // steps taken until halt.
36 return state == halt ? 0 :
44 { { true, R, 1 }, { true, R, halt } },
54 { { true, R, halt }, { true, L, 3 } },
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();
  /art/test/1903-suspend-self/src/art/
Test1903.java 38 Runtime.getRuntime().halt(2);
83 Runtime.getRuntime().halt(4);
87 Runtime.getRuntime().halt(2);
  /art/test/1902-suspend/src/art/
Test1902.java 109 Runtime.getRuntime().halt(1);
114 Runtime.getRuntime().halt(2);
  /art/test/1904-double-suspend/src/art/
Test1904.java 100 Runtime.getRuntime().halt(1);
105 Runtime.getRuntime().halt(2);
  /art/test/1906-suspend-list-me-first/src/art/
Test1906.java 56 Runtime.getRuntime().halt(2);
85 Runtime.getRuntime().halt(2);
  /art/test/1907-suspend-list-self-twice/src/art/
Test1907.java 51 Runtime.getRuntime().halt(2);
78 Runtime.getRuntime().halt(2);
  /frameworks/base/core/java/android/ddm/
DdmHandleExit.java 71 Runtime.getRuntime().halt(statusCode);
  /external/libmojo/jni/java/lang/
Runtime.class 
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
MyProvider.java 79 server.halt();
119 public void halt() { method in class:MyProvider.EchoServer
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
pred.c 504 /* MR10 There should only be one halt set at a time. */
509 require(r->end->halt == FALSE,"should only have one halt at a time");
512 /* MR10 */ (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
513 /* MR10 */ "RuleBlkWithHalt->end not RuleBlk or does not have halt set");
515 /* MR10 */ MR_RuleBlkWithHalt->end->halt=FALSE;
518 /*** fprintf(stderr,"\nSetting halt on junction #%d\n",r->end->seq); ***/
520 require(r->end->halt == FALSE,"rule->end->halt already set");
527 r->end->halt = TRUE;
    [all...]
fset.c 64 * in terms of FIRST's, however). To proceed with the FOLLOW, p->halt cannot be
65 * set. p->halt is set to indicate that a reference to the current rule is in progress
168 p->end->halt &&
180 !p->halt && /* MR11 was using cache even when halt set */
206 if (p->halt ) /* don't want FOLLOW here? */ /* unless MR10 hoisting */
238 if ( p->jtype == RuleBlk && p->end->halt && ! MR_AmbSourceSearch) /* can save FIRST set? */
248 !p->halt && /* MR11 was using cache even with halt set */
344 save_halt = r->end->halt;
    [all...]
syn.h 351 char halt; /* never move past a junction with halt==TRUE */ /* MR10 was int */ member in struct:Junction::_junct
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
EnablePaging64.asm 59 hlt ; halt processor if EntryPoint() returned
  /external/clang/test/Analysis/
dead-stores.c 228 void halt() __attribute__((noreturn));
234 halt();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MffContext.java 169 mCameraStreamer.halt();
390 // Halt all runners (does nothing if not running)
393 runner.halt();
398 // Flush all graphs if requested (this is queued up after the call to halt)
  /external/autotest/server/site_tests/factory_InstallVM/
factory_InstallVM.py 145 # Use halt instead of reboot; reboot doesn't work consistently in KVM.
146 self.get_dut_client().halt()
  /external/autotest/server/hosts/
remote.py 93 def halt(self, timeout=DEFAULT_HALT_TIMEOUT, wait=True): member in class:RemoteHost
105 self.run_background('sleep 1 ; halt')
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 74 sub ::halt { &hlt; }
  /libcore/ojluni/src/main/java/java/lang/
Runtime.java 110 * has been enabled. Once this is done the virtual machine {@link #halt
137 * @see #halt(int)
200 * Finally, the virtual machine will halt. Note that daemon threads will
206 * invoking the <tt>{@link #halt halt}</tt> method, which forcibly
238 * halt.
267 * @see #halt(int)
357 public void halt(int status) { method in class:Runtime
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pdp11/
opcode.s 22 start: halt

Completed in 432 milliseconds

1 2 3 4 5