/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()
|
/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
|
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
|
/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()
|
/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()
|
/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
|
/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
|
/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/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/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/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | EfficientCollectionsChecker.java | 61 final Type first = types.get(0); in matchNewClass() local 72 final Type first = types.get(0); in matchNewClass() 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 …]
|
/aosp14/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()
|
/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()
|
/aosp14/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/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
|
/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
|
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/ |
H A D | dfx_log_public.h | 25 constexpr void Copy(I first, I last, O result) in Copy()
|
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/ |
H A D | SysTrace.h | 71 bool first = true; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/cpp_ext/ |
H A D | algorithm_ext.h | 22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/ |
H A D | algorithm_ext.h | 22 inline bool AnyOf(Iterator first, Iterator last, UnaryPredicate p) // implementation of std::any_of… in AnyOf()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | uid.h | 73 for (auto first = values, last = values + 8; first != last; ++first) { in Uid() local 79 for (auto first = values + 8, last = values + 16; first != last; ++first) { in Uid() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_proxy_object.h | 27 META_NS::IProperty::ConstPtr first; member
|