HomeSort by relevance Sort by last modified time
    Searched refs:IGNORE (Results 26 - 50 of 508) sorted by null

12 3 4 5 6 7 8 91011>>

  /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"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfiguration.java 86 return Severity.IGNORE;
GlobalLintConfiguration.java 86 return Severity.IGNORE;
98 public void ignore(@NonNull Context context, @NonNull Issue issue, method in class:GlobalLintConfiguration
101 "Can't ignore() in global configurations"); //$NON-NLS-1$
  /development/build/tools/
mk_sources_zip.py 43 # IGNORE is a list of namespaces to ignore. Must be java
45 self.IGNORE = [ "sun.", "libcore.", "dalvik.",
144 # Should we ignore this package?
148 for ignore in p.IGNORE:
149 if pkg2.startswith(ignore):
150 verbose("Ignore package %s [%s]", pkg, filepath)
190 verbose("Ignore duplicate archive path %s", arc_path)
  /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:
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetDecoderTest.java 154 decoder.onMalformedInput(CodingErrorAction.IGNORE);
155 assertSame(CodingErrorAction.IGNORE, decoder.malformedInputAction());
169 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE);
170 assertSame(CodingErrorAction.IGNORE, decoder
254 decoder.onMalformedInput(CodingErrorAction.IGNORE);
278 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE);
420 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE);
473 decoder.onMalformedInput(CodingErrorAction.IGNORE);
  /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;
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 140 return ResultValue.IGNORE;
  /external/vogar/src/vogar/
Outcome.java 147 return ResultValue.IGNORE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 159 } catch (NumberFormatException ignore) {}
178 if (toolsRevision.compareTo(MIN_TOOLS_REV, PreviewComparison.IGNORE) < 0) {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2ConnectionTest.java 447 .pushObserver(IGNORE)
492 .pushObserver(IGNORE)
496 static final PushObserver IGNORE = new PushObserver() {
  /system/bt/hci/src/
hci_layer.c 79 IGNORE,
420 // The firmware configuration took too long - ignore the callback
579 incoming->state = incoming->bytes_remaining == 0 ? BRAND_NEW : IGNORE;
604 case IGNORE:
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetEncoderTest.java 92 testCharsetEncoderSplitSurrogates(CodingErrorAction.IGNORE);
111 // IGNORE just ignores both characters, REPORT complains that the second is
  /libcore/ojluni/src/main/java/java/nio/charset/
CharsetDecoder.java 91 * CodingErrorAction#IGNORE </code>ignore<code>} the erroneous input, {@link
600 if ((action == CodingErrorAction.IGNORE)
    [all...]
CharsetEncoder.java 91 * CodingErrorAction#IGNORE </code>ignore<code>} the erroneous input, {@link
615 if ((action == CodingErrorAction.IGNORE)
    [all...]
  /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 
  /toolchain/binutils/binutils-2.25/opcodes/
h8300-dis.c 436 if (looking_for & IGNORE)
438 /* Hitachi has declared that IGNORE must be zero. */
547 else if (looking_for & IGNORE)
  /external/opencv3/3rdparty/libtiff/
tif_dirread.c 34 * - add a field 'ignore' to the TIFFDirEntry structure, to flag status,
35 * eliminating current use of the IGNORE value, and therefore eliminating
44 #define IGNORE 0 /* tag placeholder used below */
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /external/pdfium/third_party/libtiff/
tif_dirread.c 34 * - add a field 'ignore' to the TIFFDirEntry structure, to flag status,
35 * eliminating current use of the IGNORE value, and therefore eliminating
44 #define IGNORE 0 /* tag placeholder used below */
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/
annotations-3.0.0.jar 

Completed in 922 milliseconds

12 3 4 5 6 7 8 91011>>