/external/elfutils/src/ |
D | ldlex.l | 94 %x IGNORE 106 BEGIN (IGNORE); } 109 BEGIN (IGNORE); } 112 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false); 114 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true); 123 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0); 131 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true); 133 <IGNORE>.|\n { /* nothing */ } 294 return prepdepth == 0 ? INITIAL : IGNORE; in pop_state() 342 result = IGNORE; in handle_ifdef()
|
D | ldlex.c | 1159 #define IGNORE 1 macro 1458 BEGIN (IGNORE); } 1469 BEGIN (IGNORE); } 1767 case YY_STATE_EOF(IGNORE): 2865 return prepdepth == 0 ? INITIAL : IGNORE; in pop_state() 2913 result = IGNORE; in handle_ifdef()
|
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
D | CodingErrorActionTest.java | 46 assertNotNull(CodingErrorAction.IGNORE); in testIGNORE() 49 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPLACE); in testIGNORE() 50 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPORT); in testIGNORE() 58 assertTrue(CodingErrorAction.IGNORE.toString().indexOf("IGNORE") != -1); in testToString()
|
D | CharsetEncoderTest.java | 93 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE)); in testDefaultValue() 95 .onUnmappableCharacter(CodingErrorAction.IGNORE)); in testDefaultValue() 119 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat() 121 .onUnmappableCharacter(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat() 633 encoder.onMalformedInput(CodingErrorAction.IGNORE); in testEncodeCharBufferException() 658 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testEncodeCharBufferException() 834 encoder.onMalformedInput(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException() 863 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException() 952 encoder.onMalformedInput(CodingErrorAction.IGNORE); in testOnMalformedInput() 953 assertSame(CodingErrorAction.IGNORE, encoder.malformedInputAction()); in testOnMalformedInput() [all …]
|
D | CharsetDecoderTest.java | 154 decoder.onMalformedInput(CodingErrorAction.IGNORE); in testOnMalformedInput() 155 assertSame(CodingErrorAction.IGNORE, decoder.malformedInputAction()); in testOnMalformedInput() 169 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testOnUnmappableCharacter() 170 assertSame(CodingErrorAction.IGNORE, decoder in testOnUnmappableCharacter() 254 decoder.onMalformedInput(CodingErrorAction.IGNORE); in testDecodeByteBufferException() 278 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testDecodeByteBufferException() 420 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferUnmappedException() 473 decoder.onMalformedInput(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferMalformedException()
|
/external/valgrind/unittest/ |
D | run_output_tests.sh | 13 IGNORE= 15 IGNORE=--ignore=output_tests/${TEST}.ignore 18 …CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output…
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_Configuration.java | 221 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local 248 mode = IGNORE; // Ignore whitespace on the next line in load() 285 mode = IGNORE; // Ignore whitespace on the next line in load() 313 mode = IGNORE; in load() 315 if (buffer.length() == 0 || mode == IGNORE) { in load() 323 if (mode == IGNORE || mode == CONTINUE) { in load()
|
/external/chromium/base/allocator/ |
D | prep_libc.sh | 37 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2005}${FILE} $OUTCMT 38 LIB /NOLOGO /IGNORE:4006,4014,4221 /REMOVE:${LIBCMTSRCPATHVS2008}${FILE} $OUTCMT
|
/external/webkit/Source/cmake/ |
D | WebKitFeatures.cmake | 70 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH}) 75 FOREACH (IGNORE RANGE ${FEATURE_LENGTH} ${MAX_FEATURE_LENGTH})
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 223 IGNORE, BUFFER, STORE, END enumConstant 254 case IGNORE: in readSamples() 376 action = NALActions.IGNORE; in handleNALUnit() 386 action = NALActions.IGNORE; in handleNALUnit() 396 action = NALActions.IGNORE; in handleNALUnit()
|
/external/v8/src/ |
D | win32-headers.h | 97 #undef IGNORE
|
D | jsregexp.cc | 1020 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; in PerformDeferredActions() enumerator 1021 DeferredActionUndoType undo_action = IGNORE; in PerformDeferredActions() 1074 undo_action = IGNORE; in PerformDeferredActions()
|
/external/icu4c/common/ |
D | ucnv_io.cpp | 354 IGNORE, enumerator 372 #define GET_ASCII_TYPE(c) ((int8_t)(c) >= 0 ? asciiTypes[(uint8_t)c] : (uint8_t)IGNORE) 386 #define GET_EBCDIC_TYPE(c) ((int8_t)(c) < 0 ? ebcdicTypes[(c)&0x7f] : (uint8_t)IGNORE) 407 case IGNORE: in ucnv_io_stripASCIIForCompare() 442 case IGNORE: in ucnv_io_stripEBCDICForCompare() 499 case IGNORE: in ucnv_compareNames() 523 case IGNORE: in ucnv_compareNames()
|
/external/elfutils/libebl/ |
D | eblauxvinfo.c | 64 TYPE (IGNORE, "") \
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.c | 523 SM_STATE(BE_AUTH, IGNORE) in SM_STATE() argument 525 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth); in SM_STATE() 552 SM_ENTER(BE_AUTH, IGNORE); in SM_STEP()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | InputStreamReaderTest.java | 396 decoder2.onMalformedInput(CodingErrorAction.IGNORE); in test_read_1()
|
/external/v8/ |
D | SConstruct | 246 'LINKFLAGS': ['/INCREMENTAL:NO', '/NXCOMPAT', '/IGNORE:4221'],
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 1426 /// Assumptions::: ****** DO NOT IGNORE ********
|
D | HexagonInstrInfoV4.td | 1011 /// Assumptions::: ****** DO NOT IGNORE ********
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 5064 \subsection{IGNORE\_SPEED} 5065 \index{IGNORE\_SPEED} 5066 When \textbf{IGNORE\_SPEED} has been defined the default optimization flags for CFLAGS will be disa…
|
/external/bison/doc/ |
D | bison.texi | 11259 \n /* IGNORE */
|
D | bison.info | 10473 \n /* IGNORE */
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 54896 IGNORE IH0 G N AO1 R
|