OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previous
(Results
51 - 75
of
9167
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjCXX/
objc2-merge-gc-attribue-decl.mm
35
extern __weak id WLoopGetMain(); // expected-note {{
previous
declaration is here}}
38
extern id p3; // expected-note {{
previous
definition is here}}
41
extern void *p4; // expected-note {{
previous
definition is here}}
47
extern char* __strong p6; // expected-note {{
previous
definition is here}}
50
extern __strong char* p7; // expected-note {{
previous
definition is here}}
/external/skia/src/gpu/
GrReorderCommandBuilder.cpp
27
DrawBatch*
previous
= static_cast<DrawBatch*>(reverseIter.get());
local
29
if (
previous
->fState->getPipeline()->isEqual(*state->getPipeline()) &&
30
previous
->fBatch->combineIfPossible(batch)) {
34
if (intersect(
previous
->fBatch->bounds(), batch->bounds())) {
41
} while (reverseIter.
previous
());
/external/clang/lib/Format/
ContinuationIndenter.cpp
44
return Tok.isMemberAccess() && Tok.
Previous
&& Tok.
Previous
->closesScope();
50
const FormatToken &
Previous
= *Current.
Previous
;
54
return
Previous
.is(tok::comma) && !Current.isTrailingComment() &&
55
(
Previous
.isNot(TT_CtorInitializerComma) ||
94
const FormatToken &
Previous
= *Current.
Previous
;
95
assert(&
Previous
== Current.
Previous
);
[
all
...]
/libcore/luni/src/main/java/java/util/
LinkedList.java
51
Link<ET>
previous
, next;
field in class:LinkedList.Link
55
previous
= p;
81
link = link.
previous
;
94
next.
previous
= newLink;
131
public ET
previous
() {
method in class:LinkedList.LinkIterator
135
link = link.
previous
;
152
Link<ET>
previous
= lastLink.
previous
;
local
153
next.
previous
=
previous
;
225
Link<ET>
previous
= link.next;
local
290
Link<E>
previous
= link.
previous
;
local
353
Link<E>
previous
= voidLink;
local
393
Link<E>
previous
= voidLink.
previous
;
local
652
Link<E>
previous
= link.
previous
;
local
706
Link<E>
previous
= last.
previous
;
local
[
all
...]
/external/clang/test/PCH/
macro-redef.c
11
#define M1 0 // expected-note {{
previous
}}
20
// expected-note@-6 {{
previous
}}
25
int x = M1; // expected-note {{
previous
}}
/external/clang/test/SemaObjC/
alias-test-1.m
5
@class class2; // expected-note {{
previous
declaration is here}}
8
typedef int I; // expected-note {{
previous
declaration is here}}
16
typedef int alias2; // expected-note {{
previous
declaration is here}}
class-conforming-protocol-1.m
8
- (INTF*) METH1; // expected-note {{
previous
declaration is here}}
11
- (INTF<P2,P1>*) METH2; // expected-note {{
previous
declaration is here}}
14
- (INTF<P2,P1,P3>*) METH3; // expected-note {{
previous
declaration is here}}
class-extension-dup-methods.m
4
- (int) garf; // expected-note {{
previous
declaration is here}}
6
+ (int) cgarf; // expected-note {{
previous
declaration is here}}
22
+ (void)someMethodWithArgument:(NSObject *)argument : (NSObject*) argument2; // expected-note {{
previous
declaration is here}}
method-typecheck-3.m
6
- (B*)a; // expected-note {{
previous
definition is here}}
7
- (void)takesA: (A*)a; // expected-note {{
previous
definition is here}}
8
- (void)takesId: (id)a; // expected-note {{
previous
definition is here}}
DoubleMethod.m
8
- (void) method; // expected-note {{
previous
declaration is here}}
13
- (void) method {;} // expected-note {{
previous
declaration is here}}
alias-test-2.m
4
@interface Super @end // expected-note {{
previous
definition is here}}
6
@interface MyWpModule @end // expected-note {{
previous
definition is here}}
class-conforming-protocol-2.m
9
- (void)setDelegate:(id <NSWindowDelegate>)anObject; // expected-note {{
previous
definition is here}}
10
- (id <IBStringsTableWindowDelegate>) delegate; // expected-note {{
previous
definition is here}}
ivar-sem-check-1.m
11
struct T { // expected-note {{
previous
definition is here}}
15
int kaka; // expected-note {{
previous
declaration is here}}
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DrawableCrossFadeViewAnimation.java
30
* Animates from the
previous
drawable to the current drawable in one of two ways.
33
* <li>Using the default animation provided in the constructor if the
previous
drawable is null</li>
34
* <li>Using the cross fade animation with the duration provided in the constructor if the
previous
44
Drawable
previous
= adapter.getCurrentDrawable();
local
45
if (
previous
!= null) {
46
TransitionDrawable transitionDrawable = new TransitionDrawable(new Drawable[] {
previous
, current });
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p15.cpp
8
C::C(int a, // expected-note {{
previous
definition}}
9
int b) // expected-note {{
previous
definition}}
/external/clang/test/CXX/class/class.static/class.static.data/
p4.cpp
13
static const int i = 0; // expected-note{{
previous
initialization is here}}
18
static const int i = 0; // expected-note{{
previous
initialization is here}}
/external/clang/test/CXX/stmt.stmt/stmt.label/
p1.cpp
8
label1: // expected-note{{
previous
definition is here}}
23
default:; // expected-note{{
previous
case defined here}}
/external/clang/test/Misc/
error-limit.c
12
// CHECK: 4:8: note:
previous
definition is here
15
// CHECK-NOT: 8:8: note:
previous
definition is here
/external/clang/test/Preprocessor/
macro_redefined.c
9
// expected-note@1 {{
previous
definition is here}}
15
// expected-note@+3 {{
previous
definition is here}}
/external/clang/test/Sema/
c11-typedef-redef.c
12
typedef int vla[N]; // expected-note{{
previous
definition is here}}
16
typedef vla2 vla3; // expected-note{{
previous
definition is here}}
private-extern.c
4
static int g0; // expected-note{{
previous
definition}}
13
int g3; // expected-note{{
previous
definition}}
16
extern int g4; // expected-note{{
previous
declaration}}
19
__private_extern__ int g5; // expected-note{{
previous
declaration}}
23
int g6; // expected-note {{
previous
}}
28
int g7; // expected-note {{
previous
}}
33
extern int g8; // expected-note{{
previous
declaration}}
38
__private_extern__ int g9; // expected-note{{
previous
declaration}}
redefinition.c
2
int f(int a) { return 0; } // expected-note {{
previous
definition is here}}
13
extern inline int g(void) { return 0; } // expected-note{{
previous
definition}}
/external/clang/test/SemaCXX/
class-names.cpp
16
class D; // expected-note {{
previous
use is here}}
18
enum D; // expected-error {{use of 'D' with tag type that does not match
previous
declaration}}
fntype-decl.cpp
5
fn f; // expected-note {{
previous
declaration is here}}
13
int h(int x) { // expected-note {{
previous
definition is here}}
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractSequentialIteratorTest.java
48
protected Integer computeNext(Integer
previous
) {
49
return (
previous
== 1 << 30) ? null :
previous
* 2;
94
protected Integer computeNext(Integer
previous
) {
95
return (
previous
== last) ? null :
previous
* 2;
103
protected T computeNext(T
previous
) {
112
protected Object computeNext(Object
previous
) {
Completed in 292 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>