/third_party/python/Lib/ |
H A D | shutil.py | 322 names = os.listxattr(src, follow_symlinks=follow_symlinks) 327 for name in names: 345 unaffected. `src` and `dst` are path-like objects or path names given as 445 def _ignore_patterns(path, names): 448 ignored_names.extend(fnmatch.filter(names, pattern)) 537 being visited by copytree(), and `names` which is the list of 540 callable(src, names) -> ignored_names 544 list of names relative to the `src` directory that should 1365 user and group can be the uid/gid or the user/group names, and in that case,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 1103 const std::string names[] = { "Less", "Greater", "Equal" }; in createRenderPassDitheringTests() local 1131 depthStencilTests->addChild(new DitheringTest(testCtx, "stencil" + names[j] + "_depth" + names[k] + "_op" + names[l] + "_" + formatName, testParams)); in createRenderPassDitheringTests()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 264 # to jinja. we do not support hyphens in block names, so let's 268 "Block names in Jinja have to be valid Python " 315 node.names = [] 328 if node.names: 336 "names starting with an underline can not be imported", 342 node.names.append((target.name, alias.name)) 344 node.names.append(target.name) 415 by setting `with_tuple` to `False`. If only assignments to names are 615 only names and literals are parsed. The `no_condexpr` parameter is
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 66 STACK_OF(OPENSSL_STRING) *names, 967 STACK_OF(OPENSSL_STRING) *names, in print_ocsp_summary() 977 if (req == NULL || !sk_OPENSSL_STRING_num(names)) in print_ocsp_summary() 985 name = sk_OPENSSL_STRING_value(names, i); in print_ocsp_summary() 966 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) print_ocsp_summary() argument
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | sfobjs.c | 155 rec = face->name_table.names; in FT_LOCAL_DEF() 223 /* we will thus favor names encoded in Windows formats if available */ in FT_LOCAL_DEF() 229 rec = face->name_table.names + found_win; in FT_LOCAL_DEF() 242 /* means UTF-16 encoded names (UCS-4 values are only used within */ in FT_LOCAL_DEF() 253 rec = face->name_table.names + found_apple; in FT_LOCAL_DEF() 258 rec = face->name_table.names + found_unicode; in FT_LOCAL_DEF() 1405 /* destroy the postscript names table if it is loaded */ in sfnt_done_face()
|
/third_party/python/Python/ |
H A D | ast.c | 893 ret = validate_nonempty_seq(stmt->v.Import.names, "names", "Import"); in validate_stmt() 900 ret = validate_nonempty_seq(stmt->v.ImportFrom.names, "names", "ImportFrom"); in validate_stmt() 903 ret = validate_nonempty_seq(stmt->v.Global.names, "names", "Global"); in validate_stmt() 906 ret = validate_nonempty_seq(stmt->v.Nonlocal.names, "names", "Nonlocal"); in validate_stmt()
|
H A D | sysmodule.c | 1568 sys.setdlopenflags(os.RTLD_GLOBAL). Symbolic names for the flag 2078 PyObject *names = PyTuple_New(len); in list_stdlib_module_names() local 2079 if (names == NULL) { in list_stdlib_module_names() 2086 Py_DECREF(names); in list_stdlib_module_names() 2089 PyTuple_SET_ITEM(names, i, name); in list_stdlib_module_names() 2093 "(O)", names); in list_stdlib_module_names() 2094 Py_DECREF(names); in list_stdlib_module_names() 2445 builtin_module_names -- tuple of module names built into this interpreter\n\
|
H A D | marshal.c | 1362 PyObject *names = NULL; in r_object() local 1401 names = r_object(p); in r_object() 1402 if (names == NULL) in r_object() 1440 .names = names, in r_object() 1468 Py_XDECREF(names); in r_object()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 1104 const std::string names[] = { "Less", "Greater", "Equal" }; in createRenderPassDitheringTests() local 1132 depthStencilTests->addChild(new DitheringTest(testCtx, "stencil" + names[j] + "_depth" + names[k] + "_op" + names[l] + "_" + formatName, "", testParams)); in createRenderPassDitheringTests()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 1824 char **names; in at91_gpio_probe() local 1885 names = devm_kcalloc(&pdev->dev, chip->ngpio, sizeof(char *), in at91_gpio_probe() 1888 if (!names) { in at91_gpio_probe() 1894 names[i] = devm_kasprintf(&pdev->dev, GFP_KERNEL, "pio%c%d", alias_idx + 'A', i); in at91_gpio_probe() 1896 chip->names = (const char *const *)names; in at91_gpio_probe()
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1392 static const char * const names[4] = { in snd_echo_digital_mode_info() local 1399 return snd_ctl_enum_info(uinfo, 1, chip->num_digital_modes, names); in snd_echo_digital_mode_info() 1479 static const char * const names[2] = {"Consumer", "Professional"}; in snd_echo_spdif_mode_info() local 1481 return snd_ctl_enum_info(uinfo, 1, 2, names); in snd_echo_spdif_mode_info() 1529 static const char * const names[8] = { in snd_echo_clock_source_info() local 1536 return snd_ctl_enum_info(uinfo, 1, chip->num_clock_sources, names); in snd_echo_clock_source_info()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4recover.c | 17 * 3. Neither the name of the University nor the names of its 266 struct list_head names; member 284 list_add(&entry->list, &ctx->names); in nfsd4_build_namelist() 295 .names = LIST_HEAD_INIT(ctx.names) in nfsd4_list_rec_dir() 313 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir() 330 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4recover.c | 17 * 3. Neither the name of the University nor the names of its 266 struct list_head names; member 284 list_add(&entry->list, &ctx->names); in nfsd4_build_namelist() 295 .names = LIST_HEAD_INIT(ctx.names) in nfsd4_list_rec_dir() 313 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir() 330 list_for_each_entry_safe(entry, tmp, &ctx.names, list) { in nfsd4_list_rec_dir()
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio.c | 1409 static const char * const names[4] = { in snd_echo_digital_mode_info() local 1416 return snd_ctl_enum_info(uinfo, 1, chip->num_digital_modes, names); in snd_echo_digital_mode_info() 1496 static const char * const names[2] = {"Consumer", "Professional"}; in snd_echo_spdif_mode_info() local 1498 return snd_ctl_enum_info(uinfo, 1, 2, names); in snd_echo_spdif_mode_info() 1546 static const char * const names[8] = { in snd_echo_clock_source_info() local 1553 return snd_ctl_enum_info(uinfo, 1, chip->num_clock_sources, names); in snd_echo_clock_source_info()
|
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 271 static const char* names[4] = { "ASIC", "SCAN_VAL", "MOTOR", "BANK_COUNT" }; in Mustek_PP_1015_reg_r_name() local 272 return names[id & 0x03]; in Mustek_PP_1015_reg_r_name() 278 static const char* names[4] = { "????", "MOTOR_HOME", "????", "MOTOR_BUSY" }; in Mustek_PP_1015_bit_name() local 279 return names[id & 0x03]; in Mustek_PP_1015_bit_name() 285 static const char* names[4][4] = in Mustek_PP_1015_reg_w_name() local 292 return names[(id & 0x30) >> 4][id & 0x03]; in Mustek_PP_1015_reg_w_name()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cldrtest.c | 964 // log_verbose("skipping test for %s, some month and country names known to use aux exemplars\n", currLoc); in VerifyTranslation() 989 UResourceBundle* names = ures_getByKeyWithFallback(greg, "dayNames", NULL, &errorCode); in VerifyTranslation() local 990 UResourceBundle* format = ures_getByKeyWithFallback(names, "format", NULL, &errorCode); in VerifyTranslation() 1004 log_knownIssue("cldrbug:8899", "lrc and mzn locales don't have translated day names")) { in VerifyTranslation() 1008 log_knownIssue("cldrbug:14995", "mai/sd_Deva day names use chars not in exemplars")) { in VerifyTranslation() 1012 log_knownIssue("cldrbug:15355", "ks_Deva day names use chars not in exemplars")) { in VerifyTranslation() 1030 ures_close(names); in VerifyTranslation() 1032 names = ures_getByKeyWithFallback(greg, "monthNames", NULL, &errorCode); in VerifyTranslation() 1033 format = ures_getByKeyWithFallback(names,"format", NULL, &errorCode); in VerifyTranslation() 1045 log_knownIssue("cldrbug:14995", "sd_Deva month names us in VerifyTranslation() [all...] |
/third_party/python/Modules/ |
H A D | _elementtree.c | 3053 PyObject *names; member 3081 /* look the 'raw' name up in the names dictionary */ in makeuniversal() 3086 value = PyDict_GetItemWithError(self->names, key); in makeuniversal() 3129 /* add to names dictionary */ in makeuniversal() 3130 if (PyDict_SetItem(self->names, key, value) < 0) { in makeuniversal() 3602 self->target = self->entity = self->names = NULL; in xmlparser_new() 3641 self->names = PyDict_New(); in _elementtree_XMLParser___init___impl() 3642 if (!self->names) { in _elementtree_XMLParser___init___impl() 3650 Py_CLEAR(self->names); in _elementtree_XMLParser___init___impl() 3666 Py_CLEAR(self->names); in _elementtree_XMLParser___init___impl() [all...] |
/third_party/python/Lib/test/ |
H A D | test_ast.py | 367 ast.Import(names=[ast.alias(name='builtins', lineno=1, col_offset=0)], lineno=1, col_offset=0), 368 ast.Import(names=[ast.alias(name='traceback', lineno=0, col_offset=0)], lineno=0, col_offset=1) 392 self.assertEqual(len(im.names), 1) 393 alias = im.names[0] 402 alias = im.names[0] 411 alias = im.names[0] 420 alias = im.names[0] 1240 names=[ast.alias(name='sleep')], 1250 names=[ast.alias(name='sleep', 1492 self.stmt(ast.Import([]), "empty names o [all...] |
/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_virtio.c | 651 const char *names = "output"; in cfv_probe() local 678 err = virtio_find_vqs(vdev, 1, &cfv->vq_tx, &vq_cbs, &names, NULL); in cfv_probe()
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | ffs-test.c | 590 static const char *const names[] = { in ep0_consume() local 614 printf("Event %s\n", names[event->type]); in ep0_consume()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | adp5588-keys.c | 209 kpad->gc.names = gpio_data->names; in adp5588_gpio_add()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | tmp401.c | 688 static const char * const names[] = { in tmp401_probe() local 728 dev_info(dev, "Detected TI %s chip\n", names[data->kind]); in tmp401_probe()
|
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | virtio_transport.c | 553 static const char * const names[] = { in virtio_vsock_probe() local 581 vsock->vqs, callbacks, names, in virtio_vsock_probe()
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | loader.c | 583 static const char *const names[] = { in catpt_load_images() local 594 ret = catpt_load_image(cdev, chan, names[cdev->spec->core_id - 1], in catpt_load_images()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | cpcap-battery.c | 732 const char * const names[CPCAP_BATTERY_IIO_NR] = { in cpcap_battery_init_iio() local 739 names[i]); in cpcap_battery_init_iio()
|