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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/webkit/browser/appcache/
manifest_parser.cc 52 return false;
54 return annotation == L"isPattern";
68 RETURN,
120 return false;
130 return false;
135 return false;
262 if (type == L"return") {
263 verb = RETURN;
367 return true;
  /external/eigen/blas/
chbmv.f 175 RETURN
178 * Quick return if possible.
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
226 IF (ALPHA.EQ.ZERO) RETURN
306 RETURN
chpmv.f 137 RETURN
140 * Quick return if possible.
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
188 IF (ALPHA.EQ.ZERO) RETURN
268 RETURN
dsbmv.f 169 RETURN
172 * Quick return if possible.
174 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
220 IF (ALPHA.EQ.ZERO) RETURN
300 RETURN
dspmv.f 130 RETURN
133 * Quick return if possible.
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
181 IF (ALPHA.EQ.ZERO) RETURN
261 RETURN
ssbmv.f 171 RETURN
174 * Quick return if possible.
176 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
222 IF (ALPHA.EQ.ZERO) RETURN
302 RETURN
sspmv.f 130 RETURN
133 * Quick return if possible.
135 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
181 IF (ALPHA.EQ.ZERO) RETURN
261 RETURN
zhbmv.f 175 RETURN
178 * Quick return if possible.
180 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
226 IF (ALPHA.EQ.ZERO) RETURN
306 RETURN
zhpmv.f 137 RETURN
140 * Quick return if possible.
142 IF ((N.EQ.0) .OR. ((ALPHA.EQ.ZERO).AND. (BETA.EQ.ONE))) RETURN
188 IF (ALPHA.EQ.ZERO) RETURN
268 RETURN
  /external/javassist/src/main/javassist/
CtConstructor.java 108 return methodInfo.isConstructor();
115 return methodInfo.isStaticInitializer();
125 return getDeclaringClass().getName()
138 return MethodInfo.nameClinit;
140 return declaringClass.getSimpleName();
153 return false; // native or abstract??
161 return op0 == Opcode.RETURN // empty static initializer
167 && it.byteAt(it.next()) == Opcode.RETURN
171 return false
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 63 #define RETURN 0xC3
87 return(last.status);
106 return(-1);
112 return(-1);
122 return -1;
131 return -1;
139 *eip++ = RETURN;
145 return(-1);
149 return(0);
224 return(-1)
    [all...]
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 85 RETURN
114 This is optimized for quick return on short unaligned strings.
126 * Use UADD8 and SEL to compare words, and use REV and CLZ to compute the return value.
129 to compute the return value, instead of MOV.
382 /* Restore temporaries early, before computing the return value. */
401 /* The return value is computed as follows.
402 If r1>r2 then (C==1 and Z==0) and LS doesn't hold and r0 is #1 at return.
404 which means r0:=r0-r0-1 and r0 is #-1 at return.
406 which means r0:=r0-r0 and r0 is #0 at return.
506 RETURN
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 31 int yywrap(void) { return(1); }
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
335 | RETURN pattern st { $$ = stat1(RETURN, $2); }
336 | RETURN st { $$ = stat1(RETURN, NIL); }
458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
463 return ((Cell *)(p->narg[0]))->sval;
471 return n;
473 return op2(NE, n, nullnode)
    [all...]
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...]
  /bionic/libc/arch-x86/string/
ssse3-strcpy-atom.S 90 # define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
95 # define RETURN ret
    [all...]
ssse3-wcscpy-atom.S 84 # define RETURN POP (%edi); ret; CFI_PUSH (%edi)
366 RETURN
475 RETURN
590 RETURN
600 RETURN
607 RETURN
616 RETURN
  /art/compiler/dex/
mir_graph.cc 34 {{Instruction::CONST, Instruction::RETURN}, kConstFunction},
35 {{Instruction::CONST_4, Instruction::RETURN}, kConstFunction},
37 {{Instruction::CONST_16, Instruction::RETURN}, kConstFunction},
38 {{Instruction::IGET, Instruction:: RETURN}, kIGet},
39 {{Instruction::IGET_BOOLEAN, Instruction::RETURN}, kIGetBoolean},
41 {{Instruction::IGET_BYTE, Instruction::RETURN}, kIGetByte},
42 {{Instruction::IGET_CHAR, Instruction::RETURN}, kIGetChar},
43 {{Instruction::IGET_SHORT, Instruction::RETURN}, kIGetShort},
52 {{Instruction::RETURN}, kIdentity},
120 * Parse an instruction, return the length of the instructio
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 898 return dest_orig;
909 return dest;
943 return dst;
952 return dest_orig;
976 return c + ('A' - 'a');
978 return c;
985 return i;
992 return True;
994 return False;
1021 return ret
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 919 return dest_orig;
930 return dest;
964 return dst;
974 return dest_orig;
998 return c + ('A' - 'a');
1000 return c;
1007 return i;
1014 return True;
1016 return False;
1043 return ret
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-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...]
varinfo6.c 950 return dest_orig;
961 return dest;
995 return dst;
1005 return dest_orig;
1029 return c + ('A' - 'a');
1031 return c;
1038 return i;
1045 return True;
1047 return False;
1074 return ret
    [all...]
  /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...]
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 65 case ByteOps.RETURN:
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_CHAIN.S 3 * For monomorphic callsite, setup the Dalvik frame and return to the
24 jr t2 # return to raise stack overflow excep.
67 RETURN # return to the callee-chaining cell

Completed in 377 milliseconds

1 2 34 5 6 7 8 91011>>