Home
last modified time | relevance | path

Searched refs:name (Results 1126 - 1150 of 57183) sorted by relevance

1...<<41424344454647484950>>...2288

/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.c29 char *name; /* null-terminated char string */ member
32 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *name) { in opendir() argument
35 if (name && name[0]) { in opendir()
36 size_t base_length = strlen(name); in opendir()
38 strchr("/\\", name[base_length - 1]) ? "*" : "/*"; in opendir()
42 (dir->name = (char *)loader_calloc(pAllocator, full_length, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND)) != 0) { in opendir()
43 loader_strncpy(dir->name, full_length, name, base_length); in opendir()
44 loader_strncat(dir->name, full_lengt in opendir()
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c138 static struct entry *entry_read(struct userdata *u, const char *name);
139 static bool entry_write(struct userdata *u, const char *name, const struct entry *e, bool replace);
141 static void entry_apply(struct userdata *u, const char *name, struct entry *e);
221 static pa_dbus_arg_info add_entry_args[] = { { "name", "s", "in" },
227 static pa_dbus_arg_info get_entry_by_name_args[] = { { "name", "s", "in" }, { "entry", "o", "out" } };
271 [SIGNAL_NEW_ENTRY] = { .name = "NewEntry", .arguments = new_entry_args, .n_arguments = 1 },
272 [SIGNAL_ENTRY_REMOVED] = { .name = "EntryRemoved", .arguments = entry_removed_args, .n_arguments = 1 }
276 [ENTRY_SIGNAL_DEVICE_UPDATED] = { .name = "DeviceUpdated", .arguments = entry_device_updated_args, .n_arguments = 1 },
277 [ENTRY_SIGNAL_VOLUME_UPDATED] = { .name = "VolumeUpdated", .arguments = entry_volume_updated_args, .n_arguments = 1 },
278 [ENTRY_SIGNAL_MUTE_UPDATED] = { .name
596 const char *name = NULL; handle_add_entry() local
686 const char *name; handle_get_entry_by_name() local
981 entry_write(struct userdata *u, const char *name, const struct entry *e, bool replace) entry_write() argument
1017 legacy_entry_read(struct userdata *u, const char *name) legacy_entry_read() argument
1112 entry_read(struct userdata *u, const char *name) entry_read() argument
1292 char *name = NULL; subscribe_callback() local
1439 char *name; sink_input_new_hook_callback() local
1487 char *name; sink_input_fixate_hook_callback() local
1542 update_preferred_device(struct userdata *u, const char *name, const char *device, const char *card) update_preferred_device() argument
1595 char *name; sink_input_preferred_sink_changed_cb() local
1616 char *name; source_output_new_hook_callback() local
1668 char *name; source_output_fixate_hook_callback() local
1724 char *name; source_output_preferred_source_changed_cb() local
1819 entry_apply(struct userdata *u, const char *name, struct entry *e) entry_apply() argument
1925 char *name; stream_restore_dump_database() local
1993 char *name; extension_cb() local
2048 const char *name, *device, *client_name; extension_cb() local
2156 const char *name; extension_cb() local
2409 char *name; pa__init() local
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.pl44 # $TOOL - name of generating tool
46 # $SCRIPTFROM - name of source script
47 # $SCRIPTTO - name of target script
67 my ($script, $name) = ($data[1] =~ /(\w+)\s+(.+)/);
68 die "Can't parse $_" unless ($name);
69 # e.g., $code/$script/$name = 3F/MALAYALAM/VOWEL SIGN I
78 $name =~ s/^VOWEL/LETTER/;
92 # Build up a mapping by name. For each name, keep a hash keyed by
94 # Also keep a total use count for each name
[all...]
/third_party/node/test/pummel/
H A Dtest-webcrypto-derivebits-pbkdf2.js16 function getDeriveKeyInfo(name, length, hash, ...usages) {
17 return [{ name, length, hash }, usages];
377 { name: 'PBKDF2' },
386 { name: 'PBKDF2' },
395 { name: 'PBKDF2' },
403 { name: 'ECDH', namedCurve: 'P-521' },
420 name: 'PBKDF2',
441 name: 'PBKDF2',
450 name: 'OperationError',
455 name
[all...]
/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/
H A Dhkdf.js36 var algorithm = {name: "HKDF", salt: salts[saltSize], info: infos[infoSize], hash: hashName};
44 assert_unreached("deriveBits failed with error " + err.name + ": " + err.message);
54 assert_equals(err.name, "OperationError", "deriveBits with 0 length correctly threw OperationError: " + err.message);
76 assert_unreached("Exporting derived key failed with error " + err.name + ": " + err.message);
79 assert_unreached("deriveKey failed with error " + err.name + ": " + err.message);
86 // - illegal name for hash algorithm (NotSupportedError)
89 var badAlgorithm = {name: "HKDF", salt: salts[saltSize], hash: badHash, info: algorithm.info};
92 assert_unreached("bad hash name should have thrown an NotSupportedError");
94 assert_equals(err.name, "NotSupportedError", "deriveKey with bad hash name correctl
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dsbom.js41 name: 'foo',
50 name: 'dog',
58 name: 'chai',
96 name: 'test-npm-sbom',
119 name: 'test-npm-sbom',
142 name: 'test-npm-sbom',
167 name: 'test-npm-sbom',
192 name: 'test-npm-sbom',
214 name: 'test-npm-sbom',
241 name
[all...]
/third_party/node/deps/v8/src/objects/
H A Dlookup-inl.h19 #include "src/objects/name-inl.h"
26 Handle<Name> name, Configuration configuration) in LookupIterator()
27 : LookupIterator(isolate, receiver, name, kInvalidIndex, receiver, in LookupIterator()
31 Handle<Name> name, in LookupIterator()
34 : LookupIterator(isolate, receiver, name, kInvalidIndex, in LookupIterator()
55 : LookupIterator(isolate, receiver, key.name(), key.index(), receiver, in LookupIterator()
62 : LookupIterator(isolate, receiver, key.name(), key.index(), in LookupIterator()
68 Handle<Name> name, size_t index, in LookupIterator()
71 : configuration_(ComputeConfiguration(isolate, configuration, name)), in LookupIterator()
73 name_(name), in LookupIterator()
25 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name, Configuration configuration) LookupIterator() argument
30 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name, Handle<Object> lookup_start_object, Configuration configuration) LookupIterator() argument
67 LookupIterator(Isolate* isolate, Handle<Object> receiver, Handle<Name> name, size_t index, Handle<Object> lookup_start_object, Configuration configuration) LookupIterator() argument
133 PropertyKey(Isolate* isolate, Handle<Name> name) PropertyKey() argument
169 Handle<Name> LookupIterator::name() const { name() function in v8::internal::LookupIterator
223 UpdateProtector(Isolate* isolate, Handle<Object> receiver, Handle<Name> name) UpdateProtector() argument
258 ComputeConfiguration( Isolate* isolate, Configuration configuration, Handle<Name> name) ComputeConfiguration() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_intr.c60 lp_format_intrinsic(char *name, in lp_format_intrinsic() argument
98 snprintf(name, size, "%s.v%u%c%u", name_root, length, c, width); in lp_format_intrinsic()
100 snprintf(name, size, "%s.%c%u", name_root, c, width); in lp_format_intrinsic()
107 const char *name, in lp_declare_intrinsic_with_type()
110 assert(!LLVMGetNamedFunction(module, name)); in lp_declare_intrinsic_with_type()
112 LLVMValueRef function = LLVMAddFunction(module, name, function_type); in lp_declare_intrinsic_with_type()
125 const char *name, in lp_declare_intrinsic()
131 return lp_declare_intrinsic_with_type(module, name, function_type); in lp_declare_intrinsic()
231 const char *name, in lp_build_intrinsic()
253 function = LLVMGetNamedFunction(module, name); in lp_build_intrinsic()
106 lp_declare_intrinsic_with_type(LLVMModuleRef module, const char *name, LLVMTypeRef function_type) lp_declare_intrinsic_with_type() argument
124 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) lp_declare_intrinsic() argument
230 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args, unsigned attr_mask) lp_build_intrinsic() argument
285 lp_build_intrinsic_unary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) lp_build_intrinsic_unary() argument
295 lp_build_intrinsic_binary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) lp_build_intrinsic_binary() argument
319 lp_build_intrinsic_binary_anylength(struct gallivm_state *gallivm, const char *name, struct lp_type src_type, unsigned intr_size, LLVMValueRef a, LLVMValueRef b) lp_build_intrinsic_binary_anylength() argument
400 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) lp_build_intrinsic_map() argument
430 lp_build_intrinsic_map_unary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) lp_build_intrinsic_map_unary() argument
440 lp_build_intrinsic_map_binary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) lp_build_intrinsic_map_binary() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H A DNameEditingTests.java40 public NameEditingTests(String name) { in NameEditingTests() argument
41 super(name); in NameEditingTests()
48 NameTable.Builder nameBuilder = (NameTable.Builder) fontBuilder.getTableBuilder(Tag.name); in testChangeOneName()
50 // change the font name in testChangeOneName()
64 // check the font name in testChangeOneName()
65 NameTable nameTable = font.getTable(Tag.name); in testChangeOneName()
66 String name = nameTable.name(PlatformId.Windows.value(), WindowsEncodingId.UnicodeUCS2.value(), in testChangeOneName()
68 assertTrue(name != null); in testChangeOneName()
69 assertEquals(newName, name); in testChangeOneName()
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dvisit_mut.rs11 fn simple_visit(item: &str, name: &Operand) -> TokenStream { in simple_visit()
14 let name = name.ref_mut_tokens(); in simple_visit()
16 v.#method(#name) in simple_visit()
20 fn noop_visit(name: &Operand) -> TokenStream { in noop_visit()
21 let name = name.tokens(); in noop_visit()
23 skip!(#name) in noop_visit()
31 name: &Operand, in visit()
35 let name in visit()
[all...]
/third_party/selinux/libsepol/src/
H A Duser_record.c10 /* This user's name */
11 char *name; member
27 /* This user's name */
28 char *name; member
32 const char *name, sepol_user_key_t ** key_ptr) in sepol_user_key_create()
44 tmp_key->name = strdup(name); in sepol_user_key_create()
45 if (!tmp_key->name) { in sepol_user_key_create()
56 void sepol_user_key_unpack(const sepol_user_key_t * key, const char **name) in sepol_user_key_unpack() argument
59 *name in sepol_user_key_unpack()
31 sepol_user_key_create(sepol_handle_t * handle, const char *name, sepol_user_key_t ** key_ptr) sepol_user_key_create() argument
103 sepol_user_set_name(sepol_handle_t * handle, sepol_user_t * user, const char *name) sepol_user_set_name() argument
[all...]
/third_party/curl/lib/
H A Dcurl_gethostname.c31 * overriding the host name that the function would normally return.
36 * For libcurl debug enabled builds host name overriding takes place
38 * held by the variable to override returned host name.
48 * CURL_GETHOSTNAME set in order to override the returned host name.
53 int Curl_gethostname(char * const name, GETHOSTNAME_TYPE_ARG2 namelen) in Curl_gethostname() argument
58 (void) name; in Curl_gethostname()
68 /* Override host name when environment variable CURL_GETHOSTNAME is set */ in Curl_gethostname()
71 strncpy(name, force_hostname, namelen); in Curl_gethostname()
75 name[0] = '\0'; in Curl_gethostname()
76 err = gethostname(name, namele in Curl_gethostname()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeInferenceWithExcessProperties.js5 name: string;
14 name: "TypeScript",
18 name: "TypeScript",
23 name: "TypeScript",
28 name: "TypeScript",
40 name: "TypeScript"
43 name: "TypeScript",
47 name: "TypeScript",
51 name: "TypeScript",
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dgcc-ipq806x.c37 .name = "pll0",
48 .name = "pll0_vote",
64 .name = "pll3",
75 .name = "pll4_vote",
91 .name = "pll8",
102 .name = "pll8_vote",
128 .name = "hfpll0",
154 .name = "hfpll1",
180 .name = "hfpll_l2",
196 .name
[all...]
/third_party/elfutils/backends/
H A Dsparc_regs.c41 int regno, char *name, size_t namelen, in sparc_register_info()
48 if (name == NULL) in sparc_register_info()
71 return stpncpy (name, names[ebl->class == ELFCLASS64][regno], in sparc_register_info()
72 namelen) + 1 - name; in sparc_register_info()
78 name[0] = "goli"[regno >> 3]; in sparc_register_info()
79 name[1] = (regno & 7) + '0'; in sparc_register_info()
95 name[0] = 'f'; in sparc_register_info()
98 name[1] = regno + '0'; in sparc_register_info()
103 name[1] = regno / 10 + '0'; in sparc_register_info()
104 name[ in sparc_register_info()
40 sparc_register_info(Ebl *ebl, int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) sparc_register_info() argument
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dframework.h36 const char *name; member
44 bool set_variant(const char *name);
63 #define _BEGIN_TEST(name, struct_name) static void struct_name(); static __attribute__((constructor)) void PASTE(add_test_, __COUNTER__)() {\
64 tests[#name] = (TestDef){#name, ACO_TEST_BUILD_ROOT "/" __FILE__, &struct_name};\
68 #define BEGIN_TEST(name) _BEGIN_TEST(name, PASTE(Test_, __COUNTER__))
69 #define BEGIN_TEST_TODO(name) _BEGIN_TEST(name, PASTE(Test_, __COUNTER__))
70 #define BEGIN_TEST_FAIL(name) _BEGIN_TES
[all...]
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dfloat_test_pairs.js12 * @return {!Array<{name: string, floatValue:number, bufferDecoder:
18 name: 'zero',
23 name: 'minus zero',
28 name: 'one ',
33 name: 'minus one',
38 name: 'two',
43 name: 'max float32',
49 name: 'min float32',
55 name: 'Infinity',
60 name
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dobject_writer.cc15 // * Neither the name of Google Inc. nor the names of its
42 StringPiece name, ObjectWriter* ow) { in RenderDataPieceTo()
45 ow->RenderInt32(name, data.ToInt32().value()); in RenderDataPieceTo()
49 ow->RenderInt64(name, data.ToInt64().value()); in RenderDataPieceTo()
53 ow->RenderUint32(name, data.ToUint32().value()); in RenderDataPieceTo()
57 ow->RenderUint64(name, data.ToUint64().value()); in RenderDataPieceTo()
61 ow->RenderDouble(name, data.ToDouble().value()); in RenderDataPieceTo()
65 ow->RenderFloat(name, data.ToFloat().value()); in RenderDataPieceTo()
69 ow->RenderBool(name, data.ToBool().value()); in RenderDataPieceTo()
73 ow->RenderString(name, dat in RenderDataPieceTo()
41 RenderDataPieceTo(const DataPiece& data, StringPiece name, ObjectWriter* ow) RenderDataPieceTo() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Djson.h28 char *name; member
37 struct json_token * json_get_member(struct json_token *json, const char *name);
39 const char *name);
41 const char *name);
43 void json_add_int(struct wpabuf *json, const char *name, int val);
44 void json_add_string(struct wpabuf *json, const char *name, const char *val);
45 int json_add_string_escape(struct wpabuf *json, const char *name,
47 int json_add_base64url(struct wpabuf *json, const char *name, const void *val,
49 int json_add_base64(struct wpabuf *json, const char *name, const void *val,
51 void json_start_object(struct wpabuf *json, const char *name);
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/
H A Dmt8186-mt6366-da7219-max98357.c130 if (!strcmp(codec_dai->component->name, DA7219_DEV_NAME)) { in mt8186_da7219_i2s_hw_params()
167 if (!strcmp(codec_dai->component->name, DA7219_DEV_NAME)) { in mt8186_da7219_i2s_hw_free()
255 if (!strcmp(rtd->dai_link->name, "I2S0") || in mt8186_sof_dai_link_fixup()
256 !strcmp(rtd->dai_link->name, "I2S1") || in mt8186_sof_dai_link_fixup()
257 !strcmp(rtd->dai_link->name, "I2S2")) in mt8186_sof_dai_link_fixup()
259 else if (!strcmp(rtd->dai_link->name, "I2S3")) in mt8186_sof_dai_link_fixup()
568 .name = "Playback_1",
581 .name = "Playback_12",
590 .name = "Playback_2",
602 .name
[all...]
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py15 # * Neither the name of Google Inc. nor the names of its
87 def _NormalizeFullyQualifiedName(name):
88 """Remove leading period from fully-qualified type name.
94 name (str): The fully-qualified symbol name.
97 str: The normalized fully-qualified symbol name.
99 return name.lstrip('.')
153 # full name or its tag number.
158 """Check if the descriptor name conflicts with another of the same name
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/spear/
H A Dpinctrl-spear1340.c260 .name = "pads_as_gpio_grp",
269 .name = "pads_as_gpio",
293 .name = "fsmc_8bit_grp",
322 .name = "fsmc_16bit_grp",
353 .name = "fsmc_pnor_grp",
363 .name = "fsmc",
391 .name = "keyboard_row_col_grp",
420 .name = "keyboard_col5_grp",
430 .name = "keyboard",
453 .name
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/spear/
H A Dpinctrl-spear1340.c260 .name = "pads_as_gpio_grp",
269 .name = "pads_as_gpio",
293 .name = "fsmc_8bit_grp",
322 .name = "fsmc_16bit_grp",
353 .name = "fsmc_pnor_grp",
363 .name = "fsmc",
391 .name = "keyboard_row_col_grp",
420 .name = "keyboard_col5_grp",
430 .name = "keyboard",
453 .name
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc35 base::Optional<Identifier*> name; member
41 Identifier* name; member
72 static bool GetFlag(const std::string& name, const char* production) { in GetFlag() argument
73 auto it = Get().build_flags_.find(name); in GetFlag()
75 ReportError("Unknown flag used in ", production, ": ", name, in GetFlag()
296 void NamingConventionError(const std::string& type, const std::string& name, in NamingConventionError() argument
299 Lint(type, " \"", name, "\" does not follow \"", convention, in NamingConventionError()
304 void NamingConventionError(const std::string& type, const Identifier* name, in NamingConventionError() argument
306 NamingConventionError(type, name->value, convention, name in NamingConventionError()
567 auto name = child_results->NextAs<Identifier*>(); MakeExternalMacro() local
587 auto name = child_results->NextAs<Identifier*>(); MakeIntrinsicDeclaration() local
636 auto name = child_results->NextAs<Identifier*>(); MakeTorqueMacroDeclaration() local
666 auto name = child_results->NextAs<Identifier*>(); MakeTorqueBuiltinDeclaration() local
691 auto name = child_results->NextAs<Identifier*>(); MakeConstDeclaration() local
704 auto name = child_results->NextAs<Identifier*>(); MakeExternConstDeclaration() local
715 auto name = child_results->NextAs<Identifier*>(); MakeTypeAliasDeclaration() local
727 auto name = child_results->NextAs<Identifier*>(); MakeAbstractTypeDeclaration() local
777 auto name = child_results->NextAs<Identifier*>(); MakeMethodDeclaration() local
944 GetAnnotationValue(const AnnotationSet& annotations, const char* name, int default_value) GetAnnotationValue() argument
1041 auto name = child_results->NextAs<Identifier*>(); MakeClassDeclaration() local
1153 auto name = child_results->NextAs<std::string>(); MakeNamespaceDeclaration() local
1166 auto name = child_results->NextAs<Identifier*>(); MakeSpecializationDeclaration() local
1187 auto name = child_results->NextAs<Identifier*>(); MakeStructDeclaration() local
1206 auto name = child_results->NextAs<Identifier*>(); MakeBitFieldStructDeclaration() local
1248 auto name = child_results->NextAs<Identifier*>(); MakeExternalBuiltin() local
1265 auto name = child_results->NextAs<Identifier*>(); MakeExternalRuntime() local
1284 auto name = child_results->NextAs<std::string>(); MakeBasicTypeExpression() local
1329 auto name = child_results->NextAs<Identifier*>(); MakeGenericParameter() local
1368 auto name = name_identifier->value; MakeEnumDeclaration() local
1506 EnumDescription enum_description{CurrentSourcePosition::Get(), name, MakeEnumDeclaration() local
1657 Identifier* name = MakeTypeswitchStatement() local
1682 auto name = child_results->NextAs<base::Optional<Identifier*>>(); MakeTypeswitchCase() local
1717 auto name = child_results->NextAs<Identifier*>(); MakeVarDeclarationStatement() local
1857 auto name = child_results->NextAs<std::string>(); MakeIdentifier() local
1894 auto name = child_results->NextAs<Identifier*>(); MakeIdentifierExpression() local
2021 auto name = child_results->NextAs<Identifier*>(); MakeLabelAndTypes() local
2031 auto name = child_results->NextAs<Identifier*>(); MakeNameAndType() local
2037 auto name = child_results->NextAs<Identifier*>(); MakeEnumEntry() local
2044 auto name = child_results->NextAs<Identifier*>(); MakeNameAndExpression() local
2110 auto name = child_results->NextAs<Identifier*>(); MakeClassField() local
2153 auto name = child_results->NextAs<Identifier*>(); MakeStructField() local
2160 auto name = child_results->NextAs<Identifier*>(); MakeBitFieldDeclaration() local
2329 Symbol name = {Rule({&identifier}, MakeIdentifier)}; global() member
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod_7xx_data.c38 .name = "dmm",
43 .name = "dmm",
59 .name = "l3",
64 .name = "l3_instr",
78 .name = "l3_main_1",
91 .name = "l3_main_2",
108 .name = "l4",
113 .name = "l4_cfg",
126 .name = "l4_per1",
139 .name
[all...]

Completed in 19 milliseconds

1...<<41424344454647484950>>...2288