Home
last modified time | relevance | path

Searched refs:also (Results 1 – 25 of 2176) sorted by relevance

12345678910>>...88

/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto46 …ooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also loooooooooooooooooo…
47 …ooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also loooooooooooooooooo…
48 …ooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also loooooooooooooooooo…
49 …ooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also loooooooooooooooooo…
50 …ooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also loooooooooooooooooo…
51 …ooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also loooooooooooooooooo…
52 …ooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also loooooooooooooooooo…
53 …ooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also loooooooooooooooooo…
54 …ooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also loooooooooooooooooo…
55 …ooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is also loooooooooooooooooo…
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto46 …ooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also loooooooooooooooooo…
47 …ooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also loooooooooooooooooo…
48 …ooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also loooooooooooooooooo…
49 …ooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also loooooooooooooooooo…
50 …ooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also loooooooooooooooooo…
51 …ooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also loooooooooooooooooo…
52 …ooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also loooooooooooooooooo…
53 …ooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also loooooooooooooooooo…
54 …ooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also loooooooooooooooooo…
55 …ooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is also loooooooooooooooooo…
[all …]
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm23 use(a.weakProp); // expected-note{{also accessed here}}
28 use(a.weakProp); // expected-note{{also accessed here}}
56 a.weakProp = get(); // expected-note{{also accessed here}}
67 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
72 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
77 use(a.implicitProp); // expected-note{{also accessed here}}
82 use(Test.weakProp); // expected-note{{also accessed here}}
93 use(a->weakIvar); // expected-note{{also accessed here}}
99 use(a); // expected-note{{also accessed here}}
104 use([a weakProp]); // expected-note{{also accessed here}}
[all …]
Darc-property-decl-attrs.m40 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
42 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec…
46 @property(retain) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
48 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec…
52 @property(copy) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be d…
53 @property(copy) __weak id y; // expected-error {{strong property 'y' may not also be declared __wea…
54 @property(copy) __autoreleasing id z; // expected-error {{strong property 'z' may not also be decla…
60 …eleasing id z; // expected-error {{unsafe_unretained property 'z' may not also be declared __autor…
[all …]
Dwarn-strict-selector-match.m8 -(float) method; // expected-note {{also found}}
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
37 - (id)initWithData:(int)data; // expected-note {{also found}}
41 - (id)initWithData:(id<MyObject, MyCoding>)data; // expected-note {{also found}}
Dmethod-lookup-3.m22 -(void) x; // expected-note {{also found}}
23 -(void) y; // expected-note {{also found}}
24 -(void) z; // expected-note {{also found}}
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
Dprotocol-implementing-class-methods.m24 …ze]; } // expected-warning {{category is implementing a method which will also be implemented by i…
26 - (void) : (double) arg{}; // expected-warning {{category is implementing a method which will also
27 - (void) CEMeth {}; // expected-warning {{category is implementing a method which will also be impl…
Dproperty-ambiguous-synthesis.m5 @property (copy) id foo; // expected-note 2 {{it could also be property of type 'id' declared here}…
11 // expected-note {{it could also be property of type 'double' declared here}}
15 @property short foo; // expected-note {{it could also be property of type 'short' declared here}}
Dincomplete-implementation.m13 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple…
25 - Meth {return 0;} // expected-warning {{category is implementing a method which will also be imple…
66 - (void)ImpleThisMethod {} // expected-warning {{category is implementing a method which will also
/external/chromium_org/tools/gyp/test/exclusion/
Dexclusion.gyp13 'also/not/real.c',
14 'also/not/real2.c',
18 'also/not/real.c',
19 'also/not/real2.c',
/external/iptables/extensions/
Dlibipt_CLUSTERIP.c57 .also = O_NEW},
59 .also = O_NEW, .flags = XTOPT_PUT, XTOPT_POINTER(s, clustermac)},
62 .also = O_NEW, .max = CLUSTERIP_MAX_NODES},
65 .also = O_NEW, .max = CLUSTERIP_MAX_NODES},
68 .also = O_NEW, .max = UINT_MAX},
Dlibxt_TPROXY.man4 any way. It can also change the mark value which can then be used in advanced
11 rule also specifies \fB\-p tcp\fP or \fB\-p udp\fP.
15 address of the incoming interface. This is only valid if the rule also
Dlibxt_CONNSECMARK.man2 (if unlabeled), and from connections back to packets (also only
6 table (for backwards compatibility with older kernels, it is also
/external/chromium_org/build/
Dchrome_settings.gypi6 # also use.
18 # The policy .grd file also needs the bundle id.
23 # The policy .grd file also needs the bundle id.
/external/clang/test/ASTMerge/
Dcategory.m6 // CHECK: category1.m:16:1: note: instance method 'method2' also declared here
8 // CHECK: category1.m:24:1: note: instance method 'method3' also declared here
10 // CHECK: category1.m:46:1: note: instance method 'blah' also declared here
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
DCHROMIUM_renderbuffer_format_BGRA8888.txt21 format. This extension also allows BGRA8_EXT as a renderbuffer internal
23 a similar extension is also present as it allows creating a multisampled
41 If ANGLE_framebuffer_multisample is also present then BGRA8_EXT is a
/external/llvm/test/FileCheck/
Dcheck-dag-substring-prefix.txt4 this should also be matched
7 ; BAA-DAG: this should also be {{matched}}
/external/glide/
DREADME.md5 …any kind of a list of images as smooth and fast as possible, but Glide is also effective for almos…
9 …age for the Glide project. The wiki also has pages on a variety of topics and the javadocs for ver…
66 …(https://github.com/JakeWharton/DiskLruCache) included with Glide. Thanks also to the Android team…
/external/chromium_org/third_party/ocmock/
DREADME.chromium17 The License.txt and Changes.txt file are also present from /Source.
27 Chromium also patches in e8a9cc97936bfa8be97706c5092110603745e708 for fixing
30 Chromium also patches in 77400c22b5bafd8aaaa75f90a1d997838204577a that fixes
/external/fonttools/Doc/
Dinstall.txt8 an XML-based format (also called TTX), and back. This lets you edit TTF or
48 (optional) C extension contained in FontTools. On Unix it also installs the
49 "ttx" command line tool. This tool can also be used on Windows, but might
65 You can also email me directly at just@letterror.com.
68 contribute, you can also subscribe to the fonttools-checkins mailing list.
73 The FontTools sources are also accessible here:
/external/clang/test/SemaObjCXX/
Dwarn-strict-selector-match.mm9 - (id) meth1: (Derived *)arg1; // expected-note {{also found}}
10 - (Base *) window; // expected-note {{also found}}
/external/llvm/test/Linker/
Dmetadata-a.ll4 ; CHECK: ret void, !attach !0, !also !{i32 %a}
12 ret void, !attach !0, !also !{ i32 %a }
/external/clang/www/demo/
Dwhat is this directory.txt4also be used for getting crash information and details on errors.... I'm not sure if this would r…
/external/tagsoup/tssl/
Dtssl.rnc5 # http://www.apache.org/licenses/LICENSE-2.0 . You may also have
46 ## or not. The element is also a member of one or more model groups
48 ## model groups. Elements also have attributes and "natural" children.
68 ## It also has an optional type and an optional default value.
/external/chromium_org/build/config/linux/
Dpkg_config.gni11 # You can also add defines via the "defines" variable. This can be useful to
21 # You can also use "extra args" to filter out results (see pkg-config.py):
32 # Pass the sysroot if we're using one (it requires the CPU arch also).

12345678910>>...88