Home
last modified time | relevance | path

Searched full:prefixed (Results 1 – 25 of 3900) sorted by relevance

12345678910>>...156

/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Drename_prefix.patch9 - #[cfg_attr(prefixed, link_name = "_rjem_malloc")]
10 + #[cfg_attr(prefixed, link_name = "je_malloc")]
18 - #[cfg_attr(prefixed, link_name = "_rjem_calloc")]
19 + #[cfg_attr(prefixed, link_name = "je_calloc")]
27 - #[cfg_attr(prefixed, link_name = "_rjem_posix_memalign")]
28 + #[cfg_attr(prefixed, link_name = "je_posix_memalign")]
36 - #[cfg_attr(prefixed, link_name = "_rjem_aligned_alloc")]
37 + #[cfg_attr(prefixed, link_name = "je_aligned_alloc")]
45 - #[cfg_attr(prefixed, link_name = "_rjem_realloc")]
46 + #[cfg_attr(prefixed, link_name = "je_realloc")]
[all …]
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
H A DV2SourceStampSigner.java125 // * length-prefixed bytes: X.509 certificate (ASN.1 DER encoded) in generateSourceStampBlock()
126 // * length-prefixed sequence of length-prefixed signed signature scheme digests: in generateSourceStampBlock()
128 // * length-prefixed bytes: signed digests for the respective signature scheme in generateSourceStampBlock()
129 // * length-prefixed bytes: encoded stamp attributes in generateSourceStampBlock()
130 // * length-prefixed sequence of length-prefixed signed stamp attributes: in generateSourceStampBlock()
132 // * length-prefixed bytes: signed stamp attributes for the respective signature algorithm in generateSourceStampBlock()
145 // * length-prefixed stamp block. in generateSourceStampBlock()
169 // * length-prefixed sequence of length-prefixed digests: in getSignedDigestsFor()
171 // * length-prefixed bytes: digest of the respective digest algorithm in getSignedDigestsFor()
176 // * length-prefixed sequence of length-prefixed signed digests: in getSignedDigestsFor()
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A Dmcount.c2 …pg -triple powerpc-unknown-gnu-linux -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
3 … -triple powerpc64-unknown-gnu-linux -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
4 …triple powerpc64le-unknown-gnu-linux -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
5 …: %clang_cc1 -pg -triple i386-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
6 …%clang_cc1 -pg -triple x86_64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
7 …lang_cc1 -pg -triple arm-netbsd-eabi -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
8 …clang_cc1 -pg -triple aarch64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
9 …: %clang_cc1 -pg -triple mips-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
10 …clang_cc1 -pg -triple powerpc-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
11 …ang_cc1 -pg -triple powerpc64-netbsd -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-PREFIXED %s
[all …]
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterUtil.java42 * intersection set with those prefixed namespace candidates that are stored in AppSearch.
46 * @param inputNamespaceFilters The set contains all desired but un-prefixed namespace filters
54 // Convert namespace filters to prefixed namespace filters in generateTargetNamespaceFilters()
57 // Step1: find all prefixed namespace candidates that are stored in AppSearch. in generateTargetNamespaceFilters()
78 * intersection set with those prefixed schema candidates that are stored in AppSearch.
82 * @param inputSchemaFilters The set contains all desired but un-prefixed namespace filters of
93 // Step1: find all prefixed schema candidates that are stored in AppSearch. in generateTargetSchemaFilters()
113 * @param prefixedCandidates The set contains all prefixed candidates which are existing in a
115 * @param inputFilters The set contains all desired but un-prefixed filters of user. If the
117 * @param prefixedTargetFilters The output set contains all desired prefixed filters which are
[all …]
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v3/
H A DV3SchemeSigner.java176 // * length-prefixed bytes: attribute pair in generateV3SignerAttribute()
192 // * length-prefixed bytes: attribute pair in generateV3RotationMinSdkVersionStrippingProtectionAttribute()
206 // * length-prefixed bytes: attribute pair in generateV31RotationTargetsDevReleaseAttribute()
241 // * length-prefixed sequence of length-prefixed signer blocks. in generateApkSignatureSchemeV3Block()
324 // * length-prefixed signed data in encodeSigner()
327 // * length-prefixed sequence of length-prefixed signatures: in encodeSigner()
329 // * length-prefixed bytes: signature of signed data in encodeSigner()
330 // * length-prefixed bytes: public key (X.509 SubjectPublicKeyInfo, ASN.1 DER encoded) in encodeSigner()
355 // * length-prefixed sequence of length-prefixed digests: in encodeSignedData()
357 // * length-prefixed bytes: digest of contents in encodeSignedData()
[all …]
H A DV3SigningCertificateLineage.java88 // * sequence of length-prefixed (uint32): nodes in readSigningCertificateLineage()
89 // * length-prefixed bytes: signed data in readSigningCertificateLineage()
90 // * length-prefixed bytes: certificate in readSigningCertificateLineage()
94 // * length-prefixed bytes: signature over above signed data in readSigningCertificateLineage()
177 // * sequence of length-prefixed (uint32): nodes in encodeSigningCertificateLineage()
178 // * length-prefixed bytes: signed data in encodeSigningCertificateLineage()
179 // * length-prefixed bytes: certificate in encodeSigningCertificateLineage()
201 // * length-prefixed bytes: signed data in encodeSigningCertificateNode()
202 // * length-prefixed bytes: certificate in encodeSigningCertificateNode()
206 // * length-prefixed bytes: signature over signed data in encodeSigningCertificateNode()
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v2/
H A DV2SchemeSigner.java187 // * length-prefixed sequence of length-prefixed signer blocks. in generateApkSignatureSchemeV2Block()
260 // * length-prefixed sequence of length-prefixed digests: in generateSignerBlock()
262 // * length-prefixed bytes: digest of contents in generateSignerBlock()
263 // * length-prefixed sequence of certificates: in generateSignerBlock()
264 // * length-prefixed bytes: X.509 certificate (ASN.1 DER encoded). in generateSignerBlock()
265 // * length-prefixed sequence of length-prefixed additional attributes: in generateSignerBlock()
284 // * length-prefixed signed data in generateSignerBlock()
285 // * length-prefixed sequence of length-prefixed signatures: in generateSignerBlock()
287 // * length-prefixed bytes: signature of signed data in generateSignerBlock()
288 // * length-prefixed bytes: public key (X.509 SubjectPublicKeyInfo, ASN.1 DER encoded) in generateSignerBlock()
[all …]
/aosp_15_r20/build/soong/android/
H A Dtest_asserts.go28 // it reports an error prefixed with the supplied message and including a reason for why it failed.
37 // reports an error prefixed with the supplied message and including a reason for why it failed.
46 // reports an error prefixed with the supplied message and including a reason for why it failed.
55 // it reports an error prefixed with the supplied message and including a reason for why it failed.
92 // not then this reports an error prefixed with the supplied message and including a reason for why
104 // leading and trailing spaces from them both. If they are not then it reports an error prefixed
112 // then it reports an error prefixed with the supplied message and including a reason for why it
122 // it reports an error prefixed with the supplied message and including a reason for why it failed.
131 // the value of the expected bool. If the expectation does not hold it reports an error prefixed wi…
156 // not then it reports an error prefixed with the supplied message and including a reason for why it
[all …]
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/
H A Dbase64.h15 // This file provides functions for working with the prefixed Base64 format for
26 // Prefixed Base64: $Qlqz/hM= [9 bytes]
38 // Encodes a binary tokenized message as prefixed Base64 with a null terminator.
49 // Decodes a prefixed Base64 tokenized message to binary. Returns the size of
74 // prefixed Base64. Includes room for the prefix character ($) and encoded
86 // Encodes a binary tokenized message as prefixed Base64 with a null terminator.
104 // Encodes a binary tokenized message as prefixed Base64 to a pw::InlineString,
115 // Encodes a binary tokenized message as prefixed Base64 to a pw::InlineString.
133 // Decodes a prefixed Base64 tokenized message to binary. Returns the size of
144 // Decodes a prefixed Base64 tokenized message to binary in place. Returns the
[all …]
/aosp_15_r20/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DNamespaceCache.java42 // prefixed with the package-database prefix.
46 // are prefixed with the package-database prefix.
56 /** Gets all prefixed document namespaces of the given package. */
70 /** Gets prefixed document namespaces of the given prefix. */
76 /** Gets prefixed blob namespaces of the given prefix. */
88 /** Gets all prefixed blob namespaces in AppSearch. */
98 /** Removes prefixed document namespaces under the given prefix. */
104 /** Add the given prefixed namespace to document namespace map. */
110 /** Add the given prefixed namespace to blob namespace map. */
DSchemaCache.java48 * prefixed schema type to its respective SchemaTypeConfigProto.
55 * prefixed schema type to its respective list of children prefixed schema types.
63 * prefixed schema type to its respective list of unprefixed parent schema types including
98 * Returns all prefixed schema types stored in the cache.
112 * Returns the schema types for the given set of prefixed schema types with their descendants,
146 * prefixed schema type, based on the schema child-to-parents map held in the cache. It's
285 * and the child-to-parents map, and returns the set of removed prefixed schema type.
/aosp_15_r20/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/util/
DPrefixUtilTest.java95 .isEqualTo("The prefixed value \"foo$bar\" doesn't contain a valid database name"); in testRemovePrefix_missingDelimiter()
100 .isEqualTo("The prefixed value \"foo\" doesn't contain a valid database name"); in testRemovePrefix_missingDelimiter()
115 .isEqualTo("The prefixed value \"foo$bar\" doesn't contain a valid database name"); in testGetPrefix_missingDelimiter()
120 .isEqualTo("The prefixed value \"foo\" doesn't contain a valid database name"); in testGetPrefix_missingDelimiter()
125 // set up un-prefixed document in testAddPrefixToDocument()
138 // set up prefixed document for assertion in testAddPrefixToDocument()
158 // set up prefixed document in testRemovePrefixesFromDocument()
171 // set up un-prefixed document for assertion in testRemovePrefixesFromDocument()
234 // set up prefixed schema type in testRemovePrefixesFromSchemaType()
244 // set up un-prefixed schema type for assertion in testRemovePrefixesFromSchemaType()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/src/
Dlib.rs147 #[cfg_attr(prefixed, link_name = "je_malloc")]
158 #[cfg_attr(prefixed, link_name = "je_calloc")]
182 #[cfg_attr(prefixed, link_name = "je_posix_memalign")]
202 #[cfg_attr(prefixed, link_name = "je_aligned_alloc")]
241 #[cfg_attr(prefixed, link_name = "je_realloc")]
257 #[cfg_attr(prefixed, link_name = "je_free")]
277 #[cfg_attr(prefixed, link_name = "je_mallocx")]
310 #[cfg_attr(prefixed, link_name = "je_rallocx")]
351 #[cfg_attr(prefixed, link_name = "je_xallocx")]
366 #[cfg_attr(prefixed, link_name = "je_sallocx")]
[all …]
/aosp_15_r20/external/icu/icu4c/source/data/rbnf/
H A Dlv.txt12 "%%spellout-prefixed:",
38 "11: >%%spellout-prefixed>padsmit;",
39 "20: <%%spellout-prefixed<desmit[ >>];",
41 "200: <%%spellout-prefixed<simt[ >>];",
43 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
68 "20: <%%spellout-prefixed<desmit[ >>];",
70 "200: <%%spellout-prefixed<simt[ >>];",
72 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
/aosp_15_r20/external/cronet/third_party/icu/source/data/rbnf/
H A Dlv.txt12 "%%spellout-prefixed:",
38 "11: >%%spellout-prefixed>padsmit;",
39 "20: <%%spellout-prefixed<desmit[ >>];",
41 "200: <%%spellout-prefixed<simt[ >>];",
43 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
68 "20: <%%spellout-prefixed<desmit[ >>];",
70 "200: <%%spellout-prefixed<simt[ >>];",
72 "2000: <%%spellout-prefixed<t\u016Bksto\u0161[ >>];",
/aosp_15_r20/external/cldr/common/rbnf/
H A Dlv.xml22 <ruleset type="spellout-prefixed" access="private">
49 <rbnfrule value="11">→%%spellout-prefixed→padsmit;</rbnfrule>
50 <rbnfrule value="20">←%%spellout-prefixed←desmit[ →→];</rbnfrule>
52 <rbnfrule value="200">←%%spellout-prefixed←simt[ →→];</rbnfrule>
54 <rbnfrule value="2000">←%%spellout-prefixed←tūkstoš[ →→];</rbnfrule>
80 <rbnfrule value="20">←%%spellout-prefixed←desmit[ →→];</rbnfrule>
82 <rbnfrule value="200">←%%spellout-prefixed←simt[ →→];</rbnfrule>
84 <rbnfrule value="2000">←%%spellout-prefixed←tūkstoš[ →→];</rbnfrule>
/aosp_15_r20/external/leveldb/db/
H A Dfilename.h32 // in the db named by "dbname". The result will be prefixed with
37 // in the db named by "dbname". The result will be prefixed with
42 // in the db named by "dbname". The result will be prefixed with
48 // prefixed with "dbname".
52 // of the current manifest file. The result will be prefixed with
57 // "dbname". The result will be prefixed with "dbname".
61 // The result will be prefixed with "dbname".
/aosp_15_r20/external/clang/test/FixIt/
H A Dfixit-objc.m30 NSString *a = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
31 id b = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
32 g("Foo"); // expected-error {{string literal must be prefixed by '@'}}
33 h("Foo"); // expected-error {{string literal must be prefixed by '@'}}
34 h(("Foo")); // expected-error {{string literal must be prefixed by '@'}}
35 [t test:"Foo"]; // expected-error {{string literal must be prefixed by '@'}}
36 t.property = "Foo"; // expected-error {{string literal must be prefixed by '@'}}
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dbuilder.go12 // A Builder builds byte strings from fixed-length and length-prefixed values.
19 // Builder. Length-prefixed values are marshaled by providing a
114 // length-prefixed byte sequences. Builder methods for length-prefixed
117 // to build the content of the length-prefixed sequence. For example:
144 // AddUint8LengthPrefixed adds a 8-bit length-prefixed byte sequence.
149 // AddUint16LengthPrefixed adds a big-endian, 16-bit length-prefixed byte sequence.
154 // AddUint24LengthPrefixed adds a big-endian, 24-bit length-prefixed byte sequence.
159 // AddUint32LengthPrefixed adds a big-endian, 32-bit length-prefixed byte sequence.
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/
H A DLocalDateTimeAttributeConverter.java43 …* <li>Y is a year between {@link Year#MIN_VALUE} and {@link Year#MAX_VALUE} (prefixed with - i…
44 * <li>M is a 2-character, zero-prefixed month between 01 and 12</li>
45 * <li>D is a 2-character, zero-prefixed day between 01 and 31</li>
46 * <li>H is a 2-character, zero-prefixed hour between 00 and 23</li>
47 * <li>I is a 2-character, zero-prefixed minute between 00 and 59</li>
48 * <li>S is a 2-character, zero-prefixed second between 00 and 59</li>
49 * <li>N is a 9-character, zero-prefixed nanosecond between 000,000,000 and 999,999,999.
/aosp_15_r20/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/
H A DNetwork.java80 * be prefixed with `global/networks/` unless it contains a `/`, in which
106 * be prefixed with `global/networks/` unless it contains a `/`, in which
160 * The value is prefixed with `regions/&#42;&#47;subnetworks/` unless it contains a
189 * The value is prefixed with `regions/&#42;&#47;subnetworks/` unless it contains a
606 * be prefixed with `global/networks/` unless it contains a `/`, in which
631 * be prefixed with `global/networks/` unless it contains a `/`, in which
656 * be prefixed with `global/networks/` unless it contains a `/`, in which
680 * be prefixed with `global/networks/` unless it contains a `/`, in which
700 * be prefixed with `global/networks/` unless it contains a `/`, in which
793 * The value is prefixed with `regions/&#42;&#47;subnetworks/` unless it contains a
[all …]
/aosp_15_r20/external/grpc-grpc/doc/
H A Dc-style-guide.md73 - Non-static functions must be prefixed by `grpc_`
74 - Static functions must *not* be prefixed by `grpc_`
75 - Typenames of `struct`s , `union`s, and `enum`s must be prefixed by `grpc_` if
76 they are declared in a header file. They must not be prefixed by `grpc_` if
81 prefixed with `GRPC_` (except for `#define` macros that are being used to
84 be prefixed with `GRPC_`.
H A DPROTOCOL-HTTP2.md13 * Request → Request-Headers \*Length-Prefixed-Message EOS
14 * Response → (Response-Headers \*Length-Prefixed-Message Trailers) / Trailers-Only
19 * Request → Request-Headers \*Length-Prefixed-Message EOS
93 The repeated sequence of **Length-Prefixed-Message** items is delivered in DATA frames
95 * **Length-Prefixed-Message** → Compressed-Flag Message-Length Message
106 * **Response** → (Response-Headers \*Length-Prefixed-Message Trailers) / Trailers-Only
159 <Length-Prefixed Message>
169 <Length-Prefixed Message>
206 DATA frame boundaries have no relation to **Length-Prefixed-Message** boundaries and implementation…
/aosp_15_r20/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/
H A DPropertyFilter.java151 * Property names do not need to be prefixed by the document schema id (as is
152 * the case with histograms), however property names will need to be prefixed
206 * Property names do not need to be prefixed by the document schema id (as is
207 * the case with histograms), however property names will need to be prefixed
742 * Property names do not need to be prefixed by the document schema id (as is
743 * the case with histograms), however property names will need to be prefixed
796 * Property names do not need to be prefixed by the document schema id (as is
797 * the case with histograms), however property names will need to be prefixed
850 * Property names do not need to be prefixed by the document schema id (as is
851 * the case with histograms), however property names will need to be prefixed
[all …]
/aosp_15_r20/external/fmtlib/doc/
H A Dsyntax.md470 is a single decimal digit, it is prefixed with 0. The modified command
479 digit, it is prefixed with 0. The modified command <code>%Od</code>
491 digit, it is prefixed with a space. The modified command <code>%Oe</code>
503 single digit it is prefixed by 0.
521 digit, it is prefixed with 0. The modified command <code>%OH</code>
529 digit, it is prefixed with 0. The modified command <code>%OI</code>
546 it is prefixed with 0. The modified command <code>%Om</code> produces the
554 is prefixed with 0. The modified command <code>%OM</code> produces the
588 result is prefixed with 0. If the precision of the input cannot be exactly
616 in week 00. If the result is a single digit, it is prefixed with 0.
[all …]

12345678910>>...156