/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
|
H A D | ListWithScreenOfNoSelectablesTest.java | 60 View first = mListView.getChildAt(0); in testGoFromSelectedViewExistsToNoSelectedViewExists() local 85 View first = mListView.getChildAt(0); in testGoFromNoSelectionToSelectionExists() 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()
|
/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/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()
|
/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/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
|
/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/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
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Pair.java | 29 public final F first; field in Pair 38 public Pair(F first, S second) { in Pair()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | MatcherUtils.java | 32 static <T> Matcher<T> first(final Matcher<T> matcher) { in first() method in MatcherUtils
|
/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()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
H A D | printer.cpp | 32 bool first = true; in flagsToStream() local 125 bool first = true; in toStream() local 199 bool first = true; in toString() local
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/ |
H A D | TvContentRatingCacheTest.java | 74 ImmutableList<TvContentRating> first = in testGetRatings_US_TV_MA_same() local 83 ImmutableList<TvContentRating> first = in testGetRatings_US_TV_MA_diffAfterClear() local 93 ImmutableList<TvContentRating> first = mCache.getRatings(MA_AND_Y7); in testGetRatings_TWO_orderDoesNotMatter() local
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A D | RawContactDeltaListTests.java | 378 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local 389 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local 414 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local 440 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local 465 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local 491 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local 523 final RawContactDeltaList first = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local 542 final RawContactDeltaList first = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local 575 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local 588 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
|
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/ |
H A D | BaseTvInputServiceTest.java | 106 WrappedSession first = tvInputService.onCreateSession("test"); in createSession_twice() local 114 WrappedSession first = tvInputService.onCreateSession("test"); in createSession_release() local
|
/aosp12/art/libartbase/base/ |
H A D | bit_vector_test.cc | 175 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local 187 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local 201 BitVector first(2, true, Allocator::GetMallocAllocator()); in TEST() local 210 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() local 220 BitVector first(5, true, Allocator::GetMallocAllocator()); in TEST() local
|
/aosp12/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
H A D | ChipsTest.java | 184 String first = (String) mTokenizer.terminateToken("FIRST"); in testSanitizeBetween() local 211 assertEquals(mEditable.toString(), first); in testSanitizeBetween() local 221 String first = (String) mTokenizer.terminateToken("FIRST"); in testSanitizeEnd() local 248 String first = (String) mTokenizer.terminateToken("FIRST"); in testMoreChipPlainText() local 264 String first = (String) mTokenizer.terminateToken("FIRST"); in testCountTokens() local 299 String first = (String) mTokenizer.terminateToken("FIRST"); in testMoreChip() local 360 String first = (String) mTokenizer.terminateToken("FIRST"); in testMoreChipLotsOfUsers() local 439 String first = (String) mTokenizer.terminateToken("FI,RST"); in testMoreChipSpecialChars() local 480 String first = (String) mTokenizer.terminateToken("FIRST"); in testMoreChipDupes() local 526 String first = (String) mTokenizer.terminateToken("FIRST"); in testRemoveChip() local [all …]
|
/aosp12/frameworks/av/media/libeffects/loudness/common/core/ |
H A D | byte_swapper.h | 44 char *first = &new_val, *last = first + kValSize - 1, x; in Swap() local
|