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

12 3 4 5 6 7 8 91011>>

  /art/compiler/optimizing/
ssa_test.cc 52 std::string str() const { return str_; }
145 " 7: Return(6)\n"
156 Instruction::RETURN | 0 << 8);
179 " 9: Return(8)\n"
189 Instruction::RETURN | 0 << 8);
212 " 9: Return(6)\n"
222 Instruction::RETURN | 0 << 8);
274 " 9: Return(1)\n"
284 Instruction::RETURN | 1 << 8);
308 " 9: Return(4)\n
    [all...]
find_loops_test.cc 49 Instruction::RETURN);
65 Instruction::RETURN);
82 Instruction::RETURN | 0 << 8);
97 Instruction::RETURN | 0 << 8);
138 // return;
154 TestBlock(graph, 4, false, kInvalidBlockId); // return block
164 // return a;
171 Instruction::RETURN | 0 << 8);
183 TestBlock(graph, 5, false, kInvalidBlockId); // return block
196 Instruction::RETURN | 0 << 8)
    [all...]
codegen_test.cc 40 // Return all combinations of ISA and code generator that are executable on
72 return v;
178 Instruction::RETURN | 0);
187 Instruction::RETURN | 1 << 8);
196 Instruction::RETURN | 1 << 8);
206 Instruction::RETURN | 0 << 8,
207 Instruction::RETURN | 1 << 8);
217 Instruction::RETURN | 0 << 8,
218 Instruction::RETURN | 1 << 8);
232 Instruction::RETURN | 1 << 8);
    [all...]
  /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...]
  /bionic/libc/arch-x86_64/string/
sse2-strlcpy-slm.S 70 #define RETURN \
393 RETURN
683 RETURN
689 RETURN
697 RETURN
703 RETURN
711 RETURN
719 RETURN
727 RETURN
733 RETURN
    [all...]
sse2-strlen-slm.S 63 #define RETURN ret
254 RETURN
262 RETURN
269 RETURN
276 RETURN
283 RETURN
291 RETURN
  /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...]
  /external/r8/src/test/examplesAndroidO/invokecustom/
TestGenerator.java 95 mv.visitInsn(Opcodes.RETURN);
112 mv.visitInsn(Opcodes.RETURN);
137 mv.visitInsn(Opcodes.RETURN);
155 mv.visitInsn(Opcodes.RETURN);
177 mv.visitInsn(Opcodes.RETURN);
200 mv.visitInsn(Opcodes.RETURN);
223 mv.visitInsn(Opcodes.RETURN);
246 mv.visitInsn(Opcodes.RETURN);
269 mv.visitInsn(Opcodes.RETURN);
292 mv.visitInsn(Opcodes.RETURN);
    [all...]
  /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...]
  /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

Completed in 1206 milliseconds

12 3 4 5 6 7 8 91011>>