HomeSort by relevance Sort by last modified time
    Searched refs:Goto (Results 1 - 12 of 12) sorted by null

  /external/libpng/contrib/pngminus/
makevms.com 60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
76 $ Goto Loop3
79 $ Goto Loop2
82 $ If arg .Le. 8 Then Goto Loop
83 $ Goto Exit
  /external/libpng/scripts/
makevms.com 110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
126 $ Goto Loop3
129 $ Goto Loop2
132 $ If arg .Le. 8 Then Goto Loop
133 $ Goto Exit
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 57 Goto.run();
Goto.java 20 class Goto {
26 System.out.println("Goto.smallGoto");
40 System.out.println("Goto.mediumGoto");
63 System.out.println("Goto.bigGoto");
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
105 $ If Argument .Eqs. "" Then Goto Exit
109 $ If File .Eqs. " " Then Goto Endl
114 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
115 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
116 $ Goto Loop3
119 $ Goto Loop2
122 $ If arg .Le. 8 Then Goto Loop
123 $ Goto Exit
  /external/zlib/
make_vms.com 18 $ on error then goto err_exit
102 $ if fname .eqs. "#" then goto AMISS_ERR
106 $ goto find_aconf
123 $ goto aconf_loop
214 $ goto err_exit
236 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
241 $ If Argument .Eqs. "" Then Goto Exit
245 $ If File .Eqs. " " Then Goto Endl
250 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
251 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makei
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 188 void Goto(bool where) {
200 // Mark this jump target as used as if Goto had been called, but
235 // True if the Split or Goto functions have been called.
    [all...]
codegen-ia32.cc 462 dest->Goto(true);
    [all...]
  /external/v8/src/x64/
codegen-x64.h 188 void Goto(bool where) {
200 // Mark this jump target as used as if Goto had been called, but
235 // True if the Split or Goto functions have been called.
codegen-x64.cc     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 1704 milliseconds