Home
last modified time | relevance | path

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

12345678910>>...127

/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/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/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/python/cryptography/docs/development/
Dtest-vectors.rst102 * ``x509/custom/ca/ca_key.pem`` - An unencrypted PCKS8 ``secp256r1`` key. It is
232 * ``all_supported_names.pem`` - An RSA 2048 bit certificate generated using
235 * ``unsupported_subject_name.pem`` - An RSA 2048 bit self-signed CA certificate
237 * ``utf8_common_name.pem`` - An RSA 2048 bit self-signed CA certificate
240 * ``two_basic_constraints.pem`` - An RSA 2048 bit self-signed certificate
242 * ``basic_constraints_not_critical.pem`` - An RSA 2048 bit self-signed
245 * ``bc_path_length_zero.pem`` - An RSA 2048 bit self-signed
248 * ``unsupported_extension.pem`` - An RSA 2048 bit self-signed certificate
255 * ``unsupported_extension_critical.pem`` - An RSA 2048 bit self-signed
258 * ``san_email_dns_ip_dirname_uri.pem`` - An RSA 2048 bit self-signed
[all …]
/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/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/llvm-project/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/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/llvm-project/llvm/docs/
DAMDGPUInstructionNotation.rst43 An instruction may have zero or more *operands*. They are comma-separated in the description:
55 An operand is described using the following notation:
69 :opt An optional operand.
70 :m An operand which may be used with
73 :dst An input operand which may also serve as a destination
95 An instruction may have zero or more optional *modifiers*. They are space-separated in the descript…
/external/llvm-project/llvm/docs/AMDGPU/
Dgfx10_waitcnt.rst27 * An :ref:`integer_number<amdgpu_synid_integer_number>` or an :ref:`absolute_expression<amdgpu_syni…
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
Dgfx7_waitcnt.rst27 * An :ref:`integer_number<amdgpu_synid_integer_number>` or an :ref:`absolute_expression<amdgpu_syni…
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
Dgfx9_waitcnt.rst27 * An :ref:`integer_number<amdgpu_synid_integer_number>` or an :ref:`absolute_expression<amdgpu_syni…
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
Dgfx8_waitcnt.rst27 * An :ref:`integer_number<amdgpu_synid_integer_number>` or an :ref:`absolute_expression<amdgpu_syni…
34 expcnt(<*N*>) An EXP_CNT value. *N* must not exceed the largest EXP_CNT value.
35 lgkmcnt(<*N*>) An LGKM_CNT value. *N* must not exceed the largest LGKM_CNT value.
37 expcnt_sat(<*N*>) An EXP_CNT value computed as min(*N*, the largest EXP_CNT value).
38 lgkmcnt_sat(<*N*>) An LGKM_CNT value computed as min(*N*, the largest LGKM_CNT value).
/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/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/llvm-project/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/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.
104 fuzzing_dict: An optional a set of dictionary files following
107 corpus: An optional set of files used as the initial test corpus
112 parsers: An optional list of file extensions that the target supports.
121 deps: An optional list of dependencies for the code you're fuzzing.
/external/arm-trusted-firmware/docs/
Dglossary.rst25 Branch Target Identification. An Armv8.5 extension providing additional
89 Memory Partitioning And Monitoring. An optional Armv8.4 extension.
95 Memory Tagging Extension. An optional Armv8.5 extension that enables
102 Open Portable Trusted Execution Environment. An example of a :term:`TEE`
111 Pointer Authentication. An optional extension introduced in Armv8.3.
124 extension for the Armv8.2 architecture and later. An optional extension to
/external/llvm-project/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/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/markdown/docs/extensions/
DRSS.txt7 An extension to Python-Markdown that outputs a markdown document as RSS. This
23 An RSS document includes some data about the document (URI, author, title) that
31 An example:

12345678910>>...127