/aosp_15_r20/external/curl/lib/ |
H A D | mime.c | 11 * you should have received as part of this distribution. The terms 69 curl_mimepart *part); 70 static curl_off_t encoder_nop_size(curl_mimepart *part); 72 curl_mimepart *part); 74 curl_mimepart *part); 75 static curl_off_t encoder_base64_size(curl_mimepart *part); 77 curl_mimepart *part); 78 static curl_off_t encoder_qp_size(curl_mimepart *part); 79 static curl_off_t mime_size(curl_mimepart *part); 385 struct curl_mimepart *part) in encoder_nop_read() argument [all …]
|
/aosp_15_r20/external/libhevc/common/arm/ |
H A D | ihevc_itrans_recon_8x8.s | 193 vmull.s16 q10,d2,d0[0] @// y0 * cos4(part of c0 and c1) 195 vmull.s16 q9,d3,d1[2] @// y2 * sin2 (q3 is freed by this time)(part of d1) 198 vmull.s16 q12,d6,d0[1] @// y1 * cos1(part of b0) 200 vmull.s16 q13,d6,d0[3] @// y1 * cos3(part of b1) 202 vmull.s16 q14,d6,d1[1] @// y1 * sin3(part of b2) 204 vmull.s16 q15,d6,d1[3] @// y1 * sin1(part of b3) 206 vmlal.s16 q12,d7,d0[3] @// y1 * cos1 + y3 * cos3(part of b0) 208 vmlsl.s16 q13,d7,d1[3] @// y1 * cos3 - y3 * sin1(part of b1) 210 vmlsl.s16 q14,d7,d0[1] @// y1 * sin3 - y3 * cos1(part of b2) 212 vmlsl.s16 q15,d7,d1[1] @// y1 * sin1 - y3 * sin3(part of b3) [all …]
|
H A D | ihevc_itrans_recon_32x32.s | 217 vmull.s16 q12,d8,d0[1] @// y1 * cos1(part of b0) 218 vmull.s16 q13,d8,d0[3] @// y1 * cos3(part of b1) 219 vmull.s16 q14,d8,d1[1] @// y1 * sin3(part of b2) 220 vmull.s16 q15,d8,d1[3] @// y1 * sin1(part of b3) 222 vmlal.s16 q12,d9,d0[3] @// y1 * cos1 + y3 * cos3(part of b0) 223 vmlal.s16 q13,d9,d2[1] @// y1 * cos3 - y3 * sin1(part of b1) 224 vmlal.s16 q14,d9,d3[3] @// y1 * sin3 - y3 * cos1(part of b2) 225 vmlal.s16 q15,d9,d5[1] @// y1 * sin1 - y3 * sin3(part of b3) 287 vmlal.s16 q12,d8,d2[1] @// y1 * cos1(part of b0) 288 vmlal.s16 q13,d8,d6[3] @// y1 * cos3(part of b1) [all …]
|
/aosp_15_r20/external/libmpeg2/common/arm/ |
H A D | impeg2_idct.s | 448 vmull.s16 q10, d2, d0[0] @// y0 * cos4(part of c0 and c1) 450 vmull.s16 q9, d3, d1[2] @// y2 * sin2 (Q3 is freed by this time)(part of d1) 453 vmull.s16 q12, d6, d0[1] @// y1 * cos1(part of b0) 455 vmull.s16 q13, d6, d0[3] @// y1 * cos3(part of b1) 457 vmull.s16 q14, d6, d1[1] @// y1 * sin3(part of b2) 459 vmull.s16 q15, d6, d1[3] @// y1 * sin1(part of b3) 461 vmlal.s16 q12, d7, d0[3] @// y1 * cos1 + y3 * cos3(part of b0) 463 vmlsl.s16 q13, d7, d1[3] @// y1 * cos3 - y3 * sin1(part of b1) 465 vmlsl.s16 q14, d7, d0[1] @// y1 * sin3 - y3 * cos1(part of b2) 467 vmlsl.s16 q15, d7, d1[1] @// y1 * sin1 - y3 * sin3(part of b3) [all …]
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/ |
H A D | JsonAdapterAnnotationOnFieldsTest.java | 52 String json = gson.toJson(new Gizmo(new Part("Part"))); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault() 53 assertEquals("{\"part\":\"GizmoPartTypeAdapterFactory\"}", json); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault() 54 Gizmo computer = gson.fromJson("{'part':'Part'}", Gizmo.class); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault() 55 assertEquals("GizmoPartTypeAdapterFactory", computer.part.name); in testClassAnnotationAdapterFactoryTakesPrecedenceOverDefault() 72 .registerTypeAdapter(Part.class, new TypeAdapter<Part>() { in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter() 73 @Override public void write(JsonWriter out, Part part) throws IOException { in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter() 76 @Override public Part read(JsonReader in) throws IOException { in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter() 80 String json = gson.toJson(new Gadget(new Part("screen"))); in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter() 81 assertEquals("{\"part\":\"PartJsonFieldAnnotationAdapter\"}", json); in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter() 82 Gadget gadget = gson.fromJson("{'part':'screen'}", Gadget.class); in testFieldAnnotationTakesPrecedenceOverRegisteredTypeAdapter() [all …]
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | filesystem_verifier_action_unittest.cc | 115 InstallPlan::Partition& part = install_plan->partitions.emplace_back(); in AddFakePartition() local 116 part.name = name; in AddFakePartition() 117 part.target_path = target_part_.path(); in AddFakePartition() 118 part.readonly_target_path = part.target_path; in AddFakePartition() 119 part.target_size = PARTITION_SIZE; in AddFakePartition() 120 part.block_size = BLOCK_SIZE; in AddFakePartition() 121 part.source_path = source_part_.path(); in AddFakePartition() 122 part.source_size = PARTITION_SIZE; in AddFakePartition() 124 HashCalculator::RawHashOfFile(source_part_.path(), &part.source_hash)); in AddFakePartition() 126 HashCalculator::RawHashOfFile(target_part_.path(), &part.target_hash)); in AddFakePartition() [all …]
|
/aosp_15_r20/external/libhevc/common/arm64/ |
H A D | ihevc_itrans_recon_8x8.s | 187 smull v20.4s, v2.4h, v0.h[0] //// y0 * cos4(part of c0 and c1) 189 smull v18.4s, v3.4h, v1.h[2] //// y2 * sin2 (q3 is freed by this time)(part of d1) 192 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0) 194 smull v26.4s, v6.4h, v0.h[3] //// y1 * cos3(part of b1) 196 smull v28.4s, v6.4h, v1.h[1] //// y1 * sin3(part of b2) 198 smull v30.4s, v6.4h, v1.h[3] //// y1 * sin1(part of b3) 200 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0) 202 smlsl v26.4s, v7.4h, v1.h[3] //// y1 * cos3 - y3 * sin1(part of b1) 204 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2) 206 smlsl v30.4s, v7.4h, v1.h[1] //// y1 * sin1 - y3 * sin3(part of b3) [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | MessagePattern.java | 22 //Note: Minimize ICU dependencies, only use a very small part of the ICU core. 45 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 46 * the index of the corresponding _LIMIT "part". 66 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 67 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 70 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 71 * The optional numeric Part between each (ARG_SELECTOR, message) pair 74 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 406 Part part; in autoQuoteApostropheDeep() local 407 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) { in autoQuoteApostropheDeep() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | MessagePattern.java | 23 //Note: Minimize ICU dependencies, only use a very small part of the ICU core. 46 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 47 * the index of the corresponding _LIMIT "part". 67 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 68 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 71 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 72 * The optional numeric Part between each (ARG_SELECTOR, message) pair 75 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 383 Part part; in autoQuoteApostropheDeep() local 384 if((part=getPart(--i)).getType()==Part.Type.INSERT_CHAR) { in autoQuoteApostropheDeep() [all …]
|
/aosp_15_r20/external/libmpeg2/common/armv8/ |
H A D | impeg2_idct.s | 387 smull v20.4s, v2.4h, v0.h[0] //// y0 * cos4(part of c0 and c1) 389 smull v18.4s, v3.4h, v1.h[2] //// y2 * sin2 (q3 is freed by this time)(part of d1) 392 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0) 394 smull v26.4s, v6.4h, v0.h[3] //// y1 * cos3(part of b1) 396 smull v28.4s, v6.4h, v1.h[1] //// y1 * sin3(part of b2) 398 smull v30.4s, v6.4h, v1.h[3] //// y1 * sin1(part of b3) 400 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0) 402 smlsl v26.4s, v7.4h, v1.h[3] //// y1 * cos3 - y3 * sin1(part of b1) 404 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2) 406 smlsl v30.4s, v7.4h, v1.h[1] //// y1 * sin1 - y3 * sin3(part of b3) [all …]
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
H A D | PduBody.java | 44 private void putPartToMaps(PduPart part) { in putPartToMaps() argument 45 // Put part to mPartMapByContentId. in putPartToMaps() 46 byte[] contentId = part.getContentId(); in putPartToMaps() 48 mPartMapByContentId.put(new String(contentId), part); in putPartToMaps() 51 // Put part to mPartMapByContentLocation. in putPartToMaps() 52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps() 55 mPartMapByContentLocation.put(clc, part); in putPartToMaps() 58 // Put part to mPartMapByName. in putPartToMaps() 59 byte[] name = part.getName(); in putPartToMaps() 62 mPartMapByName.put(clc, part); in putPartToMaps() [all …]
|
/aosp_15_r20/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
D | PduBody.java | 44 private void putPartToMaps(PduPart part) { in putPartToMaps() argument 45 // Put part to mPartMapByContentId. in putPartToMaps() 46 byte[] contentId = part.getContentId(); in putPartToMaps() 48 mPartMapByContentId.put(new String(contentId), part); in putPartToMaps() 51 // Put part to mPartMapByContentLocation. in putPartToMaps() 52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps() 55 mPartMapByContentLocation.put(clc, part); in putPartToMaps() 58 // Put part to mPartMapByName. in putPartToMaps() 59 byte[] name = part.getName(); in putPartToMaps() 62 mPartMapByName.put(clc, part); in putPartToMaps() [all …]
|
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduBody.java | 48 private void putPartToMaps(PduPart part) { in putPartToMaps() argument 49 // Put part to mPartMapByContentId. in putPartToMaps() 50 byte[] contentId = part.getContentId(); in putPartToMaps() 52 mPartMapByContentId.put(new String(contentId), part); in putPartToMaps() 55 // Put part to mPartMapByContentLocation. in putPartToMaps() 56 byte[] contentLocation = part.getContentLocation(); in putPartToMaps() 59 mPartMapByContentLocation.put(clc, part); in putPartToMaps() 62 // Put part to mPartMapByName. in putPartToMaps() 63 byte[] name = part.getName(); in putPartToMaps() 66 mPartMapByName.put(clc, part); in putPartToMaps() [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabSmsTest.py | 291 """ Test MO SMS(single part contains é) functionality on LTE 301 rand_ascii_str(SINGLE_PART_LEN), "single part contains é", 10) 307 """ Test MT SMS(single part contains é) functionality on LTE 317 rand_ascii_str(SINGLE_PART_LEN), "single part contains é", 10) 323 """ Test MO SMS(multi part contains é in first part) functionality on 335 "multi part contains é in first part", 10) 341 """ Test MT SMS(multi part contains é in first part) functionality on 353 "multi part contains é in first part", 10) 359 """ Test MO SMS(multi part contains é in second part) functionality on 371 "multi part contains é in second part", 170) [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 193 unsigned Part) { in generateInstruction() argument 198 Value *A = State.get(getOperand(0), Part); in generateInstruction() 199 Value *B = State.get(getOperand(1), Part); in generateInstruction() 202 State.set(this, V, Part); in generateInstruction() 208 Value *A = State.get(getOperand(0), Part); in generateInstruction() 210 State.set(this, V, Part); in generateInstruction() 214 Value *IV = State.get(getOperand(0), Part); in generateInstruction() 215 Value *TC = State.get(getOperand(1), Part); in generateInstruction() 217 State.set(this, V, Part); in generateInstruction() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | gmail_v1.users.messages.html | 220 …"payload": { # A single MIME message part. # The parsed email structure in the message p… 221 …quot;body": { # The body of a single MIME message part. # The message part body for this part… 222 …chments.get` request. When not present, the entire content of the message part body is contained i… 223 …"data": "A String", # The body data of a MIME message part as a base64url enco… 224 "size": 42, # Number of bytes for the message part data (encoding notwithstanding). 226 …ing", # The filename of the attachment. Only present if this message part represents an attac… 227 …"headers": [ # List of headers on this message part. For the top-level message part, rep… 233 "mimeType": "A String", # The MIME type of the message part. 234 "partId": "A String", # The immutable ID of the message part. 235 …e parts of this part. This only applies to container MIME message parts, for example `multipart/*`… [all …]
|
D | gmail_v1.users.drafts.html | 125 …"payload": { # A single MIME message part. # The parsed email structure in the message p… 126 …quot;body": { # The body of a single MIME message part. # The message part body for this part… 127 …chments.get` request. When not present, the entire content of the message part body is contained i… 128 …"data": "A String", # The body data of a MIME message part as a base64url enco… 129 … "size": 42, # Number of bytes for the message part data (encoding notwithstanding). 131 …ing", # The filename of the attachment. Only present if this message part represents an attac… 132 …"headers": [ # List of headers on this message part. For the top-level message part, rep… 138 "mimeType": "A String", # The MIME type of the message part. 139 "partId": "A String", # The immutable ID of the message part. 140 …e parts of this part. This only applies to container MIME message parts, for example `multipart/*`… [all …]
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | payload_generation_config_android.cc | 36 PartitionConfig* part = static_cast<PartitionConfig*>(user_data); in AvbDescriptorCallback() local 49 part->verity.hash_tree_algorithm = in AvbDescriptorCallback() 55 part->verity.hash_tree_salt.assign(salt, salt + hashtree.salt_len); in AvbDescriptorCallback() 58 part->fs_interface->GetBlockSize()); in AvbDescriptorCallback() 59 part->verity.hash_tree_data_extent = in AvbDescriptorCallback() 63 part->fs_interface->GetBlockSize()); in AvbDescriptorCallback() 64 part->verity.hash_tree_extent = ExtentForBytes( in AvbDescriptorCallback() 67 if (!part->disable_fec_computation) { in AvbDescriptorCallback() 68 part->verity.fec_data_extent = in AvbDescriptorCallback() 70 part->verity.fec_extent = ExtentForBytes( in AvbDescriptorCallback() [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_hash.data | 329 PSA hash multi part: SHA-1 Test Vector NIST CAVS #1 333 PSA hash multi part: SHA-1 Test Vector NIST CAVS #2 337 PSA hash multi part: SHA-1 Test Vector NIST CAVS #3 341 PSA hash multi part: SHA-1 Test Vector NIST CAVS #4 345 PSA hash multi part: SHA-1 Test Vector NIST CAVS #5 349 PSA hash multi part: SHA-1 Test Vector NIST CAVS #6 353 PSA hash multi part: SHA-1 Test Vector NIST CAVS #7 357 PSA hash multi part: SHA-1 Test Vector NIST CAVS #8 361 PSA hash multi part: SHA-1 Test Vector NIST CAVS #9 365 PSA hash multi part: SHA-1 Test Vector NIST CAVS #10 [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_hash.data | 329 PSA hash multi part: SHA-1 Test Vector NIST CAVS #1 333 PSA hash multi part: SHA-1 Test Vector NIST CAVS #2 337 PSA hash multi part: SHA-1 Test Vector NIST CAVS #3 341 PSA hash multi part: SHA-1 Test Vector NIST CAVS #4 345 PSA hash multi part: SHA-1 Test Vector NIST CAVS #5 349 PSA hash multi part: SHA-1 Test Vector NIST CAVS #6 353 PSA hash multi part: SHA-1 Test Vector NIST CAVS #7 357 PSA hash multi part: SHA-1 Test Vector NIST CAVS #8 361 PSA hash multi part: SHA-1 Test Vector NIST CAVS #9 365 PSA hash multi part: SHA-1 Test Vector NIST CAVS #10 [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/ |
H A D | MessagePattern.java | 37 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 38 * the index of the corresponding _LIMIT "part". 58 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 59 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 62 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 63 * The optional numeric Part between each (ARG_SELECTOR, message) pair 66 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 244 * Gets the i-th pattern "part". 245 * @param i The index of the Part data. (0..countParts()-1) 246 * @return the i-th pattern "part". [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | MessagePattern.java | 37 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 38 * the index of the corresponding _LIMIT "part". 58 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 59 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 62 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 63 * The optional numeric Part between each (ARG_SELECTOR, message) pair 66 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 244 * Gets the i-th pattern "part". 245 * @param i The index of the Part data. (0..countParts()-1) 246 * @return the i-th pattern "part". [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/ |
H A D | MessagePattern.java | 37 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 38 * the index of the corresponding _LIMIT "part". 58 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 59 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 62 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 63 * The optional numeric Part between each (ARG_SELECTOR, message) pair 66 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 244 * Gets the i-th pattern "part". 245 * @param i The index of the Part data. (0..countParts()-1) 246 * @return the i-th pattern "part". [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | MessagePattern.java | 37 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 38 * the index of the corresponding _LIMIT "part". 58 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 59 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 62 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 63 * The optional numeric Part between each (ARG_SELECTOR, message) pair 66 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 244 * Gets the i-th pattern "part". 245 * @param i The index of the Part data. (0..countParts()-1) 246 * @return the i-th pattern "part". [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/ |
H A D | MessagePattern.java | 37 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns 38 * the index of the corresponding _LIMIT "part". 58 * between parts of a message, from one part's getLimit() to the next part's getIndex(). 59 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE. 62 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value. 63 * The optional numeric Part between each (ARG_SELECTOR, message) pair 66 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle. 244 * Gets the i-th pattern "part". 245 * @param i The index of the Part data. (0..countParts()-1) 246 * @return the i-th pattern "part". [all …]
|