/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 83 @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()
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
H A D | PreferenceListCacheTest.java | 64 Preference second = createPreference("second"); in testCacheAndRestoreAllPreferences() local 81 Preference second = createPreference("second"); in testRestoreSomePreferences() local 99 Preference second = createPreference("second"); in testRestoreZeroPreferences() local 117 Preference second = createPreference("first"); in testKeyCollisionThrows() local
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | SumPathEffect.java | 25 public SumPathEffect(PathEffect first, PathEffect second) { in SumPathEffect() 30 private static native long nativeCreate(long first, long second); in nativeCreate()
|
/aosp12/art/test/626-const-class-linking/src/ |
H A D | ClassPair.java | 19 public Class<?> second; field in ClassPair 21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair()
|
/aosp12/packages/services/Car/tests/common_utils/src/com/android/car/test/power/ |
H A D | CarPowerPolicyUtil.java | 27 public static void assertPolicyIdentical(CarPowerPolicy first, CarPowerPolicy second) in assertPolicyIdentical() 34 private static void assertComponentsIdentical(int[] first, int[] second) throws Exception { in assertComponentsIdentical()
|
/aosp12/frameworks/base/test-runner/src/android/test/ |
H A D | ViewAsserts.java | 124 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()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | IntPair.java | 27 public static long of(int first, int second) { in of() 35 public static int second(long intPair) { in second() method in IntPair
|
/aosp12/frameworks/base/services/incremental/ |
H A D | path.h | 92 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()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Pair.java | 30 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 D | ui_abstract_clock.cpp | 19 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()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/ |
H A D | utd_cfgs_checker_test.cpp | 60 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
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | path.h | 116 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join() 128 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join() 132 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | operator_config_types.cpp | 243 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
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/ |
H A D | TvContentRatingCacheTest.java | 76 ImmutableList<TvContentRating> second = in testGetRatings_US_TV_MA_same() local 86 ImmutableList<TvContentRating> second = in testGetRatings_US_TV_MA_diffAfterClear() local 94 ImmutableList<TvContentRating> second = mCache.getRatings(Y7_AND_MA); in testGetRatings_TWO_orderDoesNotMatter() local
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/ |
H A D | BaseTvInputServiceTest.java | 108 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_twice() local 117 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_release() local
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactDeltaListTests.java | 380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local 391 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local 416 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local 442 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local 467 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local 493 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local 526 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local 545 final RawContactDeltaList second = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local 577 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local 590 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
|
/aosp12/art/test/MultiDex/ |
H A D | Main.java | 19 Second second = new Second(); in main() local
|
/aosp12/art/test/MultiDexModifiedSecondary/ |
H A D | Main.java | 19 Second second = new Second(); in main() local
|
/aosp12/art/test/113-multidex/src-multidex/ |
H A D | Main.java | 21 Inf1 second = new Second(); in main() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 138 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
|
/aosp12/art/libartbase/base/ |
H A D | bit_vector_test.cc | 176 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 188 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 202 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 211 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 221 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | ChipsTest.java | 185 String second = (String) mTokenizer.terminateToken("SECOND"); in testSanitizeBetween() local 222 String second = (String) mTokenizer.terminateToken("SECOND"); in testSanitizeEnd() local 249 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipPlainText() local 265 String second = (String) mTokenizer.terminateToken("SECOND"); in testCountTokens() local 300 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChip() local 361 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipLotsOfUsers() local 440 String second = (String) mTokenizer.terminateToken("SE,COND"); in testMoreChipSpecialChars() local 481 String second = (String) mTokenizer.terminateToken("SECOND"); in testMoreChipDupes() local 527 String second = (String) mTokenizer.terminateToken("SECOND"); in testRemoveChip() local 600 assertEquals(mEditable.toString(), first + second); in testRemoveChip() local [all …]
|
/aosp12/frameworks/base/libs/hwui/utils/ |
H A D | Pair.h | 28 S second; member
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/music/src/main/js/default/pages/index/ |
H A D | index.js | 200 let second = 0; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_proxy_object.h | 28 META_NS::IProperty::ConstPtr second; member
|