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

1 2 3

  /cts/libs/vogar-expect/src/vogar/
ResultValue.java 24 IGNORE,
  /libcore/luni/src/main/java/java/nio/charset/
CodingErrorAction.java 21 * errors. Currently three actions are defined: {@code IGNORE}, {@code REPLACE}
27 * Denotes the action to ignore any errors.
29 public static final CodingErrorAction IGNORE = new CodingErrorAction(
30 "IGNORE");
  /external/chromium_org/v8/src/
win32-headers.h 96 #undef IGNORE
jsregexp.cc     [all...]
  /external/v8/src/
win32-headers.h 97 #undef IGNORE
jsregexp.cc     [all...]
  /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"
  /bootable/recovery/
ui.h 82 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
  /frameworks/base/packages/Keyguard/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:
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
248 mode = IGNORE; // Ignore whitespace on the next line
285 mode = IGNORE; // Ignore whitespace on the next line
313 mode = IGNORE;
315 if (buffer.length() == 0 || mode == IGNORE) {
323 if (mode == IGNORE || mode == CONTINUE) {
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 305 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
332 mode = IGNORE; // Ignore whitespace on the next line
369 mode = IGNORE; // Ignore whitespace on the next line
397 mode = IGNORE;
399 if (buffer.length() == 0 || mode == IGNORE) {
407 if (mode == IGNORE || mode == CONTINUE) {
  /libcore/luni/src/main/java/java/util/
Properties.java 87 KEY_DONE = 4, IGNORE = 5;
323 mode = IGNORE; // Ignore whitespace on the next line
365 mode = IGNORE; // Ignore whitespace on the next line
400 mode = IGNORE;
403 if (offset == 0 || offset == keyLength || mode == IGNORE) {
411 if (mode == IGNORE || mode == CONTINUE) {
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.c 354 IGNORE,
372 #define GET_ASCII_TYPE(c) ((int8_t)(c) >= 0 ? asciiTypes[(uint8_t)c] : (uint8_t)IGNORE)
386 #define GET_EBCDIC_TYPE(c) ((int8_t)(c) < 0 ? ebcdicTypes[(c)&0x7f] : (uint8_t)IGNORE)
407 case IGNORE:
409 continue; /* ignore all but letters and digits */
414 continue; /* ignore leading zero before another digit */
442 case IGNORE:
444 continue; /* ignore all but letters and digits */
449 continue; /* ignore leading zero before another digit */
499 case IGNORE
    [all...]
  /external/icu4c/common/
ucnv_io.cpp 354 IGNORE,
372 #define GET_ASCII_TYPE(c) ((int8_t)(c) >= 0 ? asciiTypes[(uint8_t)c] : (uint8_t)IGNORE)
386 #define GET_EBCDIC_TYPE(c) ((int8_t)(c) < 0 ? ebcdicTypes[(c)&0x7f] : (uint8_t)IGNORE)
407 case IGNORE:
409 continue; /* ignore all but letters and digits */
414 continue; /* ignore leading zero before another digit */
442 case IGNORE:
444 continue; /* ignore all but letters and digits */
449 continue; /* ignore leading zero before another digit */
499 case IGNORE
    [all...]
  /external/elfutils/src/
ldlex.c     [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 223 IGNORE, BUFFER, STORE, END
254 case IGNORE:
376 action = NALActions.IGNORE;
386 action = NALActions.IGNORE;
396 action = NALActions.IGNORE;
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 

Completed in 724 milliseconds

1 2 3