Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 185) sorted by relevance

12345678

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DSumPathEffect.java25 public SumPathEffect(PathEffect first, PathEffect second) { in SumPathEffect()
30 private static native long nativeCreate(long first, long second); in nativeCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java83 @NonNull List<Notification.Action> first, @NonNull List<Notification.Action> second) { in areDifferent()
116 private static boolean areDifferent(@Nullable Icon first, @Nullable Icon second) { in areDifferent()
127 @Nullable RemoteInput[] first, @Nullable RemoteInput[] second) { in areDifferent()
152 @Nullable CharSequence[] first, @Nullable CharSequence[] second) { in areDifferent()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DIntPair.java27 public static long of(int first, int second) { in of()
35 public static int second(long intPair) { in second() method in IntPair
/aosp14/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java124 static public void assertBaselineAligned(View first, View second) { in assertBaselineAligned()
142 static public void assertRightAligned(View first, View second) { in assertRightAligned()
161 static public void assertRightAligned(View first, View second, int margin) { in assertRightAligned()
179 static public void assertLeftAligned(View first, View second) { in assertLeftAligned()
198 static public void assertLeftAligned(View first, View second, int margin) { in assertLeftAligned()
216 static public void assertBottomAligned(View first, View second) { in assertBottomAligned()
235 static public void assertBottomAligned(View first, View second, int margin) { in assertBottomAligned()
253 static public void assertTopAligned(View first, View second) { in assertTopAligned()
272 static public void assertTopAligned(View first, View second, int margin) { in assertTopAligned()
/aosp14/frameworks/base/core/java/android/util/
H A DPair.java30 public final S second; field in Pair
38 public Pair(F first, S second) { in Pair()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_clock.cpp19 void UIAbstractClock::SetTime24Hour(uint8_t hour, uint8_t minute, uint8_t second) in SetTime24Hour()
27 void UIAbstractClock::SetTime12Hour(uint8_t hour, uint8_t minute, uint8_t second, bool am) in SetTime12Hour()
/aosp14/frameworks/base/services/incremental/
H A Dpath.h92 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join()
104 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join()
109 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dutd_cfgs_checker_test.cpp60 std::vector<TypeDescriptorCfg> second = {tdc2}; variable
91 std::vector<TypeDescriptorCfg> second = {tdc2}; variable
123 std::vector<TypeDescriptorCfg> second = {}; variable
151 std::vector<TypeDescriptorCfg> second = {tdc2}; variable
258 std::vector<TypeDescriptorCfg> second = {tdc3, tdc4}; variable
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Doperator_config_types.cpp243 std::u16string second = parcel.ReadString16(); in ReadFromU16StringMap() local
260 std::string second = parcel.ReadString(); in ReadFromStringMap() local
277 int32_t second = parcel.ReadInt32(); in ReadFromIntMap() local
294 bool second = parcel.ReadBool(); in ReadFromBoolMap() local
310 int64_t second = parcel.ReadInt64(); in ReadFromLongMap() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/music/src/main/js/default/pages/index/
H A Dindex.js200 let second = 0; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_proxy_object.h28 META_NS::IProperty::ConstPtr second; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp138 float second = GetData<float>(); in RsCurveAnimationFuzzTest() local
169 float second = GetData<float>(); in RsKeyframeAnimationFuzzTest() local
199 float second = GetData<float>(); in RsPathAnimationFuzzTest() local
264 float second = GetData<float>(); in RsSpringAnimationFuzzTest() local
296 float second = GetData<float>(); in RsTransitionFuzzTest() local
344 float second = GetData<float>(); in RsImplicitAnimatorFuzzTest() local
372 float second = GetData<float>(); in RsImplicitAnimatorParamFuzzTest() local
/aosp14/frameworks/base/libs/hwui/utils/
H A DPair.h28 S second; member
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp55 int64_t second = 20; variable
74 int64_t second = GetSecondsSince1970ToNow(); variable
/ohos5.0/base/security/certificate_framework/test/unittest/common/src/
H A Dcf_test_common.cpp20 bool CertframeworkTest::CompareBlob(const CfBlob *first, const CfBlob *second) in CompareBlob()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/rwlock_benchmark_test/
H A Drwlock_benchmark_test.cpp108 thread second(bind(&TestRWLock::ReadStr, ref(test), ref(readOut1))); in BENCHMARK_F() local
143 thread second(bind(&TestRWLock::ReadStr, ref(test), ref(readOut1))); in BENCHMARK_F() local
175 thread second(bind(&TestRWLock::ReadStr, ref(test), ref(readOut1))); in BENCHMARK_F() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp73 bool Constant::Equal(bool first, bool second) in Equal()
78 bool Constant::NotEqual(bool first, bool second) in NotEqual()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannableStringBuilderTest.java48 Object second = new UnderlineSpan(); in testGetSpans_sortsByPriorityEvenWhenSortParamIsFalse() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPermissionHelperTest.java120 PackageInfo second = new PackageInfo(); in testGetAppsRequestingPermission() local
222 PackageInfo second = new PackageInfo(); in testGetAppsGrantedPermission() local
412 PackageInfo second = new PackageInfo(); in testGetNotificationPermissionValues() local
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DEfficientCollectionsChecker.java73 final Type second = types.get(1); in matchNewClass() local
/aosp14/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DSocketConnect.java41 public static void connect(Socket first, Socket second) { in connect()
/ohos5.0/base/time/time_service/services/time/include/
H A Dsntp_client.h37 uint64_t second; member
44 int second; member
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemRequestRectAboveThinFirstItemTest.java61 final View second = mListView.getChildAt(1); in testSecondItemRequestRectAboveTop() local
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureUtils.java26 private static boolean eventsWithinTimeAndDistanceSlop(MotionEvent first, MotionEvent second, in eventsWithinTimeAndDistanceSlop()
38 public static double distance(MotionEvent first, MotionEvent second) { in distance()
/ohos5.0/base/sensors/sensor/test/unittest/common/src/
H A Dsystem_info.cpp134 double CpuInfo::GetCpuUsage(const Total_Cpu_Occupy &first, const Total_Cpu_Occupy &second) in GetCpuUsage()
187 Total_Cpu_Occupy second {}; in GetSystemCpuUsage() local

12345678