/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
H A D | Mf2Serializer.java | 44 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 D | genuca.cpp | 460 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 D | generate_stdlib_module_names.py | 16 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 D | UConverterAlias.java | 252 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 D | CharsetDecoderICU.java | 128 super.onMalformedInput(CodingErrorAction.IGNORE); in implOnMalformedInput() 151 super.onUnmappableCharacter(CodingErrorAction.IGNORE); in implOnUnmappableCharacter() 185 }else if(action==CodingErrorAction.IGNORE){ in getCallback()
|
H A D | CharsetEncoderICU.java | 210 } else if (action == CodingErrorAction.IGNORE) { in getCallback()
|
/third_party/cJSON/tests/unity/auto/ |
H A D | colour_reporter.rb | 27 when /IGNORE/
|
/third_party/unity/auto/ |
H A D | colour_reporter.rb | 27 when /IGNORE/
|
/third_party/elfutils/libebl/ |
H A D | eblauxvinfo.c | 43 TYPE (IGNORE, "") \
|
/third_party/python/Lib/tkinter/ |
H A D | messagebox.py | 51 IGNORE = "ignore" variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.c | 537 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 D | eapol_auth_sm.c | 538 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 D | test_generate_test_runner.rb | 1183 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 D | test_generate_test_runner.rb | 1207 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 D | TestConversion.java | 204 cc.cbErrorAction = CodingErrorAction.IGNORE; in TestFromUnicode() 494 cc.cbErrorAction = CodingErrorAction.IGNORE; in TestToUnicode()
|
H A D | TestCharset.java | 753 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 D | regexp-compiler.cc | 414 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 D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 4143 /* 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()
|