/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
H A D | LevenshteinDistanceTest.java | 33 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE; field in LevenshteinDistanceTest 53 } else if (expectedOps[i] == REPLACE) { in verifyTargetOperations() 100 new int[] {REPLACE}, in testGetTargetOperationsReplacement() 106 new int[] {REPLACE, REPLACE}, in testGetTargetOperationsReplacement()
|
/aosp12/system/update_engine/payload_generator/ |
H A D | ab_generator_unittest.cc | 96 if (orig_type == InstallOperation::REPLACE) { in TestSplitReplaceOrReplaceXzOperation() 195 if (!compressible && orig_type == InstallOperation::REPLACE) { in TestSplitReplaceOrReplaceXzOperation() 236 if (orig_type == InstallOperation::REPLACE) { in TestMergeReplaceOrReplaceXzOperations() 256 if (orig_type == InstallOperation::REPLACE) { in TestMergeReplaceOrReplaceXzOperations() 383 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE, false); in TEST_F() 387 TestSplitReplaceOrReplaceXzOperation(InstallOperation::REPLACE, true); in TEST_F() 487 TestMergeReplaceOrReplaceXzOperations(InstallOperation::REPLACE, true); in TEST_F() 510 second_op.set_type(InstallOperation::REPLACE); in TEST_F() 519 third_op.set_type(InstallOperation::REPLACE); in TEST_F() 528 fourth_op.set_type(InstallOperation::REPLACE); in TEST_F() [all …]
|
H A D | ab_generator.cc | 168 const bool is_replace = original_op.type() == InstallOperation::REPLACE; in SplitAReplaceOp() 179 new_op.set_type(InstallOperation::REPLACE); in SplitAReplaceOp()
|
H A D | full_update_generator_unittest.cc | 87 if (aops[i].op.type() != InstallOperation::REPLACE) { in TEST_F()
|
H A D | cow_size_estimator.cc | 135 case InstallOperation::REPLACE: in CowDryRun()
|
H A D | payload_generation_config.cc | 248 case InstallOperation::REPLACE: in OperationAllowed()
|
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | common.py | 56 REPLACE = _CLASS.REPLACE variable in OpType 65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO, 68 REPLACE: 'REPLACE',
|
H A D | checker_unittest.py | 48 'REPLACE': common.OpType.REPLACE, 589 op.type = common.OpType.REPLACE 795 if op_type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ): 897 rootfs_op_type = common.OpType.REPLACE 941 common.ROOTFS, common.OpType.REPLACE, 1043 common.ROOTFS, common.OpType.REPLACE, 1054 common.KERNEL, common.OpType.REPLACE, 1116 if (op_type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ,
|
H A D | checker.py | 780 if op.type == common.OpType.REPLACE: 962 if op.type in (common.OpType.REPLACE, common.OpType.REPLACE_BZ, 1031 common.OpType.REPLACE: 0, 1042 common.OpType.REPLACE: 0, 1134 if (last_op.type == common.OpType.REPLACE and
|
/aosp12/system/timezone/testing/data/ |
H A D | transform-distro-files.sh | 57 REPLACE=$(echo ${OUTPUT_IANA_RULES_VERSION} | sed "s/\(.\)/\1\\\x00/g") 58 sed "s/$SEARCH/$REPLACE/" ${INPUT_ICU_FILE} > ${OUTPUT_ICU_FILE}
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FastPrintWriter.java | 255 mCharset.onMalformedInput(CodingErrorAction.REPLACE); in initEncoder() 256 mCharset.onUnmappableCharacter(CodingErrorAction.REPLACE); in initEncoder() 295 mCharset.onMalformedInput(CodingErrorAction.REPLACE); in initDefaultEncoder() 296 mCharset.onUnmappableCharacter(CodingErrorAction.REPLACE); in initDefaultEncoder()
|
H A D | FastXmlSerializer.java | 335 .onMalformedInput(CodingErrorAction.REPLACE) in setOutput() 336 .onUnmappableCharacter(CodingErrorAction.REPLACE); in setOutput()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramFragmentFixedFunction.java | 109 REPLACE (1), enumConstant 191 case REPLACE: in buildShaderString()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
H A D | MetadataDao.java | 37 @Insert(onConflict = OnConflictStrategy.REPLACE)
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | WifiSsid.java | 199 .onMalformedInput(CodingErrorAction.REPLACE) in toString() 200 .onUnmappableCharacter(CodingErrorAction.REPLACE); in toString()
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | payload_constants.cc | 51 case InstallOperation::REPLACE: in InstallOperationTypeName()
|
H A D | delta_performer_unittest.cc | 461 aop.op.set_type(InstallOperation::REPLACE); in TEST_F() 483 aop.op.set_type(InstallOperation::REPLACE); in TEST_F() 509 aop.op.set_type(InstallOperation::REPLACE); in TEST_F() 1097 aop.op.set_type(InstallOperation::REPLACE); in TEST_F()
|
/aosp12/frameworks/base/packages/StatementService/src/com/android/statementservice/domain/ |
H A D | BootCompletedReceiver.kt | 49 ExistingWorkPolicy.REPLACE,
|
H A D | DomainVerificationReceiverV1.kt | 73 ExistingWorkPolicy.REPLACE,
|
H A D | DomainVerificationReceiverV2.kt | 110 ExistingWorkPolicy.REPLACE, workRequests
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | LoggingPrintStream.java | 128 .onMalformedInput(CodingErrorAction.REPLACE) in write() 129 .onUnmappableCharacter(CodingErrorAction.REPLACE); in write()
|
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/storage/ |
H A D | RadioDatabase.java | 54 @Insert(onConflict = OnConflictStrategy.REPLACE)
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | UriCodec.java | 95 .onMalformedInput(CodingErrorAction.REPLACE) in appendDecoded()
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | RectShadowPainter.java | 152 originalClip.y + originalClip.height, Op.REPLACE); in modifyCanvas()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Region.java | 46 REPLACE(5); enumConstant
|