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

1 2 3 4 5

  /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/third_party/cython/src/Cython/Plex/
Actions.py 75 class Ignore(Action):
77 IGNORE is a Plex action which causes its associated token
85 return "IGNORE"
87 IGNORE = Ignore()
88 #IGNORE.__doc__ = Ignore.__doc__
__init__.py 27 TEXT, IGNORE, Begin
33 from Actions import TEXT, IGNORE, Begin
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py 16 TEXT, IGNORE, State, Lexicon
80 (comment, IGNORE),
81 (spaces, IGNORE),
82 (escaped_newline, IGNORE),
86 (Opt(spaces) + Opt(comment) + lineterm, IGNORE),
  /external/chromium_org/v8/src/base/
win32-headers.h 73 #undef 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"
  /bootable/recovery/
ui.h 82 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE, MOUNT_SYSTEM };
  /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 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) {
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 303 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
330 mode = IGNORE; // Ignore whitespace on the next line
367 mode = IGNORE; // Ignore whitespace on the next line
395 mode = IGNORE;
397 if (buffer.length() == 0 || mode == IGNORE) {
405 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) {
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java     [all...]
  /external/elfutils/0.153/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/gradle-plugin/com/android/tools/build/builder-model/0.8.1/
builder-model-0.8.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-model/0.8.3/
builder-model-0.8.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /external/chromium_org/v8/src/
jsregexp.cc     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 374 milliseconds

1 2 3 4 5