HomeSort by relevance Sort by last modified time
    Searched defs:RETURN (Results 1 - 25 of 39) sorted by null

1 2

  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 63 #define RETURN ret
281 RETURN
306 RETURN
311 RETURN
315 RETURN
319 RETURN
323 RETURN
327 RETURN
331 RETURN
335 RETURN
    [all...]
ssse3-memcmp3-new.S 102 #define RETURN RETURN_END; cfi_restore_state; cfi_remember_state
1553 RETURN
1560 RETURN
1567 RETURN
1574 RETURN
1581 RETURN
1588 RETURN
1595 RETURN
1602 RETURN
    [all...]
  /external/nist-sip/java/gov/nist/core/
Separators.java 46 public static final String RETURN = "\n";
GenericObjectList.java 66 protected static final String RETURN = Separators.RETURN;
109 return new String(chars);
113 * Return true if this supports reflection based cloning.
116 return obj instanceof Cloneable;
120 return GenericObjectList.class.isAssignableFrom(other);
134 return retval;
185 return (GenericObject) iterator.next();
187 return null;
198 return (GenericObject) myListIterator.next()
    [all...]
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/qemu/distrib/sdl-1.2.12/src/video/
SDL_stretch.c 51 #define RETURN 0xC3
74 return(0);
92 return(-1);
111 *eip++ = RETURN;
116 return(-1);
118 return(0);
193 return(-1);
202 return(-1);
216 return(-1);
231 return(-1)
    [all...]
  /external/bzip2/
decompress.c 40 #define RETURN(rrr) \
54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
79 RETURN(BZ_DATA_ERROR); \
92 RETURN(BZ_DATA_ERROR); \
100 RETURN(BZ_DATA_ERROR); \
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
208 s->blockSize100k > (BZ_HDR_0 + 9)) RETURN(BZ_DATA_ERROR_MAGIC);
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR)
    [all...]
  /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;
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...]
  /external/iptables/libiptc/
libip4tc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
116 #define RETURN IPT_RETURN
165 : pos == RETURN ? "RETURN"
173 return 0;
190 return NULL;
194 return NULL;
197 return NULL;
199 return NULL;
202 return NULL
    [all...]
libip6tc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
111 #define RETURN IP6T_RETURN
128 return -1;
130 return l;
195 : pos == IP6T_RETURN ? "RETURN"
203 return 0;
222 return NULL;
226 return NULL;
229 return NULL;
231 return NULL
    [all...]
  /external/llvm/utils/TableGen/
EDEmitter.cpp 47 return Entries.size() - 1;
110 return !strcmp(String, string);
130 return *this;
183 return *this;
241 #define SET(flag) { type->set(flag); return 0; }
334 return 1;
354 return;
420 #define RETURN() { \
530 RETURN();
539 #undef RETURN
    [all...]
  /external/javassist/src/main/javassist/compiler/
TokenId.java 52 int RETURN = 333;
  /system/core/sh/
parser.c 141 return NEOF;
143 return NULL;
145 return list(1);
157 return NULL;
194 return n1;
200 return n1;
207 return n1;
212 return n1;
233 return n1;
280 return n2
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.h 61 RETURN,
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 59 RETURN = 275,
153 #define RETURN 275
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
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...]
DalvOps.java 49 public static final int RETURN = 0x0f;
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 42 /** label offset for the return block */
43 private static final int RETURN = -2;
45 /** label offset for the synchronized method final return block */
130 /** List of all blocks that return from this subroutine */
160 * @return {@code >= 0;} the label of the subroutine's start block.
163 return startBlock;
192 * @return all currently known successors
193 * (return destinations) for that subroutine
212 return successors;
246 * @return {@code non-null;} the converted instanc
    [all...]
ByteOps.java 204 public static final int RETURN = 0xb1;
531 "b1 - return;" +
627 * @return {@code non-null;} its name
637 return result;
644 * @return its format and allowed cp types
647 return OPCODE_INFO[opcode];
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 223 int RETURN = 177;
421 0, // return, 177
  /external/mesa3d/src/glsl/
glsl_parser.h 54 RETURN = 271,
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 129 public static final Dop RETURN =
130 new Dop(Opcodes.RETURN, Opcodes.RETURN,
    [all...]
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 119 new Info(Opcodes.RETURN_VOID, "return-void",
122 public static final Info RETURN =
123 new Info(Opcodes.RETURN, "return",
127 new Info(Opcodes.RETURN_WIDE, "return-wide",
131 new Info(Opcodes.RETURN_OBJECT, "return-object",
    [all...]
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...]

Completed in 1029 milliseconds

1 2