/third_party/openssl/test/ |
H A D | param_build_test.c | 370 char names[100][3]; in builder_limit_test() local 379 names[i][0] = 'A' + (i / 26) - 1; in builder_limit_test() 380 names[i][1] = 'a' + (i % 26) - 1; in builder_limit_test() 381 names[i][2] = '\0'; in builder_limit_test() 382 if (!TEST_true(OSSL_PARAM_BLD_push_int(bld, names[i], 3 * i + 1))) in builder_limit_test()
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 383 def names(self): member in EntryPoints 385 Return the set of all names of all entry points. 493 def names(self): member in SelectableGroups 496 >>> SelectableGroups().names 499 return self._all.names 807 names = zip_path.root.namelist() 810 return dict.fromkeys(child.split(posixpath.sep, 1)[0] for child in names) 904 (or all names if ``None`` indicated) along the paths in the list
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | xml_consistency.py | 30 # These are extensions whose names *look* like they end in version numbers, 123 names = set() 126 names.add(val.get('name')) 127 return names 215 # Keys are entity names, values are tuples or lists of message text to suppress. 407 allowedStructs - set of struct names explicitly allowed""" 542 name_exceptions - set of API names to not check, in addition to 555 """Check names in a list of elements for consistency 650 Make sure that trailing version numbers in extension names are treated\n\ 651 as separate words in extension enumerant names [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/ |
H A D | resolve.go | 69 // Calculate the unique parameter names 358 // between E.b and b, as the generators return different names for 498 // overloads, calculating the list of unique parameter names 501 names := []string{} 507 names = append(names, p.Name) 512 sort.Strings(names) 513 return names
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-aspeed-sgpio.c | 51 const char names[4][3]; member 66 .names = { "A", "B", "C", "D" }, 72 .names = { "E", "F", "G", "H" }, 78 .names = { "I", "J" },
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | nic.c | 453 * @names: Buffer to copy names to, or %NULL. The names are copied 460 const unsigned long *mask, u8 *names) in efx_nic_describe_stats() 467 if (names) { in efx_nic_describe_stats() 468 strlcpy(names, desc[index].name, in efx_nic_describe_stats() 470 names += ETH_GSTRING_LEN; in efx_nic_describe_stats() 459 efx_nic_describe_stats(const struct efx_hw_stat_desc *desc, size_t count, const unsigned long *mask, u8 *names) efx_nic_describe_stats() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.c | 440 * @names: Buffer to copy names to, or %NULL. The names are copied 447 const unsigned long *mask, u8 *names) in ef4_nic_describe_stats() 454 if (names) { in ef4_nic_describe_stats() 455 strlcpy(names, desc[index].name, in ef4_nic_describe_stats() 457 names += ETH_GSTRING_LEN; in ef4_nic_describe_stats() 446 ef4_nic_describe_stats(const struct ef4_hw_stat_desc *desc, size_t count, const unsigned long *mask, u8 *names) ef4_nic_describe_stats() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.c | 440 * @names: Buffer to copy names to, or %NULL. The names are copied 447 const unsigned long *mask, u8 *names) in ef4_nic_describe_stats() 454 if (names) { in ef4_nic_describe_stats() 455 strscpy(names, desc[index].name, in ef4_nic_describe_stats() 457 names += ETH_GSTRING_LEN; in ef4_nic_describe_stats() 446 ef4_nic_describe_stats(const struct ef4_hw_stat_desc *desc, size_t count, const unsigned long *mask, u8 *names) ef4_nic_describe_stats() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic.c | 295 * @names: Buffer to copy names to, or %NULL. The names are copied 302 const unsigned long *mask, u8 *names) in efx_nic_describe_stats() 309 if (names) { in efx_nic_describe_stats() 310 strscpy(names, desc[index].name, in efx_nic_describe_stats() 312 names += ETH_GSTRING_LEN; in efx_nic_describe_stats() 301 efx_nic_describe_stats(const struct efx_hw_stat_desc *desc, size_t count, const unsigned long *mask, u8 *names) efx_nic_describe_stats() argument
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-msc313.c | 29 /* pad names for fuart, same for all SoCs so far */ 35 /* pad names for sr, mercury5 is different */ 53 /* pad names for sd, same for all SoCs so far */ 61 /* pad names for i2c1, same for all SoCs so for */ 65 /* pad names for spi0, same for all SoCs so far */ 193 const char * const *names; member 200 .names = _chip##_names, \ 444 * ssd20x has the same pin names but different ordering 661 gpiochip->names = gpio->gpio_data->names; in msc313_gpio_probe() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | nic.c | 446 * @names: Buffer to copy names to, or %NULL. The names are copied 453 const unsigned long *mask, u8 *names) in efx_siena_describe_stats() 460 if (names) { in efx_siena_describe_stats() 461 strscpy(names, desc[index].name, in efx_siena_describe_stats() 463 names += ETH_GSTRING_LEN; in efx_siena_describe_stats() 452 efx_siena_describe_stats(const struct efx_hw_stat_desc *desc, size_t count, const unsigned long *mask, u8 *names) efx_siena_describe_stats() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_drv.c | 581 static const char * const names[] = { in rcar_du_output_name() local 593 if (output >= ARRAY_SIZE(names) || !names[output]) in rcar_du_output_name() 596 return names[output]; in rcar_du_output_name()
|
/third_party/mbedtls/scripts/ |
H A D | config.py | 68 def all(self, *names): 69 """True if all the elements of names are active (i.e. set).""" 70 return all(self.__contains__(name) for name in names) 72 def any(self, *names): 73 """True if at least one symbol in names are active (i.e. set).""" 74 return any(self.__contains__(name) for name in names)
|
/third_party/node/deps/v8/tools/ |
H A D | stats-viewer.py | 14 # * Neither the name of Google Inc. nor the names of its 71 name_filter: The regexp filter to apply to counter names. 80 # A mapping from counter names to the ui element that displays 193 names = {} 197 names[name] = counter 202 sorted_keys = names.keys() 205 # Group together the names whose suffix after a ':' are the same. 208 counter = names[name] 459 name_filter: The regexp filter to apply to counter names. 469 help=("regexp filter for counter names " [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 10 test_targets: unqualified target names to search for. Any target in this list 431 . any target names not found. If this is empty all targets were found.""" 603 def _NamesNotIn(names, mapping): 604 """Returns a list of the values in |names| that are not in |mapping|.""" 605 return [name for name in names if name not in mapping] 608 def _LookupTargets(names, mapping): 609 """Returns a list of the mapping[name] for each value in |names| that is in 611 return [mapping[name] for name in names if name in mapping] 704 # 'all' is subsequentely added to the matching names below.
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 10 test_targets: unqualified target names to search for. Any target in this list 431 . any target names not found. If this is empty all targets were found.""" 603 def _NamesNotIn(names, mapping): 604 """Returns a list of the values in |names| that are not in |mapping|.""" 605 return [name for name in names if name not in mapping] 608 def _LookupTargets(names, mapping): 609 """Returns a list of the mapping[name] for each value in |names| that is in 611 return [mapping[name] for name in names if name in mapping] 702 # 'all' is subsequentely added to the matching names below.
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-regexp.cc | 67 Handle<FixedArray> names(Handle<FixedArray>::cast(maybe_names)); in BuildIndices() 68 int num_names = names->length() >> 1; in BuildIndices() 79 Handle<String> name(String::cast(names->get(name_offset)), isolate); in BuildIndices() 80 Handle<Smi> smi_index(Smi::cast(names->get(index_offset)), isolate); in BuildIndices()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.c | 229 const char *names[] = { in intel_measure_snapshot_string() local 249 assert(type < ARRAY_SIZE(names)); in intel_measure_snapshot_string() 250 assert(names[type] != NULL); in intel_measure_snapshot_string() 252 return names[type]; in intel_measure_snapshot_string()
|
/third_party/python/Lib/ |
H A D | compileall.py | 31 names = os.listdir(dir) 35 names = [] 36 names.sort() 37 for name in names: 354 'if "-", names are read from stdin')) 356 help=('zero or more file and directory names '
|
H A D | site.py | 221 names = os.listdir(sitedir) 224 names = [name for name in names if name.endswith(".pth")] 225 for name in sorted(names):
|
/third_party/python/Lib/distutils/command/ |
H A D | install.py | 506 def convert_paths(self, *names): 507 """Call `convert_path` over `names`.""" 508 for name in names: 546 def change_roots(self, *names): 548 for name in names:
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | SymbolTable.cpp | 157 // (parameter names may differ). in setFunctionParameterNamesFromDefinition() 293 const std::vector<ImmutableString> &names) const in findGlobalWithConversion() 295 for (const ImmutableString &name : names) in findGlobalWithConversion() 304 const TSymbol *TSymbolTable::findBuiltInWithConversion(const std::vector<ImmutableString> &names, in findBuiltInWithConversion() argument 307 for (const ImmutableString &name : names) in findBuiltInWithConversion()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.cpp | 386 auto names = SkPDFMakeArray(); in makeStructTreeRoot() local 389 names->appendString(idString); in makeStructTreeRoot() 390 names->appendRef(entry.ref); in makeStructTreeRoot() 392 idTreeLeaf.insertObject("Names", std::move(names)); in makeStructTreeRoot()
|
/third_party/python/Objects/clinic/ |
H A D | codeobject.c.h | 7 " flags, codestring, constants, names, varnames, filename, name,\n" 17 PyObject *code, PyObject *consts, PyObject *names, 35 PyObject *names; in code_new() local 92 names = PyTuple_GET_ITEM(args, 8); in code_new() 153 return_value = code_new_impl(type, argcount, posonlyargcount, kwonlyargcount, nlocals, stacksize, flags, code, consts, names, varnames, filename, name, qualname, firstlineno, linetable, exceptiontable, freevars, cellvars); in code_new()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 1509 QStringList names; in updateTrayIcon() local 1518 names << "network-wireless-offline-symbolic" in updateTrayIcon() 1524 names << "network-wireless-acquiring-symbolic" in updateTrayIcon() 1528 names << "network-wireless-connected-symbolic" in updateTrayIcon() 1532 names << "network-wireless-signal-none-symbolic" in updateTrayIcon() 1536 names << "network-wireless-signal-weak-symbolic" in updateTrayIcon() 1540 names << "network-wireless-signal-ok-symbolic" in updateTrayIcon() 1544 names << "network-wireless-signal-good-symbolic" in updateTrayIcon() 1548 names << "network-wireless-signal-excellent-symbolic" in updateTrayIcon() 1554 tray_icon->setIcon(loadThemedIcon(names, fallback_ico in updateTrayIcon() 1558 loadThemedIcon(const QStringList &names, const QIcon &fallback) loadThemedIcon() argument [all...] |