HomeSort by relevance Sort by last modified time
    Searched defs:CALL (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 40 #define CALL 16
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.h 38 CALL, ///< CALL instruction
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c 51 * how to call a method: (virtual, direct, static) x (standard, array of
60 * CALL() calls the JNI function with the given name, using a JNIEnv
64 #define CALL(name, args...) env->name(args)
70 #define CALL(name, args...) (*env)->name(env , ## args)
92 clazz = CALL(FindClass, "android/jni/cts/StaticFromNative");
97 StaticFromNative = (jclass) CALL(NewGlobalRef, clazz);
99 clazz = CALL(FindClass, "android/jni/cts/InstanceFromNative");
104 InstanceFromNative = (jclass) CALL(NewGlobalRef, clazz);
106 field = CALL(GetStaticFieldID, InstanceFromNative, "theOne",
114 biscuits = CALL(NewStringUTF, "biscuits")
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
40 public const int CALL=4;
53 "invalidRule", "call", "expr", "prog", "stat"
132 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) )
233 case CALL:
341 if ( ((LA2_0>=CALL && LA2_0<=17)) )
425 // BuildOptions\\DebugTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
448 // BuildOptions\\DebugTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
491 case CALL:
685 // BuildOptions\\DebugTreeGrammar.g3:71:9: call
729 private BigInteger call( ) method in class:DebugTreeGrammar
    [all...]
ProfileTreeGrammar.cs 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
40 public const int CALL=4;
53 "invalidRule", "call", "expr", "prog", "stat"
137 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) )
238 case CALL:
346 if ( ((LA2_0>=CALL && LA2_0<=17)) )
430 // BuildOptions\\ProfileTreeGrammar.g3:63:0: expr returns [BigInteger value] : ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call );
453 // BuildOptions\\ProfileTreeGrammar.g3:64:9: ( ^( '+' a= expr b= expr ) | ^( '-' a= expr b= expr ) | ^( '*' a= expr b= expr ) | ^( '/' a= expr b= expr ) | ^( '%' a= expr b= expr ) | ID | INT | call )
496 case CALL:
690 // BuildOptions\\ProfileTreeGrammar.g3:71:9: call
734 private BigInteger call( ) method in class:ProfileTreeGrammar
    [all...]
DebugGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
37 public const int CALL=4;
1164 // BuildOptions\\DebugGrammar.g3:80:0: atom : ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) );
1205 // BuildOptions\\DebugGrammar.g3:80:9: ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) )
1375 // 83:25: -> ^( CALL ID expr )
1378 // BuildOptions\\DebugGrammar.g3:83:28: ^( CALL ID expr )
1382 root_1 = (CommonTree)adaptor.BecomeRoot((CommonTree)adaptor.Create(CALL, "CALL"), root_1);
    [all...]
ProfileGrammarParser.cs 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='"
37 public const int CALL=4;
1168 // BuildOptions\\ProfileGrammar.g3:80:0: atom : ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) );
1209 // BuildOptions\\ProfileGrammar.g3:80:9: ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) )
1379 // 83:25: -> ^( CALL ID expr )
1382 // BuildOptions\\ProfileGrammar.g3:83:28: ^( CALL ID expr )
1386 root_1 = (CommonTree)adaptor.BecomeRoot((CommonTree)adaptor.Create(CALL, "CALL"), root_1);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 69 public static final int CALL = 10;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_msg.h 50 * NOTE: call and reply use the same overall struct but
55 CALL=0,
135 * Body of an rpc request call.
  /prebuilts/go/darwin-x86/src/runtime/
asm_386.s 40 CALL runtime·libpreinit(SB)
49 // Align stack to call C function.
50 // We moved SP to BP above, but BP was clobbered by the libpreinit call.
58 CALL AX
68 CALL runtime·newosproc0(SB)
94 // Users of this function jump to it, they don't call it.
132 CALL runtime·write(SB)
134 CALL runtime·exit(SB)
233 // if there is an _cgo_init, call it to let it
242 CALL A
    [all...]
asm_amd64p32.s 119 CALL runtime·settls(SB)
141 CALL runtime·check(SB)
147 CALL runtime·args(SB)
148 CALL runtime·osinit(SB)
149 CALL runtime·schedinit(SB)
155 CALL runtime·newproc(SB)
158 CALL runtime·mstart(SB)
191 CALL runtime·badctxt(SB)
215 // Switch to m->g0's stack, call fn(g).
229 // switch to m->g0 & its stack, call f
    [all...]
asm_amd64.s 20 // external linking. The C startup code will call the symbol "main"
48 CALL runtime·libpreinit(SB)
56 CALL AX
63 CALL runtime·newosproc0(SB)
192 // if there is an _cgo_init, call it.
199 CALL AX
222 CALL runtime·settls(SB)
244 CALL runtime·check(SB)
250 CALL runtime·args(SB)
251 CALL runtime·osinit(SB
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_386.s 40 CALL runtime·libpreinit(SB)
49 // Align stack to call C function.
50 // We moved SP to BP above, but BP was clobbered by the libpreinit call.
58 CALL AX
68 CALL runtime·newosproc0(SB)
94 // Users of this function jump to it, they don't call it.
132 CALL runtime·write(SB)
134 CALL runtime·exit(SB)
233 // if there is an _cgo_init, call it to let it
242 CALL A
    [all...]
asm_amd64p32.s 119 CALL runtime·settls(SB)
141 CALL runtime·check(SB)
147 CALL runtime·args(SB)
148 CALL runtime·osinit(SB)
149 CALL runtime·schedinit(SB)
155 CALL runtime·newproc(SB)
158 CALL runtime·mstart(SB)
191 CALL runtime·badctxt(SB)
215 // Switch to m->g0's stack, call fn(g).
229 // switch to m->g0 & its stack, call f
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 297 CALL("call"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 297 CALL("call"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 297 CALL("call"),
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmsimpleexpression.h 35 CALL,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 415 #define CALL(target) { \
515 if (name.find("CALL") != name.npos) {
517 // ignore (not a call)
521 // ignore (rather different semantics than a regular call)
523 CALL("off");
525 CALL("dst");
538 #undef CALL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 42 CALL = "call"
111 CALL,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 40 CALL = "call"
109 CALL,
  /external/javassist/src/main/javassist/compiler/
TokenId.java 114 int CALL = 'C'; // method call
  /external/python/cpython2/Lib/
sre_constants.py 42 CALL = "call"
111 CALL,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 38 CALL = "call"
107 CALL,
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 38 CALL = "call"
107 CALL,

Completed in 759 milliseconds

12 3 4 5 6 7