HomeSort by relevance Sort by last modified time
    Searched defs:REPLACE (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/support/work/workmanager/src/main/java/androidx/work/
ExistingPeriodicWorkPolicy.java 29 REPLACE,
ExistingWorkPolicy.java 29 REPLACE,
  /frameworks/support/room/common/src/main/java/androidx/room/
OnConflictStrategy.java 32 @IntDef({OnConflictStrategy.REPLACE, OnConflictStrategy.ROLLBACK, OnConflictStrategy.ABORT,
36 * OnConflict strategy constant to replace the old data and continue the transaction.
38 int REPLACE = 1;
  /libcore/ojluni/src/main/java/java/nio/charset/
CodingErrorAction.java 63 public static final CodingErrorAction REPLACE
64 = new CodingErrorAction("REPLACE");
  /external/annotation-tools/scene-lib/src/annotations/util/coll/
KeyedSet.java 50 public static final int REPLACE = 1;
83 public abstract V replace(V v); method in interface:KeyedSet
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 33 private static final int REPLACE = LevenshteinDistance.EDIT_REPLACE;
53 } else if (expectedOps[i] == REPLACE) {
100 new int[] {REPLACE},
106 new int[] {REPLACE, REPLACE},
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 180 System.err.println("Example 3: Replace the entry at index 2 of myfile's ACL");
189 REPLACE;
239 action = Action.REPLACE;
291 // replace ACE
292 case REPLACE: {
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
AclEdit.java 180 System.err.println("Example 3: Replace the entry at index 2 of myfile's ACL");
189 REPLACE;
239 action = Action.REPLACE;
291 // replace ACE
292 case REPLACE: {
  /system/update_engine/scripts/update_payload/
common.py 39 REPLACE = _CLASS.REPLACE
50 ALL = (REPLACE, REPLACE_BZ, MOVE, BSDIFF, SOURCE_COPY, SOURCE_BSDIFF, ZERO,
53 REPLACE: 'REPLACE',
  /frameworks/base/graphics/java/android/graphics/
Region.java 42 REPLACE(5);
  /frameworks/base/rs/java/android/renderscript/
ProgramFragmentFixedFunction.java 105 REPLACE (1),
183 case REPLACE:
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 333 #define REPLACE COPY_CHAN4(dest, sample)
476 SPAN_LINEAR(LINEAR_RGB;REPLACE,3);
504 SPAN_LINEAR(LINEAR_RGBA;REPLACE,4);
746 SPAN_LINEAR(LINEAR_RGB;REPLACE,3);
774 SPAN_LINEAR(LINEAR_RGBA;REPLACE,4);
    [all...]
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 61 REPLACE = 13,
127 #define REPLACE 13
parser.c 171 REPLACE = 13,
237 #define REPLACE 13
660 "AUGMENT", "REPLACE", "ALTERNATE", "VIRTUAL_MODS", "TYPE", "INTERPRET",
    [all...]
  /external/scapy/scapy/
automaton.py 350 REPLACE = "REPLACE"
614 elif cmd.type == _ATMT_Command.REPLACE:
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 65 encoder.onMalformedInput(CodingErrorAction.REPLACE);
66 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.0.0-alpha1/
room-common-2.0.0-alpha1.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-alpha10/
common-1.0.0-alpha10.jar 
  /packages/apps/Car/Radio/libs/android-arch/room/
common-1.1.0-beta3.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0/
common-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-rc1/
common-1.0.0-rc1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/persistence/room/common/28.0.0/
common-28.0.0.jar 
  /external/mksh/src/
edit.c 355 /* ok, expand and replace */
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0/
manifest-merger-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/25.2.0-alpha1/
manifest-merger-25.2.0-alpha1.jar 

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 9