Home
last modified time | relevance | path

Searched defs:settings (Results 76 - 100 of 328) sorted by relevance

12345678910>>...14

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_camera_operator.h51 int32_t UpdateSettings(std::vector<std::shared_ptr<DCameraSettings>>& settings) in UpdateSettings() argument
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp63 std::vector<Element> settings = {}; in HWTEST_F() local
104 std::vector<Element> settings; in HWTEST_F() local
130 std::vector<Element> settings = {}; in HWTEST_F() local
160 std::vector<Element> settings; HWTEST_F() local
187 std::vector<Element> settings; HWTEST_F() local
226 std::vector<Element> settings; HWTEST_F() local
266 std::vector<Element> settings; HWTEST_F() local
306 std::vector<Element> settings; HWTEST_F() local
338 std::vector<Element> settings; HWTEST_F() local
370 std::vector<Element> settings; HWTEST_F() local
405 std::vector<Element> settings; HWTEST_F() local
412 PreferencesXmlUtils::WriteSettingXml(MakeFilePath(fileName, STR_BACKUP), "", "", settings); HWTEST_F() local
440 std::vector<Element> settings; HWTEST_F() local
456 std::vector<Element> settings; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp68 int32_t DCameraSourceEvent::GetCameraSettings(std::vector<std::shared_ptr<DCameraSettings>>& settings) in GetCameraSettings() argument
/third_party/gn/src/gn/
H A Dcompile_commands_writer_unittest.cc32 const Settings* settings() { return setup_.settings(); } in settings() function in __anon2885::CompileCommandsTest
[all...]
H A Dfunction_get_path_info.cc31 SourceDir DirForInput(const Settings* settings, in DirForInput() argument
51 std::string GetOnePathInfo(const Settings* settings, in GetOnePathInfo() argument
[all...]
H A Dimport_manager.cc19 std::unique_ptr<Scope> UncachedImport(const Settings* settings, in UncachedImport() argument
H A Ditem.h33 const Settings* settings() const { return settings_; } in settings() function in Item
H A Dninja_toolchain_writer.cc30 NinjaToolchainWriter::NinjaToolchainWriter(const Settings* settings, in NinjaToolchainWriter() argument
60 RunAndWriteFile( const Settings* settings, const Toolchain* toolchain, const std::vector<NinjaWriter::TargetRulePair>& rules) RunAndWriteFile() argument
H A Dtest_with_scope.h34 Settings* settings() { return &settings_; } in settings() function in TestWithScope
35 const Settings* settings() const { return &settings_; } in settings() function in TestWithScope
H A Doutput_conversion.cc163 void ConvertValueToOutput(const Settings* settings, in ConvertValueToOutput() argument
H A Dtoolchain.cc17 Toolchain::Toolchain(const Settings* settings, in Toolchain() argument
/third_party/backends/backend/genesys/
H A Dcommand_set_common.cpp39 HeadSettings settings[] = { in is_head_home() local
83 LampSettings settings[] = { in set_xpa_lamp_power() local
168 MotorSettings settings[] = { in set_motor_mode() local
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationTailoring.java100 public SharedObject.Reference<CollationSettings> settings; // reference-counted field in CollationTailoring
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDataDrivenCalendarTest.java128 private void testConvert(TestDataModule.TestData testData, DataMap settings, boolean forward) { in testConvert() argument
172 private void testOps(TestDataModule.TestData testData, DataMap settings) { in testOps() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationTailoring.java102 public SharedObject.Reference<CollationSettings> settings; // reference-counted field in CollationTailoring
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDataDrivenCalendarTest.java131 private void testConvert(TestDataModule.TestData testData, DataMap settings, boolean forward) { in testConvert() argument
175 private void testOps(TestDataModule.TestData testData, DataMap settings) { in testOps() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_abi.c56 nir_ssa_def *settings = ac_nir_load_arg(b, &s->args->ac, s->args->ngg_culling_settings); in nggc_bool_setting() local
152 nir_ssa_def *settings = ac_nir_load_arg(b, &s->args->ac, s->args->ngg_culling_settings); in lower_abi_instr() local
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DPreprocessor.cpp41 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler, const PreprocessorSettings &settings) Preprocessor() argument
/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp21 GrSkSLtoGLSL(const GrGLGpu* gpu, SkSL::ProgramKind programKind, const SkSL::String& sksl, const SkSL::Program::Settings& settings, SkSL::String* glsl, GrContextOptions::ShaderErrorHandler* errorHandler) GrSkSLtoGLSL() argument
/third_party/skia/src/gpu/vk/
H A DGrVkUtil.cpp89 GrCompileVkShaderModule(GrVkGpu* gpu, const SkSL::String& shaderString, VkShaderStageFlagBits stage, VkShaderModule* shaderModule, VkPipelineShaderStageCreateInfo* stageInfo, const SkSL::Program::Settings& settings, SkSL::String* outSPIRV, SkSL::Program::Inputs* outInputs) GrCompileVkShaderModule() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DPreprocessor.cpp48 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler, const PreprocessorSettings &settings) Preprocessor() argument
/third_party/skia/third_party/externals/abseil-cpp/
H A Dconanfile.py24 settings = "os", "arch", "compiler", "build_type" variable in AbseilConan
/drivers/peripheral/camera/vdi_base/common/device_manager/include/
H A Didevice_manager.h112 virtual RetCode PreConfig(const ModeMeta& meta, const std::vector<DeviceStreamSetting>& settings) in PreConfig() argument
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp34 std::vector<DeviceStreamSetting> settings = {}; in PreConfig() local
178 std::vector<DeviceStreamSetting> settings = {}; in CheckStreamsSupported() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp90 void MergeSettingsIntoParams(const Settings& settings) in MergeSettingsIntoParams() argument
115 void PrepareModel(Settings& settings, std::unique_ptr<tflite::Interpreter>& interpreter, in PrepareModel() argument
171 void LogInterpreterParams(Settings& settings, st argument
195 InferenceModel(Settings& settings, DelegateProviders& delegateProviders) InferenceModel() argument
269 InitSettings(int32_t argc, char** argv, Settings& settings) InitSettings() argument
337 Settings settings; Main() local
[all...]

Completed in 11 milliseconds

12345678910>>...14