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

1 23 4 5 6 7 8 91011>>

  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliInstructionTest.java 79 Assert.assertEquals(Opcode.RETURN, instructionElement.getOpcode());
  /bionic/libc/arch-x86/atom/string/
sse2-memset-atom.S 63 #define RETURN RETURN_END; CFI_PUSH(%ebx)
175 RETURN
195 RETURN
215 RETURN
236 RETURN
523 RETURN
543 RETURN
563 RETURN
584 RETURN
604 RETURN
    [all...]
ssse3-memcpy-atom.S 95 # define RETURN RETURN_END; CFI_PUSH (%ebx)
119 # define RETURN RETURN_END
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 13 * The m3rawrettype typemap contains the M3 type used as return value.
450 RETURN $null;
469 RETURN $null;
570 RETURN $null;
576 RETURN $null;
581 RETURN $null;
610 /* The m3out typemap is used for converting function return types from the return type
634 RETURN NEW(REF $1_basetype, $imcall);
637 RETURN NEW($1_basetype, $imcall, $owner)
    [all...]
  /system/core/libcutils/arch-x86/
android_memset16.S 91 # define RETURN RETURN_END; CFI_PUSH (%ebx)
119 # define RETURN RETURN_END
214 RETURN
241 RETURN
268 RETURN
296 RETURN
566 RETURN
587 RETURN
607 RETURN
629 RETURN
    [all...]
android_memset32.S 91 # define RETURN RETURN_END; CFI_PUSH (%ebx)
119 # define RETURN RETURN_END
204 RETURN
447 RETURN
467 RETURN
487 RETURN
508 RETURN
  /art/compiler/optimizing/
live_ranges_test.cc 41 return graph;
47 * return 0;
53 * 8: return
59 Instruction::RETURN);
74 // Last use is the return instruction.
89 * return a;
100 * 22: return
108 Instruction::RETURN | 0 << 8);
122 // Last use is the return instruction.
138 * return a
    [all...]
graph_checker_test.cc 42 return graph;
139 Instruction::RETURN | 0 << 8);
  /cts/tests/app/app/src/android/app/stubs/
FragmentTestActivity.java 48 public static final int RETURN = 1;
119 return inflater.inflate(mLayoutId, container, false);
128 setReturnTransition(loadTransition(RETURN));
138 return mListeners[transitionKey].transitionStarted;
142 return mListeners[transitionKey].transitionEnded;
148 return null;
152 return transition;
  /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/eigen/lapack/
dsecnd_NONE.f 48 RETURN
second_NONE.f 48 RETURN
ilaclc.f 113 IF( A(I, ILACLC).NE.ZERO ) RETURN
117 RETURN
iladlc.f 113 IF( A(I, ILADLC).NE.ZERO ) RETURN
117 RETURN
ilaslc.f 113 IF( A(I, ILASLC).NE.ZERO ) RETURN
117 RETURN
ilazlc.f 113 IF( A(I, ILAZLC).NE.ZERO ) RETURN
117 RETURN
slarfg.f 146 RETURN
192 RETURN
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ClassFileVersionsTest.java 19 import static org.objectweb.asm.Opcodes.RETURN;
104 return new MethodVisitor(JaCoCo.ASM_API_VERSION) {
132 mv.visitInsn(RETURN);
138 return cw.toByteArray();
  /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/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,
  /bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S 97 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx)
345 RETURN
365 RETURN
408 RETURN
453 RETURN
502 RETURN
535 RETURN
568 RETURN
604 RETURN
642 RETURN
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 52 return nextProbeId++;
61 method.visitInsn(Opcodes.RETURN);
167 method.visitInsn(Opcodes.RETURN);
225 method.visitInsn(Opcodes.RETURN);
266 method.visitInsn(Opcodes.RETURN);
524 method.visitInsn(Opcodes.RETURN);
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 223 int RETURN = 177;
421 0, // return, 177
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 73 RETURN = 276,

Completed in 679 milliseconds

1 23 4 5 6 7 8 91011>>