Home
last modified time | relevance | path

Searched full:also (Results 1 – 25 of 15046) sorted by relevance

12345678910>>...602

/external/cronet/third_party/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/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/icu/libicu/cts_headers/unicode/
Dmeasunit.h684 * Also see {@link #getGForce()}.
692 * Also see {@link #createGForce()}.
700 * Also see {@link #getMeterPerSecondSquared()}.
708 * Also see {@link #createMeterPerSecondSquared()}.
716 * Also see {@link #getArcMinute()}.
724 * Also see {@link #createArcMinute()}.
732 * Also see {@link #getArcSecond()}.
740 * Also see {@link #createArcSecond()}.
748 * Also see {@link #getDegree()}.
756 * Also see {@link #createDegree()}.
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Dmeasunit.h684 * Also see {@link #getGForce()}.
692 * Also see {@link #createGForce()}.
700 * Also see {@link #getMeterPerSecondSquared()}.
708 * Also see {@link #createMeterPerSecondSquared()}.
716 * Also see {@link #getArcMinute()}.
724 * Also see {@link #createArcMinute()}.
732 * Also see {@link #getArcSecond()}.
740 * Also see {@link #createArcSecond()}.
748 * Also see {@link #getDegree()}.
756 * Also see {@link #createDegree()}.
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h684 * Also see {@link #getGForce()}.
692 * Also see {@link #createGForce()}.
700 * Also see {@link #getMeterPerSecondSquared()}.
708 * Also see {@link #createMeterPerSecondSquared()}.
716 * Also see {@link #getArcMinute()}.
724 * Also see {@link #createArcMinute()}.
732 * Also see {@link #getArcSecond()}.
740 * Also see {@link #createArcSecond()}.
748 * Also see {@link #getDegree()}.
756 * Also see {@link #createDegree()}.
[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 …]
/external/fastrpc/inc/
DAEEStdDef.h271 See Also:
292 See Also:
313 See Also:
334 See Also:
355 See Also:
376 See Also:
397 See Also:
418 See Also:
439 See Also:
460 See Also:
[all …]
DAEEQList.h280 See Also:
293 tail and the head of the queue. Circularity also streamlines some
313 See Also:
344 See Also:
369 See Also:
394 See Also:
419 See Also:
445 See Also:
469 See Also:
500 See Also:
[all …]
/external/cldr/common/bcp47/
Dtransform_keyboard.xml24 …<type name="dvorak" description="Dvorak keyboard layout. See also http://en.wikipedia.org/wiki/Dvo…
25 …<type name="dvorakl" description="Dvorak left-handed keyboard layout. See also http://en.wikipedia…
26 …<type name="dvorakr" description="Dvorak right-handed keyboard layout. See also http://en.wikipedi…
27 …<type name="el220" description="Greek 220 keyboard. See also http://www.microsoft.com/resources/ms…
28 …<type name="el319" description="Greek 319 keyboard. See also ftp://ftp.software.ibm.com/software/g…
30 …scription="Persian ISIRI keyboard. Based on ISIRI 2901:1994 standard. See also http://behdad.org/d…
31 …<type name="nutaaq" description="Inuktitut Nutaaq keyboard. See also http://www.pirurvik.ca/en/web…
33 …n="Lithuanian standard keyboard, based on the LST 1205:1992 standard. See also http://www.kada.lt/…
34 …n="Lithuanian standard keyboard, based on the LST 1582:2000 standard. See also http://www.kada.lt/…
35 …ess frequently used layout in Thai (Kedmanee layout is more popular). See also http://www.nectec.o…
[all …]
/external/vboot_reference/tests/
Dtest_common.h13 * Also update the global gTestSuccess flag if test fails. */
17 * Also update the global gTestSuccess flag if test fails. */
22 * itself. Also update the global gTestSuccess flag if test fails. */
28 * itself. Also update the global gTestSuccess flag if test fails. */
33 * else return 0. Also update the global gTestSuccess flag if test fails. */
38 * Also update the global gTestSuccess flag if test fails. */
42 * Also update the global gTestSuccess flag if test fails. */
46 * Also update the global gTestSuccess flag if test fails. */
/external/selinux/libselinux/man/man8/
Dselinux.855 configuration file also controls what policy
66 … confined by policy. MLS also supports the Bell And LaPadula model, where processes are not only …
84 Many domains that are protected by SELinux also include SELinux man pages explaining how to customi…
94 also has this capability. The
96 commands are also available for relabeling files.
100 also disables SELinux domain transitions, unless permission
102 is used in the policy to allow this, which in turn needs also policy capability
111 .SH "SEE ALSO"
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DH/
Drfc3526.txt3 # 1536-bit MODP group. Also known as group5
8 # 2048-bit MODP group. Also known as group14
13 # 3072-bit MODP group. Also known as group15
18 # 4096-bit MODP group. Also known as group16
23 # 6144-bit MODP group. Also known as group17
28 # 8192-bit MODP group. Also known as group18
/external/python/google-api-python-client/docs/dyn/
Dandroidenterprise_v1.entitlements.html129also possible for a user to hold an entitlement to an app without installing the app on any device…
152also possible for a user to hold an entitlement to an app without installing the app on any device…
171also possible for a user to hold an entitlement to an app without installing the app on any device…
176 …install: boolean, Set to true to also install the product on all the user&#x27;s devices where pos…
185also possible for a user to hold an entitlement to an app without installing the app on any device…
/external/curl/tests/libtest/
Dlib1908.c12 * are also available at https://curl.se/docs/copyright.html.
46 /* make a copy and check that this also has alt-svc activated */ in test()
47 CURL *also = curl_easy_duphandle(hnd); in test() local
48 if(also) { in test()
49 ret = curl_easy_perform(also); in test()
52 curl_easy_cleanup(also); in test()
59 content just written from the 'also' handle */ in test()
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/channels/
DTrySendBlockingTest.kt30 val channel = Channel<Unit>().also { it.close() } in testTrySendBlockingClosedChannel()
34 .also { assertTrue { it.isClosed } } in testTrySendBlockingClosedChannel()
38 val channel = Channel<Unit>().also { it.close(TestException()) } in testTrySendBlockingClosedChannel()
42 .also { assertTrue { it.isClosed } } in testTrySendBlockingClosedChannel()
46 val channel = Channel<Unit>().also { it.cancel(TestCancellationException()) } in testTrySendBlockingClosedChannel()
50 .also { assertTrue { it.isClosed } } in testTrySendBlockingClosedChannel()
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DLogger.java151 * marker data is also taken into account.
172 * marker data is also taken into consideration.
183 * method except that the marker data is also taken into
196 * method except that the marker data is also taken into
208 * marker data is also taken into consideration.
284 * marker data is also taken into account.
302 * marker data is also taken into consideration.
312 * method except that the marker data is also taken into
324 * method except that the marker data is also taken into
335 * marker data is also taken into consideration.
[all …]
/external/python/cpython3/Doc/using/
Dcmdline.rst85 Package names (including namespace packages) are also permitted. When a
127 namespace packages are also supported
176 start of :data:`sys.path`. Also, tab-completion and history editing is
232 import of source modules. See also :envvar:`PYTHONDONTWRITEBYTECODE`.
252 options). See also :envvar:`PYTHONDEBUG`.
269 raises an exception. See also :envvar:`PYTHONINSPECT`.
274 Run Python in isolated mode. This also implies -E and -s.
288 extension (see :pep:`488`). See also :envvar:`PYTHONOPTIMIZE`.
296 Do :option:`-O` and also discard docstrings. Augment the filename
350 manipulations of :data:`sys.path` that it entails. Also disable these
[all …]
/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/
Dglossary.rst60 Also see :ref:`annotations-howto`
89 See also the :term:`parameter` glossary entry, the FAQ question on
146 See also :pep:`492`.
160 See also :term:`text file` for a file object able to read and write
194 of a Python program in the CPython interpreter. The bytecode is also
271 implemented with the :keyword:`async def` statement. See also
372 are expressions. There are also :term:`statement`\s which cannot be used
373 as expressions, such as :keyword:`while`. Assignments are also statements,
383 :ref:`formatted string literals <f-strings>`. See also :pep:`498`.
391 etc.). File objects are also called :dfn:`file-like objects` or
[all …]
/external/rust/crates/bindgen/ir/analysis/
Dhas_float.rs143 " Array with type T that has float also has float" in constrain()
147 trace!(" Array with type T that do not have float also do not have float"); in constrain()
153 " Vector with type T that has float also has float" in constrain()
157 trace!(" Vector with type T that do not have float also do not have float"); in constrain()
168 also have float" in constrain()
173 also do not have floaarrayt"); in constrain()
184 trace!(" bases have float, so we also have"); in constrain()
197 trace!(" fields have float, so we also have"); in constrain()
213 insantiation also has float" in constrain()
224 insantiation also has" in constrain()
/external/armnn/third-party/half/
DREADME.txt67 corresponding website http://half.sourceforge.net. You may also generate the
88 Additionally the 'half_float' namespace also defines half-precision versions
96 You may also specify explicit half-precision literals, since the library
107 the library also defines the 'HUGE_VALH' constant and maybe the 'FP_FAST_FMAH'
113 argument. Thus it is also explicitly constructible/convertible from any type
117 intentional, because converting those types to half neccessarily also reduces
122 you can also directly assign float values to halfs.
127 half-precision are also representable with single-precision. This way the
131 also directly use the mathematical functions of the C++ standard library,
133 also return single-precision values, which is (even if maybe performing the
[all …]
/external/rust/crates/anes/examples/
Dsequence.rs6 /// Documentation string is also supported. in static_unit_struct()
15 /// Documentation string is also supported. in dynamic_struct()
25 /// Documentation string is also supported. in static_enum()
27 /// Documentation string is also supported. in static_enum()
29 /// Documentation string is also supported. in static_enum()
/external/musl/
DINSTALL51 * Little-endian default; big-endian variants also supported
55 * Little-endian default; big-endian variants also supported
59 * Big-endian default; little-endian variants also supported
68 * Big-endian default; little-endian variants also supported
89 * Little-endian by default; big-endian variant also supported
94 * Big-endian default; little-endian variants also supported
158 non-default location, the path file also needs to reside at that
162 passing --disable-shared to configure; this also cuts the build time
189 You will probably also want to use --prefix when building libraries to
/external/libdrm/
DCONTRIBUTING.rst9 mailing lists (like amd-gfx@lists.freedesktop.org) is also appropriate. See git
26 and also note any particular side effects. For a recommended reading on
31 Your patches should also include a Signed-off-by line with your name and email
32 address. If you're not the patch's original author, you should also gather
66 drivers, merged patches to those components also count towards the commit
95 Please be aware the fd.o Code of Conduct also applies to libdrm:
102 patches that violate the documented merge criteria, will also be handled through

12345678910>>...602