/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | OmtpConstants.java | 216 .replace('=', '_') in getClientType() 217 .replace(';', '_') in getClientType() 218 .replace('.', '_') in getClientType() 219 .replace(' ', '_'), in getClientType() 226 .replace('=', '_') in getClientType() 227 .replace(';', '_') in getClientType() 228 .replace('.', '_') in getClientType() 229 .replace(' ', '_'), in getClientType() 235 .replace('=', '_') in getClientType() 236 .replace(';', '_') in getClientType() [all …]
|
/aosp12/build/make/tools/ |
H A D | auto_gen_test_config.py | 84 config = config.replace(PLACEHOLDER_LABEL, label) 85 config = config.replace(PLACEHOLDER_MODULE, module) 86 config = config.replace(PLACEHOLDER_PACKAGE, package) 87 config = config.replace(PLACEHOLDER_TEST_TYPE, test_type) 88 config = config.replace(PLACEHOLDER_EXTRA_CONFIGS, extra_configs) 89 config = config.replace(PLACEHOLDER_RUNNER, runner)
|
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/ |
H A D | output.py | 54 template = template.replace("self-times", "total time") 59 template = template.replace("Execution", "Benchmark") 65 template = template.replace(":fl", ":>11.2f") 66 template = template.replace(":f", ":>9.2f") 113 output = output.replace(" 0.00%", " -") 114 output = output.replace(" 0.00", " -") 115 output = output.replace(" nan", " n/a") 135 output = output.replace("NaN", "null")
|
H A D | naming.py | 100 function = function.replace(MARKER_SUBTRACT, "") 101 function = function.replace(MARKER_SWITCH, "") 103 function = function.replace("[", "") 104 function = function.replace("]", "")
|
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/bluetooth/ |
H A D | Utf8ByteLengthFilterTest.java | 45 dest.replace(5, 8, source); in testFilter() 61 dest.replace(8, 10, source); in testFilter() 64 dest.replace(0, 1, source); in testFilter() 68 dest.replace(0, 4, source); in testFilter() 78 dest.replace(2, 3, source); in testFilter() 82 dest.replace(3, 4, source); in testFilter()
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
H A D | Utf8ByteLengthFilterTest.java | 90 dest.replace(5, 8, source); in exerciseFilter() 106 dest.replace(8, 10, source); in exerciseFilter() 109 dest.replace(0, 1, source); in exerciseFilter() 113 dest.replace(0, 4, source); in exerciseFilter() 123 dest.replace(2, 3, source); in exerciseFilter() 127 dest.replace(3, 4, source); in exerciseFilter()
|
/aosp12/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
H A D | ReplaceMethodCallsAdapter.java | 71 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 91 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 105 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 121 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 133 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 154 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 184 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add() 233 replacer.replace(mi); in visitMethodInsn() 266 void replace(MethodInformation mi); in replace() method
|
/aosp12/frameworks/base/tools/preload/ |
H A D | sorttable.js | 98 this.className = this.className.replace('sorttable_sorted', 111 this.className = this.className.replace('sorttable_sorted_reverse', 126 cell.className = cell.className.replace('sorttable_sorted',''); 213 return node.textContent.replace(/^\s+|\s+$/g, ''); 216 return node.innerText.replace(/^\s+|\s+$/g, ''); 219 return node.text.replace(/^\s+|\s+$/g, ''); 225 return node.value.replace(/^\s+|\s+$/g, ''); 228 return node.nodeValue.replace(/^\s+|\s+$/g, ''); 236 return innerText.replace(/^\s+|\s+$/g, ''); 260 aa = parseFloat(a[0].replace(/[^0-9.-]/g,'')); [all …]
|
/aosp12/system/core/fastboot/ |
H A D | vendor_boot_img_utils_test.cpp | 216 OpenTestFile("test_vendor_ramdisk_replace.img", &replace, &replace_content); in SetUp() 227 std::unique_ptr<TestFileHandle> replace; member in __anon4e3510c50110::RepackVendorBootImgTestEnv 261 env->replace->fd(), env->replace->size()), in TEST_P() 264 env->replace->size() + 1), in TEST_P() 269 auto res = replace_vendor_ramdisk(vboot->fd(), vboot->size(), "unknown", env->replace->fd(), in TEST_P() 270 env->replace->size()); in TEST_P() 283 env->replace->fd(), env->replace->size())); in TEST_P() 293 EXPECT_EQ(hdr->vendor_ramdisk_size, env->replace->size()); in TEST_P() 355 expect_none_size = env->replace->size(); in TEST_P() 360 expect_platform_size = env->replace->size(); in TEST_P() [all …]
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | prettify.js | 11 …replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){ret… 12 …rCode(i)+a.substring(c+1))}}return a.replace(Md,I).replace(Nd,J).replace(Od,vb).replace(Pd,wb).rep… 13 …h;g<i;++g){var m=a[g];if(m.ignoreCase)d=o;else if(/[a-z]/i.test(m.source.replace(/\\u[0-9a-f]{4}|\… 17 …];var u=p.charAt(0);if(p.length>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,funct… 20 …j);d+=j.length}}return{source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?…
|
H A D | microtemplate.js | 23 .replace(/[\r\t\n]/g, " ") 25 .replace(/((^|%>)[^\t]*)'/g, "$1\r") 26 .replace(/\t=(.*?)%>/g, "',$1,'")
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | SimPhonebookRecord.java | 112 return input == null ? null : input.replace( 'e', PhoneNumberUtils.WAIT ) in convertRecordFormatToNumber() 113 .replace( 'T', PhoneNumberUtils.PAUSE ) in convertRecordFormatToNumber() 114 .replace( '?', PhoneNumberUtils.WILD ); in convertRecordFormatToNumber() 121 return input == null ? null : input.replace(PhoneNumberUtils.WAIT, 'e') in convertNumberToRecordFormat() 122 .replace(PhoneNumberUtils.PAUSE, 'T') in convertNumberToRecordFormat() 123 .replace(PhoneNumberUtils.WILD, '?'); in convertNumberToRecordFormat()
|
/aosp12/system/tools/aidl/build/ |
H A D | go.mod | 8 replace android/soong v0.0.0 => ../../../../build/soong 10 replace github.com/golang/protobuf v0.0.0 => ../../../../external/golang-protobuf 12 replace github.com/google/blueprint v0.0.0 => ../../../../build/blueprint
|
/aosp12/bionic/libc/tools/ |
H A D | generate_notice.py | 114 line = line.replace("\t", " ") 115 line = line.replace("/* ", "") 117 line = line.replace("** ", "") 118 line = line.replace("# ", "") 123 line = line.replace("--Copyright--", "")
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test.h | 220 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); 337 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); in RepeatTemplatedImmBitsRegisters() 373 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string); in RepeatTemplatedRegisterImmBits() 381 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); in RepeatTemplatedRegisterImmBits() 579 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); 1139 base.replace(imm_index, ConstexprStrLen(IMM_TOKEN), imm_string); in RepeatTemplatedMemImm() 1172 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string); in RepeatTemplatedRegMem() 1217 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string); in RepeatTemplatedMemReg() 1250 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string); in RepeatTemplatedRegister() 1521 base.replace(reg_index, ConstexprStrLen(REG_TOKEN), reg_string); in RepeatRegisterImm() [all …]
|
/aosp12/hardware/libhardware/modules/usbcamera/ |
H A D | Metadata.cpp | 38 replace(NULL); in ~Metadata() 41 void Metadata::replace(camera_metadata_t *m) { in replace() function in usb_camera_hal::Metadata 60 replace(tmp); in init() 155 replace(tmp); in add()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | CharacterPickerDialog.java | 94 private void replaceCharacterAndClose(CharSequence replace) { in replaceCharacterAndClose() argument 97 mText.insert(selEnd, replace); in replaceCharacterAndClose() 99 mText.replace(selEnd - 1, selEnd, replace); in replaceCharacterAndClose()
|
/aosp12/hardware/google/camera/common/hal/hidl_service/ |
H A D | version_script.py | 46 soong_build_number = file.read().replace('\n', '') 100 line = line.replace('{BUILD_ID}', soong_build_number) 101 line = line.replace('{BUILD_NUMBER}', str(branched_build_number))
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbHelperTest.java | 168 return mDatabase.replace(RootOfTrustEntry.TABLE_NAME, /*nullColumnHack=*/ null, values) in isRootOfTrustTableAvailable() 183 assertThat(mDatabase.replace(KeysEntry.TABLE_NAME, /*nullColumnHack=*/ null, values)) in checkAllColumns_v4() 192 mDatabase.replace(UserMetadataEntry.TABLE_NAME, /*nullColumnHack=*/ null, values)) in checkAllColumns_v4() 211 mDatabase.replace(RecoveryServiceMetadataEntry.TABLE_NAME, /*nullColumnHack=*/ null, in checkAllColumns_v4() 236 assertThat(mDatabase.replace(KeysEntry.TABLE_NAME, /*nullColumnHack=*/ null, values)) in checkAllColumns_latest() 244 mDatabase.replace(UserMetadataEntry.TABLE_NAME, /*nullColumnHack=*/ null, values)) in checkAllColumns_latest()
|
/aosp12/hardware/libhardware/modules/camera/3_0/ |
H A D | Metadata.cpp | 39 replace(NULL); in ~Metadata() 42 void Metadata::replace(camera_metadata_t *m) in replace() function in default_camera_hal::Metadata 64 replace(tmp); in init() 175 replace(tmp); in add()
|
/aosp12/frameworks/base/packages/SystemUI/scripts/ |
H A D | new_merge.py | 130 def prepareFileForCompare(inFile, outFile, skip="", replace="", withText=""): argument 143 if len(replace) > 0: 144 fout.write(line.replace(replace, withText))
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
H A D | ApduSenderTest.java | 224 String s1 = new String(new char[0xFF]).replace("\0", "AA"); in testSendStoreDataLongDataLongResponse() 225 String s2 = new String(new char[0xFF]).replace("\0", "BB"); in testSendStoreDataLongDataLongResponse() 226 String s3 = new String(new char[16]).replace("\0", "CC"); in testSendStoreDataLongDataLongResponse() 255 String s1 = new String(new char[0xFF]).replace("\0", "AA"); in testSendStoreDataLongDataMod0() 256 String s2 = new String(new char[0xFF]).replace("\0", "BB"); in testSendStoreDataLongDataMod0() 294 String s1 = new String(new char[0xFF]).replace("\0", "AA"); in testSendErrorResponseInMiddle() 295 String s2 = new String(new char[0xFF]).replace("\0", "BB"); in testSendErrorResponseInMiddle() 296 String s3 = new String(new char[16]).replace("\0", "CC"); in testSendErrorResponseInMiddle()
|
/aosp12/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/ |
H A D | DelegateClassAdapterTest.java | 90 String internalClassName = NATIVE_CLASS_NAME.replace('.', '/'); in testNoOp() 144 String internalClassName = NATIVE_CLASS_NAME.replace('.', '/'); in testConstructorAfterDelegate() 176 String internalClassName = INNER_CLASS_NAME.replace('.', '/'); in testInnerConstructorAfterDelegate() 211 String internalClassName = STATIC_INNER_CLASS_NAME.replace('.', '/'); in testStaticInnerConstructorAfterDelegate() 242 String internalClassName = NATIVE_CLASS_NAME.replace('.', '/'); in testDelegateNative() 301 String outerClassName = OUTER_CLASS_NAME.replace('.', '/'); in testDelegateInner() 309 String innerClassName = INNER_CLASS_NAME.replace('.', '/'); in testDelegateInner() 383 String outerClassName = OUTER_CLASS_NAME.replace('.', '/'); in testDelegateStaticInner() 391 String innerClassName = STATIC_INNER_CLASS_NAME.replace('.', '/'); in testDelegateStaticInner()
|
/aosp12/build/soong/ |
H A D | go.mod | 7 replace github.com/golang/protobuf v0.0.0 => ../../external/golang-protobuf 9 replace github.com/google/blueprint v0.0.0 => ../blueprint
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | LayoutInflaterBuilder.java | 81 public LayoutInflaterBuilder replace(@NonNull Class from, @NonNull Class to) { in replace() method in LayoutInflaterBuilder 82 return replace(from.getName(), to); in replace() 93 public LayoutInflaterBuilder replace(@NonNull String tag, @NonNull Class to) { in replace() method in LayoutInflaterBuilder
|