Home
last modified time | relevance | path

Searched defs:value1 (Results 51 – 75 of 121) sorted by relevance

12345

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp295 …l FixedNumericalCapabilityCheck(CapabilityID key, const T& value2, const Plugin::ValueType& value1, in FixedNumericalCapabilityCheck()
313const Plugin::ValueType& value1, uint8_t flags, std::function<int(T, T)> cmpFunc, Plugin::ValueTyp… in IntervalNumericalCapabilityCheck()
330const Plugin::ValueType& value1, uint8_t flags, std::function<int(T, T)> cmpFunc, Plugin::ValueTyp… in DiscreteNumericalCapabilityCheck()
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Mesh.cpp130 jfloat value1, jfloat value2, jfloat value3, jfloat value4, in updateFloatUniforms()
164 jint value1, jint value2, jint value3, jint value4, jint count) { in updateIntUniforms()
H A DShader.cpp350 jstring jUniformName, jfloat value1, jfloat value2, in RuntimeShader_updateFloatUniforms()
382 jstring jUniformName, jint value1, jint value2, in RuntimeShader_updateIntUniforms()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanagera_fuzzer/
H A Dabilityautostartupdatamanagera_fuzzer.cpp130 DistributedKv::Value value1(jsonStr1); in AbilityAutoStartupDataManagerFuzztest2() local
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp723 napi_value value1 = NapiUtils::GetNamedProperty(env, value, "bundle"); in ParseBundle() local
735 napi_value value1 = NapiUtils::GetNamedProperty(env, value, "state"); in ParseState() local
747 napi_value value1 = NapiUtils::GetNamedProperty(env, value, "action"); in ParseAction() local
759 napi_value value1 = NapiUtils::GetNamedProperty(env, value, "mode"); in ParseMode() local
773 napi_value value1 = NapiUtils::GetNamedProperty(env, value, "before"); in ParseBefore() local
788 napi_value value1 = NapiUtils::GetNamedProperty(env, value, "after"); in ParseAfter() local
/aosp14/frameworks/base/tools/lint/global/checks/src/main/java/com/google/android/lint/aidl/
H A DEnforcePermissionDetector.kt90 val value1 = attr1[i].value ?: return false regex
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_stations_manager_test.cpp46 StationInfo value1 = { variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp1871 Value value1; variable
1949 Value value1(validPre1.begin(), validPre1.end()); variable
2150 Value value1(int32Min.begin(), int32Min.end()); variable
2211 Value value1(negativeAndPoitInt.begin(), negativeAndPoitInt.end()); variable
2310 Value value1(field1Str.begin(), field1Str.end()); variable
2370 Value value1(field1Str.begin(), field1Str.end()); variable
H A Ddistributeddb_nb_crud_test.cpp1427 DistributedDB::Value value1, value2, value3, value4, value5, value6, value7, value8; in GenerateDataForBatch() local
1525 Value value1, value3; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_trans_test.cpp204 uint8_t *value1 = (uint8_t *)malloc(sizeof(uint8_t)); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp123 PropertyValue value1 = std::make_shared<RSRenderAnimatableProperty<float>>( variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_multi_sub_user_test.cpp484 Value value1 = {'v', '1'}; variable
594 Value value1 = {'v', '1'}; variable
724 Value value1 = {'v', '1'}; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsmodifier_fuzzer/
H A Drsmodifier_fuzzer.cpp94 float value1 = GetData<float>(); in DoSet() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_impl_test.cpp270 int64_t value1 = 0; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_object_test.cpp791 ValueObject value1; variable
875 ValueObject value1; variable
/ohos5.0/foundation/arkui/napi/sample/native_module_demo/
H A Dnative_module_demo.cpp44 double value1; in Add() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_schema_put_test.cpp230 Value value1(diffData.begin(), diffData.end()); variable
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp210 Value value1; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp696 std::shared_ptr<RSPropertyBase> value1 = std::make_shared<RSAnimatableProperty<float>>(0.2f); variable
725 std::shared_ptr<RSPropertyBase> value1 = std::make_shared<RSAnimatableProperty<float>>(0.2f); variable
933 auto value1 = std::make_shared<RSAnimatableProperty<float>>(2.f); variable
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_LongMultiStateCounter.cpp41 void LongMultiStateCounter::add(int64_t *value1, const int64_t &value2, const uint64_t numerator, in add()
/ohos5.0/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.cpp207 static args_vector GetArgs(const std::vector<int> &sizes, int value1, int value2) in GetArgs()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java251 final String algorithm, value1; in getFieldClassificationScore() local
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/
H A Dpolicy_serializer_test.cpp387 map<string, string> value1 = { variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_mock_test.cpp298 const char *value1 = "true"; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp99 EGLint value1 = GetData<EGLint>(); in DoSomethingInterestingWithMyAPI() local

12345