Home
last modified time | relevance | path

Searched defs:second (Results 51 – 75 of 3228) sorted by relevance

12345678910>>...130

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multiset/
H A Dmerge.pass.cpp107 second_set_type second{2, 3, 4}; in main() local
124 second_set_type second{2, 3, 4}; in main() local
143 std::unordered_multiset<int> second; in main() local
148 std::unordered_set<int> second; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dmerge.pass.cpp110 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local
127 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local
146 std::unordered_map<int, int> second; in main() local
151 std::unordered_multimap<int, int> second; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dmerge.pass.cpp110 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local
127 second_map_type second{{2, 0}, {3, 0}, {4, 0}}; in main() local
146 std::unordered_multimap<int, int> second; in main() local
151 std::unordered_map<int, int> second; in main() local
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
H A DPathNormalizationTest.java307 private void assertNormalizedEqual(String first, String second) { in assertNormalizedEqual()
314 private void assertNormalizedUnequal(String first, String second) { in assertNormalizedUnequal()
324 private void assertNormalizedPatternMatches(String first, String second) { in assertNormalizedPatternMatches()
340 private void assertNormalizedPatternDoesNotMatch(String first, String second) { in assertNormalizedPatternDoesNotMatch()
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/
H A DLocalTime.java224 private final byte second; field in LocalTime
312 public static LocalTime of(int hour, int minute, int second) { in of()
334 public static LocalTime of(int hour, int minute, int second, int nanoOfSecond) { in of()
474 private static LocalTime create(int hour, int minute, int second, int nanoOfSecond) { in create()
489 private LocalTime(int hour, int minute, int second, int nanoOfSecond) { in LocalTime()
920 public LocalTime withSecond(int second) { in withSecond()
1715 int second = 0; in readExternal() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/time/
DLocalTime.java224 private final byte second; field in LocalTime
312 public static LocalTime of(int hour, int minute, int second) { in of()
334 public static LocalTime of(int hour, int minute, int second, int nanoOfSecond) { in of()
474 private static LocalTime create(int hour, int minute, int second, int nanoOfSecond) { in create()
489 private LocalTime(int hour, int minute, int second, int nanoOfSecond) { in LocalTime()
920 public LocalTime withSecond(int second) { in withSecond()
1715 int second = 0; in readExternal() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/
DLocalTime.java224 private final byte second; field in LocalTime
312 public static LocalTime of(int hour, int minute, int second) { in of()
334 public static LocalTime of(int hour, int minute, int second, int nanoOfSecond) { in of()
474 private static LocalTime create(int hour, int minute, int second, int nanoOfSecond) { in create()
489 private LocalTime(int hour, int minute, int second, int nanoOfSecond) { in LocalTime()
920 public LocalTime withSecond(int second) { in withSecond()
1715 int second = 0; in readExternal() local
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/
H A DLocalTime.java198 private final byte second; field in LocalTime
294 public static LocalTime of(int hour, int minute, int second) { in of()
316 public static LocalTime of(int hour, int minute, int second, int nanoOfSecond) { in of()
452 private static LocalTime create(int hour, int minute, int second, int nanoOfSecond) { in create()
467 private LocalTime(int hour, int minute, int second, int nanoOfSecond) { in LocalTime()
863 public LocalTime withSecond(int second) { in withSecond()
1548 int second = 0; in readExternal() local
/aosp_15_r20/packages/modules/Telephony/libs/TelephonyStatsLib/tests/com/android/telephony/statslib/
DStatsLibStorageTest.java82 private void testPushedAppendAndPop(AtomsPushed first, AtomsPushed second, AtomsPushed third) { in testPushedAppendAndPop()
107 AtomsPushedTestInfo second = new AtomsPushedTestInfo(); in testPushedAtomsBaseInfo() local
143 AtomsPulledTestInfo second = new AtomsPulledTestInfo(); in testPulledAtomsBaseInfo() local
196 AtomsSerializablePulledTestInfo second = new AtomsSerializablePulledTestInfo(); in testSerializableAtoms() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustment.java99 …nds android.app.Notification.Action> first, java.util.List<? extends android.app.Notification.Acti… in areDifferent()
103 …boolean areDifferent(android.graphics.drawable.Icon first, android.graphics.drawable.Icon second) { in areDifferent()
107 …ate final boolean areDifferent(android.app.RemoteInput[] first, android.app.RemoteInput[] second) { in areDifferent()
111 …ivate final boolean areDifferent(java.lang.CharSequence[] first, java.lang.CharSequence[] second) { in areDifferent()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_date_time.cpp68 uint32 second) in dng_date_time()
229 uint32 second) in SetTime()
285 unsigned second = 0; in Decode_ISO_8601() local
555 unsigned second = 0; in Decode_IPTC_Time() local
596 unsigned second = 0; in Decode_IPTC_Time() local
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/
Dcompress.rs782 let second: &[u8] = &[ in test_count_same_bytes() localVariable
792 let second: &[u8] = &[ in test_count_same_bytes() localVariable
803 let second: &[u8] = &[ in test_count_same_bytes() localVariable
814 let second: &[u8] = &[ in test_count_same_bytes() localVariable
825 let second: &[u8] = &[ in test_count_same_bytes() localVariable
836 let second: &[u8] = &[ in test_count_same_bytes() localVariable
844 let mut second = first.clone(); in test_count_same_bytes() localVariable
/aosp_15_r20/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/matchers/
H A DAlmostPerfectMatcherTest.kt104 val second = loadBitmap("round_rect_gray") in performDiff_sameBitmaps() constant
121 val second = loadBitmap("qmc-folder2") in performDiff_sameSize_partialCompare_checkDiffImage() constant
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/datatype/
H A DXMLGregorianCalendar.java327 public void setTime(int hour, int minute, int second) { in setTime()
371 public abstract void setSecond(int second); in setSecond()
419 int second, in setTime()
444 public void setTime(int hour, int minute, int second, int millisecond) { in setTime()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDhamcrest-core-1.3.jar ... .hamcrest.Matcher first org.hamcrest.Matcher second public static org.hamcrest.Matcher allOf (org ...
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/number/
H A DLocalizedNumberRangeFormatter.java34 public android.icu.number.FormattedNumberRange formatRange(int first, int second) { throw new Runti… in formatRange()
48 public android.icu.number.FormattedNumberRange formatRange(double first, double second) { throw new… in formatRange()
63 ….number.FormattedNumberRange formatRange(java.lang.Number first, java.lang.Number second) { throw … in formatRange()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/number/
H A DLocalizedNumberRangeFormatter.java34 public android.icu.number.FormattedNumberRange formatRange(int first, int second) { throw new Runti… in formatRange()
48 public android.icu.number.FormattedNumberRange formatRange(double first, double second) { throw new… in formatRange()
63 ….number.FormattedNumberRange formatRange(java.lang.Number first, java.lang.Number second) { throw … in formatRange()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/number/
H A DLocalizedNumberRangeFormatter.java34 public android.icu.number.FormattedNumberRange formatRange(int first, int second) { throw new Runti… in formatRange()
48 public android.icu.number.FormattedNumberRange formatRange(double first, double second) { throw new… in formatRange()
63 ….number.FormattedNumberRange formatRange(java.lang.Number first, java.lang.Number second) { throw … in formatRange()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/number/
H A DLocalizedNumberRangeFormatter.java34 public android.icu.number.FormattedNumberRange formatRange(int first, int second) { throw new Runti… in formatRange()
48 public android.icu.number.FormattedNumberRange formatRange(double first, double second) { throw new… in formatRange()
63 ….number.FormattedNumberRange formatRange(java.lang.Number first, java.lang.Number second) { throw … in formatRange()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/number/
H A DLocalizedNumberRangeFormatter.java34 public android.icu.number.FormattedNumberRange formatRange(int first, int second) { throw new Runti… in formatRange()
48 public android.icu.number.FormattedNumberRange formatRange(double first, double second) { throw new… in formatRange()
63 ….number.FormattedNumberRange formatRange(java.lang.Number first, java.lang.Number second) { throw … in formatRange()
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/number/
H A DLocalizedNumberRangeFormatter.java34 public android.icu.number.FormattedNumberRange formatRange(int first, int second) { throw new Runti… in formatRange()
48 public android.icu.number.FormattedNumberRange formatRange(double first, double second) { throw new… in formatRange()
63 ….number.FormattedNumberRange formatRange(java.lang.Number first, java.lang.Number second) { throw … in formatRange()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPair.java21 public final S second; field in Pair
23 protected Pair(F first, S second) { in Pair()
34 public static <F, S> Pair<F, S> of(F first, S second) { in of()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DPair.java19 public final S second; field in Pair
21 protected Pair(F first, S second) { in Pair()
32 public static <F, S> Pair<F, S> of(F first, S second) { in of()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dpair.hpp32 typedef T2 second; typedef
53 struct second struct
56 typedef typename P::second type;
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_validate.cpp44 #define fsv_assert_eq(first, second) \ argument
59 #define fsv_assert_ne(first, second) \ argument
74 #define fsv_assert_lte(first, second) \ argument

12345678910>>...130