/kernel/linux/linux-6.6/sound/soc/amd/acp/ |
H A D | acp-pci.c | 36 .name = "acp_mem", 42 .name = "acp_dai_irq", 83 chip->name = "acp_asoc_renoir"; in acp_pci_probe() 87 chip->name = "acp_asoc_rembrandt"; in acp_pci_probe() 118 res[i].name = res_acp->name; in acp_pci_probe() 130 pdevinfo.name = chip->name; in acp_pci_probe() 140 dev_err(&pci->dev, "cannot register %s device\n", pdevinfo.name); in acp_pci_probe() 223 .name [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | kvm_binary_stats_test.c | 83 /* Check name string */ in stats_test() 84 TEST_ASSERT(strlen(pdesc->name) < header.name_size, in stats_test() 85 "KVM stats name (index: %d) too long", i); in stats_test() 89 "Unknown KVM stats (%s) type: %u", pdesc->name, type); in stats_test() 91 "Unknown KVM stats (%s) unit: %u", pdesc->name, unit); in stats_test() 93 "Unknown KVM stats (%s) base: %u", pdesc->name, base); in stats_test() 110 pdesc->name, pdesc->exponent); in stats_test() 115 pdesc->name, pdesc->exponent); in stats_test() 120 pdesc->name, pdesc->exponent); in stats_test() 126 "KVM descriptor(%s) with size of 0", pdesc->name); in stats_test() [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | mperf_monitor.c | 40 .name = "C0", 47 .name = "Cx", 55 .name = "Freq", 175 mperf_cstates[id].name, mperf_diff, tsc_diff); in mperf_get_count_percent() 180 mperf_cstates[id].name, mperf_diff, timediff); in mperf_get_count_percent() 188 mperf_cstates[id].name, mperf_diff, aperf_diff, cpu); in mperf_get_count_percent() 189 dprint("%s: %f\n", mperf_cstates[id].name, *percent); in mperf_get_count_percent() 216 mperf_cstates[id].name, in mperf_get_count_freq() 352 mperf_monitor.name_len = strlen(mperf_monitor.name); in mperf_register() 368 .name [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | extack.sh | 38 ip link add name br1 type bridge vlan_filtering 0 mcast_snooping 0 41 ip link add name vx1 up type vxlan id 1000 \ 51 ip link add name br2 type bridge vlan_filtering 0 mcast_snooping 0 54 ip link add name vx2 up type vxlan id 2000 \ 88 ip link add name br1 type bridge vlan_filtering 1 mcast_snooping 0 93 ip link add name vx1 up type vxlan id 1000 \ 121 ip link add name vx1 up type vxlan id 1000 \ 126 ip link add name br1 type bridge vlan_filtering 1 mcast_snooping 0 153 ip link add name br1 type bridge vlan_filtering 1 156 ip link add name br [all...] |
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.h | 233 #define _DEFINE_PRINTKRB(name, descbits, avgtextbits, text_buf) \ 234 static struct prb_desc _##name##_descs[_DESCS_COUNT(descbits)] = { \ 243 static struct printk_info _##name##_infos[_DESCS_COUNT(descbits)] = { \ 255 static struct printk_ringbuffer name = { \ 258 .descs = &_##name##_descs[0], \ 259 .infos = &_##name##_infos[0], \ 276 * @name: The name of the ringbuffer variable. 284 #define DEFINE_PRINTKRB(name, descbits, avgtextbits) \ 285 static char _##name##_tex [all...] |
/kernel/linux/linux-6.6/net/can/j1939/ |
H A D | address-claim.c | 62 netdev_notice(priv->ndev, "tx address claim with different name\n"); in j1939_ac_verify_outgoing() 106 netdev_notice(priv->ndev, "tx drop: invalid sa for name 0x%016llx\n", in j1939_ac_fixup() 117 netdev_notice(priv->ndev, "tx drop: invalid da for name 0x%016llx\n", in j1939_ac_fixup() 130 name_t name; in j1939_ac_process() local 138 name = j1939_skb_to_name(skb); in j1939_ac_process() 139 skcb->addr.src_name = name; in j1939_ac_process() 140 if (!name) { in j1939_ac_process() 141 netdev_notice(priv->ndev, "rx address claim without name\n"); in j1939_ac_process() 167 ecu = j1939_ecu_get_by_name_locked(priv, name); in j1939_ac_process() 209 ecu = j1939_ecu_create_locked(priv, name); in j1939_ac_process() [all...] |
/test/testfwk/arkxtest/jsunit/src/module/mock/ |
H A D | MockKit.js | 149 let name = null; 153 name = va1; 157 return name; 180 return this.name || this.toString().match(/function\s*([^(]*)\(/)[1]; 182 let name = originalMethod.getName(); 183 let arglistString = name + '(' + Array.from(args).toString() + ')'; 213 var name = this.findName(originalObject, originalMethod); 214 originalObject[name] = f; 215 this.recordMockedMethod.set(name, originalMethod); 216 f.propName = name; [all...] |
/third_party/elfutils/libebl/ |
H A D | libebl.h | 62 /* Similar but with emulation name given. */ 84 /* Return backend name. */ 87 /* Return relocation type name. */ 107 /* Return segment type name. */ 111 /* Return section type name. */ 115 /* Return section name. */ 130 /* Check whether the section with the given index, header, and name 134 const GElf_Shdr *shdr, const char *name); 136 /* Return symbol type name. */ 140 /* Return symbol binding name 298 const char *name; /* Printable identifier. */ global() member [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | pcmdec.c | 135 .name = #name_, \ 147 #define PCMDEF_2(name, long_name, ext, codec, enabled, ...) \ 148 PCMDEF_ ## enabled(name, long_name, ext, codec, __VA_ARGS__) 149 #define PCMDEF_3(name, long_name, ext, codec, config, ...) \ 150 PCMDEF_2(name, long_name, ext, codec, config, __VA_ARGS__) 151 #define PCMDEF_EXT(name, long_name, ext, uppercase, ...) \ 152 PCMDEF_3(name, long_name, ext, AV_CODEC_ID_PCM_ ## uppercase, \ 154 #define PCMDEF(name, long_name, ext, uppercase) \ 155 PCMDEF_EXT(name, long_name, ext, uppercase, ) 200 .name [all...] |
/third_party/fsverity-utils/programs/ |
H A D | utils.c | 117 file->name = xstrdup(filename); in open_file() 126 error_msg_errno("can't stat file '%s'", file->name); in get_file_size() 147 size, file->name); in preallocate_file() 159 error_msg_errno("reading from '%s'", file->name); in full_read() 163 error_msg("unexpected end-of-file on '%s'", file->name); in full_read() 178 error_msg_errno("writing to '%s'", file->name); in full_write() 212 error_msg_errno("writing to '%s'", file->name); in full_pwrite() 230 error_msg_errno("closing '%s'", file->name); in filedes_close() 232 free(file->name); in filedes_close() 233 file->name in filedes_close() [all...] |
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestUtil.java | 30 * Return an input stream on the data file at path 'name' rooted at the data path 32 public static final InputStream getDataStream(String name) throws IOException { in getDataStream() argument 33 String path = DATA_PATH + name; in getDataStream() 50 * Return a buffered reader on the data file at path 'name' rooted at the data path. 52 public static final BufferedReader getDataReader(String name, String charset) throws IOException { in getDataReader() argument 53 InputStream is = getDataStream(name); in getDataReader() 62 * Return a buffered reader on the data file at path 'name' rooted at the data path, 65 public static final BufferedReader getDataReader(String name) in getDataReader() argument 67 return getDataReader(name, null); in getDataReader() 250 JavaRuntimeName name in getJavaRuntimeName() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestUtil.java | 31 * Return an input stream on the data file at path 'name' rooted at the data path 33 public static final InputStream getDataStream(String name) throws IOException { in getDataStream() argument 34 String path = DATA_PATH + name; in getDataStream() 51 * Return a buffered reader on the data file at path 'name' rooted at the data path. 53 public static final BufferedReader getDataReader(String name, String charset) throws IOException { in getDataReader() argument 54 InputStream is = ResourceHelper.getResourceStream("ohos/global/icu/dev/data/" + name); in getDataReader() 63 * Return a buffered reader on the data file at path 'name' rooted at the data path, 66 public static final BufferedReader getDataReader(String name) in getDataReader() argument 68 return getDataReader(name, null); in getDataReader() 251 JavaRuntimeName name in getJavaRuntimeName() [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_functions.cpp | 34 find_matching_signature(const char *name, const exec_list *actual_parameters, 74 const char *const name = callee->function_name(); in visit_enter() local 84 find_matching_signature(name, &callee->parameters, linked->symbols); in visit_enter() 94 sig = find_matching_signature(name, &ir->actual_parameters, in visit_enter() 104 name); in visit_enter() 112 ir_function *f = linked->symbols->get_function(name); in visit_enter() 114 f = new(linked) ir_function(name); in visit_enter() 226 ir_variable *var = linked->symbols->get_variable(ir->var->name); in visit() 314 find_matching_signature(const char *name, const exec_list *actual_parameters, in find_matching_signature() argument 317 ir_function *const f = symbols->get_function(name); in find_matching_signature() [all...] |
/third_party/node/lib/internal/source_map/ |
H A D | prepare_stack_trace.js | 48 errorString = `${error.name} [${error.code}]: ${error.message}`; 83 const name = getOriginalSymbolName(sm, trace, i); 84 // Construct call site name based on: v8.dev/docs/stack-trace-api: 89 // The original call site may have a different symbol name 91 const prefix = (name && name !== originalName) ? 92 `${name}` : 94 const hasName = !!(name || originalName); 112 // Transpilers may have removed the original symbol name used in the stack 115 // First check for a symbol name associate [all...] |
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
H A D | assertions.js | 1 function assert_function_name(fn, name, description) { 2 const propdesc = Object.getOwnPropertyDescriptor(fn, "name"); 3 assert_equals(typeof propdesc, "object", `${description} should have name property`); 4 assert_false(propdesc.writable, "writable", `${description} name should not be writable`); 5 assert_false(propdesc.enumerable, "enumerable", `${description} name should not be enumerable`); 6 assert_true(propdesc.configurable, "configurable", `${description} name should be configurable`); 7 assert_equals(propdesc.value, name, `${description} name should be ${name}`); 19 function assert_exported_function(fn, { name, lengt [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSUtil.py | 48 def _SuffixName(name, suffix): 52 name: name of the target (foo#target) 55 Target name with suffix added (foo_suffix#target) 57 parts = name.rsplit("#", 1) 62 def _ShardName(name, number): 66 name: name of the target (foo#target) 69 Target name with shard added (foo_1#target) 71 return _SuffixName(name, st [all...] |
/third_party/node/test/fixtures/wpt/resources/ |
H A D | sriharness.js | 11 var SRIScriptTest = function(pass, name, src, integrityValue, crossoriginValue, nonce, integrityValueAfterPrepare) { 13 this.name = "Script: " + name; 22 var test = async_test(this.name); 96 const SRIPreloadTest = (preload_sri_success, subresource_sri_success, name, 99 const test = async_test(name); 165 var SRIStyleTest = function(queue, pass, name, attrs, customCallback, altPassValue) { 167 this.name = "Style: " + name; 172 this.test = async_test(this.name); [all...] |
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | role.js | 85 const { name, terminating, paths, pathHashPrefixes } = opts; 86 this.name = name; 99 this.name === other.name && 118 name: this.name, 130 const { keyids, threshold, name, terminating, paths, path_hash_prefixes, ...rest } = data; 137 if (typeof name !== 'string') { 138 throw new TypeError('name mus [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSUtil.py | 48 def _SuffixName(name, suffix): 52 name: name of the target (foo#target) 55 Target name with suffix added (foo_suffix#target) 57 parts = name.rsplit("#", 1) 62 def _ShardName(name, number): 66 name: name of the target (foo#target) 69 Target name with shard added (foo_1#target) 71 return _SuffixName(name, st [all...] |
/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/ |
H A D | index.js | 40 const { name, time: verTimes } = packument 72 throw Object.assign(new Error(`No avoidable versions for ${name}`), { 74 name, 88 const spec = npa.resolve(name, wanted || defaultTag) 140 throw Object.assign(new Error(`No versions available for ${name}`), { 142 name, 198 const { name } = packument 199 const pckg = `${name}@${wanted}` + 211 type: npa.resolve(packument.name, wanted).type, 214 name, [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | strings-storage.cc | 96 const char* StringsStorage::GetName(Name name) { in GetName() argument 97 if (name.IsString()) { in GetName() 98 String str = String::cast(name); in GetName() 104 } else if (name.IsSymbol()) { in GetName() 105 return GetSymbol(Symbol::cast(name)); in GetName() 114 const char* StringsStorage::GetConsName(const char* prefix, Name name) { in GetConsName() argument 115 if (name.IsString()) { in GetConsName() 116 String str = String::cast(name); in GetConsName() 127 } else if (name.IsSymbol()) { in GetConsName() 128 return GetSymbol(Symbol::cast(name)); in GetConsName() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_struct.c | 49 const char *name) in lp_build_struct_get_ptr() 59 lp_build_name(member_ptr, "%s.%s_ptr", LLVMGetValueName(ptr), name); in lp_build_struct_get_ptr() 67 const char *name) in lp_build_struct_get() 73 member_ptr = lp_build_struct_get_ptr(gallivm, ptr, member, name); in lp_build_struct_get() 75 lp_build_name(res, "%s.%s", LLVMGetValueName(ptr), name); in lp_build_struct_get() 84 const char *name) in lp_build_struct_get_ptr2() 94 lp_build_name(member_ptr, "%s.%s_ptr", LLVMGetValueName(ptr), name); in lp_build_struct_get_ptr2() 103 const char *name) in lp_build_struct_get2() 109 member_ptr = lp_build_struct_get_ptr2(gallivm, ptr_type, ptr, member, name); in lp_build_struct_get2() 111 lp_build_name(res, "%s.%s", LLVMGetValueName(ptr), name); in lp_build_struct_get2() 46 lp_build_struct_get_ptr(struct gallivm_state *gallivm, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get_ptr() argument 64 lp_build_struct_get(struct gallivm_state *gallivm, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get() argument 80 lp_build_struct_get_ptr2(struct gallivm_state *gallivm, LLVMTypeRef ptr_type, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get_ptr2() argument 99 lp_build_struct_get2(struct gallivm_state *gallivm, LLVMTypeRef ptr_type, LLVMValueRef ptr, unsigned member, const char *name) lp_build_struct_get2() argument [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-lirc.c | 42 PA_MODULE_USAGE("config=<config file> sink=<sink name> appname=<lirc application name> volume_limit=<volume limit> volume_step=<volume change step>"); 71 char *name = NULL, *code = NULL; in io_callback() local 94 while (lirc_code2char(u->config, code, &name) == 0 && name) { in io_callback() 104 pa_log_info("Translated IR code '%s'", name); in io_callback() 106 if (strcasecmp(name, "volume-up") == 0) in io_callback() 108 else if (strcasecmp(name, "volume-down") == 0) in io_callback() 110 else if (strcasecmp(name, "mute") == 0) in io_callback() 112 else if (strcasecmp(name, "mut in io_callback() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmEmptyStructTests.cpp | 122 std::string name; in addCopyingComputeGroup() member 137 : name (name_) in addCopyingComputeGroup() 180 std::string name; in addCopyingComputeGroup() member 184 : name (name_) in addCopyingComputeGroup() 207 std::string name = copyingMethod.name + "_" + bufferType.name; in addCopyingComputeGroup() local 226 group->addChild(new SpvAsmComputeShaderCase(group->getTestContext(), name.c_str(), spec)); in addCopyingComputeGroup() 488 std::string name; in addFunctionArgumentReturnValueGroup() member 555 testCtx, variableDefinition.name in addFunctionArgumentReturnValueGroup() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryInputGeometryShaderTests.cpp | 64 const char* name); 68 const char* name, 76 const char* name) in GeometryInputTestInstance() 77 : GeometryExpanderRenderTestInstance (context, primitiveType, name) in GeometryInputTestInstance() 84 const char* name, in GeometryInputTestInstance() 86 : GeometryExpanderRenderTestInstance (context, primitiveType, name) in GeometryInputTestInstance() 136 : TestCase (testCtx, inputPrimitives.name, inputPrimitives.name) in GeometryExpanderRenderTest() 290 const string name = "vertex_count_" + de::toString(vertexCount); in createInputGeometryShaderTests() local 291 const PrimitiveTestSpec primitives = { VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY, name in createInputGeometryShaderTests() 74 GeometryInputTestInstance(Context& context, const VkPrimitiveTopology primitiveType, const char* name) GeometryInputTestInstance() argument 82 GeometryInputTestInstance(Context& context, const VkPrimitiveTopology primitiveType, const char* name, const int numDrawVertices) GeometryInputTestInstance() argument [all...] |