HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 26 - 50 of 581) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
StaticInitMergerTest.java 61 mv.visitInsn(RETURN);
71 mv.visitInsn(RETURN);
84 return defineClass(name, b, 0, b.length);
  /external/selinux/libselinux/src/
audit2why.c 61 return 0;
77 return fcnt;
160 return fcnt;
185 /* Boilerplate to return "None" */
188 return result;
210 return 1;
219 return 1;
228 return 1;
236 return 1;
248 return 1
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcpy-atom.S 604 RETURN
762 RETURN
780 RETURN
799 RETURN
807 RETURN
827 RETURN
848 RETURN
869 RETURN
877 RETURN
896 RETURN
    [all...]
ssse3-strlcat-atom.S 92 #define RETURN jmp L(StrcpyStep)
107 #undef RETURN
108 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
1044 RETURN
1055 RETURN
1069 RETURN
1081 RETURN
1086 RETURN
1090 RETURN
1094 RETURN
    [all...]
sse2-wcscmp-atom.S 82 #define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
886 RETURN
898 RETURN
905 RETURN
914 RETURN
921 RETURN
933 RETURN
940 RETURN
949 RETURN
956 RETURN
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Util.java 29 return pos;
33 return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == JSR_W || opcode == GOTO_W;
37 return opcode == GOTO || opcode == GOTO_W;
41 return opcode == JSR || opcode == JSR_W;
45 return (opcode >= IRETURN && opcode <= RETURN);
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliLabelReferenceTest.java 60 " return v0\n" +
100 Assert.assertEquals(Opcode.RETURN, nextInstruction.getOpcode());
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 171 /** {@code T: return type for the method; x: T; return x} */
172 public static final int RETURN = 33;
310 * @return {@code non-null;} its name
314 case NOP: return "nop";
315 case MOVE: return "move";
316 case MOVE_PARAM: return "move-param";
317 case MOVE_EXCEPTION: return "move-exception";
318 case CONST: return "const";
319 case GOTO: return "goto"
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 171 /** {@code T: return type for the method; x: T; return x} */
172 public static final int RETURN = 33;
326 * @return {@code non-null;} its name
330 case NOP: return "nop";
331 case MOVE: return "move";
332 case MOVE_PARAM: return "move-param";
333 case MOVE_EXCEPTION: return "move-exception";
334 case CONST: return "const";
335 case GOTO: return "goto"
    [all...]
  /external/ltp/testcases/kernel/syscalls/fork/
fork13.c 66 #define RETURN 256
91 child_exit_code = lc % RETURN;
107 return;
115 "Wait return value: expected pid=%d, "
118 return;
123 return;
153 return (second + PID_MAX - first) % PID_MAX;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug109.go 12 return e
22 bugs/bug109.go:6: illegal types for operand: RETURN
bug331.go 12 return
16 return "hello", 3.14, io.EOF
35 bug331.go:12: error in shape across RETURN
  /prebuilts/go/linux-x86/test/fixedbugs/
bug109.go 12 return e
22 bugs/bug109.go:6: illegal types for operand: RETURN
bug331.go 12 return
16 return "hello", 3.14, io.EOF
35 bug331.go:12: error in shape across RETURN
  /dalvik/dx/tests/135-invoke-custom/src/invokecustom/
TestGenerator.java 89 mv.visitInsn(Opcodes.RETURN);
105 mv.visitInsn(Opcodes.RETURN);
130 mv.visitInsn(Opcodes.RETURN);
148 mv.visitInsn(Opcodes.RETURN);
175 mv.visitInsn(Opcodes.RETURN);
209 mv.visitInsn(Opcodes.RETURN);
243 mv.visitInsn(Opcodes.RETURN);
279 mv.visitInsn(Opcodes.RETURN);
308 mv.visitInsn(Opcodes.RETURN);
353 mv.visitInsn(Opcodes.RETURN);
    [all...]
  /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
TestGenerator.java 107 mv.visitInsn(Opcodes.RETURN);
129 mv.visitInsn(Opcodes.RETURN);
160 mv.visitInsn(Opcodes.RETURN);
196 mv.visitInsn(Opcodes.RETURN);
235 mv.visitInsn(Opcodes.RETURN);
278 mv.visitInsn(Opcodes.RETURN);
321 mv.visitInsn(Opcodes.RETURN);
366 mv.visitInsn(Opcodes.RETURN);
406 mv.visitInsn(Opcodes.RETURN);
461 mv.visitInsn(Opcodes.RETURN);
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 63 #define RETURN ret
254 RETURN
262 RETURN
269 RETURN
276 RETURN
283 RETURN
291 RETURN
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 63 # define RETURN RETURN_END; CFI_PUSH(%ebx)
110 RETURN
135 RETURN
141 RETURN
146 RETURN
163 RETURN
442 RETURN
462 RETURN
482 RETURN
503 RETURN
    [all...]
  /art/compiler/optimizing/
codegen_test.cc 40 // Return all combinations of ISA and code generator that are executable on
72 return v;
182 Instruction::RETURN | 0);
191 Instruction::RETURN | 1 << 8);
200 Instruction::RETURN | 1 << 8);
210 Instruction::RETURN | 0 << 8,
211 Instruction::RETURN | 1 << 8);
221 Instruction::RETURN | 0 << 8,
222 Instruction::RETURN | 1 << 8);
236 Instruction::RETURN | 1 << 8);
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
MethodAnalyzerTest.java 57 return nextProbeId++;
71 method.visitInsn(Opcodes.RETURN);
223 method.visitInsn(Opcodes.RETURN);
297 method.visitInsn(Opcodes.RETURN);
363 method.visitInsn(Opcodes.RETURN);
410 method.visitInsn(Opcodes.RETURN);
687 method.visitInsn(Opcodes.RETURN);
748 method.visitInsn(Opcodes.RETURN);
751 method.visitInsn(Opcodes.RETURN);
756 method.visitInsn(Opcodes.RETURN);
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/commons/
StaticInitMerger.java 89 return mv;
94 clinit.visitInsn(Opcodes.RETURN);
  /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;}:.)* ';'

Completed in 476 milliseconds

12 3 4 5 6 7 8 91011>>