Home
last modified time | relevance | path

Searched defs:identifier (Results 376 - 400 of 443) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/v8/src/torque/
H A Dtypes.cc1306 IdentifierExpression* identifier = in ExtractSimpleFieldArraySize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp1291 template<typename T> inline void addShaderSource(SourceCollections& programCollection, const char* identifier, in addShaderSource() argument
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1391 std::string identifier; // We parse identifiers into this string. in ParseOptionNamePart() local
2295 std::string identifier; ParseUserDefinedType() local
2328 std::string identifier; ParsePackage() local
[all...]
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y876 identifier : IDENTIFIER global() label
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.h20 u8 identifier; member
H A Dradius_server.c2904 u8 identifier; radius_server_dac_request() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c1836 u8 identifier; member
1858 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) in ieee802_1x_search_radius_identifier() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qi() argument
1511 dpp_pkex_derive_Qr(const struct dpp_curve_params *curve, const u8 *mac_resp, const char *code, const char *identifier, struct crypto_ec **ret_ec) dpp_pkex_derive_Qr() argument
[all...]
H A Dsae.c824 sae_pwd_seed(size_t hash_len, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier, u8 *pwd_seed) sae_pwd_seed() argument
865 sae_derive_pt_ecc(struct crypto_ec *ec, int group, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) sae_derive_pt_ecc() argument
965 sae_derive_pt_ffc(const struct dh_group *dh, int group, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) sae_derive_pt_ffc() argument
1043 sae_derive_pt_group(int group, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) sae_derive_pt_group() argument
1096 sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) sae_derive_pt() argument
1671 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token, const char *identifier) sae_write_commit() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_teap.c1236 eap_teap_process_decrypted(struct eap_sm *sm, struct eap_teap_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf *decrypted, struct wpabuf **out_data) eap_teap_process_decrypted() argument
1494 eap_teap_decrypt(struct eap_sm *sm, struct eap_teap_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_teap_decrypt() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.h20 u8 identifier; member
H A Dradius_server.c2707 u8 identifier; radius_server_dac_request() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c1824 u8 identifier; member
1846 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) in ieee802_1x_search_radius_identifier() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp81 std::string identifier = storageEngine_->GetIdentifier(); in GetIdentifier() local
87 std::string identifier = storageEngine_->GetProperties().GetStringProp( in GetDualTupleIdentifier() local
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptsas.c2156 mptsas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) in mptsas_get_enclosure_identifier() argument
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptsas.c2184 mptsas_get_enclosure_identifier(struct sas_rphy *rphy, u64 *identifier) in mptsas_get_enclosure_identifier() argument
/kernel/linux/linux-6.6/include/acpi/
H A Dactbl3.h492 u8 identifier[16]; /* UUID identifier */ member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMeasureUnit.java326 private final String identifier; field in MeasureUnit.MeasurePrefix
328 MeasurePrefix(int power, String identifier, int base) { in MeasurePrefix() argument
393 public static MeasureUnit forIdentifier(String identifier) { in forIdentifier() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h227 ast_expression(const char *identifier) : in ast_expression() argument
259 const char *identifier; member
456 const char *identifier; member in ast_declaration
998 const char *identifier; member in ast_parameter_declarator
1028 const char *identifier; member in ast_function
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationESEXT.cpp94 ValidateObjectIdentifierAndName(const Context *context, angle::EntryPoint entryPoint, GLenum identifier, GLuint name) ValidateObjectIdentifierAndName() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.cpp473 bool TParseContext::reservedErrorCheck(const TSourceLoc &line, const TString& identifier) in reservedErrorCheck() argument
603 bool TParseContext::voidErrorCheck(const TSourceLoc &line, const TString& identifier, const TBasicType& type) in voidErrorCheck() argument
941 bool TParseContext::nonInitConstErrorCheck(const TSourceLoc &line, TString& identifier, TPublicType& type, bool array) in nonInitConstErrorCheck() argument
973 nonInitErrorCheck(const TSourceLoc &line, const TString& identifier, TPublicType& type) nonInitErrorCheck() argument
1008 declareVariable(const TSourceLoc &line, const TString &identifier, const TType &type, TVariable **variable) declareVariable() argument
1235 executeInitializer(const TSourceLoc& line, const TString& identifier, const TPublicType& pType, TIntermTyped *initializer, TIntermNode **intermNode) executeInitializer() argument
1438 parseSingleDeclaration(TPublicType &publicType, const TSourceLoc &identifierOrTypeLocation, const TString &identifier) parseSingleDeclaration() argument
1476 parseSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression) parseSingleArrayDeclaration() argument
1517 parseSingleInitDeclaration(const TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &initLocation, TIntermTyped *initializer) parseSingleInitDeclaration() argument
1543 parseSingleArrayInitDeclaration(TPublicType &publicType, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression, const TSourceLoc &initLocation, TIntermTyped *initializer) parseSingleArrayInitDeclaration() argument
1586 parseInvariantDeclaration(const TSourceLoc &invariantLoc, const TSourceLoc &identifierLoc, const TString *identifier, const TSymbol *symbol) parseInvariantDeclaration() argument
1625 parseDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, const TString &identifier) parseDeclarator() argument
1653 parseArrayDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &arrayLocation, TIntermTyped *indexExpression) parseArrayDeclarator() argument
1699 parseInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &initLocation, TIntermTyped *initializer) parseInitDeclarator() argument
1736 parseArrayInitDeclarator(const TPublicType &publicType, TIntermAggregate *aggregateDeclaration, const TSourceLoc &identifierLocation, const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression, const TSourceLoc &initLocation, TIntermTyped *initializer) parseArrayInitDeclarator() argument
2302 addConstStruct(const TString& identifier, TIntermTyped* node, const TSourceLoc &line) addConstStruct() argument
3018 enterStructDeclaration(const TSourceLoc &line, const TString& identifier) enterStructDeclaration() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc915 bool ConsumeIdentifier(std::string* identifier) { in ConsumeIdentifier() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.h134 char *identifier; member
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk.h343 __le32 identifier; /* pblk identifier */ member
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.h321 __u8 identifier:2; member
343 __u8 identifier:2; member
356 __u8 identifier:2; member
368 __u8 identifier:2; member

Completed in 66 milliseconds

1...<<1112131415161718