OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:property1
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/CodeGenObjCXX/
copyable-property-object.mm
14
D
Property1
;
16
@property D
Property1
;
22
@synthesize
Property1
;
23
- (D) val { return
Property1
; }
24
- (void) set : (D) d1 {
Property1
= d1; }
/external/clang/test/SemaObjC/
property-and-class-extension.m
25
@property int
Property1
;
29
int
Property1
;
35
@synthesize
Property1
; // OK
default-synthesize-3.m
67
@property char
Property1
; // expected-warning {{auto property synthesis will not synthesize property '
Property1
' because it cannot share an ivar with another synthesized property}}
76
@synthesize Property2 =
Property1
; // expected-note {{property synthesized here}}
/external/clang/test/ASTMerge/
property.m
1
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/
property1
.m
6
// CHECK:
property1
.m:10:28: note: declared here with type 'float'
8
// CHECK:
property1
.m:10:28: note: instance method 'Prop1' also declared here
9
// CHECK:
property1
.m:28:21: error: property 'Prop2' is synthesized to different ivars in different translation units ('ivar3' vs. 'ivar2')
11
// CHECK:
property1
.m:29:10: error: property 'Prop3' is implemented with @dynamic in one translation but @synthesize in another translation unit
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java
[
all
...]
/bionic/tests/
system_properties_test.cpp
288
ASSERT_EQ(0, __system_property_find("
property1
"));
289
ASSERT_EQ(0, __system_property_get("
property1
", prop_value));
/external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_apitest.cc
181
message.data["
property1
"] = "value1";
/external/clang/test/Index/
comment-misc-tags.m
119
@property (nonatomic, copy, readwrite) NSString *
property1
;
Completed in 445 milliseconds