| /third_party/skia/third_party/externals/harfbuzz/test/api/ |
| H A D | test-ot-collect-glyphs.c | 33 #define END() \ macro 62 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 79 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 96 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 113 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 135 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 155 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 168 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 181 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() 194 END(); in test_ot_layout_lookup_collect_glyphs_source_sans() [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | UnescapeTransliterator.java | 38 * consisting of the character END. 45 private static final char END = 0xFFFF; field in UnescapeTransliterator 58 END in register() 69 END in register() 81 END in register() 92 END in register() 103 END in register() 114 END in register() 130 END in register() 159 for (ipat = 0; spec[ipat] != END;) { in handleTransliterate() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UnescapeTransliterator.java | 39 * consisting of the character END. 46 private static final char END = 0xFFFF; field in UnescapeTransliterator 59 END in register() 70 END in register() 82 END in register() 93 END in register() 104 END in register() 115 END in register() 131 END in register() 160 for (ipat = 0; spec[ipat] != END;) { in handleTransliterate() [all...] |
| /third_party/elfutils/libelf/ |
| H A D | abstract.h | 48 END (Bits, Ext##Ehdr) 67 END (32, Ext##Phdr) 78 END (64, Ext##Phdr) 94 END (32, Ext##Shdr) 107 END (64, Ext##Shdr) 121 END (32, Ext##Sym) 132 END (64, Ext##Sym) 140 END (32, Ext##Rel) 145 END (64, Ext##Rel) 152 END (3 [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
| H A D | test-insert-flow.cpp | 85 flow(END); in TEST_F() 94 flow(END); in TEST_F() 103 flow(END); in TEST_F() 114 flow(END); in TEST_F() 125 flow(END); in TEST_F() 136 flow(END); in TEST_F() 148 flow(END); in TEST_F() 169 flow(END); in TEST_F() 181 flow(END); in TEST_F() 195 flow(END); in TEST_F() [all...] |
| H A D | test-merge-flow.cpp | 72 flow(END); in TEST_F() 120 flow(END); in TEST_F() 140 flow(END); in TEST_F() 213 flow(END); in TEST_F() 227 flow(END); in TEST_F() 230 flow(END); in TEST_F() 277 flow(END); in TEST_F() 299 flow(END); in TEST_F() 303 flow(END); in TEST_F()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | unesctrn.cpp | 29 static const UChar END = 0xFFFF; variable 34 END 40 END 47 END 53 END 59 END 65 END 76 END 83 while (spec[len] != END) { in copySpec() 184 for (ipat=0; spec[ipat] != END;) { in handleTransliterate() [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | unesctrn.cpp | 29 static const char16_t END = 0xFFFF; variable 34 END 40 END 47 END 53 END 59 END 65 END 76 END 83 while (spec[len] != END) { in copySpec() 184 for (ipat=0; spec[ipat] != END;) { in handleTransliterate() [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | unesctrn.cpp | 29 static const UChar END = 0xFFFF; variable 34 END 40 END 47 END 53 END 59 END 65 END 76 END 83 while (spec[len] != END) { in copySpec() 184 for (j=0, ipat=0; spec[ipat] != END; in handleTransliterate() [all...] |
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | test_percolator.py | 7 from tkinter import Text, Tk, END namespace 56 self.text.delete('1.0', END) 81 self.assertEqual(self.text.get('1.0', END), 'foo\n') 88 self.assertEqual(self.text.get('1.0', END), 'BAR\n') 96 self.assertEqual(self.text.get('1.0', END), 'bar\n') 101 self.assertEqual(self.text.get('1.0', END), '\n') 104 self.assertEqual(self.text.get('1.0', END), '\n') 113 self.assertEqual(self.text.get('1.0', END), 'o\n')
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-assembler-aarch32.cc | 111 #define END() \ macro 144 #define END() \ 249 END(); in TEST() 277 END(); in TEST() 297 END(); in TEST() 312 END(); in TEST() 327 END(); in TEST() 342 END(); in TEST() 357 END(); in TEST() 372 END(); in TEST() [all...] |
| /third_party/skia/src/sksl/lex/ |
| H A D | RegexParser.cpp | 24 return END; in peek() 66 case END: [[fallthrough]]; in sequence() 151 case END: in set() 172 case END: // fall through in regex()
|
| /third_party/skia/third_party/externals/freetype/builds/cmake/ |
| H A D | testbuild.sh | 75 cat >$tmpdir/CMakeLists.txt << END 86 END 91 cat >$tmpdir/main.c << END 128 END
|
| /third_party/python/Lib/tkinter/ |
| H A D | filedialog.py | 23 Toplevel, RIGHT, Y, END, Listbox, BOTH, Scrollbar, 191 self.dirs.delete(0, END) 193 self.dirs.insert(END, name) 194 self.files.delete(0, END) 196 self.files.insert(END, name) 225 self.filter.delete(0, END) 226 self.filter.insert(END, os.path.join(dir or os.curdir, pat or "*")) 229 self.selection.delete(0, END) 230 self.selection.insert(END, os.path.join(self.directory, file))
|
| /third_party/alsa-lib/src/ |
| H A D | confeval.c | 137 END in _snd_eval_string() enumerator 149 if (pos == END) { in _snd_eval_string() 225 pos = op == LEFT ? OP : END; in _snd_eval_string() 227 if (pos != OP && pos != END) { in _snd_eval_string() 232 if (pos == END) { in _snd_eval_string()
|
| /third_party/python/Tools/demo/ |
| H A D | redemo.py | 116 self.stringdisplay.tag_remove("hit", "1.0", END) 120 self.stringdisplay.tag_remove("hit0", "1.0", END) 123 self.grouplist.delete(0, END) 128 text = self.stringdisplay.get("1.0", END) 150 self.grouplist.insert(END, g)
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | jsDeclarationsEnumTag.js | 6 END: "end", 59 END: "end",
118 const END: string;
|
| /third_party/vixl/test/aarch64/ |
| H A D | test-assembler-aarch64.cc | 94 END(); in TEST() 158 END(); in TEST() 194 END(); in TEST() 233 END(); in TEST() 283 END(); in TEST() 370 END(); in TEST() 429 END(); in TEST() 472 END(); in TEST() 505 END(); in TEST() 534 END(); in TEST() [all...] |
| H A D | test-assembler-neon-aarch64.cc | 68 END(); in TEST() 110 END(); in TEST() 157 END(); in TEST() 237 END(); in TEST() 281 END(); in TEST() 322 END(); in TEST() 385 END(); in TEST() 438 END(); in TEST() 490 END(); in TEST() 565 END(); in TEST() [all...] |
| /third_party/node/deps/npm/node_modules/@sigstore/core/dist/ |
| H A D | pem.js | 20 const PEM_FOOTER = /-----END (.*)-----/; 40 return [`-----BEGIN ${type}-----`, ...lines, `-----END ${type}-----`]
|
| /third_party/ltp/testcases/network/sockets/ |
| H A D | ltpSockets.sh | 14 cat <<-END >&2 26 END
|
| /third_party/musl/src/regex/ |
| H A D | fnmatch.c | 23 #define END 0 macro 54 return END; in pat_next() 185 return (c==END) ? 0 : FNM_NOMATCH; in fnmatch_internal() 245 if (c != END) return FNM_NOMATCH; in fnmatch_internal() 305 for (p=pat; (c=pat_next(p, -1, &inc, flags))!=END && c!='/'; p+=inc); in fnmatch()
|
| /third_party/python/Tools/scripts/ |
| H A D | generate_global_objects.py | 185 END = '/* End auto-generated code */' variable 196 for _ in iter_to_marker(lines, END): 220 printer.write(END) 247 for _ in iter_to_marker(lines, END): 287 printer.write(END)
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | dumpICUrules.bat | 172 my $HEADER1 = <<END; 178 END 179 my $HEADER2 = <<END; 181 END 253 print C_INDEX <<END; 266 END 317 print C_INDEX <<END; 320 END
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | DangiTest.java | 185 final int END = -1; in TestResolution() 189 // (field, value)+, END, exp.month, exp.isLeapMonth, exp.DOM in TestResolution() 194 END, in TestResolution() 201 END, in TestResolution() 209 END, in TestResolution() 217 END, in TestResolution() 227 while (DATA[i] != END) { in TestResolution() 231 ++i; // Skip over END mark in TestResolution()
|