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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/go/token/
token.go 116 RETURN
217 RETURN: "return",
240 return s
262 return 1
264 return 2
266 return 3
268 return 4
270 return 5
272 return LowestPre
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memcpy-slm.S 94 #define RETURN RETURN_END; CFI_PUSH (%ebx)
104 je L(return)
117 jbe L(return)
124 jbe L(return)
135 jbe L(return)
191 jmp L(return)
202 jmp L(return)
271 jmp L(return)
281 je L(return)
285 je L(return)
    [all...]
sse2-memmove-slm.S 94 #define RETURN RETURN_END; CFI_PUSH (%ebx)
116 /* Copy [0..32] and return. */
127 /* Copy [0..64] and return. */
142 /* Copy [0..128] and return. */
343 /* Copy [0..32] and return. */
354 /* Copy [0..64] and return. */
369 /* Copy [0..128] and return. */
450 /* Copy [0..16] and return. */
494 RETURN
500 RETURN
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-memcpy-slm.S 89 #define RETURN RETURN_END;
95 je L(return)
108 jbe L(return)
115 jbe L(return)
126 jbe L(return)
182 jmp L(return)
193 jmp L(return)
262 jmp L(return)
272 je L(return)
276 je L(return)
    [all...]
  /external/eigen/lapack/
ilaclr.f 120 RETURN
iladlr.f 120 RETURN
ilaslr.f 120 RETURN
ilazlr.f 120 RETURN
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 62 return header +
166 return new CheckTags(root).run();
171 return 1;
173 return 1;
175 return 1;
177 return 0;
198 return false;
203 "@param", "@return", "@throws", "@obsolete", "@exception", "@serial", "@provisional"
216 static final int RETURN = 9;
226 return i
    [all...]
GatherAPIDataOld.java 85 return 2;
87 return 2;
89 return 2;
91 return 2;
93 return 1;
95 return 1;
97 return 1;
99 return 1;
101 return 0;
105 return new GatherAPIDataOld(root).run()
    [all...]
  /external/nist-sip/java/gov/nist/core/
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...]
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 28 * a stub depending on the return type. Original annotations are passed along unchanged.
37 /** The method return type. Can be null. */
87 mParentVisitor.visitInsn(Opcodes.RETURN);
160 /* Pops the stack, depending on the return type.
190 * For non-constructor, generate the messaging code and the return statement
204 * For non-constructor, generate the messaging code and the return statement
220 return mParentVisitor.visitAnnotation(desc, visible);
226 return mParentVisitor.visitAnnotationDefault();
232 return mParentVisitor.visitParameterAnnotation(parameter, desc, visible);
254 * For non-constructor, rewrite existing "return" instructions to write the message
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-memcmp-atom.S 98 #define RETURN RETURN_END; cfi_restore_state; cfi_remember_state
1624 RETURN
1631 RETURN
1638 RETURN
1645 RETURN
1652 RETURN
1659 RETURN
1666 RETURN
1673 RETURN
1718 RETURN
    [all...]
ssse3-strcmp-atom.S 92 # define RETURN ret
99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
    [all...]
  /art/compiler/optimizing/
register_allocator_test.cc 69 return register_allocator->Validate(false);
168 * return 0;
174 * return
180 Instruction::RETURN);
194 * return 5;
210 * return
221 Instruction::RETURN | 1 << 8);
235 * return 6 + 7;
256 * return
272 Instruction::RETURN | 1 << 8)
    [all...]
  /external/eigen/blas/testing/
dblat1.f 122 RETURN
240 40 RETURN
334 RETURN
678 RETURN
    [all...]
sblat1.f 122 RETURN
240 40 RETURN
334 RETURN
682 RETURN
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 84 return 0;
109 return false;
113 return false;
116 return true;
127 return (void*)(addr + offset_from_aligned);
197 return __interceptor_pthread_mutex_trylock((pthread_mutex_t*)mtx_) == 0;
200 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
203 return __interceptor_pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0;
204 return false;
228 return __interceptor_pthread_rwlock_tryrdlock((pthread_rwlock_t*)mtx_) == 0
    [all...]
  /external/swiftshader/third_party/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 62 analyzer.visitInsn(RETURN);
249 testInsn(RETURN, false);
MethodProbesAdapterTest.java 150 adapter.visitInsn(Opcodes.RETURN);
152 expectedVisitor.visitInsnWithProbe(Opcodes.RETURN, 1000);
374 return id++;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeArrayStrategyFactoryTest.java 223 mv.visitInsn(Opcodes.RETURN);
232 mv.visitInsn(Opcodes.RETURN);
247 return strategy;
295 return null;
303 return new MethodVisitor(Opcodes.ASM5) {
338 return;
  /external/skia/src/sksl/
sksl.flex 32 {DIGIT}*"."{DIGIT}+([eE][+-]?{DIGIT}+)? { return SkSL::Token::FLOAT_LITERAL; }
34 {DIGIT}+"."{DIGIT}*([eE][+-]?{DIGIT}+)? { return SkSL::Token::FLOAT_LITERAL; }
36 {DIGIT}+([eE][+-]?{DIGIT}+) { return SkSL::Token::FLOAT_LITERAL; }
38 {DIGIT}+ { return SkSL::Token::INT_LITERAL; }
40 "0x"[0-9a-fA-F]+ { return SkSL::Token::INT_LITERAL; }
42 true { return SkSL::Token::TRUE_LITERAL; }
44 false { return SkSL::Token::FALSE_LITERAL; }
46 if { return SkSL::Token::IF; }
48 @if { return SkSL::Token::STATIC_IF; }
50 else { return SkSL::Token::ELSE;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 133 ORETURN: "RETURN",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
opnames.go 133 ORETURN: "RETURN",

Completed in 984 milliseconds

1 2 3 4 56 7 8 91011>>