| /foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
| H A D | mock_camera_operator.h | 51 int32_t UpdateSettings(std::vector<std::shared_ptr<DCameraSettings>>& settings) in UpdateSettings() argument
|
| /foundation/distributeddatamgr/preferences/test/native/unittest/ |
| H A D | preferences_xml_utils_test.cpp | 63 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 D | dcamera_source_event.cpp | 68 int32_t DCameraSourceEvent::GetCameraSettings(std::vector<std::shared_ptr<DCameraSettings>>& settings) in GetCameraSettings() argument
|
| /third_party/gn/src/gn/ |
| H A D | compile_commands_writer_unittest.cc | 32 const Settings* settings() { return setup_.settings(); } in settings() function in __anon2885::CompileCommandsTest [all...] |
| H A D | function_get_path_info.cc | 31 SourceDir DirForInput(const Settings* settings, in DirForInput() argument 51 std::string GetOnePathInfo(const Settings* settings, in GetOnePathInfo() argument [all...] |
| H A D | import_manager.cc | 19 std::unique_ptr<Scope> UncachedImport(const Settings* settings, in UncachedImport() argument
|
| H A D | item.h | 33 const Settings* settings() const { return settings_; } in settings() function in Item
|
| H A D | ninja_toolchain_writer.cc | 30 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 D | test_with_scope.h | 34 Settings* settings() { return &settings_; } in settings() function in TestWithScope 35 const Settings* settings() const { return &settings_; } in settings() function in TestWithScope
|
| H A D | output_conversion.cc | 163 void ConvertValueToOutput(const Settings* settings, in ConvertValueToOutput() argument
|
| H A D | toolchain.cc | 17 Toolchain::Toolchain(const Settings* settings, in Toolchain() argument
|
| /third_party/backends/backend/genesys/ |
| H A D | command_set_common.cpp | 39 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 D | CollationTailoring.java | 100 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 D | DataDrivenCalendarTest.java | 128 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 D | CollationTailoring.java | 102 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 D | DataDrivenCalendarTest.java | 131 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 D | radv_nir_lower_abi.c | 56 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 D | Preprocessor.cpp | 41 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler, const PreprocessorSettings &settings) Preprocessor() argument
|
| /third_party/skia/src/gpu/gl/builders/ |
| H A D | GrGLShaderStringBuilder.cpp | 21 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 D | GrVkUtil.cpp | 89 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 D | Preprocessor.cpp | 48 Preprocessor(Diagnostics *diagnostics, DirectiveHandler *directiveHandler, const PreprocessorSettings &settings) Preprocessor() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/ |
| H A D | conanfile.py | 24 settings = "os", "arch", "compiler", "build_type" variable in AbseilConan
|
| /drivers/peripheral/camera/vdi_base/common/device_manager/include/ |
| H A D | idevice_manager.h | 112 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 D | stream_pipeline_core.cpp | 34 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 D | label_classify.cpp | 90 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...] |