/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/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/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
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | operator_config_types.cpp | 242 std::u16string first = parcel.ReadString16(); in ReadFromU16StringMap() local 259 std::string first = parcel.ReadString(); in ReadFromStringMap() local 276 std::string first = parcel.ReadString(); in ReadFromIntMap() local 293 std::string first = parcel.ReadString(); in ReadFromBoolMap() local 309 std::string first = parcel.ReadString(); in ReadFromLongMap() local 325 std::string first = parcel.ReadString(); in ReadFromStringArrayMap() local 342 std::string first = parcel.ReadString(); in ReadFromIntArrayMap() local 359 std::string first = parcel.ReadString(); in ReadFromLongArrayMap() 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/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/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/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/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() 31 public static int first(long intPair) { in first() method in IntPair
|
/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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 225 vector(InputIt first, InputIt last) : allocator_(default_allocator()) in vector() 659 iterator insert(const_iterator pos, InputIt first, InputIt last) in insert() 685 void append(InputIt first, InputIt last) in append() 705 void append(const_pointer first, const_pointer last) in append() 736 iterator erase(const_iterator first, const_iterator last) in erase() 846 void uninitialized_default_construct(pointer first, pointer last) in uninitialized_default_construct() 857 void uninitialized_value_construct(pointer first, pointer last) in uninitialized_value_construct() 907 void copy(pointer pos, InputIt first, InputIt last) in copy() 955 void reverse_move(pointer first, pointer last, pointer dst) in reverse_move() 986 void destroy(iterator first, iterator last) in destroy() [all …]
|
/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/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 | 29 public final F first; field in Pair 38 public Pair(F first, S second) { in Pair()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | utf8_utils.cpp | 72 bool Check3Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check3Bytes() 93 bool Check4Bytes(const std::vector<uint8_t> &v, const size_t &first, size_t &index) in Check4Bytes() 116 uint8_t first = v[index]; in RunUtf8Validation() local
|
/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
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/unittest/ |
H A D | utd_cfgs_checker_test.cpp | 54 std::vector<TypeDescriptorCfg> first = {tdc1}; variable 88 std::vector<TypeDescriptorCfg> first = {tdc1}; variable 122 std::vector<TypeDescriptorCfg> first = {}; variable 145 std::vector<TypeDescriptorCfg> first = {tdc1}; variable 247 std::vector<TypeDescriptorCfg> first = {tdc1, tdc2}; 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()
|
/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/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
|