HomeSort by relevance Sort by last modified time
    Searched defs:after (Results 251 - 275 of 1096) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 360 TimeZoneTransition after = btz.getNextTransition(date, false); local
361 if (after != null
362 && (after.getTime() - date < DST_CHECK_RANGE)
363 && after.getTo().getDSTSavings() != 0) {
    [all...]
  /external/icu/icu4c/source/i18n/
tzgnames.cpp 646 TimeZoneTransition after; local
647 UBool afterTrs = btz->getNextTransition(date, FALSE, after);
649 && (after.getTime() - date < kDstCheckRange)
650 && after.getTo()->getDSTSavings() != 0) {
903 UBool isStandard = FALSE; // TODO: Temporary hack (on hack) for short standard name/location name conflict (found in zh_Hant), should be removed after CLDR 21m1 integration
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 164 * after the fields have been recomputed. The specifics are determined by
174 * no recomputation occurs after <code>set()</code> itself.</p>
182 * after the call minus the value of field <code>f</code> before the
190 * prior value because of changes in its minimum or maximum after field
221 * <p><strong>Roll rule</strong>. Larger fields are unchanged after the
1561 public boolean after(Object when) { method in class:Calendar
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 358 TimeZoneTransition after = btz.getNextTransition(date, false); local
359 if (after != null
360 && (after.getTime() - date < DST_CHECK_RANGE)
361 && after.getTo().getDSTSavings() != 0) {
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_device.c 1784 struct timespec after; local
    [all...]
  /external/skia/samplecode/
SampleQuadStroker.cpp 555 SkVector after = pts[1] - pts[2]; local
557 after.setLength(fRadius);
560 SkPointPriv::RotateCCW(after, &afterCCW);
570 SkPointPriv::RotateCW(after, &afterCW);
  /external/skqp/samplecode/
SampleQuadStroker.cpp 555 SkVector after = pts[1] - pts[2]; local
557 after.setLength(fRadius);
560 SkPointPriv::RotateCCW(after, &afterCCW);
570 SkPointPriv::RotateCW(after, &afterCW);
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_fused.cc 446 // image, after it's been bilinear resized and had its edges
716 const int32 after = variable
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 159 void (*after) ( ThreadId, member in struct:__anon42364
  /external/valgrind/mpi/
libmpiwrap.c 244 static __inline__ void after ( char* fnname, int err ) function
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.cc 677 unsigned long nitems, after; local
683 &nitems, &after, &data);
  /frameworks/base/core/java/android/text/format/
Time.java 31 * a moment in time, specified with second precision. It is modelled after
392 * fields, call {@link #normalize(boolean)} after parsing.
733 * after adding or subtracting days or explicitly setting the "monthDay"
741 * or {@link #set(Time)} or after parsing a date string.
756 * Sets the fields in this Time object given the UTC milliseconds. After
856 * Returns true if the time represented by this Time object occurs after
866 public boolean after(Time that) { method in class:Time
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
FileSystemProvider.java 239 final File after = FileUtils.buildUniqueFile(before.getParentFile(), displayName); local
240 if (!before.renameTo(after)) {
241 throw new IllegalStateException("Failed to rename to " + after);
244 final String afterDocId = getDocIdForFile(after);
265 final File after = new File(getFileForDocId(targetParentDocumentId), before.getName()); local
268 if (after.exists()) {
269 throw new IllegalStateException("Already exists " + after);
271 if (!before.renameTo(after)) {
272 throw new IllegalStateException("Failed to move to " + after);
275 final String docId = getDocIdForFile(after);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 96 long after = System.currentTimeMillis(); local
107 assertTrue(e2.getTimeMillis() < after);
128 long after = System.currentTimeMillis();
775 int after = countOpenFiles(); local
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 441 // Test removed buffer list is cleanup after next dequeueBuffer call
448 // Test removed buffer list is cleanup after next detachNextBuffer call
480 nsecs_t after = systemTime(CLOCK_MONOTONIC); local
484 ASSERT_GE(after, lastDequeueTime);
645 // producer after the frame is queued.
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLTest.java 386 assertTrue(actual.after(c.getTime()));
  /libcore/ojluni/src/main/java/java/util/
Date.java 334 // is the UTC value after the normalization.
390 * which dates are within 80 years before and 19 years after
392 * After adjusting the year number, 1900 is subtracted from
951 public boolean after(Date when) { method in class:Date
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 349 final ContentValues after = new ContentValues();
352 after.put(Data.MIMETYPE, kind.mimeType);
356 after.putAll(kind.defaultValues);
361 after.put(kind.typeColumn, type.rawValue);
364 final ValuesDelta child = ValuesDelta.fromAfter(after);
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 305 File after = new File(before.getParentFile(), displayName); local
307 if (after.exists()) {
308 throw new IllegalStateException("Already exists " + after);
311 boolean result = before.renameTo(after);
314 throw new IllegalStateException("Failed to rename to " + after);
317 StubDocument newDoc = StubDocument.createRegularDocument(after, oldDoc.mimeType,
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 94 * after observing a slow InputConnection event.
100 * cursor or selection start may end up after all the keyboard-triggered updates have passed. We
286 // TODO: this is not correct! The cursor is not necessarily after the composing text.
348 * Gets the caps modes we should be in after this specific string.
351 * This method also supports faking an additional space after the string passed in argument,
359 * @param hasSpaceBefore if we should consider there should be a space after the string.
378 // information but not enough to determine the caps mode accurately. This may happen after
475 // TODO: the following is incorrect if the cursor is not immediately after the composition.
713 final CharSequence after = getTextAfterCursorAndDetectLaggyConnection( local
782 final CharSequence after = getTextAfterCursor(1, 0); local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 706 final File after = new File(afterDir, before.getName()); local
707 if (before.renameTo(after)) {
708 mInfoDelta.mFileName = after.getAbsolutePath();
    [all...]
  /prebuilts/misc/common/robolectric/3.4.2/lib/
junit-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
junit-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
junit-3.6.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 207 List<RuleAction> after = actions; local
213 if (!before.equals(after) || after.size() > mLayoutToolBar.getItemCount()) {
239 RuleAction newAction = after.get(actionIndex);
270 // Flag used to indicate that if there are any actions -after- this, it

Completed in 886 milliseconds

<<11121314151617181920>>