Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 4021) sorted by relevance

12345678910>>...161

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp145 db.names.push_back(std::string(num, static_cast<std::size_t>(n))); in parse_floating_number()
170 db.names.push_back("(anonymous namespace)"); in parse_source_name()
172 db.names.push_back(std::move(r)); in parse_source_name()
198 db.names.push_back("std::allocator"); in parse_substitution()
202 db.names.push_back("std::basic_string"); in parse_substitution()
206 db.names.push_back("std::string"); in parse_substitution()
210 db.names.push_back("std::istream"); in parse_substitution()
214 db.names.push_back("std::ostream"); in parse_substitution()
218 db.names.push_back("std::iostream"); in parse_substitution()
224 db.names.push_back(n); in parse_substitution()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Demoji-clusters.tests1 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;263A,FE0F;[1=0|1=0]
2 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B,FE0F;[1=0…
3 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F636,200D,1F32B;[1=0|1=0|…
4 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F62E,200D,1F4A8;[1=0|1=0|…
5 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;1F635,200D,1F4AB;[1=0|1=0|…
6 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2639,FE0F;[1=0|1=0]
7 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2620,FE0F;[1=0|1=0]
8 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2763,FE0F;[1=0|1=0]
9 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2764,FE0F,200D,1F525;[1=0|…
10 ../fonts/AdobeBlank2.ttf;--no-glyph-names --no-positions --font-funcs=ot;2764,200D,1F525;[1=0|1=0|1…
[all …]
/third_party/glslang/SPIRV/
Ddisassemble.cpp554 static void GLSLstd450GetDebugNames(const char** names) in GLSLstd450GetDebugNames() argument
557 names[i] = "Unknown"; in GLSLstd450GetDebugNames()
559 names[GLSLstd450Round] = "Round"; in GLSLstd450GetDebugNames()
560 names[GLSLstd450RoundEven] = "RoundEven"; in GLSLstd450GetDebugNames()
561 names[GLSLstd450Trunc] = "Trunc"; in GLSLstd450GetDebugNames()
562 names[GLSLstd450FAbs] = "FAbs"; in GLSLstd450GetDebugNames()
563 names[GLSLstd450SAbs] = "SAbs"; in GLSLstd450GetDebugNames()
564 names[GLSLstd450FSign] = "FSign"; in GLSLstd450GetDebugNames()
565 names[GLSLstd450SSign] = "SSign"; in GLSLstd450GetDebugNames()
566 names[GLSLstd450Floor] = "Floor"; in GLSLstd450GetDebugNames()
[all …]
/third_party/selinux/checkpolicy/
Dpolicy_parse.y222 default_user_def : DEFAULT_USER names SOURCE ';'
224 | DEFAULT_USER names TARGET ';'
227 default_role_def : DEFAULT_ROLE names SOURCE ';'
229 | DEFAULT_ROLE names TARGET ';'
232 default_type_def : DEFAULT_TYPE names SOURCE ';'
234 | DEFAULT_TYPE names TARGET ';'
237 default_range_def : DEFAULT_RANGE names SOURCE LOW ';'
239 | DEFAULT_RANGE names SOURCE HIGH ';'
241 | DEFAULT_RANGE names SOURCE LOW_HIGH ';'
243 | DEFAULT_RANGE names TARGET LOW ';'
[all …]
/third_party/python/Tools/scripts/
Dgenerate_stdlib_module_names.py60 def list_python_modules(names): argument
65 names.add(name)
69 def list_packages(names): argument
78 names.add(name)
82 def list_setup_extensions(names): argument
87 names |= set(extensions)
91 def list_modules_setup_extensions(names): argument
111 names.add(name)
116 def list_frozen(names): argument
126 names.add(name)
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DDataRecord.java61 record.pl = in.namedIndex("pl", EPluralization.names); in read()
63 record.genders = in.namedIndexArray("gender", EGender.names); in read()
74 EHalfPlacement.names); in read()
76 EHalfSupport.names); in read()
87 ENumberSystem.names); in read()
93 EZeroHandling.names); in read()
95 EDecimalHandling.names); in read()
97 EFractionHandling.names); in read()
102 EMilliSupport.names); in read()
128 out.namedIndex("pl", EPluralization.names, pl); in write()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DDataRecord.java63 record.pl = in.namedIndex("pl", EPluralization.names); in read()
65 record.genders = in.namedIndexArray("gender", EGender.names); in read()
76 EHalfPlacement.names); in read()
78 EHalfSupport.names); in read()
89 ENumberSystem.names); in read()
95 EZeroHandling.names); in read()
97 EDecimalHandling.names); in read()
99 EFractionHandling.names); in read()
104 EMilliSupport.names); in read()
130 out.namedIndex("pl", EPluralization.names, pl); in write()
[all …]
/third_party/musl/src/dirent/
Dscandir.c13 struct dirent *de, **names=0, **tmp; in scandir() local
23 if (len > SIZE_MAX/sizeof *names) break; in scandir()
24 tmp = realloc(names, len * sizeof *names); in scandir()
26 names = tmp; in scandir()
28 names[cnt] = malloc(de->d_reclen); in scandir()
29 if (!names[cnt]) break; in scandir()
30 memcpy(names[cnt++], de, de->d_reclen); in scandir()
36 if (names) while (cnt-->0) free(names[cnt]); in scandir()
37 free(names); in scandir()
42 if (cmp) qsort(names, cnt, sizeof *names, (int (*)(const void *, const void *))cmp); in scandir()
[all …]
/third_party/selinux/libselinux/utils/
Dgetsebool.c18 char **names = NULL; in main() local
31 rc = security_get_boolean_names(&names, &len); in main()
58 names = calloc(len, sizeof(char *)); in main()
59 if (!names) { in main()
64 names[i] = strdup(argv[i + 1]); in main()
65 if (!names[i]) { in main()
75 active = security_get_boolean_active(names[i]); in main()
80 names[i]); in main()
84 pending = security_get_boolean_pending(names[i]); in main()
87 names[i]); in main()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DCommandOptions.java12 @Parameter(names = {
16 @Parameter(names = { "-a", "--all" }, description = "Show all the information for the font")
19 @Parameter(names = { "-c", "--csv" }, description = "Show the information in CSV format")
22 @Parameter(names = { "-d", "--detailed" }, description = "Show more detailed information")
25 @Parameter(names = { "-m", "--metrics" }, description = "Display font metrics")
28 @Parameter(names = { "-g", "--general" }, description = "Display general font information")
31 @Parameter(names = { "-p", "--cmap" }, description = "Display list of cmaps")
34 …@Parameter(names = { "-r", "--chars" }, description = "Display list of all characters in the font")
37 @Parameter(names = {
41 @Parameter(names = {
[all …]
/third_party/node/deps/openssl/openssl/apps/
Dlist.c126 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_ciphers()
131 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_ciphers()
132 if (names != NULL && EVP_CIPHER_names_do_all(c, collect_names, names)) { in list_ciphers()
134 print_names(bio_out, names); in list_ciphers()
152 sk_OPENSSL_CSTRING_free(names); in list_ciphers()
210 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_digests()
215 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_digests()
216 if (names != NULL && EVP_MD_names_do_all(m, collect_names, names)) { in list_digests()
218 print_names(bio_out, names); in list_digests()
236 sk_OPENSSL_CSTRING_free(names); in list_digests()
[all …]
/third_party/openssl/apps/
Dlist.c126 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_ciphers()
131 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_ciphers()
132 if (names != NULL && EVP_CIPHER_names_do_all(c, collect_names, names)) { in list_ciphers()
134 print_names(bio_out, names); in list_ciphers()
152 sk_OPENSSL_CSTRING_free(names); in list_ciphers()
210 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_digests()
215 names = sk_OPENSSL_CSTRING_new(name_cmp); in list_digests()
216 if (names != NULL && EVP_MD_names_do_all(m, collect_names, names)) { in list_digests()
218 print_names(bio_out, names); in list_digests()
236 sk_OPENSSL_CSTRING_free(names); in list_digests()
[all …]
/third_party/typescript/tests/baselines/reference/
DnamedTupleMembersErrors.errors.txt1 …TupleMembersErrors.ts(1,41): error TS5084: Tuple members must all have names or all not have names.
2 …TupleMembersErrors.ts(2,25): error TS5084: Tuple members must all have names or all not have names.
3 …TupleMembersErrors.ts(4,32): error TS5084: Tuple members must all have names or all not have names.
4 …TupleMembersErrors.ts(5,22): error TS5084: Tuple members must all have names or all not have names.
5 …TupleMembersErrors.ts(7,32): error TS5084: Tuple members must all have names or all not have names.
6 …TupleMembersErrors.ts(8,22): error TS5084: Tuple members must all have names or all not have names.
20 !!! error TS5084: Tuple members must all have names or all not have names.
23 !!! error TS5084: Tuple members must all have names or all not have names.
27 !!! error TS5084: Tuple members must all have names or all not have names.
30 !!! error TS5084: Tuple members must all have names or all not have names.
[all …]
DqualifiedName_ImportDeclarations-entity-names-referencing-a-var.symbols1 === tests/cases/compiler/qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts ===
3 >Alpha : Symbol(Alpha, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 0, …
6 >x : Symbol(x, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 1, 14))
10 >Beta : Symbol(Beta, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 2, 1))
13 >p : Symbol(p, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 4, 13))
14 >Alpha : Symbol(Alpha, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 0, …
15 >x : Symbol(p, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 1, 14))
20 >x : Symbol(x, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 9, 3))
21 >Alpha.x : Symbol(Alpha.x, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts,…
22 >Alpha : Symbol(Alpha, Decl(qualifiedName_ImportDeclarations-entity-names-referencing-a-var.ts, 0, …
[all …]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilderTest.java37 List<String> names = new ArrayList<String>(); in testPostTableBuilding() local
38 names.add(".notdef"); in testPostTableBuilding()
39 names.add("numbersign"); in testPostTableBuilding()
40 names.add("nonstandardglyph"); in testPostTableBuilding()
41 names.add("dcroat"); in testPostTableBuilding()
42 names.add("nonstandardglyph2"); in testPostTableBuilding()
44 postBuilder.setNames(names); in testPostTableBuilding()
50 assertEquals(names.size(), post.numberOfGlyphs()); in testPostTableBuilding()
51 for (int i = 0; i < names.size(); i++) { in testPostTableBuilding()
52 assertEquals(names.get(i), post.glyphName(i)); in testPostTableBuilding()
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/tests/
Dgpos3.tests1 #../fonts/gpos3_font1.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+00…
2 ../fonts/gpos3_font1.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+001…
3 #../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+00…
4 #../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+00…
5 #../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0014,U+00…
6 #../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0014,U+00…
7 ../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0012,U+001…
8 ../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+001…
9 ../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0013,U+001…
10 ../fonts/gpos3_font3.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0011,U+0012;[17|1…
[all …]
Dgsub_chaining2_simple.tests1 ../fonts/gsub_chaining2_simple_f1.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
2 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
3 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
4 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
5 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
6 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
7 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
8 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
9 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
10 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
[all …]
Dgpos_chaining3_simple.tests1 ../fonts/gpos_chaining3_simple_f1.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
2 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
3 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
4 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
5 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
6 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
7 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0015…
8 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0016…
9 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
10 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
[all …]
Dgsub_chaining1_simple.tests1 ../fonts/gsub_chaining1_simple_f1.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
2 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
3 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
4 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
5 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
6 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
7 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
8 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
9 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
10 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
[all …]
Dgpos_chaining2_simple.tests1 ../fonts/gpos_chaining2_simple_f1.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
2 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
3 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
4 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
5 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
6 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
7 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0015…
8 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0016…
9 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
10 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
[all …]
Dgpos_chaining1_simple.tests1 ../fonts/gpos_chaining1_simple_f1.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
2 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
3 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
4 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
5 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
6 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
7 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0015…
8 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0016…
9 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
10 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --ned;U+0000…
[all …]
Dgsub_chaining3_simple.tests1 ../fonts/gsub_chaining3_simple_f1.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
2 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
3 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
4 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
5 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
6 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
7 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
8 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
9 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
10 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --no-clusters --no-glyph-names --no-positio…
[all …]
/third_party/python/Lib/test/
Dtest___all__.py18 names = {}
25 exec("import %s" % modname, names)
33 names = {}
40 exec("from %s import *" % modname, names)
45 if "__builtins__" in names:
46 del names["__builtins__"]
47 if '__annotations__' in names:
48 del names['__annotations__']
49 if "__warningregistry__" in names:
50 del names["__warningregistry__"]
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c283 TT_Post_20 table = &face->postscript_names.names.format_20; in load_format_20()
353 TT_Post_25 table = &face->postscript_names.names.format_25; in load_format_25()
412 TT_Post_Names names = &face->postscript_names; in tt_face_free_ps_names() local
416 if ( names->loaded ) in tt_face_free_ps_names()
422 TT_Post_20 table = &names->names.format_20; in tt_face_free_ps_names()
439 TT_Post_25 table = &names->names.format_25; in tt_face_free_ps_names()
446 names->loaded = 0; in tt_face_free_ps_names()
481 TT_Post_Names names; in tt_face_get_ps_name() local
501 names = &face->postscript_names; in tt_face_get_ps_name()
515 TT_Post_20 table = &names->names.format_20; in tt_face_get_ps_name()
[all …]
/third_party/mesa3d/src/util/
Du_debug.c331 debug_dump_enum(const struct debug_named_value *names, in debug_dump_enum() argument
336 while (names->name) { in debug_dump_enum()
337 if (names->value == value) in debug_dump_enum()
338 return names->name; in debug_dump_enum()
339 ++names; in debug_dump_enum()
348 debug_dump_enum_noprefix(const struct debug_named_value *names, in debug_dump_enum_noprefix() argument
354 while (names->name) { in debug_dump_enum_noprefix()
355 if (names->value == value) { in debug_dump_enum_noprefix()
356 const char *name = names->name; in debug_dump_enum_noprefix()
363 ++names; in debug_dump_enum_noprefix()
[all …]

12345678910>>...161