/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | MacroExpander.h | 43 bool pushMacro(std::shared_ptr<Macro> macro, const Token &identifier); 46 bool expandMacro(const Macro ¯o, const Token &identifier, std::vector<Token> *replacements); 50 const Token &identifier,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | MacroExpander.h | 46 bool pushMacro(std::shared_ptr<Macro> macro, const Token &identifier); 49 bool expandMacro(const Macro ¯o, const Token &identifier, std::vector<Token> *replacements); 53 const Token &identifier,
|
/third_party/node/deps/cjs-module-lexer/ |
H A D | lexer.js | 318 if (!identifier()) return false; 398 if (ch !== 40 && (lastPos === pos || !identifier())) break; 414 if (!identifier()) break; 419 if (!identifier()) break; 466 if (!identifier()) break; 490 if (!identifier()) break; 657 else if (identifier()) { 766 if (ch !== 40 && (lastPos === pos || !identifier())) break; 882 if (identifier()) { 970 if (identifier()) { [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | sysfs.c | 85 ret = scnprintf(buf, PAGE_SIZE, "%s\n", rcu_dereference(c->identifier)); in nfs_netns_identifier_show() 115 old = rcu_dereference_protected(xchg(&c->identifier, (char __rcu *)p), 1); in nfs_netns_identifier_store() 129 kfree(rcu_dereference_raw(c->identifier)); in nfs_netns_client_release() 138 static struct kobj_attribute nfs_netns_client_id = __ATTR(identifier,
|
/third_party/node/test/parallel/ |
H A D | test-vm-module-link.js | 111 identifier: 'vm:root', 118 identifier: new URL(specifier, 'file:///').href, 130 `, { identifier: 'm' }); 133 assert.strictEqual(r.identifier, 'm');
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_common.c | 118 * @identifier: Identifier 129 u8 code, u8 identifier) in eap_msg_alloc() 143 hdr->identifier = identifier; in eap_msg_alloc() 190 return eap->identifier; in eap_get_id() 128 eap_msg_alloc(int vendor, EapType type, size_t payload_len, u8 code, u8 identifier) eap_msg_alloc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_common.c | 118 * @identifier: Identifier 129 size_t payload_len, u8 code, u8 identifier) in eap_msg_alloc() 143 hdr->identifier = identifier; in eap_msg_alloc() 190 return eap->identifier; in eap_get_id() 128 eap_msg_alloc(int vendor, enum eap_type type, size_t payload_len, u8 code, u8 identifier) eap_msg_alloc() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvBinary.hpp | 30 inline uint32_t getIdentifier() const { return identifier; }; in getIdentifier() 32 // Assigns an identifier derived from the unoptimized SPIR-V binary, to avoid recompiles. 38 uint32_t identifier; member in sw::SpirvBinary
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime.cc | 86 IntrinsicFunctionIdentifier* identifier = new IntrinsicFunctionIdentifier( in InitializeIntrinsicFunctionNames() local 90 function_name_map->InsertNew(identifier, identifier->Hash()); in InitializeIntrinsicFunctionNames() 241 IntrinsicFunctionIdentifier identifier(name, length); in FunctionForName() 243 kRuntimeFunctionNameMap->Lookup(&identifier, identifier.Hash()); in FunctionForName()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 278 size_t password_len, const char *identifier) in sae_derive_pwe_ecc() 324 if (identifier) in sae_derive_pwe_ecc() 325 wpa_printf(MSG_DEBUG, "SAE: password identifier: %s", in sae_derive_pwe_ecc() 326 identifier); in sae_derive_pwe_ecc() 330 * base = password [|| identifier] in sae_derive_pwe_ecc() 339 if (identifier) { in sae_derive_pwe_ecc() 340 addr[num_elem] = (const u8 *) identifier; in sae_derive_pwe_ecc() 341 len[num_elem] = os_strlen(identifier); in sae_derive_pwe_ecc() 455 size_t password_len, const char *identifier) in sae_derive_pwe_ffc() 485 * password [|| identifier] || counte in sae_derive_pwe_ffc() 276 sae_derive_pwe_ecc(struct sae_data *sae, const u8 *addr1, const u8 *addr2, const u8 *password, size_t password_len, const char *identifier) sae_derive_pwe_ecc() argument 453 sae_derive_pwe_ffc(struct sae_data *sae, const u8 *addr1, const u8 *addr2, const u8 *password, size_t password_len, const char *identifier) sae_derive_pwe_ffc() argument 616 sae_prepare_commit(const u8 *addr1, const u8 *addr2, const u8 *password, size_t password_len, const char *identifier, struct sae_data *sae) sae_prepare_commit() argument 771 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token, const char *identifier) sae_write_commit() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 227 ast_expression(const char *identifier) : in ast_expression() argument 233 primary_expression.identifier = identifier; in ast_expression() 259 const char *identifier; member 451 ast_declaration(const char *identifier, 456 const char *identifier; member in ast_declaration 880 ast_struct_specifier(const char *identifier, 984 identifier(NULL), in ast_parameter_declarator() 998 const char *identifier; member in ast_parameter_declarator 1028 const char *identifier; member in ast_function [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.h | 335 void ioArrayCheck(const TSourceLoc&, const TType&, const TString& identifier); 397 void samplerCheck(const TSourceLoc&, const TType&, const TString& identifier, TIntermTyped* initializer); 398 void atomicUintCheck(const TSourceLoc&, const TType&, const TString& identifier); 399 void accStructCheck(const TSourceLoc & loc, const TType & type, const TString & identifier); 400 void transparentOpaqueCheck(const TSourceLoc&, const TType&, const TString& identifier); 448 TIntermNode* declareVariable(const TSourceLoc&, TString& identifier, const TPublicType&, TArraySizes* typeArray = nullptr, TIntermTyped* initializer = nullptr); 462 void addQualifierToExisting(const TSourceLoc&, TQualifier, const TString& identifier); 473 TAttributes* makeAttributes(const TString& identifier) const; 474 TAttributes* makeAttributes(const TString& identifier, TIntermNode* node) const; 501 void nonInitConstCheck(const TSourceLoc&, TString& identifier, TTyp [all...] |
H A D | attribute.cpp | 133 TAttributes* TParseContext::makeAttributes(const TString& identifier) const in makeAttributes() 137 TAttributeArgs args = { attributeFromName(identifier), nullptr }; in makeAttributes() 143 TAttributes* TParseContext::makeAttributes(const TString& identifier, TIntermNode* node) const in makeAttributes() argument 151 TAttributeArgs args = { attributeFromName(identifier), agg }; in makeAttributes()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 339 bool IdentifierEquals(const AstRawString* identifier, in IdentifierEquals() argument 341 return identifier == other; in IdentifierEquals() 542 V8_INLINE bool IsEval(const AstRawString* identifier) const { in IsEval() 543 return identifier == ast_value_factory()->eval_string(); in IsEval() 546 V8_INLINE bool IsAsync(const AstRawString* identifier) const { in IsAsync() 547 return identifier == ast_value_factory()->async_string(); in IsAsync() 550 V8_INLINE bool IsArguments(const AstRawString* identifier) const { in IsArguments() 551 return identifier == ast_value_factory()->arguments_string(); in IsArguments() 554 V8_INLINE bool IsEvalOrArguments(const AstRawString* identifier) const { in IsEvalOrArguments() 555 return IsEval(identifier) || IsArgument in IsEvalOrArguments() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang.y | 201 %type <lex> identifier 256 identifier 699 : type_specifier identifier { 702 | type_specifier identifier array_specifier { 737 | init_declarator_list COMMA identifier { 741 | init_declarator_list COMMA identifier array_specifier { 745 | init_declarator_list COMMA identifier array_specifier EQUAL initializer { 750 | init_declarator_list COMMA identifier EQUAL initializer { 761 | fully_specified_type identifier { 765 | fully_specified_type identifier array_specifie [all...] |
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_pm.c | 18 void ipc_pm_signal_hpda_doorbell(struct iosm_pm *ipc_pm, u32 identifier, in ipc_pm_signal_hpda_doorbell() argument 25 "Pend HPDA update set. Host PM_State: %d identifier:%d", in ipc_pm_signal_hpda_doorbell() 26 ipc_pm->host_pm_state, identifier); in ipc_pm_signal_hpda_doorbell() 32 dev_dbg(ipc_pm->dev, "Pending HPDA update set. identifier:%d", in ipc_pm_signal_hpda_doorbell() 33 identifier); in ipc_pm_signal_hpda_doorbell() 39 ipc_cp_irq_hpda_update(ipc_pm->pcie, identifier); in ipc_pm_signal_hpda_doorbell()
|
/third_party/alsa-lib/src/ucm/ |
H A D | main.c | 48 const char *identifier, 54 struct list_head *value_list, const char *identifier); 57 const char *identifier, 80 static int check_identifier(const char *identifier, const char *prefix) in check_identifier() argument 85 if (strncmp(identifier, prefix, len) != 0) in check_identifier() 88 if (identifier[len] == 0 || identifier[len] == '/') in check_identifier() 123 * \brief Create an identifier 126 * \return Allocated string identifier or NULL on error 1869 * \brief Find all values for given identifier 1896 add_values(struct list_head *list, const char *identifier, struct list_head *source) add_values() argument 1997 get_value_list(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **list[], char *verbname) get_value_list() argument 2077 snd_use_case_get_list(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **list[]) snd_use_case_get_list() argument 2126 get_value1(snd_use_case_mgr_t *uc_mgr, char **value, struct list_head *value_list, const char *identifier) get_value1() argument 2154 get_value3(snd_use_case_mgr_t *uc_mgr, char **value, const char *identifier, struct list_head *value_list1, struct list_head *value_list2, struct list_head *value_list3) get_value3() argument 2183 get_value(snd_use_case_mgr_t *uc_mgr, const char *identifier, char **value, const char *mod_dev_name, const char *verb_name, int exact) get_value() argument 2287 snd_use_case_get(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char **value) snd_use_case_get() argument 2399 snd_use_case_geti(snd_use_case_mgr_t *uc_mgr, const char *identifier, long *value) snd_use_case_geti() argument 2691 snd_use_case_set(snd_use_case_mgr_t *uc_mgr, const char *identifier, const char *value) snd_use_case_set() argument [all...] |
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | cache.c | 170 * @idfmt: Format string to define identifier 190 vsnprintf(cache->identifier, sizeof(cache->identifier), idfmt, va); in fscache_init_cache() 230 tagname = cache->identifier; in fscache_add_cache() 234 _enter("{%s.%s},,%s", cache->ops->name, cache->identifier, tagname); in fscache_add_cache() 283 _leave(" = 0 [%s]", cache->identifier); in fscache_add_cache()
|
/third_party/gn/src/gn/ |
H A D | string_utils.cc | 54 // what's not, only identifier and accessor expressions are allowed (neither 92 "The thing inside the ${} must be an identifier ${foo},\n" in AppendInterpolatedExpression() 117 std::string_view identifier(&input[begin_offset], end_offset - begin_offset); in AppendInterpolatedIdentifier() 118 const Value* value = scope->GetValue(identifier, true); in AppendInterpolatedIdentifier() 122 token, identifier.data() - token.value().data() - 1, identifier.size(), in AppendInterpolatedIdentifier() 123 "Undefined identifier in string expansion.", in AppendInterpolatedIdentifier() 124 std::string("\"") + identifier + "\" is not currently in scope."); in AppendInterpolatedIdentifier() 132 // Handles string interpolations: $identifier and ${expression} 154 // Find the closing } and check for non-identifier char in AppendStringInterpolation() [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 243 # Name of the kernel-doc identifier for non-DOC markups 244 my $identifier; 1133 if ($identifier ne $declaration_name) { 1134 emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $decl_type $declaration_name instead\n"); 1343 if ($identifier ne $declaration_name) { 1344 if ($identifier eq "") { 1345 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n"); 1347 emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $declaration_name instead\n"); 1414 if ($identifier ne $declaration_name) { 1415 emit_warning("${file}:$.", "expecting prototype for typedef $identifier [all...] |
/kernel/linux/linux-5.10/fs/crypto/ |
H A D | keyring.c | 307 memcmp(mk->mk_spec.u.identifier, in fscrypt_find_master_key() 308 mk_spec->u.identifier, in fscrypt_find_master_key() 327 mk->mk_spec.u.identifier); in allocate_master_key_users_keyring() 348 format_mk_user_description(description, mk->mk_spec.u.identifier); in find_master_key_user() 377 format_mk_user_description(description, mk->mk_spec.u.identifier); in add_master_key_user() 548 /* Calculate the key identifier */ in add_master_key() 551 key_spec->u.identifier, in add_master_key() 675 * cannot add the wrong key for a given identifier. Furthermore, each added key 733 /* Return the key identifier to userspace, if applicable */ in fscrypt_ioctl_add_key() 736 copy_to_user(uarg->key_spec.u.identifier, ar in fscrypt_ioctl_add_key() 785 fscrypt_verify_key_added(struct super_block *sb, const u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]) fscrypt_verify_key_added() argument [all...] |
/kernel/linux/linux-6.6/fs/crypto/ |
H A D | keyring.c | 308 memcmp(mk->mk_spec.u.identifier, in fscrypt_find_master_key() 309 mk_spec->u.identifier, in fscrypt_find_master_key() 328 mk->mk_spec.u.identifier); in allocate_master_key_users_keyring() 349 format_mk_user_description(description, mk->mk_spec.u.identifier); in find_master_key_user() 378 format_mk_user_description(description, mk->mk_spec.u.identifier); in add_master_key_user() 548 /* Calculate the key identifier */ in add_master_key() 551 key_spec->u.identifier, in add_master_key() 675 * cannot add the wrong key for a given identifier. Furthermore, each added key 733 /* Return the key identifier to userspace, if applicable */ in fscrypt_ioctl_add_key() 736 copy_to_user(uarg->key_spec.u.identifier, ar in fscrypt_ioctl_add_key() 817 fscrypt_verify_key_added(struct super_block *sb, const u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]) fscrypt_verify_key_added() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | MeasureUnit.java | 326 private final String identifier; field in MeasureUnit.MeasurePrefix 328 MeasurePrefix(int power, String identifier, int base) { in MeasurePrefix() argument 331 this.identifier = identifier; in MeasurePrefix() 335 * Returns the identifier of the prefix. 342 return identifier; in getIdentifier() 381 * unit identifiers are not.) Validates and canonicalizes the identifier. 389 * @param identifier CLDR Unit Identifier 390 * @throws IllegalArgumentException if the identifier is invalid. 393 public static MeasureUnit forIdentifier(String identifier) { in forIdentifier() argument [all...] |
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | fsl_imx8_ddr_perf.c | 56 const char *identifier; /* system PMU identifier for userspace */ member 67 .identifier = "i.MX8MQ", 72 .identifier = "i.MX8MM", 77 .identifier = "i.MX8MN", 82 .identifier = "i.MX8MP", 116 return sysfs_emit(page, "%s\n", pmu->devtype_data->identifier); in ddr_perf_identifier_show() 126 if (!pmu->devtype_data->identifier) in ddr_perf_identifier_attr_visible() 132 __ATTR(identifier, 0444, ddr_perf_identifier_show, NULL);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit_impl.h | 28 * identifier. The category is returned via `result`, which must initially be 65 * Generates and append a neutral identifier string for a single unit which means we do not include 230 * Parse a unit identifier into a MeasureUnitImpl. 232 * @param identifier The unit identifier string. 233 * @param status Set if the identifier string is not valid. 237 static MeasureUnitImpl forIdentifier(StringPiece identifier, UErrorCode& status); 266 result.identifier.append(currencyCode, localStatus); in forCurrencyCode() 312 * Normalizes a MeasureUnitImpl and generate the identifier string in place. 329 * The full unit identifier 331 CharString identifier; global() member in MeasureUnitImpl [all...] |