Home
last modified time | relevance | path

Searched defs:initial (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_capturedata_test.cpp39 const float initial = 32.45f; variable
53 const std::string initial = "hello"; variable
68 const float initial = 435.542f; variable
83 const double initial = 98.327; variable
98 const int8_t initial = -7; variable
113 const uint8_t initial = 86; variable
128 const int16_t initial = 2789; variable
143 const uint16_t initial = 5342; variable
158 const int32_t initial = 235832; variable
173 const uint32_t initial = 3572989; variable
[all …]
H A Drs_profiler_archive_test.cpp42 char initial = 'A'; variable
60 float initial = 27.0f; variable
78 double initial = 87.0; variable
96 int8_t initial = -87; variable
114 int32_t initial = 564; variable
132 uint8_t initial = 87; variable
151 uint32_t initial = 3644; variable
169 size_t initial = 1056; variable
187 std::string initial = "sample text"; variable
226 std::vector<SomeStruct> initial = { { 892, "qwe" }, { 457, "asd" }, { 2065, "zxc" } }; variable
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DPrimitiveSegmentTest.java98 PrimitiveSegment initial = new PrimitiveSegment( in testScale_fullPrimitiveScaleValue() local
113 PrimitiveSegment initial = new PrimitiveSegment( in testScale_halfPrimitiveScaleValue() local
128 PrimitiveSegment initial = new PrimitiveSegment( in testScale_zeroPrimitiveScaleValue() local
H A DStepSegmentTest.java119 StepSegment initial = new StepSegment(1f, 0, 0); in testScale_fullAmplitude() local
133 StepSegment initial = new StepSegment(0.5f, 0, 0); in testScale_halfAmplitude() local
147 StepSegment initial = new StepSegment(0, 0, 0); in testScale_zeroAmplitude() local
156 StepSegment initial = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testScale_defaultAmplitude() local
H A DRampSegmentTest.java121 RampSegment initial = new RampSegment(0, 1, 0, 0, 0); in testScale() local
141 RampSegment initial = new RampSegment(0.5f, 1, 0, 0, 0); in testScale_halfPrimitiveScaleValue() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_frame_rate_linker_test.cpp76 FrameRateRange initial = {0, 0, 0}; variable
123 FrameRateRange initial = {0, 0, 0}; variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_atomic.h65 uint32_t initial = _InterlockedCompareExchange(ptr, newValue, oldValue); in SoftBusAtomicCmpAndSwap32() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dhal_atomic.h55 uint32_t initial = InterlockedCompareExchange(ptr, newValue, oldValue); in HalAtomicCmpAndSwap32() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp120 void CooperateFree::Initial::BuildChains(std::shared_ptr<Initial> initial, CooperateFree &parent) in BuildChains()
123 void CooperateFree::Initial::RemoveChains(std::shared_ptr<Initial> initial) in RemoveChains()
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp113 void CooperateFree::Initial::BuildChains(std::shared_ptr<Initial> initial, CooperateFree &parent) in BuildChains()
116 void CooperateFree::Initial::RemoveChains(std::shared_ptr<Initial> initial) in RemoveChains()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCoreApiTest.kt188 val initial = parameter.initial() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DFullMobileConnectionRepository.kt97 val initial = regex
H A DMobileConnectionRepositoryImpl.kt132 val initial = TelephonyCallbackState() regex
373 val initial = telephonyManager.isDataConnectionAllowed regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DMobileIconViewModel.kt108 val initial = ContentDescription.Resource(PHONE_SIGNAL_STRENGTH[0]) regex
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.h129 T Sum(Callback callback, const T &initial) const in Sum()
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/
H A DFileInfo.kt213 val initial = Code(lines = classBounds.fileInfo.sourceLines.subList( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
H A DMobileIconInteractor.kt306 val initial = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsEditingActivity.kt275 val initial = super.getRowCountForAccessibility(recycler, state) regex
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h108 InitialTransformComponent initial; member
H A Danimation_system.cpp280 [](float initial, float result) { return initial + result; }); in Add()
319 const T& initial = Get<const T&>(initialValue); in Interpolate() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
H A DLogDiffsForTableTest.kt789 val initial = TestDiffable(0, "0", false) regex
813 val initial = TestDiffable(1234, "string1234", false) regex
/aosp14/frameworks/base/core/java/android/companion/
H A DBluetoothLeDeviceFilter.java154 int initial = mRenameBytesReverseOrder ? endInclusive : startInclusive; in getDeviceDisplayName() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
H A DMobileIconViewModelTest.kt332 val initial = regex
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java796 String initial = builder.toString(); in truncateStringForUtf8Storage() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_material.cpp153 static constexpr const RenderDataDefaultMaterial::AllMaterialUniforms initial {}; in MaterialUniformsPackedFromInput() local

12