Searched refs:REPLACE (Results 1 – 6 of 6) sorted by relevance
33 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE; field in LevenshteinDistanceTest53 } else if (expectedOps[i] == REPLACE) { in verifyTargetOperations()100 new int[] {REPLACE}, in testGetTargetOperationsReplacement()106 new int[] {REPLACE, REPLACE}, in testGetTargetOperationsReplacement()
45 @Insert(onConflict = OnConflictStrategy.REPLACE)60 @Insert(onConflict = OnConflictStrategy.REPLACE)
37 @Insert(onConflict = OnConflictStrategy.REPLACE)
43 @Insert(onConflict = OnConflictStrategy.REPLACE)
54 @Insert(onConflict = OnConflictStrategy.REPLACE)
735 canvas.clipRect(mDirtyRect, Op.REPLACE); in onBufferDraw()