OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__weak
(Results
51 - 75
of
158
) sorted by null
1
2
3
4
5
6
7
/development/ndk/platforms/android-9/arch-mips/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_popup_base_view_cocoa.h
18
__weak
autofill::AutofillPopupViewDelegate* delegate_;
autofill_popup_view_cocoa.h
20
__weak
autofill::AutofillPopupController* controller_;
/external/clang/test/CodeGenObjC/
objc-read-weak-byref.m
12
__weak
__block NSObject* weak_object = object;
objc2-weak-block-call.m
13
__block
__weak
MyView *weakSelf = self;
blocks-1.m
32
__block
__weak
D *weakSelf;
38
void (^
__weak
b)(void);
arc-captured-block-var-inlined-layout.m
46
__weak
id wid;
58
__weak
id wid1, wid2, wid3, wid4;
114
__weak
NSString *w1 = 0;
/external/clang/test/CodeGenObjCXX/
arc-pseudo-destructors.mm
4
void test_objc_object_pseudo_dtor(__strong id *ptr,
__weak
id *wptr) {
arc-references.mm
29
void test1(__strong id &x,
__weak
id &y) {
33
const
__weak
id &ref3 = y;
43
const
__weak
id &ref = strong_id();
/external/clang/test/Index/
arc-complete.m
16
// CHECK-CC1: macro definition:{TypedText
__weak
} (70)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
linkage.h
25
#define
__weak
__attribute__((weak))
macro
/external/clang/test/SemaObjC/
arc-property-lifetime.m
7
id
__weak
y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be
__weak
}}
24
id
__weak
y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be
__weak
}}
41
id
__weak
y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be
__weak
}}
weak-receiver-warn.m
11
__weak
Test0 *weakx = x;
23
__weak
Test* weak_prop;
26
@property
__weak
Test* weak_prop; // expected-note {{property declared here}}
28
- (
__weak
id) P; // expected-note {{method 'P' declared here}}
47
- (
__weak
id) P { return 0; }
53
__weak
MyClass *_parent;
arc.m
121
extern void test5_helper3(
__weak
id *); // expected-note {{passing argument to parameter here}}
122
test5_helper3(&x); // expected-error {{passing '__strong id *' to parameter of type '
__weak
id *' changes retain/release properties of pointer}}
145
__weak
NSError *err;
273
__weak
id *ptr = &x; // expected-error {{initializing '
__weak
id *' with an expression of type '__strong id *' changes retain/release properties of pointer}}
361
__weak
id* wip;
363
test14_nowriteback(wip); // expected-error{{passing '
__weak
id *' to parameter of type '__autoreleasing id const *' changes retain/release properties of pointer}}
437
static __thread
__weak
id test20_weak; // expected-error {{thread-local variable has non-trivial ownership: type is '
__weak
id'}}
443
static __thread
__weak
id test20_weak; // expected-error {{thread-local variable has non-trivial ownership: type is '__we (…)
[
all
...]
/device/asus/fugu/original-kernel-headers/linux/
kct.h
94
* directly. Laters' declaration are only to set them
__weak
so
101
gfp_t flags, uint eflags)
__weak
;
105
char *data, gfp_t flags)
__weak
;
106
extern void kct_free_event(struct ct_event *ev)
__weak
;
107
extern int kct_log_event(struct ct_event *ev, gfp_t flags)
__weak
;
Completed in 548 milliseconds
1
2
3
4
5
6
7