HomeSort by relevance Sort by last modified time
    Searched defs:second (Results 351 - 375 of 1918) sorted by null

<<11121314151617181920>>

  /external/vixl/src/aarch64/
debugger-aarch64.cc 1437 Token* second = args[2]; local
1500 Token* second = args[2]; local
1515 Token* second = args[2]; local
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 31 * a moment in time, specified with second precision. It is modelled after
46 * that was skipped due to a DST transition, will result in a date in 1969 (i.e. -1, or 1 second
76 * True if this is an allDay event. The hour, minute, second fields are
84 public int second; field in class:Time
145 public static final int SECOND = 1;
257 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
262 case SECOND:
306 this.second = 0;
329 * @param b second {@code Time} instance to compare
332 * hour}, {@code minute}, and {@code second} are not 0
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 704 int second = IccUtils.gsmBcdByteToInt(mPdu[mCur++]); local
726 time.second = second;
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 33 // Give up after this many loops. This is roughly 1 second of expansion.
276 iterator.second,
277 iterator.getActualMaximum(Time.SECOND));
779 freqField = Time.SECOND;
972 int second = usebysecond local
1139 int second = date.second; local
    [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewBasicTest.java 509 RecyclerView second = new RecyclerView(getContext()); local
511 second.setLayoutManager(first.getLayoutManager());
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkContinuationImplTest.java 197 WorkContinuationImpl second = new WorkContinuationImpl(mWorkManagerImpl, local
201 second);
203 assertThat(dependent.getParents(), containsInAnyOrder(first, second));
209 WorkContinuationImpl second = new WorkContinuationImpl(mWorkManagerImpl, local
215 work, first, second);
219 assertThat(dependent.getParents(), containsInAnyOrder(first, second));
226 WorkContinuationImpl second = new WorkContinuationImpl(mWorkManagerImpl, local
235 first, second);
249 WorkContinuationImpl second = new WorkContinuationImpl(mWorkManagerImpl, local
254 first, second);
378 WorkContinuation second = continuationA.then(aWork); local
478 WorkContinuation second = WorkContinuation.combine(continuationA, continuationC); local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 369 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
372 // Merge in second version, verify they match
373 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
374 assertEquals("Unexpected change when merging", second, merged);
380 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
393 // Merge in the second version, verify diff matches
394 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first);
405 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
418 // Merge in the second version, verify that our update changed to
420 final RawContactDeltaList merged = RawContactDeltaList.mergeAfter(second, first)
431 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
456 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
480 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
512 final RawContactDeltaList second = buildSet( local
531 final RawContactDeltaList second = buildSet( local
562 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
575 final RawContactDeltaList second = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 132 SQLUSMALLINT second; member in struct:tagTIME_STRUCT
145 SQLUSMALLINT second; member in struct:tagTIMESTAMP_STRUCT
171 SQLUINTEGER second; member in struct:tagSQL_DAY_SECOND
wsdxml.h 111 UCHAR second; member in struct:_WSD_DATETIME
125 ULONG second; member in struct:_WSD_DURATION
  /toolchain/binutils/binutils-2.27/gas/config/
tc-microblaze.c 766 int first, second; local
800 second = new_pointer - past_got;
802 tmpbuf = XNEWVEC (char, first + second + 2);
805 memcpy (tmpbuf + first + 1, past_got, second);
806 tmpbuf[first + second + 1] = '\0';
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-25.0.0.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
utils-3.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 
  /art/compiler/optimizing/
instruction_builder.cc 615 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); local
616 T* comparison = new (allocator_) T(first, second, dex_pc);
654 HInstruction* second = LoadLocal(instruction.VRegC(), type); local
655 AppendInstruction(new (allocator_) T(type, first, second, dex_pc));
664 HInstruction* second = LoadLocal(instruction.VRegC(), DataType::Type::kInt32); local
665 AppendInstruction(new (allocator_) T(type, first, second, dex_pc));
674 HInstruction* second = LoadLocal(instruction.VRegC(), type); local
675 AppendInstruction(new (allocator_) HCompare(type, first, second, bias, dex_pc));
684 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); local
685 AppendInstruction(new (allocator_) T(type, first, second, dex_pc))
694 HInstruction* second = LoadLocal(instruction.VRegB(), type); local
702 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc); local
713 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b(), dex_pc); local
1645 HInstruction* second = nullptr; local
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
DngCreatorTest.java 164 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
259 resultPair.second.get(CaptureResult.SENSOR_TIMESTAMP) / 1000000);
265 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
326 // Offset beforeCaptureTime by 1 second to account for rounding down of
401 data.characteristics, data.imagePair.second, /*offsetX*/ 0, /*offsetY*/ 0,
410 new DngCreator(data.characteristics, data.imagePair.second);
480 DngCreator dngCreator = new DngCreator(data.characteristics, data.imagePair.second);
653 return new Pair<Image, CaptureResult>(res.first.get(0), res.second);
    [all...]
  /external/curl/lib/
ftp.c 664 interval_ms = 1000; /* use 1 second timeout intervals */
671 * timeout at least every second to make the timeout check run.
888 dir) this then allows for a second try to CWD to it */
2052 int year, month, day, hour, minute, second; local
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 203 // The second half is implicitly reserved to access the result and lhs coefficients.
345 * at the end combine them: swap the second and addsub them
570 Packet second; member in struct:Eigen::internal::DoublePacket
578 res.second = padd(a.second,b.second);
594 // res.second = padd(a.second,b.second);
639 p.second = pset1<RealPacket>(RealScalar(0))
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 1912 int32_t year, month, day, hour, minute, second; member in struct:__anon21753
    [all...]
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 349 uint32_t second = 0; local
407 second = 0;
408 if (!ExtractCountDigitsWithOptional(str, len, 1, cc, &second))
411 second = 0;
412 if (!ExtractCountDigits(str, len, 2, cc, &second))
480 datetime->SetTime(hour, minute, second, millisecond);
630 uint8_t second = datetime.GetSecond(); local
675 wsResult += NumToString(symbol.GetLength(), second);
799 uint32_t second = 0; local
802 if (!ExtractCountDigits(str, len, 2, &cc, &second))
    [all...]
  /external/protobuf/src/google/protobuf/
map.h 477 : first(other_first), second(other_second) {}
478 explicit MapPair(const Key& other_first) : first(other_first), second() {}
480 : first(other.first), second(other.second) {}
487 return std::pair<T1, T2>(first, second);
491 T second; member in class:google::protobuf::MapPair
    [all...]
text_format.cc 143 STLDeleteElements(&(it->second));
1606 bool second = reflection->GetBool(*b, field_); local
1611 int32 second = reflection->GetInt32(*b, field_); local
1616 int64 second = reflection->GetInt64(*b, field_); local
1621 uint32 second = reflection->GetUInt32(*b, field_); local
1626 uint64 second = reflection->GetUInt64(*b, field_); local
1631 string second = reflection->GetString(*b, field_); local
    [all...]
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 45 unsigned long second; member in struct:__anon32630
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 37 unsigned long second; member in struct:__anon33224
56 in.second = 0x0badf00d;
  /external/python/cpython3/Modules/_decimal/libmpdec/literature/
umodarith.lisp 292 (defthmd dw-reduce-second-quotient-fits-in-single-word
467 ;; p1: the second reduction is less than 2*p1
485 ;; p2: the second reduction is less than 2**69
512 ;; p3: the second reduction is less than 2**81

Completed in 449 milliseconds

<<11121314151617181920>>