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

1 2 3 4 5 67 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 65 StdTypeList.RETURN_ADDRESS, "move-return-address");
597 /** {@code return void} */
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
600 "return-void");
602 /** {@code x: int; return x} */
604 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.INT, Rop.BRANCH_RETURN,
605 "return-int");
607 /** {@code x: long; return x} */
609 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.LONG, Rop.BRANCH_RETURN,
610 "return-long")
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 65 StdTypeList.RETURN_ADDRESS, "move-return-address");
597 /** {@code return void} */
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
600 "return-void");
602 /** {@code x: int; return x} */
604 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.INT, Rop.BRANCH_RETURN,
605 "return-int");
607 /** {@code x: long; return x} */
609 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.LONG, Rop.BRANCH_RETURN,
610 "return-long")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 65 StdTypeList.RETURN_ADDRESS, "move-return-address");
597 /** {@code return void} */
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
600 "return-void");
602 /** {@code x: int; return x} */
604 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.INT, Rop.BRANCH_RETURN,
605 "return-int");
607 /** {@code x: long; return x} */
609 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.LONG, Rop.BRANCH_RETURN,
610 "return-long")
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 203 MAP.put(Rops.RETURN_INT, Dops.RETURN);
205 MAP.put(Rops.RETURN_FLOAT, Dops.RETURN);
282 * @return the corresponding dalvik opcode; one of the constants in
294 return result;
315 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
316 case RegOps.INVOKE_STATIC: return Dops.INVOKE_STATIC;
317 case RegOps.INVOKE_VIRTUAL: return Dops.INVOKE_VIRTUAL;
318 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
319 case RegOps.INVOKE_DIRECT: return Dops.INVOKE_DIRECT;
320 case RegOps.INVOKE_INTERFACE: return Dops.INVOKE_INTERFACE
    [all...]
DalvOps.java 49 public static final int RETURN = 0x0f;
Dops.java 121 Form10x.THE_ONE, false, "return-void");
123 public static final Dop RETURN =
124 new Dop(DalvOps.RETURN, DalvOps.RETURN,
125 Form11x.THE_ONE, false, "return");
129 Form11x.THE_ONE, false, "return-wide");
133 Form11x.THE_ONE, false, "return-object");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 68 // Opcodes.RETURN
374 MAP.put(Rops.RETURN_INT, Dops.RETURN);
376 MAP.put(Rops.RETURN_FLOAT, Dops.RETURN);
453 * @return the corresponding dalvik opcode; one of the constants in
465 return result;
486 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
487 case RegOps.INVOKE_STATIC: return Dops.INVOKE_STATIC;
488 case RegOps.INVOKE_VIRTUAL: return Dops.INVOKE_VIRTUAL;
489 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
490 case RegOps.INVOKE_DIRECT: return Dops.INVOKE_DIRECT
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang.l 74 "invariant" { return INVARIANT; }
75 "highp" { return HIGH_PRECISION; }
76 "mediump" { return MEDIUM_PRECISION; }
77 "lowp" { return LOW_PRECISION; }
78 "precision" { return PRECISION; }
80 "attribute" { return ATTRIBUTE; }
81 "const" { return CONST_QUAL; }
82 "uniform" { return UNIFORM; }
83 "varying" { return VARYING; }
85 "break" { return BREAK;
    [all...]
  /external/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 52 {s : '\u000D', t : 'CARRIAGE RETURN'},
100 ({toString:function(){return 'wibble'}})
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 69 // Opcodes.RETURN
375 MAP.put(Rops.RETURN_INT, Dops.RETURN);
377 MAP.put(Rops.RETURN_FLOAT, Dops.RETURN);
454 * @return the corresponding dalvik opcode; one of the constants in
466 return result;
487 case RegOps.MOVE_EXCEPTION: return Dops.MOVE_EXCEPTION;
488 case RegOps.INVOKE_STATIC: return Dops.INVOKE_STATIC;
489 case RegOps.INVOKE_VIRTUAL: return Dops.INVOKE_VIRTUAL;
490 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER;
491 case RegOps.INVOKE_DIRECT: return Dops.INVOKE_DIRECT
    [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 59 case AMDGPU::RETURN:
60 return true;
62 return false;
109 return TII->get(Opcode);
141 return true;
143 return false;
171 return ClauseFile(MIb, ClauseContent);
212 return InsertPos;
261 return ClauseFile(ClauseHead, ClauseContent);
318 return (StackSubEntry + 3)/4; // Need ceil value of StackSubEntry/
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 58 protected static final String RETURN = Separators.RETURN;
118 /** Return the match expression.
119 *@return the match expression that has previously been set.
122 return matchExpression;
127 return Class.forName(className);
130 return null;
136 return GenericObject.class.isAssignableFrom(other);
153 return obj;
194 return clone_obj
    [all...]
  /external/v8/test/mjsunit/third_party/
string-trim.js 52 {s : '\u000D', t : 'CARRIAGE RETURN'},
100 ({toString:function(){return 'wibble'}})
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 295 /* Return from a subroutine. */
297 DEF_RTL_EXPR(RETURN, "return", "", RTX_EXTRA)
299 /* Special for EH return from subroutine. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 295 /* Return from a subroutine. */
297 DEF_RTL_EXPR(RETURN, "return", "", RTX_EXTRA)
299 /* Special for EH return from subroutine. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 295 /* Return from a subroutine. */
297 DEF_RTL_EXPR(RETURN, "return", "", RTX_EXTRA)
299 /* Special for EH return from subroutine. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 295 /* Return from a subroutine. */
297 DEF_RTL_EXPR(RETURN, "return", "", RTX_EXTRA)
299 /* Special for EH return from subroutine. */
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 76 * @return {@code non-null;} list of basic blocks
82 return bb.getBlockList();
130 case ByteOps.RETURN: {
269 * @return {@code non-null;} the list of basic blocks
321 return result;
392 * unconditional branch, a return, or a switch)
450 return previousOffset;
ByteOps.java 204 public static final int RETURN = 0xb1;
532 "b1 - return;" +
628 * @return {@code non-null;} its name
638 return result;
645 * @return its format and allowed cp types
648 return OPCODE_INFO[opcode];
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 59 public static final int RETURN = 0x0f;
339 * @return {@code true} iff the value has the right "shape" to be
355 return false;
357 return true;
362 return true;
365 return (opcode & 0xff00) == 0;
375 * @return {@code true} iff the opcode is an "extended" opcode
382 return (opcode >= 0x00ff);
390 * @return the extracted opcode
400 return ((lowByte == 0) || (lowByte == 0xff)) ? opcodeUnit : lowByte
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 53 * return !m.getName().equals("finalize");
61 * return proceed.invoke(self, args); // execute the original method.
102 * return proceed.invoke(self, args);
245 * @return true if this factory uses the proxy cache otherwise false
249 return factoryUseCache;
269 * @return true if this factory installs a writeReplace method in created classes otherwise false
273 return factoryWriteReplace;
291 * @return true if the class is a javassist proxy class otherwise false
296 return (ProxyObject.class.isAssignableFrom(cl));
360 public Class getSuperclass() { return superClass;
    [all...]
  /external/eigen/blas/testing/
cblat2.f 653 * and return.
676 * return.
721 RETURN
    [all...]
dblat2.f 643 * and return.
666 * return.
711 RETURN
    [all...]
sblat2.f 643 * and return.
666 * return.
711 RETURN
    [all...]
zblat2.f 655 * and return.
678 * return.
723 RETURN
    [all...]

Completed in 1502 milliseconds

1 2 3 4 5 67 8 91011>>