Home
last modified time | relevance | path

Searched defs:type (Results 4176 - 4200 of 11838) sorted by relevance

1...<<161162163164165166167168169170>>...474

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidRenderActivity.cpp51 static const char* getMessageTypeName (MessageType type) in getMessageTypeName() argument
/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXPlatform.cpp136 static CGLOpenGLProfile getCGLProfile (glu::ContextType type) in getCGLProfile() argument
/third_party/vk-gl-cts/framework/qphelper/
H A DqpDebugOut.c105 static android_LogPriority getLogPriority (MessageType type) in getLogPriority() argument
115 void printRaw (MessageType type, const char* message) in printRaw() argument
123 void printFmt (MessageType type, const char* format, va_list args) in printFmt() argument
133 getOutFile(MessageType type) getOutFile() argument
141 printRaw(MessageType type, const char* message) printRaw() argument
160 printFmt(MessageType type, const char* format, va_list args) printFmt() argument
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExecutionContext.cpp123 const VariableType& type = dst.getType(); in assignMasked() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_fast_common.c19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr() argument
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv() argument
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf() argument
H A Deap_fast_common.h44 be16 type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.c74 eap_get_name(int vendor, enum eap_type type) eap_get_name() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_none.c133 l2_packet_set_packet_filter(struct l2_packet_data *l2, enum l2_packet_filter_type type) l2_packet_set_packet_filter() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dndef.c23 const u8 *type; member
106 static struct wpabuf * ndef_build_record(u8 flags, const void *type, in ndef_build_record() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() argument
66 static void add_entry(struct wpabuf *xml, const char *type, const char *name, in add_entry() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcm_ipc_client.c125 static int32_t GetAppCert(enum CertManagerInterfaceCode type, const struct CmBlob *certUri, const uint32_t store, in GetAppCert() argument
/third_party/vulkan-loader/loader/
H A Dadapters.h42 AdapterInfoType type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Deapol_common.h20 u8 type; member
65 u8 type; member
/third_party/skia/third_party/externals/angle2/samples/tex_redef_microbench/
H A DTexRedefMicroBench.cpp58 defineSquareTexture2D(GLuint texId, GLsizei baseDimension, GLenum format, GLenum type, void *data) defineSquareTexture2D() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp824 const TType &type = node->getType(); global() member
976 IsPrecisionApplicableToType(TBasicType type) IsPrecisionApplicableToType() argument
[all...]
/third_party/zlib/contrib/infback9/
H A Dinftree9.c32 int inflate_table9(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table9() argument
[all...]
/third_party/zlib/
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-open-type.hh60 typedef Type type; typedef
/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp108 OsAccountType type = NORMAL; in HWTEST_F() local
312 OsAccountType type = OsAccountType::ADMIN; HWTEST_F() local
[all...]
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp231 bool AccountManagerAddon::CheckOsAccountType(int32_t type) in CheckOsAccountType() argument
[all...]
/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp161 int32_t type = data.ReadInt32(); in EnableAdminInner() local
219 int32_t type = static_cast<int32_t>(AdminType::UNKNOWN); in GetEnabledAdminInner() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_c.h91 enum ParamType type; global() member
[all...]
/base/hiviewdfx/hidumper_lite/lite/
H A Dhidumper.c49 enum MemDumpType type; member
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp157 static bool IsNeedProcFlowCtr(const LogType type) in IsNeedProcFlowCtr() argument
215 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char *tag, in HiLogPrintArgs() argument
360 HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) HiLogPrint() argument
[all...]
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_ohos.cpp67 bool MatchContent(int type, const string& rule, const string& match) in MatchContent() argument

Completed in 21 milliseconds

1...<<161162163164165166167168169170>>...474