Home
last modified time | relevance | path

Searched refs:An (Results 1 – 25 of 3348) sorted by relevance

12345678910>>...134

/external/icu/icu4c/source/data/region/
Dgd.txt6 001{"An Saoghal"}
17 019{"An Dà Aimeireaga"}
23 039{"An Roinn-Eòrpa a Deas"}
31 150{"An Roinn-Eòrpa"}
32 151{"An Roinn-Eòrpa an Ear"}
33 154{"An Roinn-Eòrpa a Tuath"}
34 155{"An Roinn-Eòrpa an Iar"}
46 AQ{"An Antartaig"}
47 AR{"An Argantain"}
49 AT{"An Ostair"}
[all …]
/external/cronet/third_party/icu/source/data/region/
Dgd.txt6 001{"An Saoghal"}
17 019{"An Dà Aimeireaga"}
23 039{"An Roinn-Eòrpa a Deas"}
31 150{"An Roinn-Eòrpa"}
32 151{"An Roinn-Eòrpa an Ear"}
33 154{"An Roinn-Eòrpa a Tuath"}
34 155{"An Roinn-Eòrpa an Iar"}
46 AQ{"An Antartaig"}
47 AR{"An Argantain"}
49 AT{"An Ostair"}
[all …]
/external/python/bumble/docs/mkdocs/src/examples/
Dindex.md11 An app that connects to a device, discovers its GATT services, and, if the Device Information Servi…
14 An app that implements a virtual keyboard or mouse, or can connect to a real keyboard and receive k…
17 An app that connects to a device, phone or computer and inspects its A2DP (Advanced Audio Profile) …
20 An app that can connect to a Bluetooth speaker and play audio.
23 An app that implements a virtual Bluetooth speaker that can receive audio.
26 An app that runs a simple device that just advertises (BLE).
29 An app that connects to a Bluetooth Classic device and prints its services.
32 An app that implements a discoverable and connectable Bluetooth Classic device.
35 An app that discovers Bluetooth Classic devices and prints their information.
38 An app that connected to a device (BLE) and encrypts the connection.
[all …]
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst31 :param cipher: An instance of
34 :param mode: An instance of
48 :param cipher: An instance of
51 :param mode: An instance of
67 :param cipher: An instance of
70 :param mode: An instance of
91 :param algorithm: An instance of
104 :param algorithm: An instance of
124 :param algorithm: An instance of
139 :param algorithm: An instance of
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h163 template <typename TArg1, typename TArg2, typename... An>
164 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock()
166 std::forward<An>(args)...) { in NiceMock()
204 template <typename TArg1, typename TArg2, typename... An>
205 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock()
207 std::forward<An>(args)...) { in NaggyMock()
245 template <typename TArg1, typename TArg2, typename... An>
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock()
248 std::forward<An>(args)...) { in StrictMock()
/external/cronet/third_party/googletest/src/googlemock/include/gmock/
Dgmock-nice-strict.h163 template <typename TArg1, typename TArg2, typename... An>
164 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock()
166 std::forward<An>(args)...) { in NiceMock()
204 template <typename TArg1, typename TArg2, typename... An>
205 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock()
207 std::forward<An>(args)...) { in NaggyMock()
245 template <typename TArg1, typename TArg2, typename... An>
246 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock()
248 std::forward<An>(args)...) { in StrictMock()
/external/libaom/third_party/googletest/src/googlemock/include/gmock/
Dgmock-nice-strict.h176 template <typename TArg1, typename TArg2, typename... An>
177 NiceMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NiceMock()
179 std::forward<An>(args)...) { in NiceMock()
218 template <typename TArg1, typename TArg2, typename... An>
219 NaggyMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in NaggyMock()
221 std::forward<An>(args)...) { in NaggyMock()
260 template <typename TArg1, typename TArg2, typename... An>
261 StrictMock(TArg1&& arg1, TArg2&& arg2, An&&... args) in StrictMock()
263 std::forward<An>(args)...) { in StrictMock()
/external/python/cryptography/docs/development/
Dtest-vectors.rst109 * ``x509/custom/ca/ca_key.pem`` - An unencrypted PCKS8 ``secp256r1`` key. It is
112 * ``x509/custom/ca/rsa_key.pem`` - An unencrypted PCKS8 4096 bit RSA key. It is
247 * ``root-ed25519.pem`` - An ``ed25519`` root certificate (``ed25519`` signature
250 * ``server-ed25519-cert.pem`` - An ``ed25519`` server certificate (RSA
253 * ``server-ed448-cert.pem`` - An ``ed448`` server certificate (RSA
268 * ``all_supported_names.pem`` - An RSA 2048 bit certificate generated using
271 * ``unsupported_subject_name.pem`` - An RSA 2048 bit self-signed CA certificate
273 * ``utf8_common_name.pem`` - An RSA 2048 bit self-signed CA certificate
276 * ``two_basic_constraints.pem`` - An RSA 2048 bit self-signed certificate
278 * ``basic_constraints_not_critical.pem`` - An RSA 2048 bit self-signed
[all …]
/external/clang/test/Index/
Dsubclass-comment.mm15 //! An umbrella class for super classes.
21 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
28 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
35 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
42 // CHECK-NEXT: (CXComment_Text Text=[ An umbrella class for super classes.])))]
/external/libxml2/result/schematron/
Dzvon5_0.err3 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any text
4 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any text
5 /AAA/BBB/CCC line 3: [1]An element CCC does not contain any child element
6 /AAA/BBB/CCC line 3: [2]An element CCC does not contain any child element
/external/cronet/third_party/libxml/fuzz/seed_corpus/
D19384a4d87395788c83ac27934cd3cf71d0e54065 … <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report>
6 … <assert test="normalize-space(.)">[2]An element CCC does not contain any text</assert>
7 <report test="not(*)">[1]An element CCC does not contain any child element</report>
8 <assert test="*">[2]An element CCC does not contain any child element</assert>
/external/libxml2/test/schematron/
Dzvon5.sct5 … <report test="normalize-space(.) = ''">[1]An element CCC does not contain any text</report>
6 … <assert test="normalize-space(.)">[2]An element CCC does not contain any text</assert>
7 <report test="not(*)">[1]An element CCC does not contain any child element</report>
8 <assert test="*">[2]An element CCC does not contain any child element</assert>
/external/llvm/include/llvm/Option/
DOptParser.td25 // An option group.
33 // An option which prefixes its (single) value.
35 // An option which is followed by its value.
37 // An option followed by its values, which are separated by commas.
39 // An option which is which takes multiple (separate) arguments.
41 // An option which is either joined to its (non-empty) value, or followed by its
44 // An option which is both joined to its (first) value, and followed by its
47 // An option which consumes all remaining arguments if there are any.
49 // An option which consumes an optional joined argument and any other remaining
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptParser.td24 // An option group.
32 // An option which prefixes its (single) value.
34 // An option which is followed by its value.
36 // An option followed by its values, which are separated by commas.
38 // An option which is which takes multiple (separate) arguments.
40 // An option which is either joined to its (non-empty) value, or followed by its
43 // An option which is both joined to its (first) value, and followed by its
46 // An option which consumes all remaining arguments if there are any.
48 // An option which consumes an optional joined argument and any other remaining
/external/rust/crates/pest_meta/src/
Dgrammar.pest92 /// An optional operator.
110 /// An integer number (positive or negative).
121 /// An identifier.
123 /// An alpha character.
125 /// An alphanumeric character.
130 /// An insensitive string.
139 /// An escaped or any character.
141 /// An escape sequence.
/external/tensorflow/tensorflow/security/fuzzing/
Dtf_fuzzing.bzl43 fuzzing_dict: An optional a set of dictionary files following
46 corpus: An optional set of files used as the initial test corpus
51 parsers: An optional list of file extensions that the target supports.
60 deps: An optional list of dependencies for the code you're fuzzing.
105 fuzzing_dict: An optional a set of dictionary files following
108 corpus: An optional set of files used as the initial test corpus
113 parsers: An optional list of file extensions that the target supports.
124 deps: An optional list of dependencies for the code you're fuzzing.
/external/llvm/test/MC/Disassembler/SystemZ/
Dunmapped.txt3 # An unmapped 2-byte instruction
11 # An unmapped 4-byte instruction
19 # An unmapped 6-byte instruction
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CSRSparseMatrixComponents.pbtxt14 description: "An array containing CSR matrix row pointers."
18 description: "An array containing CSR matrix column indices."
22 description: "An array containing CSR matrix nonzero values."
Dapi_def_For.pbtxt3 in_arg { name: "start" description: "The lower bound. An int32" }
4 in_arg { name: "limit" description: "The upper bound. An int32" }
5 in_arg { name: "delta" description: "The increment. An int32" }
Dapi_def_UnravelIndex.pbtxt6 An 0-D or 1-D `int` Tensor whose elements are indices into the
13 An 1-D `int` Tensor. The shape of the array to use for unraveling
20 An 2-D (or 1-D if indices is 0-D) tensor where each row has the
/external/arm-trusted-firmware/docs/
Dglossary.rst29 Branch Target Identification. An Armv8.5 extension providing additional
93 Memory Partitioning And Monitoring. An optional Armv8.4 extension.
103 Memory Tagging Extension. An optional Armv8.5 extension that enables
110 Open Portable Trusted Execution Environment. An example of a :term:`TEE`
119 Pointer Authentication. An optional extension introduced in Armv8.3.
132 extension for the Armv8.2 architecture and later. An optional extension to
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
DREADME31 An Erlang wrapper is at https://github.com/dukesoferl/re2/ and on Hex (hex.pm).
32 An Inferno wrapper is at https://github.com/powerman/inferno-re2/.
34 An OCaml wrapper is at https://github.com/janestreet/re2/ and on OPAM (opam.ocaml.org).
37 An R wrapper is at https://github.com/qinwf/re2r/ and on CRAN (cran.r-project.org).
/external/angle/extensions/
DEGL_EXT_device_query.txt117 An EGLDeviceEXT argument does not refer to a valid
133 On failure, EGL_FALSE is returned. An EGL_BAD_ATTRIBUTE error is
134 generated if <attribute> is not a valid attribute. An
151 On failure, NULL is returned. An EGL_BAD_DEVICE_EXT error is
152 generated if <device> is not a valid EGLDeviceEXT. An
170 On failure, EGL_FALSE is returned. An EGL_NOT_INITIALIZED error
171 is generated if EGL is not initialized for <dpy>. An
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Drsa.rst50 :param backend: An optional backend which implements
53 :return: An instance of
327 :param algorithm: An instance of
355 :param key: An RSA public or private key.
377 :param algorithm: An instance of
409 :param backend: An optional instance of
476 :param backend: An optional instance of
479 :returns: An instance of
539 An `RSA`_ private key. An RSA private key that is not an
551 :param padding: An instance of
[all …]
/external/wpa_supplicant_8/hostapd/
Dhostapd.wpa_psk6 # An optional key identifier can be added by prefixing the line with
8 # An optional VLAN ID can be specified by prefixing the line with
10 # An optional WPS tag can be added by prefixing the line with

12345678910>>...134