OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previous
(Results
226 - 250
of
9167
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-stlport/unit/
stdio_header_test.c
2
* is to say that the header can be included alone without any
previous
stdlib_header_test.c
2
* is to say that the header can be included alone without any
previous
streambuf_header_test.cpp
2
* is to say that the header can be included alone without any
previous
string_header_test.c
2
* is to say that the header can be included alone without any
previous
string_header_test.cpp
2
* is to say that the header can be included alone without any
previous
strstream_header_test.cpp
2
* is to say that the header can be included alone without any
previous
time_header_test.c
2
* is to say that the header can be included alone without any
previous
utility_header_test.cpp
2
* is to say that the header can be included alone without any
previous
valarray_header_test.cpp
2
* is to say that the header can be included alone without any
previous
vector_header_test.cpp
2
* is to say that the header can be included alone without any
previous
wchar_header_test.c
2
* is to say that the header can be included alone without any
previous
wctype_header_test.c
2
* is to say that the header can be included alone without any
previous
/dalvik/dx/tests/087-ssa-local-vars/
Blort.java
48
* phi's. The key component here is the assignment of
previous
= current.
58
StringBuilder
previous
= null;
local
70
if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') &&
previous
!= null) {
80
&&
previous
.length() + 1 + current.length() - i > maxLineLen) {
83
previous
.append(' ');
84
previous
.append(current, i, current.length() - i);
86
previous
= current;
/external/clang/test/SemaCXX/
typedef-redecl.cpp
3
typedef INT REALLY_INT; // expected-note {{
previous
definition is here}}
9
typedef int result_type; // expected-note {{
previous
definition is here}}
13
struct Y; // expected-note{{
previous
definition is here}}
19
void f(); // expected-note{{
previous
definition is here}}
22
typedef int f2; // expected-note{{
previous
definition is here}}
70
typedef int q[C == 1 ? 1 : -1]; // expected-note{{
previous
definition is here}}
82
typedef int q[1]; // expected-note{{
previous
definition is here}}
/external/clang/test/SemaTemplate/
current-instantiation.cpp
16
void f0(T&); // expected-note{{
previous
}}
20
void f1(T&); // expected-note{{
previous
}}
24
void f2(T&); // expected-note{{
previous
}}
28
void f3(T&); // expected-note{{
previous
}}
35
void g0(T&); // expected-note{{
previous
}}
39
void g1(T&); // expected-note{{
previous
}}
43
void g2(T&); // expected-note{{
previous
}}
47
void g3(T&); // expected-note{{
previous
}}
51
void g4(T&); // expected-note{{
previous
}}
55
void g5(T&); // expected-note{{
previous
}}
[
all
...]
/external/elfutils/src/lib/
list.h
37
assert (_newp->
previous
== NULL); \
39
(first) = _newp->next = _newp->
previous
= _newp; \
43
_newp->
previous
= (first)->
previous
; \
44
_newp->
previous
->next = _newp->next->
previous
= _newp; \
66
_elem->next->
previous
= _elem->
previous
; \
67
_elem->
previous
->next = _elem->next; \
71
assert ((_elem->next = _elem->
previous
= NULL, 1));
[
all
...]
/external/clang/test/SemaObjC/
method-conflict-1.m
15
- (void)myMethod1:(NSObject *)object; // broken-note {{
previous
definition is here}}
30
- (void)myMethod:(id <MyProtocol>)object; // broken-note {{
previous
definition is here}}
31
- (void)myMethod1:(id <MyProtocol>)object; // broken-note {{
previous
definition is here}}
47
- (void) test1:(A*) object; // broken-note {{
previous
definition is here}}
58
- (void) test1:(id) object; // broken-note {{
previous
definition is here}}
68
- (B*) test2; // broken-note {{
previous
definition is here}}
method-typecheck-1.m
4
- (void) setMoo: (int) x; // expected-note {{
previous
definition is here}}
5
- (int) setMoo1: (int) x; // expected-note {{
previous
definition is here}}
18
+ (void) cMoo: (int) x; // expected-note 2 {{
previous
definition is here}}
28
- (void) setCat: (int) x; // expected-note 2 {{
previous
definition is here}}
29
+ (void) cCat: (int) x; // expected-note {{
previous
definition is here}}
44
- (float)returnCGFloat; // expected-note {{
previous
definition is here}}
warn-superclass-method-mismatch.m
4
-(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{
previous
declaration is here}}
10
-(void) method: (int*) x; // expected-note {{
previous
declaration is here}}
11
-(void) method1: (Base*) x; // expected-note {{
previous
declaration is here}}
13
+ method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{
previous
declaration is here}}
15
- method5: (int) x : (double) d; // expected-note {{
previous
declaration is here}}
16
- method6: (int) x : (float) d; // expected-note {{
previous
declaration is here}}
/external/guava/guava/src/com/google/common/collect/
AbstractSequentialIterator.java
28
*
previous
element. Null elements are not supported, nor is the
35
* protected Integer computeNext(Integer
previous
) {
36
* return (
previous
== 1 << 30) ? null :
previous
* 2;
57
* Returns the element that follows {@code
previous
}, or returns {@code null}
62
protected abstract T computeNext(T
previous
);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
alternative_32.h
29
#define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature) : "memory")
30
#define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature), ##input)
31
#define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" : output : [feat] "i" (feature), ##input)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
alternative_32.h
29
#define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature) : "memory")
30
#define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature), ##input)
31
#define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" : output : [feat] "i" (feature), ##input)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h
29
#define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature) : "memory")
30
#define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature), ##input)
31
#define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" : output : [feat] "i" (feature), ##input)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
alternative_32.h
29
#define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature) : "memory")
30
#define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature), ##input)
31
#define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" : output : [feat] "i" (feature), ##input)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h
29
#define alternative(oldinstr, newinstr, feature) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature) : "memory")
30
#define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" :: "i" (feature), ##input)
31
#define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".
previous
\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".
previous
" : output : [feat] "i" (feature), ##input)
Completed in 470 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>