Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java44 IGNORE, enum constant
71 case "Annotation": type = Type.IGNORE; break; in Token()
80 case "Markup": type = Type.IGNORE; break; in Token()
81 case "MarkupStart": type = Type.IGNORE; break; in Token()
82 case "MarkupEnd": type = Type.IGNORE; break; in Token()
84 case "'['": type = Type.IGNORE; break; in Token()
85 case "']'": type = Type.IGNORE; break; in Token()
86 case "'{'": type = Type.IGNORE; break; in Token()
87 case "'}'": type = Type.IGNORE; break; in Token()
88 case "'='": type = Type.IGNORE; brea in Token()
[all...]
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp460 IGNORE enumerator
468 {"[first tertiary ignorable", 0, IGNORE},
469 {"[last tertiary ignorable", 0, IGNORE},
486 {"[fixed first implicit byte", 0, IGNORE},
487 {"[fixed last implicit byte", 0, IGNORE},
488 {"[fixed first trail byte", 0, IGNORE},
489 {"[fixed last trail byte", 0, IGNORE},
490 {"[fixed first special byte", 0, IGNORE},
491 {"[fixed last special byte", 0, IGNORE},
497 {"[variable top = ", 0, IGNORE},
[all...]
/third_party/python/Tools/scripts/
H A Dgenerate_stdlib_module_names.py16 IGNORE = { variable
75 if name in IGNORE:
150 if package_name in IGNORE:
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DUConverterAlias.java252 private static final byte IGNORE = 0; field in UConverterAlias
271 return (char)((c < asciiTypes.length) ? asciiTypes[c] : (char)IGNORE); in GET_CHAR_TYPE()
285 case IGNORE: in io_stripASCIIForCompare()
341 case IGNORE: in compareNames()
366 case IGNORE: in compareNames()
H A DCharsetDecoderICU.java128 super.onMalformedInput(CodingErrorAction.IGNORE); in implOnMalformedInput()
151 super.onUnmappableCharacter(CodingErrorAction.IGNORE); in implOnUnmappableCharacter()
185 }else if(action==CodingErrorAction.IGNORE){ in getCallback()
H A DCharsetEncoderICU.java210 } else if (action == CodingErrorAction.IGNORE) { in getCallback()
/third_party/cJSON/tests/unity/auto/
H A Dcolour_reporter.rb27 when /IGNORE/
/third_party/unity/auto/
H A Dcolour_reporter.rb27 when /IGNORE/
/third_party/elfutils/libebl/
H A Deblauxvinfo.c43 TYPE (IGNORE, "") \
/third_party/python/Lib/tkinter/
H A Dmessagebox.py51 IGNORE = "ignore" variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.c537 SM_STATE(BE_AUTH, IGNORE) in SM_STATE()
539 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth); in SM_STATE()
566 SM_ENTER(BE_AUTH, IGNORE); in SM_STEP()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.c538 SM_STATE(BE_AUTH, IGNORE) in SM_STATE()
540 SM_ENTRY_MA(BE_AUTH, IGNORE, be_auth); in SM_STATE()
567 SM_ENTER(BE_AUTH, IGNORE); in SM_STEP()
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1183 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) }
1188 allgood &&= verify_number( expected[:to_ignore], /(:IGNORE)/, output)
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1207 report("Skipping Parameterized Tests for this Target:IGNORE")
1229 allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) }
1234 allgood &&= verify_number( expected[:to_ignore], /(:IGNORE)/, output)
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java204 cc.cbErrorAction = CodingErrorAction.IGNORE; in TestFromUnicode()
494 cc.cbErrorAction = CodingErrorAction.IGNORE; in TestToUnicode()
H A DTestCharset.java753 decoder.onMalformedInput(CodingErrorAction.IGNORE); in TestUTF8Surrogates()
825 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in TestSurrogateBehavior()
826 encoder.onMalformedInput(CodingErrorAction.IGNORE); in TestSurrogateBehavior()
2537 decoder.onMalformedInput(CodingErrorAction.IGNORE); in execMalformed()
2569 decoder.onMalformedInput(CodingErrorAction.IGNORE); in execConvertAll()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc414 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; in PerformDeferredActions() enumerator
415 DeferredActionUndoType undo_action = IGNORE; in PerformDeferredActions()
438 // we can set undo_action to IGNORE if we know there is no value to in PerformDeferredActions()
468 undo_action = IGNORE; in PerformDeferredActions()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/python/Modules/expat/
H A Dxmlparse.c4143 /* The idea here is to avoid using stack for each IGNORE section when
4180 * from the internal entity processing, and IGNORE sections are an in doIgnoreSection()

Completed in 42 milliseconds