Home
last modified time | relevance | path

Searched refs:name (Results 18701 - 18725 of 64934) sorted by relevance

1...<<741742743744745746747748749750>>...2598

/third_party/libfuse/example/
H A Dnotify_store_retrieve.c127 const char *name) { in tfs_lookup()
133 else if (strcmp(name, FILE_NAME) == 0) { in tfs_lookup()
178 static void dirbuf_add(fuse_req_t req, struct dirbuf *b, const char *name, in dirbuf_add() argument
182 b->size += fuse_add_direntry(req, NULL, 0, name, NULL, 0); in dirbuf_add()
186 fuse_add_direntry(req, b->p + oldsize, b->size - oldsize, name, &stbuf, in dirbuf_add()
126 tfs_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) tfs_lookup() argument
H A Dnotify_inval_entry.c12 * file name changes dynamically to reflect the current time.
30 * However, if you try to access a file by name the kernel will
52 * the file as soon as the file system updates its name:
144 const char *name) { in tfs_lookup()
150 else if (strcmp(name, file_name) == 0) { in tfs_lookup()
195 static void dirbuf_add(fuse_req_t req, struct dirbuf *b, const char *name, in dirbuf_add() argument
199 b->size += fuse_add_direntry(req, NULL, 0, name, NULL, 0); in dirbuf_add()
203 fuse_add_direntry(req, b->p + oldsize, b->size - oldsize, name, &stbuf, in dirbuf_add()
143 tfs_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) tfs_lookup() argument
H A Dnotify_inval_inode.c124 const char *name) { in tfs_lookup()
130 else if (strcmp(name, FILE_NAME) == 0) { in tfs_lookup()
175 static void dirbuf_add(fuse_req_t req, struct dirbuf *b, const char *name, in dirbuf_add() argument
179 b->size += fuse_add_direntry(req, NULL, 0, name, NULL, 0); in dirbuf_add()
183 fuse_add_direntry(req, b->p + oldsize, b->size - oldsize, name, &stbuf, in dirbuf_add()
123 tfs_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) tfs_lookup() argument
/third_party/libinput/tools/
H A Dlibinput-measure-fuzz.py397 "evdev:name:{}:dmi:*:{}*:{}*:",
406 svn[3:], device.name, device.name, svn, pvr, fuzz, fuzz, fuzz, fuzz
409 svn[3:], device.name, device.name, svn, pn, fuzz, fuzz, fuzz, fuzz
492 print_bold("Using {}: {}".format(device.name, device.path))
/third_party/libexif/libexif/canon/
H A Dmnote-canon-tag.c30 const char *name; member
117 const char *name; member
214 if (table[i].tag == t) return table[i].name; /* do not translate */ in mnote_canon_tag_get_name()
227 return table_sub[i].name; in mnote_canon_tag_get_name_sub()
257 return _(table_sub[i].name); in mnote_canon_tag_get_title_sub()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dinclude.h345 int set_profile(const int mode, const char *name) in set_profile() argument
352 const int len = strlen(name); in set_profile()
357 fprintf(profile_fp, "255-CONFIG::%s=%s\n", name, modes[mode]); in set_profile()
364 strncmp(buffer + 12, name, len) || in set_profile()
374 name, modes[mode]); in set_profile()
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py26 // // @<1st parameter's name>: <description>
27 // // @<2nd parameter's name>: <long description
35 // by using ``@<parameter name>``. A function doc-block must directly precede
235 for (n, name, l) in info.get('tags', []):
236 if name != 'return':
237 name = 'param ' + name
239 l = '\t:%s: %s' % (name, l)
/third_party/lzma/Asm/x86/
H A D7zAsm.asm59 MY_PROC macro name:req, numParams:req
63 proc_name equ name
65 proc_name equ name
67 proc_name equ @CatStr(_,name)
69 proc_name equ @CatStr(@,name,@, %numParams * 4)
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.h101 // In the case of non-keyed (named) accesses, pass the name as {static_name}
111 Node* receiver, Node* value, NameRef const& name,
151 Node* frame_state, Node* effect, Node* control, NameRef const& name,
156 Node* frame_state, Node* effect, Node* control, NameRef const& name,
162 NameRef const& name,
204 // the previously recorded {name} feedback.
205 Node* BuildCheckEqualsName(NameRef const& name, Node* value, Node* effect,
/third_party/node/deps/v8/src/objects/
H A Dcontexts-inl.h186 #define NATIVE_CONTEXT_FIELD_ACCESSORS(index, type, name) \
187 void Context::set_##name(type value) { \
191 bool Context::is_##name(type value) const { \
195 type Context::name() const { \
199 type Context::name(AcquireLoadTag tag) const { \
215 // Like the strict function map, but with no 'name' accessor. 'name' in FunctionMapIndex()
217 // in case a static property with the same name exists" in FunctionMapIndex()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc54 // convert internally to determine the category name from the char enabled
117 char phase, const uint8_t* category_enabled_flag, const char* name, in AddTraceEvent()
126 phase, category_enabled_flag, name, scope, id, bind_id, num_args, in AddTraceEvent()
131 char phase, const uint8_t* category_enabled_flag, const char* name, in AddTraceEventWithTimestamp()
145 trace_object->Initialize(phase, category_enabled_flag, name, scope, id, in AddTraceEventWithTimestamp()
156 const uint8_t* category_enabled_flag, const char* name, uint64_t handle) { in UpdateTraceEventDuration()
116 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags) AddTraceEvent() argument
130 AddTraceEventWithTimestamp( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<v8::ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
155 UpdateTraceEventDuration( const uint8_t* category_enabled_flag, const char* name, uint64_t handle) UpdateTraceEventDuration() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h222 const char *name; member
265 * Kernel-assigned global name for this object
311 const char *name,
318 iris_bo_create_userptr(struct iris_bufmgr *bufmgr, const char *name,
378 * Create a visible name for a buffer which can be used by other apps
380 * \param buf Buffer to create a name for
381 * \param name Returned name
383 int iris_bo_flink(struct iris_bo *bo, uint32_t *name);
472 * \param bo Buffer to create a name fo
[all...]
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddrm.c79 const char *name; member
144 DBG("Unable to detect card. Faking %s\n", fallback_cards[0].name); in get_bus_info()
170 /* fill in device_id and card name for fake vendor */ in read_descriptor()
174 fallback_cards[i].name, in read_descriptor()
180 "%s", fallback_cards[i].name); in read_descriptor()
191 d3d_match_vendor_id(drvid, fallback_cards[0].vendor_id, fallback_cards[0].device_id, fallback_cards[0].name); in read_descriptor()
192 /* fill in driver name and version info */ in read_descriptor()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.c187 info->name = "this_is_not_the_query_you_are_looking_for"; in nvc0_screen_get_driver_query_info()
230 info->name = "MP counters"; in nvc0_screen_get_driver_query_group_info()
243 info->name = "Performance metrics"; in nvc0_screen_get_driver_query_group_info()
251 info->name = "Driver statistics"; in nvc0_screen_get_driver_query_group_info()
259 info->name = "this_is_not_the_query_group_you_are_looking_for"; in nvc0_screen_get_driver_query_group_info()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c68 const char *name; member
84 return cts_modes[i].name; in ossl_cipher_cbc_cts_mode_id2name()
89 int ossl_cipher_cbc_cts_mode_name2id(const char *name) in ossl_cipher_cbc_cts_mode_name2id() argument
94 if (OPENSSL_strcasecmp(name, cts_modes[i].name) == 0) in ossl_cipher_cbc_cts_mode_name2id()
/third_party/node/deps/openssl/openssl/providers/implementations/kem/
H A Drsa_kem.c64 static int name2id(const char *name, const OSSL_ITEM *map, size_t sz) in name2id() argument
68 if (name == NULL) in name2id()
72 if (OPENSSL_strcasecmp(map[i].ptr, name) == 0) in name2id()
78 static int rsakem_opname2id(const char *name) in rsakem_opname2id() argument
80 return name2id(name, rsakem_opname_id_map, OSSL_NELEM(rsakem_opname_id_map)); in rsakem_opname2id()
/third_party/node/deps/uv/src/unix/
H A Dibmi.c434 address->name = uv__strdup(cur->ifa_name); in uv_interface_addresses()
450 size_t name_len = strlen(address->name); in uv_interface_addresses()
452 * line description. Normally, the name field contains the line in uv_interface_addresses()
453 * description name, but for VLANs it has the VLAN appended with a in uv_interface_addresses()
455 * is no way to know if a returned name is for a VLAN or not. eg. in uv_interface_addresses()
456 * *LIND ETH1.1 and *LIND ETH1, VLAN 1 both have the same name: ETH1.1 in uv_interface_addresses()
467 /* Assume name does not contain a VLAN ID */ in uv_interface_addresses()
468 rc = get_ibmi_physical_address(address->name, &address->phys_addr); in uv_interface_addresses()
472 /* The interface name must contain a VLAN ID suffix. Attempt to strip in uv_interface_addresses()
475 char* temp_name = uv__strdup(address->name); in uv_interface_addresses()
[all...]
/third_party/libbpf/src/
H A Dzip.c263 const char *name; in get_entry_at_offset() local
274 name = check_access(archive, offset, lfh->file_name_length); in get_entry_at_offset()
275 if (!name) in get_entry_at_offset()
290 out->name = name; in get_entry_at_offset()
/third_party/pulseaudio/src/modules/dbus/
H A Diface-card-profile.c72 .name = PA_DBUSIFACE_CARD_PROFILE_INTERFACE,
99 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_STRING, &p->profile->name); in handle_get_name()
189 pa_dbus_append_basic_variant_dict_entry(&dict_iter, property_handlers[PROPERTY_HANDLER_NAME].property_name, DBUS_TYPE_STRING, &p->profile->name); in handle_get_all()
227 pa_assert_se(pa_dbus_protocol_remove_interface(p->dbus_protocol, p->path, profile_interface_info.name) >= 0); in pa_dbusiface_card_profile_free()
244 return p->profile->name; in pa_dbusiface_card_profile_get_name()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp363 const char* name; in createApplicationParametersTests() member
373 const char* name; in createApplicationParametersTests() member
385 de::MovePtr<tcu::TestCaseGroup> createGroup(new tcu::TestCaseGroup(testCtx, groups[groupIdx].name)); in createApplicationParametersTests()
392 addFunctionCase(createGroup.get(), tests[testIdx].name, checkSupport, createInstanceTest, testParams); in createApplicationParametersTests()
394 addFunctionCase(createGroup.get(), tests[testIdx].name, checkSupport, createDeviceTest, testParams); in createApplicationParametersTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDiscardTests.cpp110 const char* name,
134 const char* name, in ShaderDiscardCase()
140 : ShaderRenderCase (testCtx, name, false, evalFunc, new SamplerUniformSetup(usesTexture), DE_NULL) in ShaderDiscardCase()
383 std::string name = std::string(getTemplateName(tmpl)) + "_" + getModeName(mode); in makeDiscardCase() local
385 return de::MovePtr<ShaderDiscardCase>(new ShaderDiscardCase(testCtx, name.c_str(), in makeDiscardCase()
133 ShaderDiscardCase(tcu::TestContext& testCtx, const char* name, const char* shaderSource, const ShaderEvalFunc evalFunc, bool usesTexture, bool fuzzyCompare, bool demote) ShaderDiscardCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageAlignedMipSize.cpp60 const std::string& name,
76 const std::string& name, in ImageAlignedMipSizeCase()
80 : TestCase (testCtx, name) in ImageAlignedMipSizeCase()
282 const std::string name = getImageFormatID(format); in createImageAlignedMipSizeTests() local
291 imageTypeGroup->addChild(new ImageAlignedMipSizeCase(testCtx, name.c_str(), imageType, imageSize, format)); in createImageAlignedMipSizeTests()
75 ImageAlignedMipSizeCase(tcu::TestContext& testCtx, const std::string& name, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format) ImageAlignedMipSizeCase() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLProgram.cpp73 cl_int Program::getInfo(ProgramInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
81 switch (name) in getInfo()
121 return mImpl->getInfo(name, valueSize, value, valueSizeRet); in getInfo()
147 ProgramBuildInfo name, in getBuildInfo()
152 return mImpl->getBuildInfo(device->cast<Device>(), name, valueSize, value, valueSizeRet); in getBuildInfo()
146 getBuildInfo(cl_device_id device, ProgramBuildInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getBuildInfo() argument
H A DProgramLinkedResources.h98 bool(const std::string &name, const std::string &mappedName, sh::BlockMemberInfo *infoOut)>;
201 UnusedUniform(std::string name, in UnusedUniform()
207 this->name = name; in UnusedUniform()
214 std::string name; member
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp90 string name; member
104 "unsigned_integer_above_signed_range_decimal", // string name
113 "unsigned_integer_above_signed_range_base8", // string name
122 "unsigned_integer_above_signed_range_base16", // string name
131 "unsigned_integer_smallest_value_above_signed_range_decimal", // string name
140 "unsigned_integer_smallest_value_above_signed_range_base8", // string name
149 "unsigned_integer_smallest_value_above_signed_range_base16", // string name
158 "unsigned_integer_max_value_decimal", // string name
167 "unsigned_integer_max_value_base8", // string name
176 "unsigned_integer_max_value_base16", // string name
346 NumberParsingCase(deqp::Context& context, const string& name, const TestParams& params, const string& vertexShader, const string& fragmentShader) NumberParsingCase() argument
[all...]

Completed in 38 milliseconds

1...<<741742743744745746747748749750>>...2598