Home
last modified time | relevance | path

Searched refs:name (Results 5526 - 5550 of 60892) sorted by relevance

1...<<221222223224225226227228229230>>...2436

/third_party/python/Lib/distutils/tests/
H A Dtest_util.py25 self.name = os.name
46 os.name = self.name
70 os.name = 'nt'
77 os.name = 'nt'
84 os.name = 'posix'
161 os.name = 'posix'
198 os.name = 'posix'
212 os.name
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp130 StructMember (const std::string& name, const VarType& type, deUint32 flags) in StructMember() argument
131 : m_name(name) in StructMember()
167 void addMember (const std::string& name, const VarType& type, deUint32 flags = 0);
177 InterfaceBlockMember (const std::string& name, const VarType& type, deUint32 flags = 0);
205 void setInstanceName (const std::string& name) { m_instanceName = name; } in setInstanceName() argument
235 StructType& allocStruct (const std::string& name);
238 InterfaceBlock& allocBlock (const std::string& name);
263 std::string name; member
291 std::string name; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp138 StructMember (const std::string& name, const VarType& type, deUint32 flags) in StructMember() argument
139 : m_name(name), m_type(type), m_flags(flags) in StructMember()
172 void addMember (const std::string& name, const VarType& type, deUint32 flags = 0);
182 Uniform (const std::string& name, const VarType& type, deUint32 flags = 0);
209 void setInstanceName (const std::string& name) { m_instanceName = name; } in setInstanceName() argument
236 StructType& allocStruct (const std::string& name);
239 UniformBlock& allocBlock (const std::string& name);
260 std::string name; member
285 std::string name; member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DVariablePacker.cpp25 const std::string &name,
29 const std::string &name, in ExpandStructVariable()
39 ExpandVariable(field, name + "." + field.name, expanded); in ExpandStructVariable()
45 const std::string &name, in ExpandStructArrayVariable()
53 const std::string elementName = name + ArrayString(arrayElement); in ExpandStructArrayVariable()
66 const std::string &name, in ExpandVariable()
73 ExpandStructArrayVariable(variable, 0u, name, expanded); in ExpandVariable()
77 ExpandStructVariable(variable, name, expanded); in ExpandVariable()
83 expandedVar.name in ExpandVariable()
28 ExpandStructVariable(const ShaderVariable &variable, const std::string &name, std::vector<ShaderVariable> *expanded) ExpandStructVariable() argument
43 ExpandStructArrayVariable(const ShaderVariable &variable, unsigned int arrayNestingIndex, const std::string &name, std::vector<ShaderVariable> *expanded) ExpandStructArrayVariable() argument
65 ExpandVariable(const ShaderVariable &variable, const std::string &name, std::vector<ShaderVariable> *expanded) ExpandVariable() argument
[all...]
H A DSymbolTable.h17 // * Name mangling will be used to give each function a unique name
182 constexpr UnmangledEntry(const char *name,
189 bool matches(const ImmutableString &name,
205 constexpr UnmangledEntry::UnmangledEntry(const char *name,
211 : mName(name),
224 constexpr UnmangledEntry::UnmangledEntry(const char *name,
230 : mName(name),
287 const TSymbol *find(const ImmutableString &name, int shaderVersion) const;
289 const TSymbol *findUserDefined(const ImmutableString &name) const;
291 TFunction *findUserDefinedFunction(const ImmutableString &name) cons
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_preview.cpp34 familyName->set(fNameToFamilyMap[index].name); in onGetFamilyName()
52 if (fNameToFamilyMap[i].name.equals(tolc.lc())) { in onMatchFamily()
56 // TODO: eventually we should not need to name fallback families. in onMatchFamily()
58 if (fFallbackNameToFamilyMap[i].name.equals(tolc.lc())) { in onMatchFamily()
168 SkString name; in onMakeFromStreamIndex() local
169 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
173 return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromStreamIndex()
182 SkString name; in onMakeFromStreamArgs() local
185 &name, &style, &isFixedPitch, &axisDefinitions)) { in onMakeFromStreamArgs()
190 axisValues, name); in onMakeFromStreamArgs()
[all...]
/third_party/openssl/test/
H A Ddanetest.c94 char *name = 0; in STACK_OF() local
107 && PEM_read_bio(fp, &name, &header, &data, &len) == 1; in STACK_OF()
109 if (strcmp(name, PEM_STRING_X509) == 0 in STACK_OF()
110 || strcmp(name, PEM_STRING_X509_TRUSTED) == 0 in STACK_OF()
111 || strcmp(name, PEM_STRING_X509_OLD) == 0) { in STACK_OF()
112 d2i_X509_t d = strcmp(name, PEM_STRING_X509_TRUSTED) != 0 in STACK_OF()
126 TEST_info("Unknown chain file object %s", name); in STACK_OF()
130 OPENSSL_free(name); in STACK_OF()
133 name = header = NULL; in STACK_OF()
143 OPENSSL_free(name); in STACK_OF()
239 const char *name; global() member
[all...]
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5 # FreeType 2 glyph name builder
26 Its single argument is the name of the header file to be created.
4915 for name in name_list:
4916 self.indices[name] = index
4917 index += len( name ) + 1
4937 for name in self.names:
4939 line += string.join( ( re.findall( ".", name ) ), "','" )
4970 for name in sublist:
4972 line += "%4d" % self.indices[name]
4989 # following name mappin
[all...]
/third_party/toybox/toys/pending/
H A Darp.c51 char *name; member
78 static int get_index(struct type arr[], char *name) in get_index() argument
82 for (i = 0; arr[i].name; i++) in get_index()
83 if (!strcmp(arr[i].name, name)) break; in get_index()
100 char *name; in check_flags() member
112 if (!strcmp(*argv, f[j].name)) { in check_flags()
226 if (!toys.optargs[0]) error_exit("-%c needs a host name", FLAG(d)?'d':'s'); in arp_main()
262 for (i = 0; hwtype[i].name; i++) in arp_main()
264 if (!hwtype[i].name) error_exi in arp_main()
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dmessage_factory_test.py17 # * Neither the name of Google Inc. nor the names of its
117 self.assertIn(self.factory_test1_fd.name,
166 f.name = 'google/protobuf/internal/container.proto'
169 msg.name = 'Container'
174 msgs = factory.GetMessages([f.name])
179 f.name = 'google/protobuf/internal/extension.proto'
183 msg.name = 'Extension'
185 ext.name = 'extension_field'
191 msgs = factory.GetMessages([f.name])
196 f.name
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DUtils.java16 * * Neither the name of Google Inc. nor the names of its
55 return fieldTypeToRuby(context, type.name()); in fieldTypeToRuby()
59 return fieldTypeToRuby(context, type.name()); in fieldTypeToRuby()
207 public static void checkNameAvailability(ThreadContext context, String name) { in checkNameAvailability() argument
208 if (context.runtime.getObject().getConstantAt(name) != null) in checkNameAvailability()
209 throw context.runtime.newNameError(name + " is already defined", name); in checkNameAvailability()
214 * @param name
217 public static String escapeIdentifier(String name) { in escapeIdentifier() argument
218 return name in escapeIdentifier()
226 unescapeIdentifier(String name) unescapeIdentifier() argument
236 msgdefCreateField(ThreadContext context, String label, IRubyObject name, IRubyObject type, IRubyObject number, IRubyObject typeClass, RubyClass cFieldDescriptor) msgdefCreateField() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dreflection.cc41 // names so that if you know a flag's name, you can access or set it. If the
58 // Returns the flag object for the specified name, or nullptr if not found.
60 CommandLineFlag* FindFlag(absl::string_view name);
70 // The map from name to flag, for FindFlag().
98 CommandLineFlag* FlagRegistry::FindFlag(absl::string_view name) { in FindFlag() argument
101 // We could move the `const char*` name to the base class. in FindFlag()
104 [=](CommandLineFlag* f) { return f->Name() < name; }); in FindFlag()
105 if (it != flat_flags_.end() && (*it)->Name() == name) return *it; in FindFlag()
109 auto it = flags_.find(name); in FindFlag()
131 if (ins.second == false) { // means the name wa in RegisterFlag()
221 RetiredFlagObj(const char* name, FlagFastTypeId type_id) RetiredFlagObj() argument
281 Retire(const char* name, FlagFastTypeId type_id, char* buf) Retire() argument
336 FindCommandLineFlag(absl::string_view name) FindCommandLineFlag() argument
[all...]
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs206 ($name1:ident $ty1:ident, $name2: ident $ty2:ident, $($name:ident $ty:ident),*) => (
207 tuple_trait!(__impl $name1 $ty1, $name2 $ty2; $($name $ty),*);
209 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident, $($name2:ident $ty2:ident),*) => (
210 tuple_trait_impl!($($name $ty),+);
211 tuple_trait!(__impl $($name $ty),+ , $name1 $ty1; $($name2 $ty2),*);
213 (__impl $($name:ident $ty: ident),+; $name1:ident $ty1:ident) => (
214 tuple_trait_impl!($($name $ty),+);
215 tuple_trait_impl!($($name $ty),+, $name1 $ty1);
220 ($($name:ident $ty: ident),+) => (
223 $($name
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sLongRunningTests.cpp76 const char* const name; in init() member
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {} in init()
119 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(), in init()
148 const char* const name; in init() member
152 Case (const char* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), numTextures(numTextures_), probs(probs_) {} in init()
187 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(), in init()
204 const char* const name; in init() member
210 : name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) {} in init()
238 cases[caseNdx].name, cases[caseNdx].desc, in init()
255 const char* const name; in init() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp130 StructMember (const std::string& name, const VarType& type, deUint32 flags) in StructMember() argument
131 : m_name(name) in StructMember()
167 void addMember (const std::string& name, const VarType& type, deUint32 flags = 0);
177 InterfaceBlockMember (const std::string& name, const VarType& type, deUint32 flags = 0);
205 void setInstanceName (const std::string& name) { m_instanceName = name; } in setInstanceName() argument
235 StructType& allocStruct (const std::string& name);
238 InterfaceBlock& allocBlock (const std::string& name);
263 std::string name; member
291 std::string name; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.hpp138 StructMember (const std::string& name, const VarType& type, deUint32 flags) in StructMember() argument
139 : m_name(name), m_type(type), m_flags(flags) in StructMember()
172 void addMember (const std::string& name, const VarType& type, deUint32 flags = 0);
182 Uniform (const std::string& name, const VarType& type, deUint32 flags = 0);
209 void setInstanceName (const std::string& name) { m_instanceName = name; } in setInstanceName() argument
236 StructType& allocStruct (const std::string& name);
239 UniformBlock& allocBlock (const std::string& name);
260 std::string name; member
285 std::string name; member
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sLongRunningTests.cpp76 const char* const name; in init() member
80 Case (const char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(name_), desc(desc_), redundantBufferFactor(bufFact), probs(probs_) {} in init()
119 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(), in init()
148 const char* const name; in init() member
152 Case (const char* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name(name_), desc(desc_), numTextures(numTextures_), probs(probs_) {} in init()
187 (string() + cases[caseNdx].name + memoryLimitCases[memoryLimitNdx].nameSuffix).c_str(), in init()
204 const char* const name; in init() member
210 : name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) {} in init()
238 cases[caseNdx].name, cases[caseNdx].desc, in init()
255 const char* const name; in init() member
[all...]
H A Des2sVertexArrayTests.cpp106 std::string name = spec.getName(); in init() local
109 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str())); in init()
176 std::string name = spec.getName(); in init() local
178 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str())); in init()
247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init() local
249 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str())); in init()
315 std::string name in init() local
[all...]
/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A Dsc7180.c157 .name = "ACV",
165 .name = "MC0",
172 .name = "SH0",
179 .name = "MM0",
186 .name = "CE0",
193 .name = "CN0",
248 .name = "MM1",
263 .name = "SH2",
270 .name = "MM2",
277 .name
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c53 char *name; member
58 .name = "MN",
62 .name = "BGH",
66 .name = "I",
70 .name = "DKL",
78 .name = "PAL-B/G FM-stereo",
84 .name = "PAL-D/K1 FM-stereo",
90 .name = "PAL-D/K2 FM-stereo",
96 .name = "PAL-D/K3 FM-stereo",
102 .name
424 static char *name[] = { tvaudio_setstereo() local
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_tracing.h331 * function arguments of specified type and name.
337 #define BPF_PROG(name, args...) \
338 name(unsigned long long *ctx); \
339 static __attribute__((always_inline)) typeof(name(0)) \
340 ____##name(unsigned long long *ctx, ##args); \
341 typeof(name(0)) name(unsigned long long *ctx) \
345 return ____##name(___bpf_ctx_cast(args)); \
348 static __attribute__((always_inline)) typeof(name(0)) \
349 ____##name(unsigne
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbuild-id.c220 * This is a DSO name, like [kernel.kallsyms]. in build_id_cache__origname()
301 static int write_buildid(const char *name, size_t name_len, struct build_id *bid, in write_buildid() argument
323 return write_padded(fd, name, name_len + 1, len); in write_buildid()
340 const char *name; in machine__write_buildid_table() local
348 name = pos->short_name; in machine__write_buildid_table()
351 name = machine->mmap_name; in machine__write_buildid_table()
352 name_len = strlen(name); in machine__write_buildid_table()
354 name = pos->long_name; in machine__write_buildid_table()
359 is_kernel_module(name, in machine__write_buildid_table()
361 err = write_buildid(name, name_le in machine__write_buildid_table()
554 build_id_cache__cachedir(const char *sbuild_id, const char *name, struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) build_id_cache__cachedir() argument
666 build_id_cache__add_s(const char *sbuild_id, const char *name, struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) build_id_cache__add_s() argument
775 build_id_cache__add_b(const struct build_id *bid, const char *name, struct nsinfo *nsi, bool is_kallsyms, bool is_vdso) build_id_cache__add_b() argument
841 const char *name = dso->long_name; dso__cache_build_id() local
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsysfs.c35 #define NILFS_DEV_INT_GROUP_OPS(name, parent_name) \
36 static ssize_t nilfs_##name##_attr_show(struct kobject *kobj, \
42 struct nilfs_##name##_attr *a = container_of(attr, \
43 struct nilfs_##name##_attr, \
47 static ssize_t nilfs_##name##_attr_store(struct kobject *kobj, \
54 struct nilfs_##name##_attr *a = container_of(attr, \
55 struct nilfs_##name##_attr, \
59 static const struct sysfs_ops nilfs_##name##_attr_ops = { \
60 .show = nilfs_##name##_attr_show, \
61 .store = nilfs_##name##_attr_stor
[all...]
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c13 * Short name translation 1999, 2001 by Wolfram Pienkoss <wp@bszh.de>
76 * and will use existing name which isn't specified name by user. in vfat_revalidate_ci()
94 * case sensitive name which is specified by user if this is in vfat_revalidate_ci()
104 static unsigned int __vfat_striptail_len(unsigned int len, const char *name) in __vfat_striptail_len() argument
106 while (len && name[len - 1] == '.') in __vfat_striptail_len()
113 return __vfat_striptail_len(qstr->len, qstr->name); in vfat_striptail_len()
117 * Compute the hash for the vfat name corresponding to the dentry.
118 * Note: if the name is invalid, we leave the hash code unchanged so
124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_le in vfat_hash()
137 const unsigned char *name; vfat_hashi() local
155 vfat_cmpi(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) vfat_cmpi() argument
174 vfat_cmp(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) vfat_cmp() argument
236 vfat_find_form(struct inode *dir, unsigned char *name) vfat_find_form() argument
511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) xlate_to_uni() argument
579 vfat_build_slots(struct inode *dir, const unsigned char *name, int len, int is_dir, int cluster, struct timespec64 *ts, struct msdos_dir_slot *slots, int *nr_slots) vfat_build_slots() argument
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dxattr.c16 * named with the name of the extended attribute.
193 fill_with_dentries(struct dir_context *ctx, const char *name, int namelen, in fill_with_dentries() argument
205 if (name[0] == '.' && (namelen < 2 || in fill_with_dentries()
206 (namelen == 2 && name[1] == '.'))) in fill_with_dentries()
209 dentry = lookup_one_len(name, dbuf->xadir, namelen); in fill_with_dentries()
389 static struct dentry *xattr_lookup(struct inode *inode, const char *name, in xattr_lookup() argument
400 xafile = lookup_one_len(name, xadir, strlen(name)); in xattr_lookup()
484 static int lookup_and_delete_xattr(struct inode *inode, const char *name) in lookup_and_delete_xattr() argument
494 dentry = lookup_one_len(name, xadi in lookup_and_delete_xattr()
519 reiserfs_xattr_set_handle(struct reiserfs_transaction_handle *th, struct inode *inode, const char *name, const void *buffer, size_t buffer_size, int flags) reiserfs_xattr_set_handle() argument
618 reiserfs_xattr_set(struct inode *inode, const char *name, const void *buffer, size_t buffer_size, int flags) reiserfs_xattr_set() argument
656 reiserfs_xattr_get(struct inode *inode, const char *name, void *buffer, size_t buffer_size) reiserfs_xattr_get() argument
782 find_xattr_handler_prefix(const struct xattr_handler **handlers, const char *name) find_xattr_handler_prefix() argument
807 listxattr_filler(struct dir_context *ctx, const char *name, int namelen, loff_t offset, u64 ino, unsigned int d_type) listxattr_filler() argument
[all...]

Completed in 30 milliseconds

1...<<221222223224225226227228229230>>...2436