Home
last modified time | relevance | path

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

12345678910>>...166

/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto48 …ooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is also loooooooooooooooooo…
49 …ooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is also loooooooooooooooooo…
50 …ooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is also loooooooooooooooooo…
51 …ooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is also loooooooooooooooooo…
52 …ooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is also loooooooooooooooooo…
53 …ooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is also loooooooooooooooooo…
54 …ooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is also loooooooooooooooooo…
55 …ooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is also loooooooooooooooooo…
56 …ooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is also loooooooooooooooooo…
57 …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…
59 @property(assign) __weak id y; // expected-error {{unsafe_unretained property 'y' may not also be d…
[all …]
Dwarn-strict-selector-match.m8 -(float) method; // expected-note {{also found}}
20 - (void)setWindow:(Class1 *)window; // expected-note 2 {{also found}}
33 - (id)initWithData:(Object *)data; // expected-note {{also found}}
37 - (id)initWithData:(int)data; // expected-note {{also found}}
52 - (id)initWithData:(id<MyObject, MyCoding>)data { // expected-note {{also found}}
84 - (instancetype)initWithType:(NSString *)whatever; // 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…
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}}
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/ltp/testcases/network/tcp_cmds/
DREADME9 These tests also assume an identical path tree for their location on the remote
11 it must also be located in "/home/ltptests" on the remote machine (RHOST).
13 It's also a good idea to set the "PASSWD" variable to root's password on this remote
14 machine, b/c some tests use this also. You will also need to setup a ".rhosts" file in
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst70 * See also the main :ref:`Tasks documentation page <coroutine>`.
99 * See also the :ref:`Queues documentation page <asyncio-queues>`.
122 * See also the :ref:`subprocess APIs <asyncio-subprocess>`
158 * See also the :ref:`streams APIs <asyncio-streams>`
191 * See also the documentation of asyncio
209 - Raised when a Task is cancelled. See also :meth:`Task.cancel`.
217 * See also the full list of
Dfractions.rst46 value and is accepted by the :class:`float` constructor is also
48 input string may also have leading and/or trailing whitespace.
105 From Python 3.2 onwards, you can also construct a
116 From Python 3.2 onwards, you can also construct a
145 also be accessed through the :func:`math.floor` function:
155 also be accessed through the :func:`math.ceil` function.
165 method can also be accessed through the :func:`round` function.
/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},
/external/icu/icu4c/source/data/translit/
Drm_SURSILV_rm_FONIPA_SURSILV.txt34 ei → ɛɪ\u032F ; # can also be /aɪ\u032F/ or /ɔɪ\u032F/ in some regions
36 e → e ; # can also be /ɛ/; needs a dictionary
62 {sch} [aeiou] → ʒ ; # can also be /ʃ/; needs a dictionary
63 {sch} → ʃ ; # can also be /ʒ/; needs a dictionary
66 s → s ; # can also be /z/; needs a dictionary
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-diags.s182 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
185 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
188 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
191 ; CHECK-ERRORS: error: unpredictable LDP instruction, writeback base is also a destination
224 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
227 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
230 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
233 ; CHECK-ERRORS: error: unpredictable LDR instruction, writeback base is also a source
236 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
239 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
[all …]
/external/u-boot/doc/device-tree-bindings/misc/
Dintel-lpc.txt18 1 SMI# (if corresponding ALT_GPI_SMI_EN bit is also set)
19 2 SCI (if corresponding GPIO_EN bit is also set)
57 * also set)
58 * 2 SCI (if corresponding GPIO_EN bit is also set)
/external/bcc/tools/
Dbpflist_example.txt4 bpflist displays information on running BPF programs and optionally also
19 In verbose mode, bpflist also counts the number of kprobes and uprobes opened
32 In double-verbose mode, the probe definitions are also displayed:
65 bpflist -v # also count kprobes/uprobes
/external/python/rsa/doc/
Dintro.rst14 numbers. It also included generating public and private keys. There
29 security, which also resulted in the ability to encrypt and decrypt
32 Key generation was also improved in version 3.0, ensuring that you
35 public and private keys in PEM and DER format as also added.
/external/pdfium/
Dpdfium.gni24 # If XFA, also support bmp codec. Ignored if not XFA.
27 # If XFA, also support gif codec. Ignored if not XFA.
30 # If XFA, also support png codec. Ignored if not XFA.
33 # If XFA, also support png codec. Ignored if not XFA.
/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/ltp/testcases/network/multicast/
DREADME9 These tests also assume an identical path tree for their location on the remote
11 it must also be located in "/home/ltptests" on the remote machine (RHOST).
13 You will also need to setup a ".rhosts" file in root's home directory on the
/external/curl/docs/
DREADME.netware14 curl users are NetWare-based, especially also consuming the lib from PHP.
17 those pages are also provided as web pages on the curl web site.
19 The main curl.1 man page is also "built-in" in the command line tool. Use a
/external/python/cpython2/Demo/
DREADME9 can also be considered good examples of how to write Python code.
16 cgi CGI examples (see also ../Tools/faqwiz/.)
26 (see also pysvr).
60 zlib Some demos for the zlib module (see also the standard
/external/protobuf/objectivec/
DREADME.md48 `\*.pbobjc.m`) are then also added to the target.
63 string, but also so you can always safely pass them to isEqual:/compare:, etc.
66 A property that is type NSData\* also won't return nil, it will return an empty
70 A property that is another GPBMessage class also will not return nil. If the
93 A property that is of an Array or Dictionary type also provides *autocreator*
101 // for nil and alloc/init/assign them back along the way. You also don't have
111 property also provided that can return zero or the real count, but won't trigger
141 also requires changes to the generated code,
/external/flatbuffers/docs/source/
DBenchmarks.md7 and pugixml, also one of the fastest XML parsers.
9 We also compare against code that doesn't use a serialization library
16 intended), and also with JSON as the wire format with the optional JSON
42 It currently also isn't fully cross-platform portable (lack of VS support).
48 - C# comes with built-in serialization functionality, as used by Unity also.
/external/u-boot/arch/arm/mach-rockchip/rk3288/
DKconfig39 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
47 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
57 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
83 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
109 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
118 space for a real-time-clock battery. There is also an expansion
126 micro-SD card, audio, Gigabit Ethernet. It also includes on-board

12345678910>>...166