/aosp14/frameworks/base/core/java/android/os/ |
H A D | BundleMerger.java | 220 public @Nullable Bundle merge(@Nullable Bundle first, @Nullable Bundle last) { in merge() 263 @Nullable Object first, @Nullable Object last) { in merge() 308 private static @NonNull Object comparableMin(@NonNull Object first, @NonNull Object last) { in comparableMin() 313 private static @NonNull Object comparableMax(@NonNull Object first, @NonNull Object last) { in comparableMax() 317 private static @NonNull Object numberAdd(@NonNull Object first, @NonNull Object last) { in numberAdd() 331 private static @NonNull Number numberIncrementFirst(@NonNull Object first, in numberIncrementFirst() 342 private static @NonNull Object booleanAnd(@NonNull Object first, @NonNull Object last) { in booleanAnd() 346 private static @NonNull Object booleanOr(@NonNull Object first, @NonNull Object last) { in booleanOr() 350 private static @NonNull Object arrayAppend(@NonNull Object first, @NonNull Object last) { in arrayAppend() 364 private static @NonNull Object arrayListAppend(@NonNull Object first, @NonNull Object last) { in arrayListAppend()
|
/aosp12/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | CXADemangle.tcc | 106 parse_number(const char* first, const char* last) in parse_number() 213 parse_source_name(const char* first, const char* last, C& db) in parse_source_name() 921 parse_simple_id(const char* first, const char* last, C& db) in parse_simple_id() 1268 parse_dot_expr(const char* first, const char* last, C& db) in parse_dot_expr() 1349 parse_new_expr(const char* first, const char* last, C& db) in parse_new_expr() 1756 parse_decltype(const char* first, const char* last, C& db) in parse_decltype() 1878 parse_type(const char* first, const char* last, C& db) in parse_type() 4048 parse_discriminator(const char* first, const char* last) in parse_discriminator() 4161 parse_name(const char* first, const char* last, C& db, in parse_name() 4252 parse_call_offset(const char* first, const char* last) in parse_call_offset() [all …]
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
H A D | PreferenceListCacheTest.java | 63 Preference first = createPreference("first"); in testCacheAndRestoreAllPreferences() local 80 Preference first = createPreference("first"); in testRestoreSomePreferences() local 98 Preference first = createPreference("first"); in testRestoreZeroPreferences() local 116 Preference first = createPreference("first"); in testKeyCollisionThrows() local 128 Preference first = createPreference(""); in testEmptyKeyThrows() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemFocusablesCloseTest.java | 50 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testPreconditions() local 68 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testChangeFocusWithinItem() local 88 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testMoveDownToButtonInDifferentSelection() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemFocusablesCloseTest.java | 50 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testPreconditions() local 68 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testChangeFocusWithinItem() local 88 final LinearLayout first = (LinearLayout) mListView.getSelectedView(); in testMoveDownToButtonInDifferentSelection() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 82 public static boolean areDifferent( in areDifferent() 116 private static boolean areDifferent(@Nullable Icon first, @Nullable Icon second) { in areDifferent() 126 private static boolean areDifferent( in areDifferent() 151 private static boolean areDifferent( in areDifferent()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 82 public static boolean areDifferent( in areDifferent() 116 private static boolean areDifferent(@Nullable Icon first, @Nullable Icon second) { in areDifferent() 126 private static boolean areDifferent( in areDifferent() 151 private static boolean areDifferent( in areDifferent()
|
/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()
|
/aosp14/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/android/text/style/ |
H A D | LeadingMarginSpan.java | 47 public int getLeadingMargin(boolean first); in getLeadingMargin() 71 boolean first, Layout layout); in drawLeadingMargin() 109 public Standard(int first, int rest) { in Standard() 150 public int getLeadingMargin(boolean first) { in getLeadingMargin() 158 boolean first, Layout layout) { in drawLeadingMargin()
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | LeadingMarginSpan.java | 47 public int getLeadingMargin(boolean first); in getLeadingMargin() 71 boolean first, Layout layout); in drawLeadingMargin() 109 public Standard(int first, int rest) { in Standard() 150 public int getLeadingMargin(boolean first) { in getLeadingMargin() 158 boolean first, Layout layout) { in drawLeadingMargin()
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/framework/util/ |
H A D | StateFlowBridgeTest.kt | 42 val first = flow.firstWithTimeoutOrNull() regex 52 val first = stateFlowBridge.flow.firstWithTimeoutOrNull() regex 64 val first = stateFlowBridge.flow.firstWithTimeoutOrNull() regex
|
/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()
|
/aosp14/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/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 38 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 52 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 70 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() local 84 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl() local
|
H A D | SpannableStringNoCopyTest.java | 38 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 52 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 70 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() local 84 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 38 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 52 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 70 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_OtherSpannedImpl() local 84 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannedImpl() local
|
H A D | SpannableStringNoCopyTest.java | 38 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_SpannableStringInternalImpl() local 52 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_SpannableStringInternalImpl() local 70 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copyNoCopySpans_OtherSpannableImpl() local 84 final SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_doesNotCopyNoCopySpans_OtherSpannableImpl() local
|
/aosp12/art/test/626-const-class-linking/src/ |
H A D | ClassPair.java | 18 public Class<?> first; 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/core/java/com/android/internal/util/ |
H A D | IntPair.java | 27 public static long of(int first, int second) { in of() 31 public static int first(long intPair) { in first() method in IntPair
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | IntPair.java | 27 public static long of(int first, int second) { in of() 31 public static int first(long intPair) { in first() 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()
|
/aosp14/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/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | EfficientCollectionsChecker.java | 59 final Type first = types.get(0); in matchNewClass() local 70 final Type first = types.get(0); in matchNewClass() local
|