Searched refs:IGNORE (Results 1 - 25 of 54) sorted by relevance

123

/external/vogar/src/vogar/
H A DResultValue.java24 IGNORE, enum constant in enum:ResultValue
H A DOutcome.java147 return ResultValue.IGNORE;
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
H A DAgentOptions.java44 public static final String IGNORE = "ignore"; field in class:AgentOptions
H A DAgentPremain.java71 if (args.containsKey(AgentOptions.IGNORE)) {
72 String ignore = args.getProperty(AgentOptions.IGNORE);
/external/annotation-tools/scene-lib/src/annotations/util/coll/
H A DKeyedSet.java28 * @{link #add(V, int, int) add(v, THROW_EXCEPTION, IGNORE)} and returns
39 public static final int IGNORE = -1; field in interface:KeyedSet
H A DLinkedHashKeyedSet.java96 case IGNORE:
128 return add(o, THROW_EXCEPTION, IGNORE) == null;
/external/elfutils/src/
H A Dldlex.l86 %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/
H A Dneteq_network_stats_unittest.cc88 IGNORE, enumerator in enum:webrtc::test::NetEqNetworkStatsTest::logic
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...]
/external/kotlinc/lib/
H A Dkotlin-annotations-jvm.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/annotations/ kotlin/annotations/jvm/ kotlin/annotations/jvm/ReadOnly ...
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java222 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/v8/src/base/
H A Dwin32-headers.h73 #undef IGNORE macro
/external/elfutils/libebl/
H A Deblauxvinfo.c43 TYPE (IGNORE, "") \
/external/guice/core/src/com/google/inject/internal/
H A DInternalFlags.java64 IGNORE, enum constant in enum:InternalFlags.NullableProvidesOption
/external/python/cpython2/Lib/lib-tk/
H A DtkMessageBox.py47 IGNORE = "ignore" variable
/external/python/cpython3/Lib/tkinter/
H A Dmessagebox.py47 IGNORE = "ignore" variable
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterAlias.java252 private static final byte IGNORE = 0; field in class:UConverterAlias
271 return (char)((c < asciiTypes.length) ? asciiTypes[c] : (char)IGNORE);
285 case IGNORE:
341 case IGNORE:
366 case IGNORE:
H A DCharsetDecoderICU.java128 super.onMalformedInput(CodingErrorAction.IGNORE);
151 super.onUnmappableCharacter(CodingErrorAction.IGNORE);
185 }else if(action==CodingErrorAction.IGNORE){
H A DCharsetEncoderICU.java210 } else if (action == CodingErrorAction.IGNORE) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java223 IGNORE, BUFFER, STORE, END enum constant in enum:H264TrackImpl.NALActions
254 case IGNORE:
376 action = NALActions.IGNORE;
386 action = NALActions.IGNORE;
396 action = NALActions.IGNORE;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
H A DHttp2ConnectionTest.java448 .pushObserver(IGNORE)
494 .pushObserver(IGNORE)
498 static final PushObserver IGNORE = new PushObserver() { field in class:Http2ConnectionTest
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c35 * eliminating current use of the IGNORE value, and therefore eliminating
46 #define IGNORE 0 /* tag placeholder used below */ macro
3455 na->tdir_tag=IGNORE;
3494 dp->tdir_tag=IGNORE;
3517 dp->tdir_tag=IGNORE;
3529 if (dp->tdir_tag!=IGNORE)
3549 dp->tdir_tag=IGNORE;
3556 if (dp->tdir_tag!=IGNORE)
3560 dp->tdir_tag=IGNORE;
3582 dp->tdir_tag=IGNORE;
[all...]
/external/wpa_supplicant_8/hostapd/src/eapol_auth/
H A Deapol_auth_sm.c537 SM_STATE(BE_AUTH, IGNORE)
539 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth);
566 SM_ENTER(BE_AUTH, IGNORE);
/external/wpa_supplicant_8/src/eapol_auth/
H A Deapol_auth_sm.c537 SM_STATE(BE_AUTH, IGNORE)
539 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth);
566 SM_ENTER(BE_AUTH, IGNORE);
/external/wpa_supplicant_8/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.c537 SM_STATE(BE_AUTH, IGNORE)
539 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth);
566 SM_ENTER(BE_AUTH, IGNORE);

Completed in 1054 milliseconds

123