Home
last modified time | relevance | path

Searched refs:names (Results 551 - 575 of 2552) sorted by relevance

1...<<21222324252627282930>>...103

/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py3 Gather constant names from header files and test cases. Compile a C program
100 """Generate expressions using known macro names and calculate their values.
105 names = inputs.get_names(type_word)
107 for expr in inputs.generate_expressions(names)
127 Run the program on the names for this type.
/third_party/mbedtls/scripts/
H A Dgenerate_visualc_files.pl187 my ($tpl, @names) = @_;
190 for my $name (@names) {
/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp272 HRESULT CSingleMethodProps::SetProperties(const wchar_t * const *names, const PROPVARIANT *values, UInt32 numProps) in SetProperties() argument
278 RINOK(SetProperty(names[i], values[i])) in SetProperties()
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
H A Dhelpers.js58 // test names and labels.
246 function unique(names) {
247 return [...new Set(names)];
/third_party/node/deps/v8/include/
H A Dv8-context.h25 * A container for extension names.
30 ExtensionConfiguration(int name_count, const char* names[]) in ExtensionConfiguration() argument
31 : name_count_(name_count), names_(names) {} in ExtensionConfiguration()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-context.h28 * A container for extension names.
33 ExtensionConfiguration(int name_count, const char* names[]) in ExtensionConfiguration() argument
34 : name_count_(name_count), names_(names) {} in ExtensionConfiguration()
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h75 // must not collide with the builtin names. The least significant bit in function_id()
119 SamplingHeapProfiler(Heap* heap, StringsStorage* names, uint64_t rate,
126 StringsStorage* names() const { return names_; } in names() function in v8::internal::SamplingHeapProfiler
177 // and script names are resolved using *scripts* which maps all currently
/third_party/python/Tools/scripts/
H A Dcleanfuture.py82 names = os.listdir(file)
83 for name in names:
/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py118 names = [field[0] for field in cls._fields_]
119 d = {name: make_property(name) for name in names}
/third_party/python/Lib/
H A Dsndhdr.py258 names = glob.glob(os.path.join(glob.escape(filename), '*'))
259 testall(names, recursive, 0)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp185 const EGLint *names, in getCompositorTiming()
190 EGLBoolean success = mEGL->getCompositorTimingANDROID(mSurface, numTimestamps, names, values); in getCompositorTiming()
184 getCompositorTiming(EGLint numTimestamps, const EGLint *names, EGLnsecsANDROID *values) const getCompositorTiming() argument
/third_party/python/Lib/tkinter/
H A Dfont.py11 "nametofont", "Font", "families", "names"]
86 if self.name not in tk.splitlist(tk.call("font", "names")):
194 def names(root=None): function
195 "Get names of defined fonts (as a tuple)"
197 root = tkinter._get_default_root('use font.names()')
198 return root.tk.splitlist(root.tk.call("font", "names"))
219 print(names())
/third_party/skia/tools/fonts/
H A DRandomScalerContext.cpp203 void SkRandomTypeface::getPostScriptGlyphNames(SkString* names) const { in getPostScriptGlyphNames()
204 return fProxy->getPostScriptGlyphNames(names); in getPostScriptGlyphNames()
/third_party/python/Lib/test/
H A Dtest_pkg.py13 names = os.listdir(root)
14 for name in names:
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dmdesc.c633 const char *names = name_block(&hp->mdesc); in mdesc_node_by_name() local
648 if (!strcmp(names + ep[ret].name_offset, name)) in mdesc_node_by_name()
661 const char *names = name_block(&hp->mdesc); in mdesc_get_property() local
693 if (!strcmp(names + ep->name_offset, name)) { in mdesc_get_property()
707 const char *names = name_block(&hp->mdesc); in mdesc_next_arc() local
720 if (strcmp(names + ep->name_offset, arc_type)) in mdesc_next_arc()
743 const char *names = name_block(&hp->mdesc); in mdesc_node_name() local
753 return names + ep->name_offset; in mdesc_node_name()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dmdesc.c633 const char *names = name_block(&hp->mdesc); in mdesc_node_by_name() local
648 if (!strcmp(names + ep[ret].name_offset, name)) in mdesc_node_by_name()
661 const char *names = name_block(&hp->mdesc); in mdesc_get_property() local
693 if (!strcmp(names + ep->name_offset, name)) { in mdesc_get_property()
707 const char *names = name_block(&hp->mdesc); in mdesc_next_arc() local
720 if (strcmp(names + ep->name_offset, arc_type)) in mdesc_next_arc()
743 const char *names = name_block(&hp->mdesc); in mdesc_node_name() local
753 return names + ep->name_offset; in mdesc_node_name()
/kernel/linux/linux-5.10/fs/fuse/
H A Dvirtio_fs.c680 const char **names; in virtio_fs_setup_vqs() local
697 names = kmalloc_array(fs->nvqs, sizeof(names[VQ_HIPRIO]), GFP_KERNEL); in virtio_fs_setup_vqs()
698 if (!vqs || !callbacks || !names) { in virtio_fs_setup_vqs()
706 names[VQ_HIPRIO] = fs->vqs[VQ_HIPRIO].name; in virtio_fs_setup_vqs()
715 names[i] = fs->vqs[i].name; in virtio_fs_setup_vqs()
718 ret = virtio_find_vqs(vdev, fs->nvqs, vqs, callbacks, names, NULL); in virtio_fs_setup_vqs()
727 kfree(names); in virtio_fs_setup_vqs()
/kernel/linux/linux-6.6/fs/fuse/
H A Dvirtio_fs.c688 const char **names; in virtio_fs_setup_vqs() local
705 names = kmalloc_array(fs->nvqs, sizeof(names[VQ_HIPRIO]), GFP_KERNEL); in virtio_fs_setup_vqs()
706 if (!vqs || !callbacks || !names) { in virtio_fs_setup_vqs()
714 names[VQ_HIPRIO] = fs->vqs[VQ_HIPRIO].name; in virtio_fs_setup_vqs()
723 names[i] = fs->vqs[i].name; in virtio_fs_setup_vqs()
726 ret = virtio_find_vqs(vdev, fs->nvqs, vqs, callbacks, names, NULL); in virtio_fs_setup_vqs()
735 kfree(names); in virtio_fs_setup_vqs()
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp490 UStringVector names; in AddToCensorFromListFile() local
496 if (!ReadNamesFromListFile2(us2fs(fileName), names, codePage, lastError)) in AddToCensorFromListFile()
510 if ((names.Size() & 1) != 0) in AddToCensorFromListFile()
512 for (unsigned i = 0; i < names.Size(); i += 2) in AddToCensorFromListFile()
515 AddRenamePair(renamePairs, names[i], names[i + 1], nop.RecursedType, nop.WildcardMatching); in AddToCensorFromListFile()
519 FOR_VECTOR (i, names) in AddToCensorFromListFile()
520 AddNameToCensor(censor, nop, names[i]); in AddToCensorFromListFile()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-at91.c1389 char **names; in at91_pinctrl_probe() local
1391 names = devm_kasprintf_strarray(dev, "pio", MAX_NB_GPIO_PER_BANK); in at91_pinctrl_probe()
1392 if (IS_ERR(names)) in at91_pinctrl_probe()
1393 return PTR_ERR(names); in at91_pinctrl_probe()
1396 char *name = names[j]; in at91_pinctrl_probe()
1830 char **names; in at91_gpio_probe() local
1872 names = devm_kasprintf_strarray(dev, "pio", chip->ngpio); in at91_gpio_probe()
1873 if (IS_ERR(names)) in at91_gpio_probe()
1874 return PTR_ERR(names); in at91_gpio_probe()
1877 strreplace(names[ in at91_gpio_probe()
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DShaderLang.cpp20 // Neither the name of 3Dlabs Inc. Ltd. nor the names of its
821 std::unique_ptr<const char*[]> names(new const char*[numTotal]); in ProcessDeferred()
831 names[s + numPre] = stringNames[s]; in ProcessDeferred()
834 names[s + numPre] = nullptr; in ProcessDeferred()
905 intermediate.setSourceFile(names[numPre]); in ProcessDeferred()
946 TPpContext ppContext(*parseContext, names[numPre] ? names[numPre] : "", includer); in ProcessDeferred()
970 names[0] = nullptr; in ProcessDeferred()
973 names[1] = nullptr; in ProcessDeferred()
979 names[postInde in ProcessDeferred()
1754 setStringsWithLengthsAndNames( const char* const* s, const int* l, const char* const* names, int n) setStringsWithLengthsAndNames() argument
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs1347 /// Allow partial matches of [subcommand] names and their [aliases].
2358 pub fn aliases(mut self, names: impl IntoIterator<Item = impl Into<Str>>) -> Self { in aliases()
2360 .extend(names.into_iter().map(|n| (n.into(), false))); in aliases()
2384 pub fn short_flag_aliases(mut self, names: impl IntoIterator<Item = char>) -> Self { in short_flag_aliases()
2385 for s in names { in short_flag_aliases()
2412 pub fn long_flag_aliases(mut self, names: impl IntoIterator<Item = impl Into<Str>>) -> Self { in long_flag_aliases()
2413 for s in names { in long_flag_aliases()
2543 pub fn visible_aliases(mut self, names: impl IntoIterator<Item = impl Into<Str>>) -> Self { in visible_aliases()
2545 .extend(names.into_iter().map(|n| (n.into(), true))); in visible_aliases()
2565 pub fn visible_short_flag_aliases(mut self, names
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.h25 int32_t GetColumnNames(std::vector<std::string> &names) const override;
H A Dcache_cursor.h25 int32_t GetColumnNames(std::vector<std::string> &names) const override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.h30 int32_t GetColumnNames(std::vector<std::string> &names) const override;

Completed in 42 milliseconds

1...<<21222324252627282930>>...103