HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 101 - 125 of 317) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/perf/
bz2.c 912 return dest_orig;
923 return dest;
957 return dst;
967 return dest_orig;
991 return c + ('A' - 'a');
993 return c;
1000 return i;
1007 return True;
1009 return False;
1036 return ret
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 42 return 0;
67 return false;
71 return false;
74 return true;
85 return (void*)(addr + offset_from_aligned);
149 return pthread_mutex_trylock((pthread_mutex_t*)mtx_) == 0;
151 return pthread_spin_trylock((pthread_spinlock_t*)mtx_) == 0;
153 return pthread_rwlock_trywrlock((pthread_rwlock_t*)mtx_) == 0;
154 return false;
176 return pthread_rwlock_tryrdlock((pthread_rwlock_t*)mtx_) == 0
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 78 { "return", RETURN, RETURN },
92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); }
98 return c;
110 return 0;
114 return c;
150 buf[1] = 0; /* return one character as token */
161 return retc;
167 int sc = 0; /* 1 => return a } right now *
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 65 case ByteOps.RETURN:
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 90 return t;
104 * @return a SingleID object or NULL
125 return NULL;
136 return NULL;
143 // Assemble return results
154 return NULL;
170 return NULL;
192 return NULL;
200 return single;
210 * @return a SingleID object or null if the parse fail
    [all...]
  /external/deqp/framework/randomshaders/
rsgToken.hpp 51 RETURN,
137 inline bool operator== (Type type) const { return m_type == type; }
138 inline bool operator!= (Type type) const { return m_type != type; }
145 inline Type getType (void) const { return m_type; }
196 return !(*this != other);
202 return m_arg.identifier;
208 return m_arg.floatValue;
214 return m_arg.intValue;
220 return m_arg.boolValue;
229 int getSize (void) const { return (int)m_numTokens;
    [all...]
  /external/eigen/blas/
drotmg.f 122 * RETURN..
205 RETURN
srotmg.f 124 * RETURN..
207 RETURN
  /external/eigen/lapack/
clarfg.f 147 RETURN
199 RETURN
dlamch.f 139 RETURN
183 RETURN
dlarfg.f 146 RETURN
192 RETURN
slamch.f 143 RETURN
186 RETURN
zlarfg.f 147 RETURN
199 RETURN
ilaclr.f 120 RETURN
iladlr.f 120 RETURN
ilaslr.f 120 RETURN
  /external/icu/icu4c/source/i18n/
tridpars.cpp 90 return t;
104 * @return a SingleID object or NULL
125 return NULL;
136 return NULL;
143 // Assemble return results
154 return NULL;
170 return NULL;
192 return NULL;
200 return single;
210 * @return a SingleID object or null if the parse fail
    [all...]
  /external/iptables/libiptc/
libip4tc.c 7 * Every chain ends with an unconditional jump: a RETURN for user chains,
111 #define RETURN XT_RETURN
160 : pos == RETURN ? "RETURN"
168 return 0;
185 return NULL;
189 return NULL;
192 return NULL;
194 return NULL;
197 return NULL
    [all...]
  /external/javassist/src/main/javassist/
CtMethod.java 74 * return (X)super.elementAt(i);
81 * return (String)super.elementAt(i);
129 return CtNewMethod.make(src, declaring);
147 return new CtMethod(minfo, declaring);
156 return getStringRep().hashCode();
174 return cachedStringRep;
182 return obj != null && obj instanceof CtMethod
193 return getDeclaringClass().getName() + "."
201 return methodInfo.getName();
216 return getReturnType0()
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Opcodes.java 316 int RETURN = 177; // -
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 51 /*03: 0x03*/ new ImmutableInstruction11x(Opcode.RETURN, 4),
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 65 return -1;
71 return -1;
97 return -1;
107 return -1;
199 return 0;
210 EE(RETURN,ENTER)
219 return keymap[nn+1];
221 return sym;
  /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...]
  /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/chromium_org/content/browser/appcache/
appcache_manifest_parser.cc 52 return false;
54 return annotation == L"isPattern";
68 RETURN,
124 return false;
134 return false;
139 return false;
272 if (type == L"return") {
273 verb = RETURN;
379 return true;

Completed in 2441 milliseconds

1 2 3 45 6 7 8 91011>>