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

1 2 3 4 5 6 7 8 91011>>

  /cts/libs/vogar-expect/src/vogar/
ResultValue.java 24 IGNORE,
  /external/vogar/src/vogar/
ResultValue.java 24 IGNORE,
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
AgentOptions.java 41 * List of class prefixes to ignore when instrumenting. Note: Classes loaded
44 public static final String IGNORE = "ignore";
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
RestorePolicy.java 23 IGNORE,
  /frameworks/support/room/common/src/main/java/androidx/room/
OnConflictStrategy.java 33 OnConflictStrategy.FAIL, OnConflictStrategy.IGNORE})
52 * OnConflict strategy constant to ignore the conflict.
54 int IGNORE = 5;
  /libcore/ojluni/src/main/java/java/nio/charset/
CodingErrorAction.java 55 public static final CodingErrorAction IGNORE
56 = new CodingErrorAction("IGNORE");
  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
FreeDeviceState.java 38 IGNORE;
  /tools/tradefederation/core/src/com/android/tradefed/util/
BinaryState.java 19 * Enum used to record ON/OFF state with a IGNORE no-op state.
22 IGNORE,
  /external/annotation-tools/scene-lib/src/annotations/util/coll/
KeyedSet.java 28 * @{link #add(V, int, int) add(v, THROW_EXCEPTION, IGNORE)} and returns
39 public static final int IGNORE = -1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/
GenericMemoryTest.h 32 IGNORE,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
GenericMemoryTest.h 25 /// Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test.
28 IGNORE,
  /cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
Constants.java 43 public static final String IGNORE = "IGNORE";
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 47 IGNORE = "ignore"
  /external/python/cpython3/Lib/tkinter/
messagebox.py 47 IGNORE = "ignore"
  /external/v8/src/base/
win32-headers.h 73 #undef IGNORE
  /frameworks/base/packages/SystemUI/scripts/
new_merge.py 56 IGNORE=["LockHotnessActivity.java", "unified_lock_activity.xml", "optionmenu.xml"]
138 # Ignore any lines containing the ignore string ("import com.android.internal.R;) and
139 # ignore any lines containing only whitespace.
154 for ignore in IGNORE:
155 if file.find(ignore) >= 0:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 47 IGNORE = "ignore"
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
tkMessageBox.py 47 IGNORE = "ignore"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 47 IGNORE = "ignore"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 47 IGNORE = "ignore"
  /external/guice/core/src/com/google/inject/internal/
InternalFlags.java 63 /** Ignore null parameters to @Provides methods. */
64 IGNORE,
  /bionic/libc/bionic/
iconv.cpp 57 IGNORE,
84 if (strcmp(suffix, "//IGNORE") == 0) {
85 *mode = IGNORE;
213 case IGNORE:
269 if (mode == IGNORE) {
  /bootable/recovery/
ui.h 47 IGNORE
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
249 mode = IGNORE; // Ignore whitespace on the next line
286 mode = IGNORE; // Ignore whitespace on the next line
314 mode = IGNORE;
316 if (buffer.length() == 0 || mode == IGNORE) {
324 if (mode == IGNORE || mode == CONTINUE) {
  /external/kotlinc/lib/
kotlin-annotations-jvm.jar 

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011>>