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

1 2 3 4 5

  /frameworks/base/core/tests/overlaytests/
Android.mk 1 # Dummy makefile to halt recursive directory traversal.
  /toolchain/binutils/binutils-2.25/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();
  /frameworks/base/core/java/android/ddm/
DdmHandleExit.java 71 Runtime.getRuntime().halt(statusCode);
  /external/libmojo/jni/java/lang/
Runtime.class 
  /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
  /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...]
  /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()
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /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')
  /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...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 194 LONG halt; member in struct:linux_romvec

Completed in 884 milliseconds

1 2 3 4 5