HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 51 - 75 of 291) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 14 #pragma mark Rule return scopes start
15 #pragma mark Rule return scopes end
33 #define RETURN 16
FuzzyLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
38 #define RETURN 7
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 22 #pragma mark Rule return scopes start
23 #pragma mark Rule return scopes end
38 #define RETURN 7
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 19 RETURN
20 : 'return' .* ';'
115 /** Avoids having "return foo;" match as a field */
116 RETURN
117 : 'return' (options {greedy=false;}:.)* ';'
  /external/javassist/src/main/javassist/compiler/
TokenId.java 52 int RETURN = 333;
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 92 # define RETURN RETURN_END; CFI_PUSH (%ebx)
120 # define RETURN RETURN_END
217 RETURN
244 RETURN
271 RETURN
299 RETURN
569 RETURN
590 RETURN
610 RETURN
632 RETURN
    [all...]
sse2-memset32-atom.S 92 # define RETURN RETURN_END; CFI_PUSH (%ebx)
120 # define RETURN RETURN_END
207 RETURN
450 RETURN
470 RETURN
490 RETURN
511 RETURN
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NATIVE.S 11 RETURN # return to raise stack overflow excep.
26 RETURN # bail to the interpreter
29 RETURN # bail to the interpreter unconditionally
81 # native return; rBIX=newSaveArea
95 jr a2 # go if return chaining cell still exist
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassLoaderLocalMap.java 64 return globalMap.containsKey(key);
69 return false;
71 return getLocalMap(cl).containsKey(key);
78 return;
88 return globalMap.get(key);
92 return getLocalMap(cl).get(key);
106 return false;
115 return true;
148 return (Map<Object, Object>) holderClass.getDeclaredField("localMap").get(null);
176 mv.visitInsn(RETURN);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
template-output.rb 25 return( out ? out.to_s : out )
254 | return 1 /* foo */;
258 | return 12;
263 | return boom(1) /* foo */;
267 | return boom(12);
282 | 'return' return_expr ';'
310 | return 1 /* foo */;
314 | return 12;
319 | return boom(1) /* foo */;
323 | return boom(12)
    [all...]
  /external/eigen/blas/
lsame.f 37 IF (LSAME) RETURN
81 * RETURN
dspr.f 115 RETURN
118 * Quick return if possible.
120 IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
198 RETURN
sspr.f 115 RETURN
118 * Quick return if possible.
120 IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
198 RETURN
  /external/javassist/src/main/javassist/
CtNewWrappedConstructor.java 41 return cons;
89 code.add(Bytecode.RETURN);
99 return code;
CtNewConstructor.java 72 return (CtConstructor)obj;
103 return cc;
126 return new CtConstructor(c, declaring, map);
151 code.add(Bytecode.RETURN);
155 return cons;
180 return make(parameters, exceptions, PASS_NONE,
199 return make(parameters, exceptions, PASS_PARAMS,
275 * return null;
313 return CtNewWrappedConstructor.wrapped(parameters, exceptions,
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 340 #define RETURN jr ra
437 * x = y return 0
438 * x < y return -1
439 * x > y return 1
460 RETURN
470 * is non-zero, the caller is compiled by the JIT thus return to the
472 * return to the special dvmJitToInterpNoChain entry point.
509 # DOUG: assume this does not return ???
529 # DOUG: assume this does not return ???
543 # DOUG: assume this does not return ??
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/
scanner.c 23 #define RETURN(i) {s->cur = cursor; return i;}
68 return cursor;
82 return 0;
129 if(cursor == s->eof) { RETURN(0); } }
176 RETURN(1); }
297 { RETURN(*s->tok); }
305 RETURN(CLOSE); }
344 return ID; }
356 { if(cursor == s->eof) RETURN(0)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
scanner.c 23 #define RETURN(i) {s->cur = cursor; return i;}
68 return cursor;
82 return 0;
129 if(cursor == s->eof) { RETURN(0); } }
176 RETURN(1); }
297 { RETURN(*s->tok); }
305 RETURN(CLOSE); }
344 return ID; }
356 { if(cursor == s->eof) RETURN(0)
    [all...]
  /system/core/sh/
parser.c 141 return NEOF;
143 return NULL;
145 return list(1);
157 return NULL;
194 return n1;
200 return n1;
207 return n1;
212 return n1;
233 return n1;
280 return n2
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.h 74 RETURN = 275,
  /external/chromium_org/v8/src/
d8-readline.cc 33 // The readline includes leaves RETURN defined which breaks V8 compilation.
34 #undef RETURN
97 return read_history(kHistoryFileName) == 0;
102 return write_history(kHistoryFileName) == 0;
115 return Handle<String>();
117 return String::New(result);
123 if (strlen(str) == 0) return;
144 return result;
168 return strdup(*str);
172 return NULL
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 223 int RETURN = 177;
421 0, // return, 177
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 100 { RETURN, "jump", "ret" },
174 printf(" return buf;\n");
176 printf(" return printname[n-FIRSTTOKEN];\n");
178 return 0;
  /bionic/libc/arch-x86/string/
ssse3-memcpy-atom.S 102 # define RETURN RETURN_END; CFI_PUSH (%ebx)
127 # define RETURN RETURN_END
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 53 RETURN = 271,
254 #define RETURN 271

Completed in 388 milliseconds

1 23 4 5 6 7 8 91011>>