OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RETURN
(Results
76 - 100
of
464
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/lapack/
clacgv.f
112
RETURN
cladiv.f
93
RETURN
dladiv.f
124
RETURN
dlapy2.f
100
RETURN
dlapy3.f
107
RETURN
sladiv.f
124
RETURN
slapy2.f
100
RETURN
slapy3.f
107
RETURN
zlacgv.f
112
RETURN
zladiv.f
93
RETURN
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
MethodInstrumenterTest.java
59
return
;
73
instrumenter.visitInsnWithProbe(Opcodes.
RETURN
, 3);
76
expectedVisitor.visitInsn(Opcodes.
RETURN
);
ProbeArrayStrategyFactoryTest.java
150
mv.visitInsn(Opcodes.
RETURN
);
158
mv.visitInsn(Opcodes.
RETURN
);
168
return
strategy;
191
return
null;
200
return
new MethodVisitor(Opcodes.ASM5) {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
RuntimeDataTest.java
126
mv.visitInsn(Opcodes.
RETURN
);
171
mv.visitInsn(Opcodes.
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
...]
/frameworks/support/fragment/tests/java/android/support/v4/app/test/
FragmentTestActivity.java
67
public static final int
RETURN
= 1;
98
return
testFragment;
139
return
inflater.inflate(mLayoutId, container, false);
150
setReturnTransition(loadTransition(
RETURN
));
157
return
((TransitionCalledListener)mListeners[transitionKey]).startLatch.getCount() == 0;
161
return
((TransitionCalledListener)mListeners[transitionKey]).endLatch.getCount() == 0;
167
return
l.startLatch.await(500,TimeUnit.MILLISECONDS);
173
return
l.endLatch.await(500,TimeUnit.MILLISECONDS);
179
return
null;
183
return
transition
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
regression.s
64
RETURN
: bl FUNCTION ; //jump to subroutine
236
LONGJUMP: B
RETURN
; //jump back to next
240
FUNCTION: RTS; //
return
from subroutine
/art/compiler/optimizing/
constant_folding_test.cc
104
*
return
v1 2.
return
v1
110
Instruction::
RETURN
| 1 << 8);
119
" 4:
Return
(3)\n"
128
{ " 4:
Return
(3)\n", " 4:
Return
(6)\n" }
160
*
return
(v2, v3) 2.
return
-wide v2
180
" 4:
Return
(3)\n"
189
{ " 4:
Return
(3)\n", " 4: Return(6)\n"
[
all
...]
/bionic/libc/arch-x86/atom/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
/external/cblas/testing/
c_dblat1.f
78
RETURN
141
40
RETURN
235
RETURN
390
RETURN
596
RETURN
645
RETURN
676
RETURN
686
RETURN
721
RETURN
c_sblat1.f
78
RETURN
141
40
RETURN
235
RETURN
390
RETURN
596
RETURN
645
RETURN
676
RETURN
686
RETURN
721
RETURN
/art/runtime/arch/x86/
memcmp16_x86.S
43
#define
RETURN
RETURN_END; CFI_RESTORE_STATE; CFI_REMEMBER_STATE
784
RETURN
791
RETURN
800
RETURN
807
RETURN
818
RETURN
825
RETURN
834
RETURN
841
RETURN
/external/valgrind/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/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/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
...]
Completed in 620 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>