/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/opt-testcases/ |
H A D | tls13-kex-modes.sh | 1569 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ 1570 -c "client hello, adding psk_key_exchange_modes extension" \ 1571 -c "client hello, adding PSK binder list" \ 1583 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ 1584 -c "client hello, adding psk_key_exchange_modes extension" \ 1585 -c "client hello, adding PSK binder list" \ 1596 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ 1597 -c "client hello, adding psk_key_exchange_modes extension" \ 1598 -c "client hello, adding PSK binder list" \ 1610 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ [all …]
|
/aosp_15_r20/external/mbedtls/tests/opt-testcases/ |
H A D | tls13-kex-modes.sh | 1566 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ 1567 -c "client hello, adding psk_key_exchange_modes extension" \ 1568 -c "client hello, adding PSK binder list" \ 1580 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ 1581 -c "client hello, adding psk_key_exchange_modes extension" \ 1582 -c "client hello, adding PSK binder list" \ 1593 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ 1594 -c "client hello, adding psk_key_exchange_modes extension" \ 1595 -c "client hello, adding PSK binder list" \ 1607 -c "client hello, adding pre_shared_key extension, omitting PSK binder list" \ [all …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | circular-container.m | 57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular … 58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '… 59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen… 60 …[_countedSet addObject:_countedSet]; // expected-warning {{adding '_countedSet' to '_countedSet' m… 61 …[_orderedSet addObject:_orderedSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' m… 65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai… 69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend… 73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… 77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… 81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnv_err.cpp | 250 … valueString[valueStringLength++] = (char16_t) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */ in UCNV_FROM_U_CALLBACK_ESCAPE() 251 valueString[valueStringLength++] = (char16_t) UNICODE_U_CODEPOINT; /* adding U */ in UCNV_FROM_U_CALLBACK_ESCAPE() 262 valueString[valueStringLength++] = (char16_t) UNICODE_RS_CODEPOINT; /* adding \ */ in UCNV_FROM_U_CALLBACK_ESCAPE() 263 valueString[valueStringLength++] = (char16_t) UNICODE_U_LOW_CODEPOINT; /* adding u */ in UCNV_FROM_U_CALLBACK_ESCAPE() 269 valueString[valueStringLength++] = (char16_t) UNICODE_RS_CODEPOINT; /* adding \ */ in UCNV_FROM_U_CALLBACK_ESCAPE() 272 valueString[valueStringLength++] = (char16_t) UNICODE_U_CODEPOINT; /* adding U */ in UCNV_FROM_U_CALLBACK_ESCAPE() 277 valueString[valueStringLength++] = (char16_t) UNICODE_U_LOW_CODEPOINT; /* adding u */ in UCNV_FROM_U_CALLBACK_ESCAPE() 284 valueString[valueStringLength++] = (char16_t) UNICODE_AMP_CODEPOINT; /* adding & */ in UCNV_FROM_U_CALLBACK_ESCAPE() 285 valueString[valueStringLength++] = (char16_t) UNICODE_HASH_CODEPOINT; /* adding # */ in UCNV_FROM_U_CALLBACK_ESCAPE() 292 valueString[valueStringLength++] = (char16_t) UNICODE_SEMICOLON_CODEPOINT; /* adding ; */ in UCNV_FROM_U_CALLBACK_ESCAPE() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnv_err.cpp | 248 … valueString[valueStringLength++] = (char16_t) UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */ in UCNV_FROM_U_CALLBACK_ESCAPE() 249 valueString[valueStringLength++] = (char16_t) UNICODE_U_CODEPOINT; /* adding U */ in UCNV_FROM_U_CALLBACK_ESCAPE() 260 valueString[valueStringLength++] = (char16_t) UNICODE_RS_CODEPOINT; /* adding \ */ in UCNV_FROM_U_CALLBACK_ESCAPE() 261 valueString[valueStringLength++] = (char16_t) UNICODE_U_LOW_CODEPOINT; /* adding u */ in UCNV_FROM_U_CALLBACK_ESCAPE() 267 valueString[valueStringLength++] = (char16_t) UNICODE_RS_CODEPOINT; /* adding \ */ in UCNV_FROM_U_CALLBACK_ESCAPE() 270 valueString[valueStringLength++] = (char16_t) UNICODE_U_CODEPOINT; /* adding U */ in UCNV_FROM_U_CALLBACK_ESCAPE() 275 valueString[valueStringLength++] = (char16_t) UNICODE_U_LOW_CODEPOINT; /* adding u */ in UCNV_FROM_U_CALLBACK_ESCAPE() 282 valueString[valueStringLength++] = (char16_t) UNICODE_AMP_CODEPOINT; /* adding & */ in UCNV_FROM_U_CALLBACK_ESCAPE() 283 valueString[valueStringLength++] = (char16_t) UNICODE_HASH_CODEPOINT; /* adding # */ in UCNV_FROM_U_CALLBACK_ESCAPE() 290 valueString[valueStringLength++] = (char16_t) UNICODE_SEMICOLON_CODEPOINT; /* adding ; */ in UCNV_FROM_U_CALLBACK_ESCAPE() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
H A D | CharsetCallback.java | 304 … valueString[valueStringLength++] = UNICODE_PERCENT_SIGN_CODEPOINT; /* adding % */ 305 valueString[valueStringLength++] = UNICODE_U_CODEPOINT; /* adding U */ 311 valueString[valueStringLength++] = UNICODE_RS_CODEPOINT; /* adding \ */ 312 valueString[valueStringLength++] = UNICODE_U_LOW_CODEPOINT; /* adding u */ 316 valueString[valueStringLength++] = UNICODE_RS_CODEPOINT; /* adding \ */ 319 valueString[valueStringLength++] = UNICODE_U_CODEPOINT; /* adding U */ 322 valueString[valueStringLength++] = UNICODE_U_LOW_CODEPOINT; /* adding u */ 326 valueString[valueStringLength++] = UNICODE_AMP_CODEPOINT; /* adding & */ 327 valueString[valueStringLength++] = UNICODE_HASH_CODEPOINT; /* adding # */ 333 valueString[valueStringLength++] = UNICODE_SEMICOLON_CODEPOINT; /* adding ; */ [all …]
|
/aosp_15_r20/external/edid-decode/test/ |
H A D | xorg.test | 24 [ 4.298] (==) Automatically adding devices 26 [ 4.298] (==) Automatically adding GPU devices 50 [ 4.302] (II) xfree86: Adding drm device (/dev/dri/card1) 51 [ 4.316] (II) xfree86: Adding drm device (/dev/dri/card0) 301 [ 4.771] (II) config/udev: Adding input device Power Button (/dev/input/event2) 317 [ 4.796] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) 322 [ 4.797] (II) config/udev: Adding input device Video Bus (/dev/input/event5) 332 [ 4.819] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) 337 [ 4.819] (II) config/udev: Adding input device Lid Switch (/dev/input/event1) 340 [ 4.820] (II) config/udev: Adding input device Sleep Button (/dev/input/event0) [all …]
|
/aosp_15_r20/external/libavc/common/arm/ |
H A D | ih264_weighted_pred_a9q.s | 151 vaddw.s8 q2, q2, d3 @adding offset for rows 1,2 152 vaddw.s8 q3, q3, d3 @adding offset for rows 3,4 185 vaddw.s8 q2, q2, d3 @adding offset for row 1 187 vaddw.s8 q3, q3, d3 @adding offset for row 2 189 vaddw.s8 q4, q4, d3 @adding offset for row 3 191 vaddw.s8 q5, q5, d3 @adding offset for row 4 234 vaddw.s8 q6, q6, d3 @adding offset for row 1L 236 vaddw.s8 q7, q7, d3 @adding offset for row 1H 239 vaddw.s8 q8, q8, d3 @adding offset for row 2L 242 vaddw.s8 q9, q9, d3 @adding offset for row 2H [all …]
|
H A D | ih264_weighted_bi_pred_a9q.s | 193 vaddw.s8 q2, q2, d3 @adding offset for rows 1,2 194 vaddw.s8 q4, q4, d3 @adding offset for rows 3,4 241 vaddw.s8 q2, q2, d3 @adding offset for row 1 243 vaddw.s8 q4, q4, d3 @adding offset for row 2 245 vaddw.s8 q6, q6, d3 @adding offset for row 3 247 vaddw.s8 q8, q8, d3 @adding offset for row 4 318 vaddw.s8 q10, q10, d3 @adding offset for row 1L 320 vaddw.s8 q2, q2, d3 @adding offset for row 1H 322 vaddw.s8 q12, q12, d3 @adding offset for row 2L 324 vaddw.s8 q4, q4, d3 @adding offset for row 2H [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/ |
H A D | ssl-opt.sh | 3000 -c "client hello, adding CID extension" \ 3001 -S "server hello, adding CID extension" \ 3014 -C "client hello, adding CID extension" \ 3017 -S "server hello, adding CID extension" \ 3031 -c "client hello, adding CID extension" \ 3034 -s "server hello, adding CID extension" \ 3053 -c "client hello, adding CID extension" \ 3056 -s "server hello, adding CID extension" \ 3077 -c "client hello, adding CID extension" \ 3080 -s "server hello, adding CID extension" \ [all …]
|
/aosp_15_r20/external/mbedtls/tests/ |
H A D | ssl-opt.sh | 2982 -c "client hello, adding CID extension" \ 2983 -S "server hello, adding CID extension" \ 2996 -C "client hello, adding CID extension" \ 2999 -S "server hello, adding CID extension" \ 3013 -c "client hello, adding CID extension" \ 3016 -s "server hello, adding CID extension" \ 3035 -c "client hello, adding CID extension" \ 3038 -s "server hello, adding CID extension" \ 3059 -c "client hello, adding CID extension" \ 3062 -s "server hello, adding CID extension" \ [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | cow_str.rs | 21 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 24 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 27 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 30 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 47 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 50 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 53 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 71 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 77 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 83 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | cow_str.rs | 21 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 24 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 27 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 30 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 47 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 50 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 53 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 71 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 77 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 83 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | cow_str.rs | 21 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 24 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 27 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 30 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 47 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 50 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 53 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 71 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 77 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 83 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | cow_str.rs | 21 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 24 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 27 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 30 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 47 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 50 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 53 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 71 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 77 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 83 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | cow_str.rs | 21 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 24 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 27 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 30 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_cow() 47 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 50 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 53 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_str() 71 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 77 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() 83 panic!("Adding empty strings to a borrow should note allocate"); in check_cow_add_assign_cow() [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | ExtendingLLVM.rst | 2 Extending LLVM: Adding instructions, intrinsics, types, etc. 23 Adding an `intrinsic function`_ is far easier than adding an 35 Adding a new intrinsic function 38 Adding a new intrinsic function to LLVM is much easier than adding a new 71 This is usually a matter of adding a pattern to the .td file that matches the 72 intrinsic, though it may obviously require adding the instructions you want to 76 Adding a new SelectionDAG node 79 As with intrinsics, adding a new SelectionDAG node to LLVM is much easier than 80 adding a new instruction. New nodes are often added to help represent 172 Adding a new instruction [all …]
|
/aosp_15_r20/external/libavc/common/armv8/ |
H A D | ih264_weighted_pred_av8.s | 154 saddw v4.8h, v4.8h , v3.8b //adding offset for rows 1,2 155 saddw v6.8h, v6.8h , v3.8b //adding offset for rows 3,4 188 saddw v4.8h, v4.8h , v3.8b //adding offset for row 1 190 saddw v6.8h, v6.8h , v3.8b //adding offset for row 2 192 saddw v8.8h, v8.8h , v3.8b //adding offset for row 3 194 saddw v10.8h, v10.8h , v3.8b //adding offset for row 4 234 saddw v12.8h, v12.8h , v3.8b //adding offset for row 1L 236 saddw v14.8h, v14.8h , v3.8b //adding offset for row 1H 239 saddw v16.8h, v16.8h , v3.8b //adding offset for row 2L 242 saddw v18.8h, v18.8h , v3.8b //adding offset for row 2H [all …]
|
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/ |
H A D | tDomain_Elements_Sequences.py | 80 # Adding new domain elements 82 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 84 …assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (s… 85 …assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % … 86 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 88 …assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (s… 89 …assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % … 141 # Adding a new domain element 143 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 145 …assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (s… [all …]
|
H A D | tDomain_Elements.py | 32 Adding and Removing elements from domain testcases 100 # Adding a new domain element 101 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 103 …assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (s… 104 …assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % … 105 log.I("Adding a new domain element to domain %s" % (self.domain_name)) 107 …assert err == None, "ERROR : command [addElement] - Error while adding new domain element %s" % (s… 108 …assert out == "Done", "ERROR : command [addElement] - Error while adding new domain element %s" % … 193 # Adding a new domain element errors 194 log.I("Adding an already existing domain element to domain %s" % (self.domain_name)) [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | LocalBluetoothProfileManager.java | 146 if (DEBUG) Log.d(TAG, "Adding local A2DP profile"); in updateLocalProfiles() 152 if (DEBUG) Log.d(TAG, "Adding local A2DP SINK profile"); in updateLocalProfiles() 158 if (DEBUG) Log.d(TAG, "Adding local HEADSET profile"); in updateLocalProfiles() 166 if (DEBUG) Log.d(TAG, "Adding local HfpClient profile"); in updateLocalProfiles() 172 if (DEBUG) Log.d(TAG, "Adding local MAP CLIENT profile"); in updateLocalProfiles() 178 if (DEBUG) Log.d(TAG, "Adding local MAP profile"); in updateLocalProfiles() 183 if (DEBUG) Log.d(TAG, "Adding local OPP profile"); in updateLocalProfiles() 189 if (DEBUG) Log.d(TAG, "Adding local Hearing Aid profile"); in updateLocalProfiles() 196 if (DEBUG) Log.d(TAG, "Adding local HAP_CLIENT profile"); in updateLocalProfiles() 202 if (DEBUG) Log.d(TAG, "Adding local HID_HOST profile"); in updateLocalProfiles() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/ |
D | FledgeCtsDebuggableTest.java | 609 // Adding AdSelection override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_overall_Success() 634 // Adding Custom audience override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_overall_Success() 689 // Adding AdSelection override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_v3BiddingLogic_overall_Success() 718 // Adding Custom audience override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_v3BiddingLogic_overall_Success() 773 // Adding AdSelection override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_v3HeaderV2Logic_overall_fail() 802 // Adding Custom audience override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_v3HeaderV2Logic_overall_fail() 852 // Adding AdSelection override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled() 877 // Adding Custom audience override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingEnabled() 935 // Adding AdSelection override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled() 960 // Adding Custom audience override, no result to do assertion on. Failures will generate an in testFledgeAuctionSelectionFlow_overall_SuccessWithCpcBillingDisabled() [all …]
|
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
H A D | AnnotationIdTest.java | 88 * Test adding a method annotation with new value of Boolean element. 104 * Test adding a method annotation with new value of Byte element. 120 * Test adding a method annotation with new value of Char element. 136 * Test adding a method annotation with new value of Double element. 152 * Test adding a method annotation with new value of Float element. 168 * Test adding a method annotation with new value of Int element. 184 * Test adding a method annotation with new value of Long element. 200 * Test adding a method annotation with new value of Short element. 216 * Test adding a method annotation with new value of String element. 232 * Test adding a method annotation with new value of Enum element. [all …]
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | exif_utils.cpp | 94 LOGF(ERROR) << "Adding Make exif entry failed"; in SetMaker() 106 LOGF(ERROR) << "Adding Model exif entry failed"; in SetModel() 127 LOGF(ERROR) << "Adding DateTime exif entry failed"; in SetDateTime() 138 LOGF(ERROR) << "Adding FocalLength exif entry failed"; in SetFocalLength() 151 LOGF(ERROR) << "Adding GPSLatitudeRef exif entry failed"; in SetGpsLatitude() 166 LOGF(ERROR) << "Adding GPSLatitude exif entry failed"; in SetGpsLatitude() 179 LOGF(ERROR) << "Adding GPSLongitudeRef exif entry failed"; in SetGpsLongitude() 194 LOGF(ERROR) << "Adding GPSLongitude exif entry failed"; in SetGpsLongitude() 207 LOGF(ERROR) << "Adding GPSAltitudeRef exif entry failed"; in SetGpsAltitude() 222 LOGF(ERROR) << "Adding GPSAltitude exif entry failed"; in SetGpsAltitude() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/customaudience/ |
D | CustomAudienceBlobFixture.java | 88 * <p>Optionally adds harmless junk to the response by adding unexpected fields. 123 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 137 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 153 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 167 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 186 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 205 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 221 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 237 * <p>Optionally adds harmless junk to the object by adding unexpected fields. 254 * <p>Optionally adds harmless junk to the object by adding unexpected fields. [all …]
|