Home
last modified time | relevance | path

Searched refs:names (Results 501 - 525 of 1332) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/musl/porting/linux/user/ldso/
H A Dns_config.h45 char **names; member
/third_party/musl/ldso/linux/
H A Dns_config.h45 char **names; member
/third_party/node/deps/openssl/openssl/include/internal/
H A Dparam_build_set.h43 const char *names[],
/third_party/openssl/include/internal/
H A Dparam_build_set.h43 const char *names[],
/third_party/typescript/tests/baselines/reference/
H A DspyComparisonChecking.js16 name: string, names: Array<keyof T>): SpyObj<T>;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_aux.h86 const char * fst_get_str_name(unsigned index, const char *names[],
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_aux.h86 const char * fst_get_str_name(unsigned index, const char *names[],
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dgenimage.sh134 # Expand directory names which should be in /usr/share into a list
168 local -a names=(-false)
171 names=("${names[@]}" -or -iname "$name")
174 \( "${names[@]}" \) -readable -type f \
/kernel/linux/linux-5.10/sound/i2c/other/
H A Dpt2258.c173 char *names[3] = { in snd_pt2258_build_controls() local
182 knew.name = names[i]; in snd_pt2258_build_controls()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff.c19 const char *const names[] = { in name_card() local
28 name = names[ff->unit_version]; in name_card()
/kernel/linux/linux-5.10/fs/9p/
H A Dfid.c76 * dentry names.
79 struct dentry *dentry, const unsigned char ***names) in build_path_from_dentry()
95 *names = wnames; in build_path_from_dentry()
78 build_path_from_dentry(struct v9fs_session_info *v9ses, struct dentry *dentry, const unsigned char ***names) build_path_from_dentry() argument
/kernel/linux/linux-6.6/fs/9p/
H A Dfid.c145 * dentry names.
148 struct dentry *dentry, const unsigned char ***names) in build_path_from_dentry()
164 *names = wnames; in build_path_from_dentry()
147 build_path_from_dentry(struct v9fs_session_info *v9ses, struct dentry *dentry, const unsigned char ***names) build_path_from_dentry() argument
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff.c19 static const char *const names[] = { in name_card() local
28 name = names[ff->unit_version]; in name_card()
/kernel/linux/linux-6.6/sound/i2c/other/
H A Dpt2258.c173 char *names[3] = { in snd_pt2258_build_controls() local
182 knew.name = names[i]; in snd_pt2258_build_controls()
/third_party/elfutils/tests/
H A Dasm-tst3.c100 /* Add a few strings with names. */ in main()
261 static const char *names[4] = in main() local
283 if (strcmp (names[inner], in main()
/third_party/gn/src/gn/
H A Dfunction_rebase_path.cc151 A string or list of strings representing file or directory names. These
173 a list of strings). All relative and source-absolute file names will be
/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}

Completed in 11 milliseconds

1...<<21222324252627282930>>...54