Home
last modified time | relevance | path

Searched refs:REPLACE (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DLevenshteinDistanceTest.java33 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 Dab_generator_unittest.cc96 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 Dab_generator.cc168 const bool is_replace = original_op.type() == InstallOperation::REPLACE; in SplitAReplaceOp()
179 new_op.set_type(InstallOperation::REPLACE); in SplitAReplaceOp()
H A Dfull_update_generator_unittest.cc87 if (aops[i].op.type() != InstallOperation::REPLACE) { in TEST_F()
H A Dcow_size_estimator.cc135 case InstallOperation::REPLACE: in CowDryRun()
H A Dpayload_generation_config.cc248 case InstallOperation::REPLACE: in OperationAllowed()
/aosp12/system/update_engine/scripts/update_payload/
H A Dcommon.py56 REPLACE = _CLASS.REPLACE variable in OpType
65 ALL = (REPLACE, REPLACE_BZ, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
68 REPLACE: 'REPLACE',
H A Dchecker_unittest.py48 '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 Dchecker.py780 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 Dtransform-distro-files.sh57 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 DFastPrintWriter.java255 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 DFastXmlSerializer.java335 .onMalformedInput(CodingErrorAction.REPLACE) in setOutput()
336 .onUnmappableCharacter(CodingErrorAction.REPLACE); in setOutput()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java109 REPLACE (1), enumConstant
191 case REPLACE: in buildShaderString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DMetadataDao.java37 @Insert(onConflict = OnConflictStrategy.REPLACE)
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiSsid.java199 .onMalformedInput(CodingErrorAction.REPLACE) in toString()
200 .onUnmappableCharacter(CodingErrorAction.REPLACE); in toString()
/aosp12/system/update_engine/payload_consumer/
H A Dpayload_constants.cc51 case InstallOperation::REPLACE: in InstallOperationTypeName()
H A Ddelta_performer_unittest.cc461 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 DBootCompletedReceiver.kt49 ExistingWorkPolicy.REPLACE,
H A DDomainVerificationReceiverV1.kt73 ExistingWorkPolicy.REPLACE,
H A DDomainVerificationReceiverV2.kt110 ExistingWorkPolicy.REPLACE, workRequests
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java128 .onMalformedInput(CodingErrorAction.REPLACE) in write()
129 .onUnmappableCharacter(CodingErrorAction.REPLACE); in write()
/aosp12/packages/apps/Car/Radio/src/com/android/car/radio/storage/
H A DRadioDatabase.java54 @Insert(onConflict = OnConflictStrategy.REPLACE)
/aosp12/frameworks/base/core/java/android/net/
H A DUriCodec.java95 .onMalformedInput(CodingErrorAction.REPLACE) in appendDecoded()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DRectShadowPainter.java152 originalClip.y + originalClip.height, Op.REPLACE); in modifyCanvas()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRegion.java46 REPLACE(5); enumConstant

12