Home
last modified time | relevance | path

Searched full:calculated (Results 1 – 25 of 7464) sorted by relevance

12345678910>>...299

/aosp_15_r20/external/pigweed/pw_tokenizer/pw_tokenizer_private/
H A Dgenerated_hash_test_cases.h42 UINT32_C(0), // Python-calculated hash
43 PW_TOKENIZER_65599_FIXED_LENGTH_80_HASH(""), // macro-calculated hash
48 UINT32_C(0), // Python-calculated hash
49 PW_TOKENIZER_65599_FIXED_LENGTH_96_HASH(""), // macro-calculated hash
54 UINT32_C(0), // Python-calculated hash
55 PW_TOKENIZER_65599_FIXED_LENGTH_128_HASH(""), // macro-calculated hash
60 UINT32_C(10561440), // Python-calculated hash
61 PW_TOKENIZER_65599_FIXED_LENGTH_80_HASH("\xa1"), // macro-calculated hash
66 UINT32_C(10561440), // Python-calculated hash
67 PW_TOKENIZER_65599_FIXED_LENGTH_96_HASH("\xa1"), // macro-calculated hash
[all …]
/aosp_15_r20/external/aac/fuzzer/
H A DREADME.md22 offset calculated using valid bytes.
71 |`AACENC_SBR_MODE` | `-1 ` `0 ` `1 ` `2 ` | Calculated using first byte of data |
72 …OT_DRM_SBR ` `AOT_DRM_MPEG_PS ` `AOT_DRM_SURROUND ` `AOT_DRM_USAC ` | Calculated using second byt…
73 …2050 ` `24000 ` `32000 ` `44100 ` `48000 ` `64000 ` `88200 ` `96000 `| Calculated using third byte…
74 |`AACENC_BITRATE` | In range `8000 ` to `960000 ` | Calculated using fourth, fifth and sixth byte o…
75 …ONT ` `MODE_7_1_REAR_SURROUND ` `MODE_7_1_FRONT_CENTER ` `MODE_212 ` | Calculated using seventh by…
76 … ` `TT_MP4_LOAS ` `TT_DRM ` | Calculated using eight byte of data |`AACENC_SBR_RATIO` |`-1 ` `0 …
77 … `AACENC_BR_MODE_VBR_5 ` `AACENC_BR_MODE_FF ` `AACENC_BR_MODE_SFR ` | Calculated using thirty-fou…
78 |`AACENC_GRANULE_LENGTH` |`120 ` `128 ` `240 ` `256 ` `480 ` `512 ` `1024 ` | Calculated using thir…
79 |`AACENC_CHANNELORDER` |`CH_ORDER_MPEG ` `CH_ORDER_WAV ` | Calculated using thirty-sixth byte of da…
[all …]
/aosp_15_r20/art/test/057-math-intrinsics/src/
H A DCopySignTest.java66 float calculated = Math.copySign(testCases[i][m], testCases[j][n]); in copySignFloat() local
68 assertEquals(calculated, Float.NaN); in copySignFloat()
70 assertEquals(Math.abs(calculated), Math.abs(testCases[i][m])); in copySignFloat()
72 assertEquals(calculated, expected); in copySignFloat()
75 calculated = $opt$noinline$copySignFloat(testCases[i][m], testCases[j][n]); in copySignFloat()
77 assertEquals(calculated, Float.NaN); in copySignFloat()
79 assertEquals(Math.abs(calculated), Math.abs(testCases[i][m])); in copySignFloat()
81 assertEquals(calculated, expected); in copySignFloat()
127 double calculated = Math.copySign(testCases[i][m], testCases[j][n]); in copySignDouble() local
129 assertEquals(calculated, Double.NaN); in copySignDouble()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DNEMath.h36 * @return The calculated floor vector.
44 * @return The calculated round vector.
52 * @return The calculated inverse square root.
60 * @return The calculated inverse square root.
68 * @return The calculated reciprocal.
76 * @return The calculated reciprocal.
85 * @return The calculated approximation.
93 * @return The calculated exponent.
101 * @return The calculated erf.
109 * @return The calculated logarithm.
[all …]
H A DSVEMath.h41 * @return The calculated exponent.
50 * @return The calculated reciprocal.
59 * @return The calculated logarithm.
72 * @return The calculated Hyperbolic Tangent.
85 * @return The calculated Hyperbolic Tangent.
94 * @return The calculated exponent.
103 * @return The calculated reciprocal.
112 * @return The calculated logarithm.
121 * @return The calculated inverse square root.
137 * @return The calculated sine.
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DFixedOrPercent.java75calculated based on the specific mode. - If the value is fixed, then the calculated value is equal…
78 * <code>optional int32 calculated = 472082878;</code>
80 * @return Whether the calculated field is set.
90calculated based on the specific mode. - If the value is fixed, then the calculated value is equal…
93 * <code>optional int32 calculated = 472082878;</code>
95 * @return The calculated.
576calculated based on the specific mode. - If the value is fixed, then the calculated value is equal…
579 * <code>optional int32 calculated = 472082878;</code>
581 * @return Whether the calculated field is set.
591calculated based on the specific mode. - If the value is fixed, then the calculated value is equal…
[all …]
H A DFixedOrPercentOrBuilder.java30calculated based on the specific mode. - If the value is fixed, then the calculated value is equal…
33 * <code>optional int32 calculated = 472082878;</code>
35 * @return Whether the calculated field is set.
42calculated based on the specific mode. - If the value is fixed, then the calculated value is equal…
45 * <code>optional int32 calculated = 472082878;</code>
47 * @return The calculated.
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/
H A DShapeCalculator.h49 * @return the calculated shape
86 * @return the calculated shape
107 * @return the calculated shape
121 * @return the calculated shape
148 * @return the calculated shape of the reshaped weights
179 * @return the calculated shape
223 * @return the calculated shape
259 * @return the calculated shape
295 * @return the calculated shape
312 * @return the calculated shape
[all …]
/aosp_15_r20/development/tools/winscope/src/parsers/transitions/operations/
H A Dadd_status_test.ts49 {name: 'aborted', value: true, source: PropertySource.CALCULATED},
50 {name: 'merged', value: false, source: PropertySource.CALCULATED},
51 {name: 'played', value: false, source: PropertySource.CALCULATED},
77 {name: 'aborted', value: true, source: PropertySource.CALCULATED},
78 {name: 'merged', value: false, source: PropertySource.CALCULATED},
79 {name: 'played', value: false, source: PropertySource.CALCULATED},
108 {name: 'aborted', value: false, source: PropertySource.CALCULATED},
109 {name: 'merged', value: false, source: PropertySource.CALCULATED},
110 {name: 'played', value: false, source: PropertySource.CALCULATED},
139 {name: 'aborted', value: false, source: PropertySource.CALCULATED},
[all …]
/aosp_15_r20/external/libopus/fuzzer/
H A DREADME.md78 …0 ` `12000 ` `16000 ` `24000 ` `48000 ` | An index ranging from 0-4 is calculated using first byte…
79 | `channels` (single stream) | `1 ` `2 ` | Calculated using second byte of data |
80 | `channels` (multi stream) | In range `1 `- `255 ` | Calculated using second byte of data |
101 | `bitRate` | In range `500 ` to `512000 ` | Calculated using all bits of 3rd, 4th and 5th byte o…
102 …1 ` 2.`2 ` 3.`3 ` 4.`4 ` 5.`5 ` 6.`6 ` 7.`7 ` 8.`8 ` 9.`9 ` 10.`10 ` | Calculated using all bits o…
103 ….`OPUS_APPLICATION_AUDIO ` 2.`OPUS_APPLICATION_RESTRICTED_LOWDELAY ` | Calculated using all bits o…
104 | `setDTX` | 0.`0 ` 1.`1 ` | Calculated using bit 0 of 8th byte of data |
105 | `signal` | 0.`OPUS_AUTO ` 1.`OPUS_SIGNAL_VOICE ` 2.`OPUS_SIGNAL_MUSIC ` | Calculated using bit …
106 | `setVBR` | 0.`0 ` 1.`1 ` | Calculated using bit 0 of 10th byte of data |
107 | `setVBRConstraint` | 0.`0 ` 1.`1 ` | Calculated using bit 0 of 11th byte of data |
[all …]
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dcsum.c52 __u32 calculated; in ext2fs_mmp_csum_verify() local
57 calculated = ext2fs_mmp_csum(fs, mmp); in ext2fs_mmp_csum_verify()
59 return ext2fs_le32_to_cpu(mmp->mmp_checksum) == calculated; in ext2fs_mmp_csum_verify()
94 __u32 flag, calculated; in ext2fs_superblock_csum_verify() local
104 calculated = ext2fs_superblock_csum(fs, sb); in ext2fs_superblock_csum_verify()
106 return ext2fs_le32_to_cpu(sb->s_checksum) == calculated; in ext2fs_superblock_csum_verify()
152 __u32 calculated; in ext2fs_ext_attr_block_csum_verify() local
158 retval = ext2fs_ext_attr_block_csum(fs, inum, block, hdr, &calculated); in ext2fs_ext_attr_block_csum_verify()
162 return ext2fs_le32_to_cpu(hdr->h_checksum) == calculated; in ext2fs_ext_attr_block_csum_verify()
328 __u32 calculated; in ext2fs_dirent_csum_verify() local
[all …]
/aosp_15_r20/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
H A DInvokeCustom.java68 int calculated = x + y; in targetMethodTest5() local
69 System.out.println("targetMethodTest5 " + x + " + " + y + " = " + calculated); in targetMethodTest5()
70 if (calculated != total) { in targetMethodTest5()
71 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest5()
73 return calculated; in targetMethodTest5()
77 long calculated = x + y; in targetMethodTest6() local
78 System.out.println("targetMethodTest6 " + x + " + " + y + " = " + calculated); in targetMethodTest6()
79 if (calculated != total) { in targetMethodTest6()
80 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest6()
82 return calculated; in targetMethodTest6()
[all …]
/aosp_15_r20/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
H A DInvokeCustom.java72 int calculated = x + y; in targetMethodTest5() local
73 System.out.println("targetMethodTest5 " + x + " + " + y + " = " + calculated); in targetMethodTest5()
74 if (calculated != total) { in targetMethodTest5()
75 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest5()
77 return calculated; in targetMethodTest5()
81 long calculated = x + y; in targetMethodTest6() local
82 System.out.println("targetMethodTest6 " + x + " + " + y + " = " + calculated); in targetMethodTest6()
83 if (calculated != total) { in targetMethodTest6()
84 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest6()
86 return calculated; in targetMethodTest6()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/
H A Dpaper-checkbox.html66 --calculated-paper-checkbox-size: var(--paper-checkbox-size, 18px);
68 --calculated-paper-checkbox-ink-size: var(--paper-checkbox-ink-size, -1px);
89 width: var(--calculated-paper-checkbox-size);
90 height: var(--calculated-paper-checkbox-size);
91 min-width: var(--calculated-paper-checkbox-size);
102 …top: calc(0px - (var(--calculated-paper-checkbox-ink-size) - var(--calculated-paper-checkbox-size)…
103 …left: calc(0px - (var(--calculated-paper-checkbox-ink-size) - var(--calculated-paper-checkbox-size…
104 width: var(--calculated-paper-checkbox-ink-size);
105 height: var(--calculated-paper-checkbox-ink-size);
112 …right: calc(0px - (var(--calculated-paper-checkbox-ink-size) - var(--calculated-paper-checkbox-siz…
[all …]
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioVolumeGroupTest.java320 expect.withMessage("Calculated event type for new gain stage") in calculateNewGainStageFromDeviceInfos_forSameGainStage_returnsNoEventType()
322 expect.withMessage("Calculated min gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_forSameGainStage_returnsNoEventType()
324 expect.withMessage("Calculated max gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_forSameGainStage_returnsNoEventType()
326 expect.withMessage("Calculated current gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_forSameGainStage_returnsNoEventType()
345 expect.withMessage("Calculated event type for new gain stage") in calculateNewGainStageFromDeviceInfos_withOnlyDefaultUpdate_returnsNoEventType()
347 expect.withMessage("Calculated min gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_withOnlyDefaultUpdate_returnsNoEventType()
349 expect.withMessage("Calculated max gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_withOnlyDefaultUpdate_returnsNoEventType()
351 expect.withMessage("Calculated current gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_withOnlyDefaultUpdate_returnsNoEventType()
393 expect.withMessage("Calculated event type for new gain stage") in calculateNewGainStageFromDeviceInfos_extrapolationSucceeds()
395 expect.withMessage("Calculated min gain index for new gain stage") in calculateNewGainStageFromDeviceInfos_extrapolationSucceeds()
[all …]
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/
H A DTaskStatus.java95 * This field is not calculated for [pull
120 * This field is not calculated for [pull
142 * This field is not calculated for [pull
166 * This field is not calculated for [pull
186 * This field is not calculated for [pull
203 * This field is not calculated for [pull
222 * This field is not calculated for [pull
731 * This field is not calculated for [pull
748 * This field is not calculated for [pull
769 * This field is not calculated for [pull
[all …]
/aosp_15_r20/external/autotest/server/site_tests/firmware_GSCAPROV1Trigger/
H A Dfirmware_GSCAPROV1Trigger.py28 CALCULATED_DIGEST_RE = 'Calculated' + DIGEST_RE
163 # GSC only prints calculated and stored hashes after AP RO verificaiton
165 calculated = set(re.findall(self.CALCULATED_DIGEST_RE, contents))
168 logging.info('Calculated: %r', calculated)
173 'Verification failed -- stored: %r calculated: %r' %
174 (stored, calculated))
175 if len(calculated) > 1:
176 raise error.TestFail('Multiple calculated digests %r' % calculated)
180 'Verification Not Run -- stored: %r calculated: %r' %
181 (stored, calculated))
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/
Dlen_error.rs81 Ipv4HeaderTotalLen => "length calculated from the IPv4 header 'total length' field", in fmt()
83 "length calculated from the IPv6 header 'payload length' field" in fmt()
85 UdpHeaderLen => "length calculated from the UDP header 'length' field", in fmt()
86 TcpHeaderLen => "length calculated from the TCP header 'length' field", in fmt()
229 …ould be required, but only 1 byte(s) are available based on the length calculated from the IPv4 he… in fmt()
230 …ould be required, but only 1 byte(s) are available based on the length calculated from the IPv6 he… in fmt()
231 …ould be required, but only 1 byte(s) are available based on the length calculated from the UDP hea… in fmt()
232 …ould be required, but only 1 byte(s) are available based on the length calculated from the TCP hea… in fmt()
272 …te(s) is too big for an 'IPv4 header' (maximum is 1 bytes). The length calculated from the IPv4 he… in fmt()
273 …te(s) is too big for an 'IPv4 header' (maximum is 1 bytes). The length calculated from the IPv6 he… in fmt()
[all …]
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/
H A DCommuteMethod.java46 * Commute time is calculated based on driving time.
56 * Commute time is calculated based on public transit including bus, metro,
67 * Commute time is calculated based on walking time.
77 * Commute time is calculated based on biking time.
87 * Commute time is calculated based on public transit that is wheelchair
111 * Commute time is calculated based on driving time.
121 * Commute time is calculated based on public transit including bus, metro,
132 * Commute time is calculated based on walking time.
142 * Commute time is calculated based on biking time.
152 * Commute time is calculated based on public transit that is wheelchair
/aosp_15_r20/external/aws-sdk-java-v2/services/customerprofiles/src/main/resources/codegen-resources/
H A Dservice-2.json37 "requestUri":"/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
48calculated attribute definition. After creation, new object data ingested into Customer Profiles w…
122 "requestUri":"/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
133 …"documentation":"<p>Deletes an existing calculated attribute definition. Note that deleting a defa…
310 "requestUri":"/domains/{DomainName}/calculated-attributes/{CalculatedAttributeName}"
321 …"documentation":"<p>Provides more information on a calculated attribute definition for Customer Pr…
327 …"requestUri":"/domains/{DomainName}/profile/{ProfileId}/calculated-attributes/{CalculatedAttribute…
338 "documentation":"<p>Retrieve a calculated attribute for a customer profile.</p>"
531 "requestUri":"/domains/{DomainName}/calculated-attributes"
542 "documentation":"<p>Lists calculated attribute definitions for Customer Profiles</p>"
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcompute_beta.autoscalers.html160calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
168calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
365calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
373calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
451calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
459calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
605calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
613calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
720calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
728calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
[all …]
Dcompute_alpha.autoscalers.html160calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
168calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
370calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
378calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
457calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
465calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
616calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
624calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
732calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
740calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
[all …]
Dcompute_beta.regionAutoscalers.html214calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
222calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
300calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
308calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
454calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
462calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
569calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
577calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
743calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
751calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
Dcompute_alpha.regionAutoscalers.html218calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
226calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
305calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
313calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
464calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
472calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
580calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
588calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
759calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
767calculated&quot;: 42, # [Output Only] Absolute value of VM instances calculated based on the speci…
/aosp_15_r20/external/google-cloud-java/java-talent/proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/
H A DCommuteMethod.java45 * Commute time is calculated based on driving time.
55 * Commute time is calculated based on public transit including bus, metro,
66 * Commute time is calculated based on walking time.
76 * Commute time is calculated based on biking time.
99 * Commute time is calculated based on driving time.
109 * Commute time is calculated based on public transit including bus, metro,
120 * Commute time is calculated based on walking time.
130 * Commute time is calculated based on biking time.

12345678910>>...299