/kernel/linux/linux-6.6/scripts/ |
H A D | tags.sh | 18 ignore="$ignore ( -name *.mod.c ) -prune -o" 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 61 include=$(find ${tree}arch/$1/ -name include -type d -print); 64 find $include $ignore -name "$2" -not -type l -print; 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 80 \( -path ${tree}include -o -path ${tree}arch -o -name '.tmp_*' \) -prune -o \ 81 -name "$1" -not -type l -print; 107 find $ignore -name "*.cmd" -exec \ 126 -name "Kconfi [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | bytcht_cx2072x.c | 174 .name = "Audio Port", 184 .name = "Deep-Buffer Audio Port", 194 .name = "SSP2-Codec", 207 /* use space before codec name to simplify card ID, and simplify driver name */ 208 #define SOF_CARD_NAME "bytcht cx2072x" /* card name will be 'sof-bytcht cx2072x' */ 212 #define DRIVER_NAME NULL /* card name will be used for driver name */ 216 .name = CARD_NAME, 244 if (!strcmp(byt_cht_cx2072x_dais[i].codecs->name, in snd_byt_cht_cx2072x_probe() [all...] |
H A D | bytcht_da7213.c | 173 .name = "Audio Port", 183 .name = "Deep-Buffer Audio Port", 194 .name = "SSP2-Codec", 207 /* use space before codec name to simplify card ID, and simplify driver name */ 208 #define SOF_CARD_NAME "bytcht da7213" /* card name will be 'sof-bytcht da7213' */ 212 #define DRIVER_NAME NULL /* card name will be used for driver name */ 216 .name = CARD_NAME, 248 if (!strcmp(dailink[i].codecs->name, "i2 in bytcht_da7213_probe() [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/avs/boards/ |
H A D | ssm4567.c | 96 platform->name = platform_name; in avs_create_dai_link() 98 dl->name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d-Codec", ssp_port); in avs_create_dai_link() 101 if (!dl->name || !dl->cpus || !dl->codecs) in avs_create_dai_link() 105 dl->codecs[0].name = devm_kasprintf(dev, GFP_KERNEL, "i2c-INT343B:00"); in avs_create_dai_link() 107 dl->codecs[1].name = devm_kasprintf(dev, GFP_KERNEL, "i2c-INT343B:01"); in avs_create_dai_link() 109 if (!dl->cpus->dai_name || !dl->codecs[0].name || !dl->codecs[0].dai_name || in avs_create_dai_link() 110 !dl->codecs[1].name || !dl->codecs[1].dai_name) in avs_create_dai_link() 155 card->name = "avs_ssm4567-adi"; in avs_ssm4567_probe() 181 .name = "avs_ssm4567",
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8173/ |
H A D | mt8173-rt5650-rt5676.c | 172 .name = "rt5650_rt5676 Playback", 180 .name = "rt5650_rt5676 Capture", 188 .name = "HDMI", 198 .name = "Codec", 210 .name = "HDMI BE", 217 .name = "rt5650_rt5676 intercodec", 233 .name = "mtk-rt5650-rt5676", 262 if (dai_link->platforms->name) in mt8173_rt5650_rt5676_dev_probe() 315 .name = "mtk-rt5650-rt5676",
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | usdt.bpf.h | 236 #define BPF_USDT(name, args...) \ 237 name(struct pt_regs *ctx); \ 238 static __always_inline typeof(name(0)) \ 239 ____##name(struct pt_regs *ctx, ##args); \ 240 typeof(name(0)) name(struct pt_regs *ctx) \ 244 return ____##name(___bpf_usdt_args(args)); \ 247 static __always_inline typeof(name(0)) \ 248 ____##name(struct pt_regs *ctx, ##args)
|
/kernel/linux/linux-6.6/scripts/basic/ |
H A D | fixdep.c | 112 char name[]; member 131 static void add_to_hashtable(const char *name, int len, unsigned int hash, in add_to_hashtable() argument 140 memcpy(aux->name, name, len); in add_to_hashtable() 151 static bool in_hashtable(const char *name, int len, struct item *hashtab[]) in in_hashtable() argument 154 unsigned int hash = strhash(name, len); in in_hashtable() 158 memcmp(aux->name, name, len) == 0) in in_hashtable() 162 add_to_hashtable(name, len, hash, hashtab); in in_hashtable() 175 /* Print out a dependency path from a symbol name in use_config() [all...] |
/third_party/alsa-lib/src/seq/ |
H A D | seqmid.c | 62 * \param name the name of the port 71 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name, in snd_seq_create_simple_port() argument 78 if (name) in snd_seq_create_simple_port() 79 strncpy(pinfo.name, name, sizeof(pinfo.name) - 1); in snd_seq_create_simple_port() 219 * \brief set client name 221 * \param name name strin 226 snd_seq_set_client_name(snd_seq_t *seq, const char *name) snd_seq_set_client_name() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberingSystem.java | 57 name = "latn"; in NumberingSystem() 69 * systems, the string contains the name of the RBNF ruleset in the locale's 80 * @param name_in The string representing the name of the numbering system. 88 * systems, the string contains the name of the RBNF ruleset in the locale's 108 ns.name = name_in; in getInstance() 145 // If the @numbers keyword points to a bogus numbering system name, in getInstance() 223 * @param name The name of the desired numbering system. Numbering system 224 * names often correspond with the name of the script they are associated 229 public static NumberingSystem getInstanceByName(String name) { in getInstanceByName() argument 234 lookupInstanceByName(String name) lookupInstanceByName() argument 336 private String name; global() field in NumberingSystem [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberingSystem.java | 53 name = "latn"; in NumberingSystem() 65 * systems, the string contains the name of the RBNF ruleset in the locale's 75 * @param name_in The string representing the name of the numbering system. 83 * systems, the string contains the name of the RBNF ruleset in the locale's 102 ns.name = name_in; in getInstance() 137 // If the @numbers keyword points to a bogus numbering system name, in getInstance() 214 * @param name The name of the desired numbering system. Numbering system 215 * names often correspond with the name of the script they are associated 219 public static NumberingSystem getInstanceByName(String name) { in getInstanceByName() argument 224 lookupInstanceByName(String name) lookupInstanceByName() argument 320 private String name; global() field in NumberingSystem [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_dead_code_local.cpp | 82 printf("used %s (0x%01x - 0x%01x)\n", entry->lhs->name, in use_channels() 89 printf("used %s\n", entry->lhs->name); in use_channels() 131 printf("kill %s\n", entry->lhs->name); in visit_leave() 206 printf("looking for %s.0x%01x to remove\n", var->name, in process_assignment() 221 var->name, in process_assignment() 273 printf("looking for %s to remove\n", var->name); in process_assignment() 277 printf("removing %s\n", var->name); in process_assignment() 290 printf("add %s\n", var->name); in process_assignment() 294 printf(" %s (0x%01x)\n", entry->lhs->name, entry->unused); in process_assignment()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
H A D | minimal-http-client-certinfo.c | 48 lwsl_notice(" Peer Cert CN : %s\n", ci->ns.name); in callback_http() 51 ci, sizeof(ci->ns.name))) in callback_http() 52 lwsl_notice(" Peer Cert issuer : %s\n", ci->ns.name); in callback_http() 79 lwsl_hexdump_notice(ci->ns.name, (unsigned int)ci->ns.len); in callback_http() 85 lwsl_hexdump_notice(ci->ns.name, (size_t)ci->ns.len); in callback_http() 90 lwsl_hexdump_notice(ci->ns.name, (size_t)ci->ns.len); in callback_http() 95 lwsl_hexdump_notice(ci->ns.name, (size_t)ci->ns.len); in callback_http() 100 lwsl_hexdump_notice(ci->ns.name, (size_t)ci->ns.len); in callback_http() 245 i.protocol = protocols[0].name; in main()
|
/third_party/node/test/parallel/ |
H A D | test-crypto.js | 56 err.name === 'TypeError' && 69 err.name === 'Error' && 79 err.name === 'Error' && 89 err.name === 'Error' && 100 name: 'TypeError' 182 name: 'TypeError', 196 error.name === 'Error' && 238 name: 'Error', 242 name: 'Error',
|
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | __init__.py | 132 name = m.group(1) 133 if name in HTML_ENTITIES: 134 return unichr(HTML_ENTITIES[name]) 136 if name[:2] in ('#x', '#X'): 137 return unichr(int(name[2:], 16)) 138 elif name.startswith('#'): 139 return unichr(int(name[1:])) 167 def make_wrapper(name): 168 orig = getattr(text_type, name)
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | __init__.py | 132 name = m.group(1) 133 if name in HTML_ENTITIES: 134 return unichr(HTML_ENTITIES[name]) 136 if name[:2] in ('#x', '#X'): 137 return unichr(int(name[2:], 16)) 138 elif name.startswith('#'): 139 return unichr(int(name[1:])) 167 def make_wrapper(name): 168 orig = getattr(text_type, name)
|
/third_party/mesa3d/src/util/ |
H A D | os_misc.c | 144 * The option name used for getenv is translated into a property name 156 * 1) Avoid re-translating the option name on subsequent lookups 163 os_get_android_option(const char *name) in os_get_android_option() argument 171 struct hash_entry *entry = _mesa_hash_table_search(options_tbl, name); in os_get_android_option() 180 if (strstr(name, "MESA_") != name) in os_get_android_option() 182 p += strlcpy(p, name, end - p); in os_get_android_option() 197 _mesa_hash_table_insert(options_tbl, name, (void *)opt); in os_get_android_option() 206 os_get_option(const char *name) in os_get_option() argument [all...] |
H A D | u_thread.h | 131 static inline void u_thread_setname( const char *name ) in u_thread_setname() 135 int ret = pthread_setname_np(pthread_self(), name); in u_thread_setname() 138 const size_t len = MIN2(strlen(name), ARRAY_SIZE(buf) - 1); in u_thread_setname() 139 memcpy(buf, name, len); in u_thread_setname() 144 pthread_set_name_np(pthread_self(), name); in u_thread_setname() 146 pthread_setname_np(pthread_self(), "%s", (void *)name); in u_thread_setname() 148 pthread_setname_np(name); in u_thread_setname() 150 rename_thread(find_thread(NULL), name); in u_thread_setname() 155 (void)name; in u_thread_setname()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | jacoll.cpp | 182 void CollationKanaTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 187 case 0: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break; in runIndexedTest() 188 case 1: name = "TestBase"; if (exec) TestBase(/* par */); break; in runIndexedTest() 189 case 2: name = "TestSmallLarge"; if (exec) TestSmallLarge(/* par */); break; in runIndexedTest() 190 case 3: name = "TestTestPlainDakutenHandakuten"; if (exec) TestPlainDakutenHandakuten(/* par */); break; in runIndexedTest() 191 case 4: name = "TestKatakanaHiragana"; if (exec) TestKatakanaHiragana(/* par */); break; in runIndexedTest() 192 case 5: name = "TestChooonKigoo"; if (exec) TestChooonKigoo(/* par */); break; in runIndexedTest() 193 default: name = ""; break; in runIndexedTest() 197 name = ""; in runIndexedTest()
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
H A D | tstdtmod.cpp | 137 TestDataModule *TestDataModule::getTestDataModule(const char* name, TestLog& log, UErrorCode &status) in getTestDataModule() argument 147 result = new RBTestDataModule(name, log, status); in getTestDataModule() 156 TestDataModule::TestDataModule(const char* name, TestLog& log, UErrorCode& /*status*/) in TestDataModule() argument 157 : testName(name), in TestDataModule() 184 RBTestDataModule::RBTestDataModule(const char* name, TestLog& log, UErrorCode& status) in RBTestDataModule() argument 185 : TestDataModule(name, log, status), in RBTestDataModule() 193 fModuleBundle = getTestBundle(name, status); in RBTestDataModule() 245 TestData* RBTestDataModule::createTestData(const char* name, UErrorCode &status) const in createTestData() argument 252 UResourceBundle *DataFillIn = ures_getByKey(fTestData, name, NULL, &status); in createTestData()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | tracetst.c | 126 /* Verify that a name is available for the fnNumber passed to us */ in testTraceEntry() 145 /* Verify that a name is available for the fnNumber passed to us */ in testTraceExit() 174 /* Verify that a name is available for the fnNumber passed to us */ in testTraceData() 192 static UConverter * pseudo_ucnv_open(const char *name, UErrorCode * err) in pseudo_ucnv_open() argument 196 UTRACE_DATA2(UTRACE_OPEN_CLOSE, "error code is %s for %s", u_errorName(*err), name); in pseudo_ucnv_open() 373 const char *name; in TestTraceAPI() local 374 name = utrace_functionName(UTRACE_U_INIT); in TestTraceAPI() 375 TEST_ASSERT(strcmp(name, "u_init") == 0); in TestTraceAPI() 376 name = utrace_functionName(UTRACE_UCNV_OPEN); in TestTraceAPI() 377 TEST_ASSERT(strcmp(name, "ucnv_ope in TestTraceAPI() [all...] |
/third_party/libevdev/test/ |
H A D | test-common-uinput.c | 35 uinput_device_new(const char *name) in uinput_device_new() argument 47 if (name) in uinput_device_new() 48 libevdev_set_name(dev->d, name); in uinput_device_new() 54 uinput_device_new_with_events_v(struct uinput_device **d, const char *name, const struct input_id *id, va_list args) in uinput_device_new_with_events_v() argument 59 dev = uinput_device_new(name); in uinput_device_new_with_events_v() 80 uinput_device_new_with_events(struct uinput_device **d, const char *name, const struct input_id *id, ...) in uinput_device_new_with_events() argument 86 rc = uinput_device_new_with_events_v(d, name, id, args); in uinput_device_new_with_events() 179 int uinput_device_set_name(struct uinput_device *dev, const char *name) in uinput_device_set_name() argument 181 libevdev_set_name(dev->d, name); in uinput_device_set_name()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-arguments.h | 88 Handle<Name> name, 92 Handle<Name> name); 97 Handle<Name> name); 99 Handle<Name> name); 101 Handle<Name> name, 104 Handle<Name> name, 107 Handle<Name> name); 109 Handle<Name> name); 146 GenericNamedPropertyGetterCallback f, Handle<Name> name,
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | opt.h | 41 { "verify_name", OPT_V_VERIFY_NAME, 's', "verification policy name"}, \ 309 const char *name; member 326 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use 327 * the "generic" name STRINT_PAIR. 330 const char *name; member 368 int opt_cipher(const char *name, EVP_CIPHER **cipherp); 369 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp); 370 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp); 371 int opt_md(const char *name, EVP_M [all...] |
/third_party/libbpf/src/ |
H A D | usdt.bpf.h | 236 #define BPF_USDT(name, args...) \ 237 name(struct pt_regs *ctx); \ 238 static __always_inline typeof(name(0)) \ 239 ____##name(struct pt_regs *ctx, ##args); \ 240 typeof(name(0)) name(struct pt_regs *ctx) \ 244 return ____##name(___bpf_usdt_args(args)); \ 247 static __always_inline typeof(name(0)) \ 248 ____##name(struct pt_regs *ctx, ##args)
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | attr.rs | 19 pub name: Ident, 56 .ok_or_else(|| format_err!(self.name, "attribute `{}` requires a value", self.name)) in value_or_abort() 65 self.name, in lit_str_or_abort() 67 self.name in lit_str_or_abort() 76 let name: Ident = input.parse()?; in parse() 77 let name_str = name.to_string(); in parse() 109 // `name = value` attributes. in parse() 125 // `name(...)` attributes. in parse() 136 kind: Sp::new(AttrKind::Clap, name in parse() [all...] |