/external/eigen/lapack/ |
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...] |
/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 else { return SkSL::Token::ELSE; } 50 for { return SkSL::Token::FOR; [all...] |
/frameworks/base/tools/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...] |
scheduler_test.cc | 33 // Return all combinations of ISA and code generator that are executable on 65 return v; 210 // return result; 230 Instruction::RETURN | 2 << 8); // return v2
|
/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...] |
/bionic/libc/arch-x86/silvermont/string/ |
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...] |
/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++;
|
/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",
|
/art/compiler/dex/ |
inline_method_analyser.cc | 81 return DoMatch(code_item, pattern, size); 87 return true; 93 return false; 97 return true; 105 return true; 109 return true; 114 return instruction_->Opcode() == opcode; 119 return IsInstructionDirectConst(instruction_->Opcode()) && 126 return IsInstructionIPut(instruction_->Opcode()) && 134 return false [all...] |
/dalvik/dx/src/com/android/dx/io/ |
Opcodes.java | 59 public static final int RETURN = 0x0f; 304 * @return {@code true} iff the value has the right "shape" to be 320 return false; 322 return true; 327 return true; 330 return (opcode & 0xff00) == 0; 338 * @return the extracted opcode 348 return ((lowByte == 0) || (lowByte == 0xff)) ? opcodeUnit : lowByte;
|
/external/cblas/testing/ |
c_cblat1.f | 72 RETURN 275 RETURN 520 RETURN 569 RETURN 600 RETURN 610 RETURN 641 RETURN 675 RETURN
|
c_zblat1.f | 72 RETURN 275 RETURN 520 RETURN 569 RETURN 600 RETURN 610 RETURN 641 RETURN 675 RETURN
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
Java7Compatibility.java | 72 return null; 79 return null; 88 return (isInterface && "<clinit>".equals(name)) ? new InlineJacocoInit(result) : result; 149 return new InlineMethodBody(dest); 151 return null; 176 return null; 182 return null; 187 return null; 210 case Opcodes.RETURN: 211 checkState(mv != null, "Encountered a second return it would seem: %s", opcode) [all...] |