Home
last modified time | relevance | path

Searched defs:second (Results 226 – 250 of 3228) sorted by relevance

12345678910>>...130

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddatetime.py528 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1391 def second(self): member in time
1611 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1677 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, argument
1724 def second(self): member in datetime
1936 minute=None, second=None, microsecond=None, tzinfo=True, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddatetime.py528 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1391 def second(self): member in time
1611 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1677 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, argument
1724 def second(self): member in datetime
1936 minute=None, second=None, microsecond=None, tzinfo=True, argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddatetime.py528 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1391 def second(self): member in time
1611 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1677 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, argument
1724 def second(self): member in datetime
1936 minute=None, second=None, microsecond=None, tzinfo=True, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddatetime.py528 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1391 def second(self): member in time
1611 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1677 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, argument
1724 def second(self): member in datetime
1936 minute=None, second=None, microsecond=None, tzinfo=True, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddatetime.py528 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1391 def second(self): member in time
1611 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1677 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, argument
1724 def second(self): member in datetime
1936 minute=None, second=None, microsecond=None, tzinfo=True, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddatetime.py528 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1340 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1391 def second(self): member in time
1611 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1677 def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, argument
1724 def second(self): member in datetime
1936 minute=None, second=None, microsecond=None, tzinfo=True, argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DSeekMap.java74 public final SeekPoint second; field in SeekMap.SeekPoints
85 public SeekPoints(SeekPoint first, SeekPoint second) { in SeekPoints()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DSeekMap.java74 public final SeekPoint second; field in SeekMap.SeekPoints
87 public SeekPoints(SeekPoint first, SeekPoint second) { in SeekPoints()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/tests/
H A Dstream.rs159 let second = stream.next().unwrap().unwrap_err(); in test_json_stream_invalid_literal() localVariable
169 let second = stream.next().unwrap().unwrap_err(); in test_json_stream_invalid_number() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/tests/
Dstream.rs159 let second = stream.next().unwrap().unwrap_err(); in test_json_stream_invalid_literal() localVariable
169 let second = stream.next().unwrap().unwrap_err(); in test_json_stream_invalid_number() localVariable
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DJsonParserSequence.java85 JsonParser first, JsonParser second) in createFlattened()
111 public static JsonParserSequence createFlattened(JsonParser first, JsonParser second) { in createFlattened()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/
DUnionInUnion.h37 second = 1, enumerator
41 static const inline Tag second = Tag::second; variable
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dcfx_datetime.h25 uint8_t second, in CFX_DateTime()
58 uint8_t second, in SetTime()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/unions/
DUnionInUnion.h37 second = 1, enumerator
41 static const inline Tag second = Tag::second; variable
/aosp_15_r20/external/mesa3d/src/compiler/spirv/tests/
H A Davail_vis.cpp211 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_barrier, 1); in TEST_F() local
283 nir_intrinsic_instr *second = find_intrinsic(nir_intrinsic_barrier, 1); in TEST_F() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.c21 const int first, const int second, in load_from_transformed()
29 const int second, int16x8_t *const q0, in load_from_output()
36 const int second, const int16x8_t q0, in store_in_output()
/aosp_15_r20/external/dagger2/javatests/dagger/functional/cycle/
H A DDoubleCheckCycleTest.java96 Object second = component.getObject(); in testNonReentrant() local
123 Object second = component.getReentrantObject(); in testReentrant() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/unions/
DUnionInUnion.h46 second = 1, enumerator
51 static const inline Tag second = Tag::second; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/unions/
DUnionInUnion.h46 second = 1, enumerator
51 static const inline Tag second = Tag::second; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/
Dmsvc_eti_base.hpp41 typedef result_ second; typedef
70 typedef msvc_eti_base second; typedef
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/verification/checkers/
H A DNumberOfInvocationsCheckerTest.java91 Invocation second = buildSimpleMethod().toInvocation(); in shouldReportWithAllInvocationsStackTrace() local
107 Invocation second = buildSimpleMethod().toInvocation(); in shouldReportTooManyActual() local
/aosp_15_r20/external/perfetto/src/base/threading/
H A Dthread_pool_unittest.cc37 ThreadLatch second; in TEST() local
72 ThreadLatch second; in TEST() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVerifyZones.java209 Set<T> second, in vennSets()
225 private static <T> void vennSets(Set<T> first, Set<T> second, Set<T> common) { in vennSets()
233 private static <T> void vennSets(Set<T> first, Set<T> second) { in vennSets()
/aosp_15_r20/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
H A DIterableOfProtosUsingCorrespondence.java120 Ordered containsAtLeast(@Nullable M first, @Nullable M second, @Nullable M... rest); in containsAtLeast()
150 void containsAnyOf(@Nullable M first, @Nullable M second, @Nullable M... rest); in containsAnyOf()
/aosp_15_r20/frameworks/ex/common/java/com/android/common/
H A DLegacyHttpDateTime.java82 int second; field in LegacyHttpDateTime.TimeOfDay
219 int second = (timeString.charAt(i++) - '0') * 10 in getTime() local

12345678910>>...130