HomeSort by relevance Sort by last modified time
    Searched refs:IGNORE (Results 1 - 25 of 508) 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";
AgentPremain.java 71 if (args.containsKey(AgentOptions.IGNORE)) {
72 String ignore = args.getProperty(AgentOptions.IGNORE); local
73 builder = builder.ignore(ignore.split(":"));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Makefile 2 .IGNORE: module_dependencies.svg module_dependencies.pdf
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CodingErrorActionTest.java 46 assertNotNull(CodingErrorAction.IGNORE);
49 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPLACE);
50 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPORT);
58 assertTrue(CodingErrorAction.IGNORE.toString().indexOf("IGNORE") != -1);
CharsetEncoderTest.java 92 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE));
93 assertSame(encoder, encoder.onUnmappableCharacter(CodingErrorAction.IGNORE));
116 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE));
118 .onUnmappableCharacter(CodingErrorAction.IGNORE));
559 .println("Don't support GBK encoding, ignore current test");
643 encoder.onMalformedInput(CodingErrorAction.IGNORE);
668 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE);
844 encoder.onMalformedInput(CodingErrorAction.IGNORE);
873 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE);
963 encoder.onMalformedInput(CodingErrorAction.IGNORE);
    [all...]
  /libcore/ojluni/src/main/java/java/nio/charset/
CodingErrorAction.java 55 public static final CodingErrorAction IGNORE
56 = new CodingErrorAction("IGNORE");
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h 107 IGNORE = 0x200000,
403 #define FROM_ABS16 4, B30 | IGNORE
404 #define FROM_ABS32 4, B31 | IGNORE
427 #define TO_ABS16 4, B30 | IGNORE
428 #define TO_ABS32 4, B31 | IGNORE
433 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST
434 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST
452 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST
453 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST
525 {CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS16LIST, E}}},
    [all...]
  /external/elfutils/src/
ldlex.l 86 %x IGNORE
98 BEGIN (IGNORE); }
101 BEGIN (IGNORE); }
104 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
106 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
115 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
123 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true);
125 <IGNORE>.|\n { /* nothing */ }
194 {WHITE} { /* IGNORE */ }
286 return prepdepth == 0 ? INITIAL : IGNORE;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_network_stats_unittest.cc 88 IGNORE,
207 IGNORE, // current_buffer_size_ms
208 IGNORE, // preferred_buffer_size_ms
209 IGNORE, // jitter_peaks_found
214 IGNORE, // preemptive_rate
217 IGNORE, // clockdrift_ppm
240 IGNORE, // current_buffer_size_ms
241 IGNORE, // preferred_buffer_size_ms
242 IGNORE, // jitter_peaks_found
247 IGNORE, // preemptive_rat
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
DevPollArrayWrapper.java 71 static final byte IGNORE = (byte)-1;
195 assert (b == mask) && (b != IGNORE);
202 // ignore any pending update for this file descriptor
203 setUpdateEvents(fd, IGNORE);
242 if (events != IGNORE) {
248 events = IGNORE;
258 if (events != IGNORE) {
272 setUpdateEvents(fd, IGNORE);
  /frameworks/data-binding/compilerCommon/
XMLLexer.g4 93 IGNORE : . -> more ;
  /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/libgdx/gdx/src/com/badlogic/gdx/utils/
PropertiesUtils.java 36 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, KEY_DONE = 4, IGNORE = 5;
98 mode = IGNORE; // Ignore whitespace on the next line
140 mode = IGNORE; // Ignore whitespace on the next line
175 mode = IGNORE;
178 if (offset == 0 || offset == keyLength || mode == IGNORE) {
186 if (mode == IGNORE || mode == CONTINUE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 60 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
96 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
105 otherConfig.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
111 config.setSeverity(usuallyDisabledIssue, Severity.IGNORE);
116 otherConfig.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
147 config.setSeverity(usuallyEnabledIssue, Severity.IGNORE);
  /bootable/recovery/
ui.h 92 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
ui.cpp 169 case RecoveryUI::IGNORE:
308 return IGNORE;
329 return IsTextVisible() ? ENQUEUE : IGNORE;
  /external/v8/src/base/
win32-headers.h 73 #undef IGNORE
  /external/elfutils/libebl/
eblauxvinfo.c 43 TYPE (IGNORE, "") \
  /external/guice/core/src/com/google/inject/internal/
InternalFlags.java 63 /** Ignore null parameters to @Provides methods. */
64 IGNORE,
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 55 } else if (action == CodingErrorAction.IGNORE) {
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterAlias.java 250 private static final byte IGNORE = 0;
269 return (char)((c < asciiTypes.length) ? asciiTypes[c] : (char)IGNORE);
283 case IGNORE:
285 continue; /* ignore all but letters and digits */
290 continue; /* ignore leading zero before another digit */
339 case IGNORE:
341 continue; /* ignore all but letters and digits */
346 continue; /* ignore leading zero before another digit */
364 case IGNORE:
366 continue; /* ignore all but letters and digits *
    [all...]
CharsetDecoderICU.java 124 super.onMalformedInput(CodingErrorAction.IGNORE);
146 super.onUnmappableCharacter(CodingErrorAction.IGNORE);
180 }else if(action==CodingErrorAction.IGNORE){
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 47 IGNORE = "ignore"

Completed in 555 milliseconds

1 2 3 4 5 6 7 8 91011>>