Home
last modified time | relevance | path

Searched refs:names (Results 1 - 25 of 1410) sorted by relevance

12345678910>>...57

/third_party/eudev/src/udev/
H A Dudev-builtin-net_id.c21 * Predictable network interface device names based on:
35 * Type of names:
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 in dev_pci_onboard()
188 dev_pci_slot(struct udev_device *dev, struct netnames *names) dev_pci_slot() argument
276 names_pci(struct udev_device *dev, struct netnames *names) names_pci() argument
296 names_usb(struct udev_device *dev, struct netnames *names) names_usb() argument
349 names_bcma(struct udev_device *dev, struct netnames *names) names_bcma() argument
368 names_ccw(struct udev_device *dev, struct netnames *names) names_ccw() argument
406 names_mac(struct udev_device *dev, struct netnames *names) names_mac() argument
440 ieee_oui(struct udev_device *dev, struct netnames *names, bool test) ieee_oui() argument
461 struct netnames names = {}; builtin_net_id() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A 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 in parse_substitution()
4206 sub_type names; global() member
[all...]
/third_party/selinux/checkpolicy/
H A 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 TARGE
833 names : identifier global() label
[all...]
/third_party/glslang/SPIRV/
H A Ddisassemble.cpp18 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its
449 // Get names for printing "(XXX)" for readability, *after* this id in disassembleInstruction()
578 static void GLSLstd450GetDebugNames(const char** names) in GLSLstd450GetDebugNames() argument
581 names[i] = "Unknown"; in GLSLstd450GetDebugNames()
583 names[GLSLstd450Round] = "Round"; in GLSLstd450GetDebugNames()
584 names[GLSLstd450RoundEven] = "RoundEven"; in GLSLstd450GetDebugNames()
585 names[GLSLstd450Trunc] = "Trunc"; in GLSLstd450GetDebugNames()
586 names[GLSLstd450FAbs] = "FAbs"; in GLSLstd450GetDebugNames()
587 names[GLSLstd450SAbs] = "SAbs"; in GLSLstd450GetDebugNames()
588 names[GLSLstd450FSig in GLSLstd450GetDebugNames()
[all...]
/third_party/python/Tools/scripts/
H A Dgenerate_stdlib_module_names.py1 # This script lists the names of standard library modules
64 def list_python_modules(names):
69 names.add(name)
73 def list_packages(names):
82 names.add(name)
86 def list_setup_extensions(names):
87 cmd = [sys.executable, SETUP_PY, "-q", "build", "--list-module-names"]
91 names |= set(extensions)
95 def list_modules_setup_extensions(names):
115 names
[all...]
/third_party/musl/src/dirent/
H A 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[cn in scandir()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A 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, p in write()
207 public static final String[] names = { "NOLIMIT", "LT", "MT" }; global() field
214 public static final String[] names = { "NODIRECTION", "PAST", "FUTURE" }; global() field
221 public static final String[] names = { "PLURALIZED", "MEDIUM", "SHORT" }; global() field
231 public static final String[] names = { "INTEGER", "INTEGER_CUSTOM", global() field
242 public static final String[] names = { "NONE", "PLURAL", "DUAL", global() field
250 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" }; global() field
258 public static final String[] names = { "DEFAULT", global() field
265 public static final String[] names = { "ZPLURAL", "ZSINGULAR" }; global() field
273 public static final String[] names = { "DPLURAL", "DSINGULAR", global() field
282 public static final String[] names = { "FPLURAL", "FSINGULAR_PLURAL", global() field
290 public static final String[] names = { "YES", "NO", "ONE_PLUS" }; global() field
297 public static final String[] names = { "YES", "NO", "WITH_SECONDS" }; global() field
304 public static final String[] names = { "NONE", "SHORT", "FULL" }; global() field
311 public static final String[] names = { "M", "F", "N" }; global() field
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A 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, p in write()
215 public static final String[] names = { "NOLIMIT", "LT", "MT" }; global() field
225 public static final String[] names = { "NODIRECTION", "PAST", "FUTURE" }; global() field
235 public static final String[] names = { "PLURALIZED", "MEDIUM", "SHORT" }; global() field
248 public static final String[] names = { "INTEGER", "INTEGER_CUSTOM", global() field
262 public static final String[] names = { "NONE", "PLURAL", "DUAL", global() field
273 public static final String[] names = { "PREFIX", "AFTER_FIRST", "LAST" }; global() field
284 public static final String[] names = { "DEFAULT", global() field
294 public static final String[] names = { "ZPLURAL", "ZSINGULAR" }; global() field
305 public static final String[] names = { "DPLURAL", "DSINGULAR", global() field
317 public static final String[] names = { "FPLURAL", "FSINGULAR_PLURAL", global() field
328 public static final String[] names = { "YES", "NO", "ONE_PLUS" }; global() field
338 public static final String[] names = { "YES", "NO", "WITH_SECONDS" }; global() field
348 public static final String[] names = { "NONE", "SHORT", "FULL" }; global() field
358 public static final String[] names = { "M", "F", "N" }; global() field
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhelp-unknown-cmd.c43 tmp = realloc(cmds->names, cmds->alloc * sizeof(*cmds->names)); in add_cmd_list()
46 cmds->names = tmp; in add_cmd_list()
49 cmds->names[cmds->cnt++] = old->names[i]; in add_cmd_list()
50 zfree(&old->names); in add_cmd_list()
71 qsort(main_cmds.names, main_cmds.cnt, in help_unknown_cmd()
72 sizeof(main_cmds.names), cmdname_compare); in help_unknown_cmd()
78 main_cmds.names[i]->len = in help_unknown_cmd()
79 levenshtein(cmd, main_cmds.names[ in help_unknown_cmd()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhelp-unknown-cmd.c43 tmp = realloc(cmds->names, cmds->alloc * sizeof(*cmds->names)); in add_cmd_list()
46 cmds->names = tmp; in add_cmd_list()
49 cmds->names[cmds->cnt++] = old->names[i]; in add_cmd_list()
50 zfree(&old->names); in add_cmd_list()
71 qsort(main_cmds.names, main_cmds.cnt, in help_unknown_cmd()
72 sizeof(main_cmds.names), cmdname_compare); in help_unknown_cmd()
78 main_cmds.names[i]->len = in help_unknown_cmd()
79 levenshtein(cmd, main_cmds.names[ in help_unknown_cmd()
[all...]
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c26 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()
27 cmds->names[cmds->cnt++] = ent; in add_cmdname()
35 zfree(&cmds->names[i]); in clean_cmdnames()
36 zfree(&cmds->names); in clean_cmdnames()
56 if (!strcmp(cmds->names[i]->name, cmds->names[i-1]->name)) in uniq()
57 zfree(&cmds->names[i - 1]); in uniq()
60 if (cmds->names[i]) { in uniq()
64 cmds->names[j++] = cmds->names[ in uniq()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A 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/selinux/libselinux/utils/
H A Dgetsebool.c18 char **names = NULL; in main() local
31 rc = security_get_boolean_names(&names, &len); in main()
34 "%s: Unable to get boolean names: %s\n", 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[ in main()
[all...]
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c24 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc); in add_cmdname()
25 cmds->names[cmds->cnt++] = ent; in add_cmdname()
33 zfree(&cmds->names[i]); in clean_cmdnames()
34 zfree(&cmds->names); in clean_cmdnames()
54 if (!strcmp(cmds->names[i]->name, cmds->names[i-1]->name)) in uniq()
55 zfree(&cmds->names[i - 1]); in uniq()
58 if (cmds->names[i]) { in uniq()
62 cmds->names[j++] = cmds->names[ in uniq()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c28 #include "names.h"
126 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 ! in list_digests()
[all...]
/third_party/openssl/apps/
H A Dlist.c28 #include "names.h"
126 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 ! in list_digests()
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilderTest.java37 List<String> names = new ArrayList<String>(); in testPostTableBuilding()
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 in testPostTableBuilding()
[all...]
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.03/
H A D15.02.03-009.js25 names = Object.getOwnPropertyNames(a);
27 assert(names instanceof Array &&
28 names[0] === "prop1" &&
29 names[1] === "prop2" &&
30 names[2] === "foo" &&
31 names[3] === "bar")
H A D15.02.03-010.js17 names = Object.getOwnPropertyNames(a);
19 assert(names instanceof Array);
24 if (names[i] === "0") { is_0 = true; }
25 if (names[i] === "1") { is_1 = true; }
26 if (names[i] === "2") { is_2 = true; }
27 if (names[i] === "length") { is_length = true; }
/third_party/typescript/tests/baselines/reference/
H A DoptionalChainingInArrow.js3 const test = (names: string[]) =>
5 names?.filter(x => x);
10 var test = function (names) {
12 return names === null || names === void 0 ? void 0 : names.filter(function (x) { return x; });
/third_party/python/Lib/test/
H A Dtest___all__.py42 names = {}
50 exec("import %s" % modname, names)
58 names = {}
65 exec("from %s import *" % modname, names)
70 if "__builtins__" in names:
71 del names["__builtins__"]
72 if '__annotations__' in names:
73 del names['__annotations__']
74 if "__warningregistry__" in names:
75 del names["__warningregistry_
[all...]
/kernel/linux/linux-5.10/net/ethtool/
H A Dbitset.h12 unsigned int nbits, ethnl_string_array_t names,
15 ethnl_string_array_t names, bool compact);
18 unsigned int nbits, ethnl_string_array_t names,
22 ethnl_string_array_t names, bool compact);
24 const struct nlattr *attr, ethnl_string_array_t names,
27 const struct nlattr *attr, ethnl_string_array_t names,
31 ethnl_string_array_t names,
H A Dprivflags.c28 const char (**names)[ETH_GSTRING_LEN]) in ethnl_get_priv_flags_info()
37 if (names) { in ethnl_get_priv_flags_info()
38 *names = kcalloc(nflags, ETH_GSTRING_LEN, GFP_KERNEL); in ethnl_get_priv_flags_info()
39 if (!*names) in ethnl_get_priv_flags_info()
41 ops->get_strings(dev, ETH_SS_PRIV_FLAGS, (u8 *)*names); in ethnl_get_priv_flags_info()
46 * must not adjust nflags before allocating the space for flag names in ethnl_get_priv_flags_info()
64 const char (*names)[ETH_GSTRING_LEN]; in privflags_prepare_data()
76 ret = ethnl_get_priv_flags_info(dev, &nflags, &names); in privflags_prepare_data()
80 data->priv_flag_names = names; in privflags_prepare_data()
144 const char (*names)[ETH_GSTRING_LE in ethnl_set_privflags()
26 ethnl_get_priv_flags_info(struct net_device *dev, unsigned int *count, const char (**names)[ETH_GSTRING_LEN]) ethnl_get_priv_flags_info() argument
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H A Dbitset.h12 unsigned int nbits, ethnl_string_array_t names,
15 ethnl_string_array_t names, bool compact);
18 unsigned int nbits, ethnl_string_array_t names,
22 ethnl_string_array_t names, bool compact);
24 const struct nlattr *attr, ethnl_string_array_t names,
27 const struct nlattr *attr, ethnl_string_array_t names,
31 ethnl_string_array_t names,
H A Dprivflags.c28 const char (**names)[ETH_GSTRING_LEN]) in ethnl_get_priv_flags_info()
37 if (names) { in ethnl_get_priv_flags_info()
38 *names = kcalloc(nflags, ETH_GSTRING_LEN, GFP_KERNEL); in ethnl_get_priv_flags_info()
39 if (!*names) in ethnl_get_priv_flags_info()
41 ops->get_strings(dev, ETH_SS_PRIV_FLAGS, (u8 *)*names); in ethnl_get_priv_flags_info()
46 * must not adjust nflags before allocating the space for flag names in ethnl_get_priv_flags_info()
64 const char (*names)[ETH_GSTRING_LEN]; in privflags_prepare_data()
76 ret = ethnl_get_priv_flags_info(dev, &nflags, &names); in privflags_prepare_data()
80 data->priv_flag_names = names; in privflags_prepare_data()
147 const char (*names)[ETH_GSTRING_LE in ethnl_set_privflags()
26 ethnl_get_priv_flags_info(struct net_device *dev, unsigned int *count, const char (**names)[ETH_GSTRING_LEN]) ethnl_get_priv_flags_info() argument
[all...]

Completed in 13 milliseconds

12345678910>>...57