/external/vogar/src/vogar/ |
H A D | ResultValue.java | 24 IGNORE, enum constant in enum:ResultValue
|
H A D | Outcome.java | 147 return ResultValue.IGNORE;
|
H A D | Console.java | 181 } else if (resultValue == ResultValue.IGNORE) {
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
H A D | AgentOptions.java | 44 public static final String IGNORE = "ignore"; field in class:AgentOptions
|
H A D | AgentPremain.java | 71 if (args.containsKey(AgentOptions.IGNORE)) { 72 String ignore = args.getProperty(AgentOptions.IGNORE);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
H A D | Makefile | 2 .IGNORE: module_dependencies.svg module_dependencies.pdf
|
/external/elfutils/src/ |
H A D | 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/ |
H A D | neteq_network_stats_unittest.cc | 88 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/apache-harmony/support/src/test/java/tests/support/ |
H A D | 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/ |
H A D | PropertiesUtils.java | 36 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, KEY_DONE = 4, IGNORE = 5; field in class:PropertiesUtils 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) {
|
/external/v8/src/base/ |
H A D | win32-headers.h | 73 #undef IGNORE macro
|
/external/elfutils/libebl/ |
H A D | eblauxvinfo.c | 43 TYPE (IGNORE, "") \
|
/external/guice/core/src/com/google/inject/internal/ |
H A D | InternalFlags.java | 64 IGNORE, enum constant in enum:InternalFlags.NullableProvidesOption
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | UConverterAlias.java | 250 private static final byte IGNORE = 0; field in class:UConverterAlias 269 return (char)((c < asciiTypes.length) ? asciiTypes[c] : (char)IGNORE); 283 case IGNORE: 339 case IGNORE: 364 case IGNORE:
|
H A D | CharsetDecoderICU.java | 124 super.onMalformedInput(CodingErrorAction.IGNORE); 146 super.onUnmappableCharacter(CodingErrorAction.IGNORE); 180 }else if(action==CodingErrorAction.IGNORE){
|
H A D | CharsetEncoderICU.java | 205 } else if (action == CodingErrorAction.IGNORE) {
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
H A D | H264TrackImpl.java | 223 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 D | Http2ConnectionTest.java | 447 .pushObserver(IGNORE) 492 .pushObserver(IGNORE) 496 static final PushObserver IGNORE = new PushObserver() { field in class:Http2ConnectionTest
|
/external/opencv3/3rdparty/libtiff/ |
H A D | tif_dirread.c | 35 * eliminating current use of the IGNORE value, and therefore eliminating 44 #define IGNORE 0 /* tag placeholder used below */ macro 3457 na->tdir_tag=IGNORE; 3496 dp->tdir_tag=IGNORE; 3519 dp->tdir_tag=IGNORE; 3531 if (dp->tdir_tag!=IGNORE) 3551 dp->tdir_tag=IGNORE; 3558 if (dp->tdir_tag!=IGNORE) 3562 dp->tdir_tag=IGNORE; 3584 dp->tdir_tag=IGNORE; [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | annotations.jar | META-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ... |
/external/pdfium/third_party/libtiff/ |
H A D | tif_dirread.c | 35 * eliminating current use of the IGNORE value, and therefore eliminating 44 #define IGNORE 0 /* tag placeholder used below */ macro 3438 na->tdir_tag=IGNORE; 3477 dp->tdir_tag=IGNORE; 3500 dp->tdir_tag=IGNORE; 3512 if (dp->tdir_tag!=IGNORE) 3532 dp->tdir_tag=IGNORE; 3539 if (dp->tdir_tag!=IGNORE) 3543 dp->tdir_tag=IGNORE; 3565 dp->tdir_tag=IGNORE; [all...] |
/external/wpa_supplicant_8/hostapd/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 537 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 D | eapol_auth_sm.c | 537 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 D | eapol_auth_sm.c | 537 SM_STATE(BE_AUTH, IGNORE) 539 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth); 566 SM_ENTER(BE_AUTH, IGNORE);
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestConversion.java | 220 cc.cbErrorAction = CodingErrorAction.IGNORE; 534 cc.cbErrorAction = CodingErrorAction.IGNORE;
|