Home
last modified time | relevance | path

Searched defs:types (Results 376 - 400 of 633) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/python/Modules/expat/
H A Dxmlrole.c747 static const char *const types[] = { in attlist2() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fLifetimeTests.cpp440 Type* types[] = { &m_queryType, &m_tfType, &m_varrType, &m_samplerType }; in ES3Types() local
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp391 static const EGLint types[] = { EGL_RGB_BUFFER, EGL_LUMINANCE_BUFFER }; in getBufferType() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_tls_common.c1191 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument
1101 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types, int use_machine_cred) eap_peer_select_phase2_methods() argument
[all...]
/third_party/vulkan-loader/loader/
H A Ddebug_utils.c332 VkDebugUtilsMessageTypeFlagsEXT types; in util_DebugReportMessage() local
/third_party/vulkan-loader/tests/
H A Dloader_debug_ext_tests.cpp402 VkResult CreateUtilsInstance(VkDebugUtilsMessageTypeFlagsEXT types, VkDebugUtilsMessageSeverityFlagsEXT severities, in CreateUtilsInstance() argument
424 VkResult CreateUtilsMessenger(VkInstance inst, VkDebugUtilsMessageTypeFlagsEXT types, in CreateUtilsMessenger() argument
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp515 TestProtoDataAccessor(MemoryWriter& mem_writer, ClassItem* class_item, MethodItem* method_item, ProtoItem* proto_item, std::vector<Type::TypeId> types, std::vector<ClassItem *> ref_types) TestProtoDataAccessor() argument
[all...]
/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_cmd.h76 uint16_t types; member
171 uint16_t types; member
180 uint16_t types; member
188 uint16_t types; member
268 uint16_t types; member
272 uint16_t types; member
/base/hiviewdfx/hilog/services/hilogtool/
H A Dmain.cpp320 uint16_t types; global() member
773 uint16_t types = Str2ComboLogType(arg); TypeHandler() local
[all...]
/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp65 inline bool IsKmsg(uint16_t types) in IsKmsg() argument
719 uint16_t types = rqst.types; HandleBufferSizeGetRqst() local
743 uint16_t types = rqst.types; HandleBufferSizeSetRqst() local
814 uint16_t types = rqst.types; HandleLogRemoveRqst() local
[all...]
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py2091 types = {} global() variable in obj_analysis
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_impl.cpp340 std::vector<std::string> types; in GetFileTypes() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp1769 auto types = ability->GetFileTypes(uri, mimeTypeFilter); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp941 std::set<ImageAnalyzerType> types; in AnalyzerConfig() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp501 const ScreenSizeType types[] = { ScreenSizeType::SM, ScreenSizeType::MD, ScreenSizeType::LG, in HWTEST_F() local
529 const DialogType types[] = { DialogType::ALERT_DIALOG, DialogType::ACTION_SHEET, DialogType::COMMON }; in HWTEST_F() local
882 const DialogType types[] = { DialogType::ALERT_DIALOG, DialogType::ACTION_SHEET, DialogType::COMMON }; in HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp332 auto types = AudioStandard::AudioRenderer::GetSupportedEncodingTypes(); in Prepare() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp247 GetScreenCompChange(uint32_t screenId, std::vector<uint32_t> &layersId, std::vector<int32_t> &types) GetScreenCompChange() argument
H A Dhdi_output.cpp371 std::vector<int32_t> types; in UpdateLayerCompType() local
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp799 CheckParametersAndThrow(const napi_env &env, const napi_value parameters[], std::initializer_list<napi_valuetype> types, const std::string &argName, const std::string &argType) CheckParametersAndThrow() argument
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_record.cpp648 std::set<std::string> types; in GetUdtTypes() local
658 std::set<std::string> types; in GetMimeTypes() local
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp150 static void AddFileUriTypeIfContains(std::vector<std::string>& types) in AddFileUriTypeIfContains() argument
225 auto types = record->record_->GetUtdIds(); in OH_UdmfRecord_GetTypes() local
871 int OH_UdmfRecord_SetProvider(OH_UdmfRecord* record, const char* const* types, unsigned int count, in OH_UdmfRecord_SetProvider() argument
[all...]
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Dnapi_init.cpp1051 const char* types[3] = { "general.plain-text", "general.hyperlink", "general.html" }; in OH_UdmfRecord_SetProvider0100() local
1074 const char* types[3] = { "general.plain-text", "general.hyperlink", "general.html" }; in OH_UdmfRecord_SetProvider0200() local
/third_party/glslang/glslang/MachineIndependent/
H A DInitialize.cpp163 ArgType types; // ArgType mask member
/third_party/alsa-utils/alsactl/
H A Dstate.c809 static const snd_ctl_elem_type_t types[] = { in get_comment_type() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp76 static const char *types="lb?e"; variable

Completed in 55 milliseconds

1...<<11121314151617181920>>...26