/third_party/eudev/src/udev/ |
D | udev-builtin-net_id.c | 131 static int dev_pci_onboard(struct udev_device *dev, struct netnames *names) { in dev_pci_onboard() argument 139 attr = udev_device_get_sysattr_value(names->pcidev, "acpi_index"); in dev_pci_onboard() 142 attr = udev_device_get_sysattr_value(names->pcidev, "index"); in dev_pci_onboard() 155 s = names->pci_onboard; in dev_pci_onboard() 156 l = sizeof(names->pci_onboard); in dev_pci_onboard() 161 names->pci_onboard[0] = '\0'; in dev_pci_onboard() 163 names->pci_onboard_label = udev_device_get_sysattr_value(names->pcidev, "label"); in dev_pci_onboard() 188 static int dev_pci_slot(struct udev_device *dev, struct netnames *names) { in dev_pci_slot() argument 189 struct udev *udev = udev_device_get_udev(names->pcidev); in dev_pci_slot() 200 …if (sscanf(udev_device_get_sysname(names->pcidev), "%x:%x:%x.%u", &domain, &bus, &slot, &func) != … in dev_pci_slot() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 145 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/boost/libs/log/test/run/ |
D | attr_sets_insertion_lookup.cpp | 36 logging::attribute_name names[20]; in test_insertion_lookup() local 37 for (unsigned int i = 0; i < sizeof(names) / sizeof(*names); ++i) in test_insertion_lookup() 41 names[i] = logging::attribute_name(strm.str()); in test_insertion_lookup() 45 values.insert(names[17], value); in test_insertion_lookup() 46 values.insert(names[1], value); in test_insertion_lookup() 47 values.insert(names[8], value); in test_insertion_lookup() 48 values.insert(names[9], value); in test_insertion_lookup() 49 values.insert(names[10], value); in test_insertion_lookup() 50 values.insert(names[16], value); in test_insertion_lookup() 51 values.insert(names[0], value); in test_insertion_lookup() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | emoji-clusters.tests | 1 ../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/ |
D | disassemble.cpp | 554 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/ |
D | policy_parse.y | 222 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/glib/gio/ |
D | gthemedicon.c | 53 char **names; member 106 gchar **names; in g_themed_icon_set_property() local 126 names = g_value_dup_boxed (value); in g_themed_icon_set_property() 128 if (!names) in g_themed_icon_set_property() 134 icon->init_names = names; in g_themed_icon_set_property() 160 g_strfreev (themed->names); in g_themed_icon_finalize() 230 themed->names = NULL; in g_themed_icon_init() 262 GList *names = NULL; in g_themed_icon_update_names() local 280 if (g_list_find_custom (names, name, (GCompareFunc) g_strcmp0)) in g_themed_icon_update_names() 287 names = g_list_prepend (names, g_strdup (themed->init_names[i])); in g_themed_icon_update_names() [all …]
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | font_collection_unittests.cc | 68 std::set<std::string> names = 72 ASSERT_TRUE(names.size() >= 19ull); 74 ASSERT_EQ(names.count("Roboto"), 1ull); 75 ASSERT_EQ(names.count("Homemade Apple"), 1ull); 77 ASSERT_EQ(names.count("KoreanFont Test"), 1ull); 78 ASSERT_EQ(names.count("JapaneseFont Test"), 1ull); 79 ASSERT_EQ(names.count("EmojiFont Test"), 1ull); 80 ASSERT_EQ(names.count("ItalicFont Test"), 1ull); 81 ASSERT_EQ(names.count("VariationSelector Test"), 1ull); 82 ASSERT_EQ(names.count("ColorEmojiFont Test"), 1ull); [all …]
|
/third_party/boost/libs/log/src/ |
D | default_attribute_names.cpp | 32 class names : 33 public lazy_singleton< names, shared_ptr< names > > 36 typedef lazy_singleton< names, shared_ptr< names > > base_type; 39 friend class lazy_singleton< names, shared_ptr< names > >; 54 names() : 67 get_instance().reset(new names()); 71 static names& get() 81 return names::get().severity; 86 return names::get().channel; in channel() 91 return names::get().message; in message() [all …]
|
/third_party/python/Tools/scripts/ |
D | generate_stdlib_module_names.py | 60 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/musl/src/dirent/ |
D | scandir.c | 13 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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
D | DataRecord.java | 63 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | DataRecord.java | 61 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/boost/libs/graph/example/ |
D | city_visitor.cpp | 58 city_arrival(string* n) : names(n) {} in city_arrival() 64 << "arriving at " << names[u] << endl in operator ()() 67 string* names; member 72 neighbor_cities(string* n) : names(n) {} in neighbor_cities() 77 cout << names[target(e, g)] << ", "; in operator ()() 79 string* names; member 84 finish_city(string* n) : names(n) {} in finish_city() 89 cout << endl << "finished with " << names[u] << endl; in operator ()() 91 string* names; member 112 string names[] in main() local [all …]
|
/third_party/selinux/libselinux/utils/ |
D | getsebool.c | 18 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/mindspore/tests/ut/python/pynative_mode/nn/ |
D | test_cell.py | 118 names = list(n.parameters_dict().keys()) 119 assert len(names) == n.name_len 120 assert names[0] == "mod1.weight" 121 assert names[1] == "mod2.weight" 122 assert names[2] == "mod3.mod1.weight" 123 assert names[3] == "mod3.mod2.weight" 131 names = [] 134 names.append(m[0]) 135 assert names[0] == "mod1.weight" 136 assert names[1] == "mod2.weight" [all …]
|
/third_party/mindspore/tests/ut/python/nn/ |
D | test_cell.py | 110 names = list(n.parameters_dict().keys()) 111 assert len(names) == n.name_len 112 assert names[0] == "mod1.weight" 113 assert names[1] == "mod2.weight" 114 assert names[2] == "mod3.mod1.weight" 115 assert names[3] == "mod3.mod2.weight" 123 names = [] 126 names.append(m[0]) 127 assert names[0] == "mod1.weight" 128 assert names[1] == "mod2.weight" [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | CommandOptions.java | 12 @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/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | CommandOptions.java | 12 @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/typescript/tests/baselines/reference/ |
D | qualifiedName_ImportDeclarations-entity-names-referencing-a-var.symbols | 1 === 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 …]
|
D | namedTupleMembersErrors.errors.txt | 1 …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 …]
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
D | PostScriptTableBuilderTest.java | 37 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/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
D | PostScriptTableBuilderTest.java | 37 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/ |
D | gpos3.tests | 1 #../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 …]
|
/third_party/harfbuzz/test/shaping/data/aots/tests/ |
D | gpos3.tests | 1 #../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 …]
|