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

1 2 3 4

  /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);
  /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
mrhoist.c 942 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
943 "RuleBlkWithHalt has no halt set");
948 MR_RuleBlkWithHalt->end->halt=FALSE;
956 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=TRUE;
970 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=FALSE;
979 MR_RuleBlkWithHalt->end->halt=TRUE;
1008 (MR_RuleBlkWithHalt->jtype == RuleBlk && MR_RuleBlkWithHalt->end->halt == TRUE),
1009 "RuleBlkWithHalt has no halt set");
1016 MR_RuleBlkWithHalt->end->halt=FALSE;
1025 if (MR_RuleBlkWithHalt != NULL) MR_RuleBlkWithHalt->end->halt=TRUE;
    [all...]
  /external/u-boot/arch/arm/cpu/armv8/zynqmp/
mp.c 15 #define HALT 0
54 static void set_r5_halt_mode(u8 halt, u8 mode)
59 if (halt == HALT)
67 if (halt == HALT)
212 set_r5_halt_mode(HALT, LOCK);
217 set_r5_halt_mode(HALT, SPLIT);
270 set_r5_halt_mode(HALT, LOCK);
282 set_r5_halt_mode(HALT, SPLIT)
    [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();
  /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/site_utils/deployment/prepare/
dut.py 160 host.halt()
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_eth.c 285 dev->halt = au1x00_halt;
  /external/u-boot/drivers/net/
bcm-sf2-eth.c 227 dev->halt = bcm_sf2_eth_close;
cs8900.c 307 dev->halt = cs8900_halt;
smc911x.c 277 dev->halt = smc911x_halt;
  /external/u-boot/drivers/spi/
fsl_dspi.c 132 static void dspi_halt(struct fsl_dspi_priv *priv, u8 halt)
138 if (halt)
148 /* halt DSPI module */
617 /* halt module */

Completed in 904 milliseconds

1 2 3 4