/third_party/selinux/libsepol/cil/src/ |
H A D | cil_internal.h | 525 void *type; /* type, alias, or attribute */ member 561 void *type; /* type or alias */ member 727 void *type; /* type or alias */ global() member 745 enum cil_filecon_types type; global() member 855 enum cil_fsuse_types type; global() member [all...] |
H A D | cil_binary.c | 210 struct cil_type *type = (struct cil_type *)datum; in __cil_expand_type() local 4145 type_datum_t *type = (type_datum_t *)datum; __cil_type_val_array_insert() local [all...] |
H A D | cil_build_ast.c | 2352 struct cil_type *type = NULL; in cil_gen_type() local 2386 void cil_destroy_type(struct cil_type *type) in cil_destroy_type() argument 4216 char *type = NULL; cil_gen_filecon() local 5169 char *type = NULL; cil_gen_fsuse() local [all...] |
H A D | cil.c | 1742 struct cil_type *type = ctx->type; in cil_filecons_to_string() local 1808 struct cil_type *type = ctx->type; in cil_filecons_to_string() local 2782 cil_type_init(struct cil_type **type) cil_type_init() argument [all...] |
H A D | cil_resolve_ast.c | 2595 struct cil_type *type = (struct cil_type *)child_datum; cil_resolve_bounds() local [all...] |
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 332 struct type_datum *type = data; in typealiases_gather_map() local 518 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_ancestor_scope() argument 525 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type) in is_id_in_scope() argument 563 static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const char *tgt, const struct class_perm_node *classperms) in avrule_to_cil() argument 685 avrulex_to_cil(int indent, struct policydb *pdb, uint32_t type, const char *src, const char *tgt, const class_perm_node_t *classperms, const av_extended_perms_t *xperms) avrulex_to_cil() argument 734 ebitmap_to_cil(struct policydb *pdb, struct ebitmap *map, int type) ebitmap_to_cil() argument 1265 const char *type; cond_expr_to_cil() local 1438 unsigned int type; role_trans_to_cil() local 2241 struct type_datum *type = datum; type_to_cil() local 2365 const char *type; boolean_to_cil() local 3085 char *type = NULL; context_string_to_cil() local [all...] |
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | policydb.h | 152 uint32_t type; /* program executable type, or new object type */ member 714 unsigned type; global() member [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 353 static inline bool isScalarType (ValueType type) in isScalarType() argument 358 static inline bool isFloatType (ValueType type) in isFloatType() argument 363 static inline bool isIntType (ValueType type) in isIntType() argument 368 isUintType(ValueType type) isUintType() argument 373 isBoolType(ValueType type) isBoolType() argument 602 OperationType type; global() member 732 DataType type; global() member 2263 DataType type; // The type of "Y" and "Z" operands in "X ? Y : Z" (X is always bool). init() member 2393 DataType type = s_sequenceCases[caseNdx].inputTypes[inputNdx]; init() local [all...] |
H A D | es3fUniformApiTests.cpp | 138 static inline int getSamplerNumLookupDimensions (const glu::DataType type) in getSamplerNumLookupDimensions() argument 169 static inline glu::DataType getSamplerLookupReturnType (const glu::DataType type) in getSamplerLookupReturnType() argument 214 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate) in typeContainsMatchingBasicType() argument 231 getDistinctSamplerTypes(vector<glu::DataType>& dst, const glu::VarType& type) getDistinctSamplerTypes() argument 250 getNumSamplersInType(const glu::VarType& type) getNumSamplersInType() argument 687 generateRandomVarValue(const glu::DataType type, Random& rnd, int samplerUnit = -1 ) generateRandomVarValue() argument 741 generateZeroVarValue(const glu::DataType type) generateZeroVarValue() argument 891 getCaseShaderTypeName(const CaseShaderType type) getCaseShaderTypeName() argument 955 glu::DataType type; global() member 998 glu::DataType type; global() member 1013 glu::DataType type; global() member 1177 const glu::DataType type = varType.getBasicType(); generateBasicUniforms() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 104 BufferVar::BufferVar (const char* name, const VarType& type, deUint32 flags) in BufferVar() argument 173 glu::DataType type; member 331 int getDataTypeByteSize (glu::DataType type) in getDataTypeByteSize() argument 336 getDataTypeByteAlignment(glu::DataType type) getDataTypeByteAlignment() argument 366 computeStd140BaseAlignment(const VarType& type, deUint32 layoutFlags) computeStd140BaseAlignment() argument 406 computeStd430BaseAlignment(const VarType& type, deUint32 layoutFlags) computeStd430BaseAlignment() argument 458 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument 801 getCompareFuncForType(glu::DataType type) getCompareFuncForType() argument 867 collectUniqueBasicTypes(std::set<glu::DataType>& basicTypes, const VarType& type) collectUniqueBasicTypes() argument [all...] |
H A D | es31fShaderImageLoadStoreTests.cpp | 89 static inline IVec3 defaultImageSize (TextureType type) in defaultImageSize() argument 120 static const char* getTextureTypeName (TextureType type) in getTextureTypeName() argument 135 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type) in isFormatTypeUnsignedInteger() argument 142 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type) in isFormatTypeSignedInteger() argument 149 isFormatTypeInteger(TextureFormat::ChannelType type) isFormatTypeInteger() argument 154 isFormatTypeUnorm(TextureFormat::ChannelType type) isFormatTypeUnorm() argument 161 isFormatTypeSnorm(TextureFormat::ChannelType type) isFormatTypeSnorm() argument 388 checkTextureTypeExtensions(const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext) checkTextureTypeExtensions() argument 394 textureTypeExtensionShaderRequires(TextureType type, const RenderContext& renderContext) textureTypeExtensionShaderRequires() argument 652 LayeredImage(TextureType type, const TextureFormat& format, int w, int h, int d) LayeredImage() argument 2981 EarlyFragmentTestsCase(Context& context, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetType renderTarget) EarlyFragmentTestsCase() argument [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 112 static GLenum inputTypeToGL (DrawTestSpec::InputType type) in inputTypeToGL() argument 134 static std::string outputTypeToGLType (DrawTestSpec::OutputType type) in outputTypeToGLType() argument 190 static bool inputTypeIsFloatType (DrawTestSpec::InputType type) in inputTypeIsFloatType() argument 203 static bool outputTypeIsFloatType (DrawTestSpec::OutputType type) in outputTypeIsFloatType() argument 214 outputTypeIsIntType(DrawTestSpec::OutputType type) outputTypeIsIntType() argument 225 outputTypeIsUintType(DrawTestSpec::OutputType type) outputTypeIsUintType() argument 548 DrawTestSpec::InputType type; global() member in deqp::gls::__anon30985::GLValue 621 getMaxValue(DrawTestSpec::InputType type) getMaxValue() argument 639 getMinValue(DrawTestSpec::InputType type) getMinValue() argument 1407 generateShaderParams(std::map<std::string, std::string>& params, glu::ContextType type) generateShaderParams() argument 1453 mapOutputType(const DrawTestSpec::OutputType& type) mapOutputType() argument 1481 getComponentCount(const DrawTestSpec::OutputType& type) getComponentCount() argument 1547 generateArray(int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type) generateArray() argument 1555 generateBasicArray(int seed, int elementCount, int componentCount, int offset, int stride, DrawTestSpec::InputType type) generateBasicArray() argument 1669 generateIndices(int seed, int elementCount, DrawTestSpec::IndexType type, int offset, int min, int max, int indexBase) generateIndices() argument 1743 generateAttributeValue(int seed, DrawTestSpec::InputType type) generateAttributeValue() argument 2268 inputTypeToString(InputType type) inputTypeToString() argument 2292 outputTypeToString(OutputType type) outputTypeToString() argument 2368 indexTypeToString(IndexType type) indexTypeToString() argument 2399 inputTypeSize(InputType type) inputTypeSize() argument 2423 indexTypeSize(IndexType type) indexTypeSize() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 1534 static deUint32 getVecStd430ByteAlignment (glu::DataType type) in getVecStd430ByteAlignment() argument 1964 std::string getTypeSpirv(const glu::DataType type, cons argument 2016 scalarComparison(const std::string operation, const int operationNdx, const glu::DataType type, const std::string& outputType, const int scalarSize) scalarComparison() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 264 static inline bool isScalarType (ValueType type) in isScalarType() argument 269 static inline bool isFloatType (ValueType type) in isFloatType() argument 274 static inline bool isIntType (ValueType type) in isIntType() argument 279 isUintType(ValueType type) isUintType() argument 284 isBoolType(ValueType type) isBoolType() argument 398 OperationType type; global() member 506 DataType type; global() member 1864 const DataType type; // The type of "Y" and "Z" operands in "X ? Y : Z" (X is always bool). init() member 1994 const DataType type = s_sequenceCases[caseNdx].inputTypes[inputNdx]; init() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 103 BufferVar::BufferVar (const char* name, const VarType& type, deUint32 flags) in BufferVar() argument 248 int getDataTypeByteSize (glu::DataType type) in getDataTypeByteSize() argument 264 getDataTypeByteAlignment(glu::DataType type) getDataTypeByteAlignment() argument 322 computeStd140BaseAlignment(const VarType& type, deUint32 layoutFlags) computeStd140BaseAlignment() argument 362 computeStd430BaseAlignment(const VarType& type, deUint32 layoutFlags) computeStd430BaseAlignment() argument 399 computeRelaxedBlockBaseAlignment(const VarType& type, deUint32 layoutFlags) computeRelaxedBlockBaseAlignment() argument 433 computeScalarBlockAlignment(const VarType& type, deUint32 layoutFlags) computeScalarBlockAlignment() argument 467 computeReferenceLayout( BufferLayout& layout, int curBlockNdx, int baseOffset, const std::string& curPrefix, const VarType& type, deUint32 layoutFlags) computeReferenceLayout() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 1681 static int tls_match_altsubject_component(X509 *cert, int type, in tls_match_altsubject_component() argument 1708 int type; in tls_match_altsubject() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 654 u32 type = WPA_GET_BE32(pos); in p2p_update_peer_vendor_elems() local 1005 enum p2p_scan_type type; in p2p_search() local 1154 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq) p2p_find() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 5370 radio_remove_works(struct wpa_supplicant *wpa_s, const char *type, int remove_all) global() argument 5474 radio_add_work(struct wpa_supplicant *wpa_s, unsigned int freq, const char *type, int next, void (*cb)(struct wpa_radio_work *work, int deinit), void *ctx) global() argument 5549 radio_work_pending(struct wpa_supplicant *wpa_s, const char *type) global() argument 7533 wpas_enable_mac_addr_randomization(struct wpa_supplicant *wpa_s, unsigned int type, const u8 *addr, const u8 *mask) global() argument 7579 wpas_disable_mac_addr_randomization(struct wpa_supplicant *wpa_s, unsigned int type) global() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 7247 size_t hostapd_eid_rnr_len(struct hostapd_data *hapd, u32 type) in hostapd_eid_rnr_len() argument 7447 u8 * hostapd_eid_rnr(struct hostapd_data *hapd, u8 *eid, u32 type) in hostapd_eid_rnr() argument
|
H A D | wpa_auth_ft.c | 47 u16 type; member 70 wpa_ft_rrb_decrypt(const u8 *key, const size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 **plain, size_t *plain_size) wpa_ft_rrb_decrypt() argument 138 wpa_ft_rrb_get_tlv(const u8 *plain, size_t plain_len, u16 type, size_t *tlv_len, const u8 **tlv_data) wpa_ft_rrb_get_tlv() argument 232 int type; wpa_ft_rrb_get_tlv_vlan() local 474 wpa_ft_rrb_encrypt(const u8 *key, const size_t key_len, const u8 *plain, const size_t plain_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 *enc) wpa_ft_rrb_encrypt() argument 519 wpa_ft_rrb_build(const u8 *key, const size_t key_len, const struct tlv_list *tlvs_enc0, const struct tlv_list *tlvs_enc1, const struct tlv_list *tlvs_auth, const struct vlan_description *vlan, const u8 *src_addr, u8 type, u8 **packet, size_t *packet_len) wpa_ft_rrb_build() argument 3730 wpa_ft_rrb_build_r0(const u8 *key, const size_t key_len, const struct tlv_list *tlvs, const struct wpa_ft_pmk_r0_sa *pmk_r0, const u8 *r1kh_id, const u8 *s1kh_id, const struct tlv_list *tlv_auth, const u8 *src_addr, u8 type, u8 **packet, size_t *packet_len) wpa_ft_rrb_build_r0() argument 3958 wpa_ft_rrb_rx_r1(struct wpa_authenticator *wpa_auth, const u8 *src_addr, u8 type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, u8 *s1kh_id_out, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_rx_r1() argument 4260 wpa_ft_rrb_rx_seq(struct wpa_authenticator *wpa_auth, const u8 *src_addr, int type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, struct ft_remote_seq **rkh_seq, u8 **key, size_t *key_len, struct ft_remote_r0kh **r0kh_out, struct ft_remote_r1kh **r1kh_out, struct ft_remote_r0kh **r0kh_wildcard_out, struct ft_remote_r1kh **r1kh_wildcard_out) wpa_ft_rrb_rx_seq() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.h | 150 enum dpp_bootstrap_type type; member
|
H A D | wpa_common.h | 219 u8 type; member
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingThreadedTests.cpp | 358 Object::Object (const char* type, SharedPtr<tcu::ThreadUtil::Event> e, SharedPtr<FenceSync> sync) in Object() argument 961 TexImage2D::TexImage2D (SharedPtr<Texture> texture, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexImage2D() argument 1013 TexSubImage2D::TexSubImage2D (SharedPtr<Texture> texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, bool useSync, bool serverSync) in TexSubImage2D() argument 1320 GLenum type; member in deqp::egl::GLES2ThreadTest::Shader 1345 CreateShader(GLenum type, SharedPtr<Shader>& shader, bool useSync, bool serverSync) CreateShader() argument 1592 DetachShader(SharedPtr<Program> program, GLenum type, bool useSync, bool serverSync) DetachShader() argument 1848 ReadPixels(int x, int y, int width, int height, GLenum format, GLenum type, SharedPtr<tcu::ThreadUtil::DataBlock>& data, bool useSync, bool serverSync) ReadPixels() argument 3470 addShaderOperations(GLenum type) addShaderOperations() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 1721 static int tls_match_altsubject_component(X509 *cert, int type, in tls_match_altsubject_component() argument 1748 int type; in tls_match_altsubject() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 716 u32 type = WPA_GET_BE32(pos); local 1081 enum p2p_scan_type type; local 1246 p2p_find(struct p2p_data *p2p, unsigned int timeout, enum p2p_discovery_type type, unsigned int num_req_dev_types, const u8 *req_dev_types, const u8 *dev_id, unsigned int search_delay, u8 seek_count, const char **seek, int freq, bool include_6ghz) global() argument [all...] |