Home
last modified time | relevance | path

Searched defs:configs (Results 1 - 25 of 108) sorted by relevance

12345

/base/global/i18n/frameworks/intl/test/fuzztest/datetimeformat_fuzzer/
H A Ddatetimeformat_fuzzer.cpp31 std::map<std::string, std::string> configs; in DoSomethingInterestingWithMyAPI() local
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/action_soc/
H A Dsoc_action_base.cpp36 std::vector<int64_t> configs; in SocLimitRequest() local
/base/security/security_guard/services/config_manager/src/
H A Devent_config.cpp75 std::vector<EventCfg> configs; in Parse() local
101 std::vector<EventCfg> configs; in Update() local
119 bool EventConfig::ParseEventConfig(std::vector<EventCfg> &configs, nlohmann::json &jsonObj) in ParseEventConfig() argument
136 CacheEventConfig(const std::vector<EventCfg> &configs) CacheEventConfig() argument
143 CacheEventToTable(const std::vector<EventCfg> &configs) CacheEventToTable() argument
[all...]
H A Dmodel_config.cpp69 std::vector<ModelCfg> configs; in Parse() local
95 std::vector<ModelCfg> configs; in Update() local
113 bool ModelConfig::ParseModelConfig(std::vector<ModelCfg> &configs, nlohmann::json &jsonObj) in ParseModelConfig() argument
118 CacheModelConfig(const std::vector<ModelCfg> &configs) CacheModelConfig() argument
126 CacheModelToEvent(const std::vector<ModelCfg> &configs) CacheModelToEvent() argument
[all...]
/third_party/gn/src/gn/
H A Dconfig.h51 const UniqueVector<LabelConfigPair>& configs() const { return configs_; } in configs() function in Config
52 UniqueVector<LabelConfigPair>& configs() { return configs_; } in configs() function in Config
[all...]
H A Drust_project_writer_helpers.h90 ConfigList& configs() { return configs_; } in configs() function in Crate
/third_party/mesa3d/src/glx/
H A Dglxconfig.c263 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list() argument
284 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual() argument
296 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglConfigList.cpp65 vector<EGLConfig> configs = eglu::getConfigs(egl, display); in iterate() local
[all...]
H A DteglMutableRenderBufferTests.cpp131 const vector<EGLConfig> configs = eglu::chooseConfigs(egl, m_eglDisplay, attribsNoBit); in init() local
/base/inputmethod/imf/services/src/
H A Dinput_type_manager.cpp154 std::vector<InputTypeInfo> configs; in Init() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DLocaleMaskItem.java38 private ArrayList<LocaleConfig> configs; field in LocaleMaskItem
46 public LocaleMaskItem(String languageTag, ArrayList<LocaleConfig> configs) { in LocaleMaskItem() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig_unittest.cpp58 std::vector<egl::Config> configs; in GenerateUniqueConfigs() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListCase.cpp125 ConfigList configs; in iterate() local
[all...]
H A DglcConfigList.hpp142 std::vector<Config> configs; member in glcts::ConfigList
H A DglcConfigListEGL.cpp98 std::vector<eglw::EGLConfig> configs = eglu::getConfigs(library, display); in getDefaultEglConfigList() local
/third_party/toybox/toys/posix/
H A Dgetconf.c192 struct config *configs[] = {sysconfs, pathconfs, confstrs, limits, others}, in getconf_main() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/
H A Devent_export_config_test.cpp78 std::vector<std::shared_ptr<ExportConfig>> configs; in HWTEST_F() local
/base/global/i18n/frameworks/intl/src/
H A Drelative_time_format.cpp109 void RelativeTimeFormat::ParseConfigs(std::map<std::string, std::string> &configs) in ParseConfigs() argument
57 RelativeTimeFormat(const std::vector<std::string> &localeTags, std::map<std::string, std::string> &configs) RelativeTimeFormat() argument
/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_data.cpp24 DateTimeData::DateTimeData(const char *amPmMarkers, const char *configs, const int size) in DateTimeData() argument
/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h76 std::map<std::string, std::string> configs; member in OHOS::Global::I18n::LocaleInfo
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Degl_core.cpp35 EGLConfig configs = NULL; in getConfig() local
/third_party/mesa3d/src/egl/main/
H A Deglconfigdebug.c161 eglPrintConfigDebug(const _EGLDisplay *const disp, const EGLConfig *const configs, const EGLint numConfigs, const EGLBoolean printChosen) eglPrintConfigDebug() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dtest2.c106 lws_dll2_owner_t configs; member
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtransform_builder.h127 std::vector<Config> configs = tb->builder()->vector<Config>(); in impl() local
/third_party/skia/gm/
H A Dhighcontrastfilter.cpp134 SkHighContrastConfig configs[] = { variable

Completed in 9 milliseconds

12345