Searched refs:time (Results 251 - 275 of 350) sorted by relevance

<<11121314

/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp19 #include <time.h>
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp19 #include <time.h>
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialSelectorView.java17 package com.android.datetimepicker.time;
361 // The time points are half of what they would normally be, because this animation is
/frameworks/rs/
H A DrsRuntime.h24 #include <time.h>
H A DrsScriptC_LibGL.cpp37 #include <time.h>
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp21 #include <sys/time.h>
H A DslesTestEqOutputPath.cpp21 #include <sys/time.h>
H A DslesTestSendToPresetReverb.cpp22 #include <sys/time.h>
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp23 #include <sys/time.h>
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java58 * as event title, location, start time, end time, etc. The event can occur
59 * one-time or can recur multiple times. Attendees, reminders, and extended
62 * <li>The {@link Instances} table holds the start and end time for occurrences
64 * one-time events there will be a 1:1 mapping of instances to events. For
118 * {@link #EXTRA_EVENT_BEGIN_TIME} has the start time of the instance. The
136 * Intent Extras key: The start time of an event or an instance of a
142 * Intent Extras key: The end time of an event or an instance of a recurring
403 * The time zone the calendar is associated with.
432 * Can the organizer modify the time zon
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java51 * at the same time and each will have its own key character map.
786 * Steps media forward, one frame at a time. */
789 * Steps media backward, one frame at a time. */
1320 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1322 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1343 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1345 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1368 * @param downTime The time (in {@link android.os.SystemClock#uptimeMillis})
1370 * @param eventTime The time (in {@link android.os.SystemClock#uptimeMillis})
1397 * @param downTime The time (i
1470 KeyEvent(long time, String characters, int deviceId, int flags) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp740 int64_t position, time; local
742 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase));
747 timestamp, javaAudioTimestampFields.fieldNanoTime, time);
H A Dcom_android_internal_content_NativeLibraryHelper.cpp34 #include <time.h>
126 ALOGV("mod time doesn't match: %ld vs. %ld\n", st->st_mtime, modifiedTime);
272 // Set the modification time for this file to the ZIP's mod time.
278 ALOGI("Couldn't change modification time on %s: %s\n", localTmpFileName, strerror(errno));
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsHistoryTest.java489 NetworkStatsHistory stats, int before, int after, long time) {
490 assertEquals("unexpected before", before, stats.getIndexBefore(time));
491 assertEquals("unexpected after", after, stats.getIndexAfter(time));
488 assertIndexBeforeAfter( NetworkStatsHistory stats, int before, int after, long time) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java465 * Attaches a keyboard to this view. The keyboard can be switched at any time and the
485 mMiniKeyboardCache.clear(); // Not really necessary to do every time, but will free up views
1485 long time = ev.getEventTime();
1491 addPoint(ev.getX(), ev.getY(), time);
1494 private void addPoint(float x, float y, long time) { argument
1501 } else if (pastTime[i] < time-LONGEST_PAST_TIME) {
1521 pastTime[i] = time;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java831 * that you can keep active all at once, less time will be spent in layout for
1099 // on creating views from the time the user releases their finger to
2140 * The only time we want to intercept motion events is if we are in the
2518 final long time = SystemClock.uptimeMillis();
2519 final MotionEvent ev = MotionEvent.obtain(time, time, MotionEvent.ACTION_DOWN, 0, 0, 0);
2522 mFakeDragBeginTime = time;
2603 final long time = SystemClock.uptimeMillis();
2604 final MotionEvent ev = MotionEvent.obtain(mFakeDragBeginTime, time, MotionEvent.ACTION_MOVE,
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java1292 void timeNotification(int n, String label, long time) { argument
1295 .setWhen(time)
1297 .setContentText(new java.util.Date(time).toString())
/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp24 #include <time.h>
/frameworks/av/media/libnbaio/
H A DNBLog.cpp24 #include <time.h>
/frameworks/av/services/audioflinger/
H A DFastMixer.cpp29 #include <time.h>
148 // we're prepared for previous == &sInitial the first time through
187 // FIXME new may block for unbounded time at internal mutex of the heap
492 // fetch server time if we can't get timestamp
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp28 #include <time.h>
232 * buffer at a time, and a test output, where we provide small chunks of input
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java37 * Utility class for producing strings with formatted date/time.
165 * @return true if 24 hour time format is selected, false otherwise.
175 * @return true if 24 hour time format is selected, false otherwise.
251 * Returns a {@link java.text.DateFormat} object that can format the time according
254 * @return the {@link java.text.DateFormat} object that properly formats the time.
261 * Returns a String pattern that can be used to format the time according
271 * Returns a String pattern that can be used to format the time according
336 * Given a format string and a time in milliseconds since Jan 1, 1970 GMT, returns a
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java128 * run at a later time. Similarly, when a sync succeeds, backoff is cleared and all associated syncs
145 * When retrying a sync for the first time use this delay. After that
146 * the retry time will double until it reached MAX_SYNC_RETRY_TIME.
152 * Default the max sync retry time to this value.
168 * How many bytes must be transferred (Tx + Rx) over the period of time defined by
176 * pushed back for this amount of time.
182 * pushed back for this amount of time.
568 // This WakeLock is used to ensure that we stay awake between the time that we receive
748 Log.d(TAG, "one-time sync for: " + requestedAccount + " " + extras.toString() + " "
963 LOCAL_SYNC_DELAY /* earliest run time */,
1606 formatTime(long time) argument
1776 dumpTimeSec(PrintWriter pw, long time) argument
[all...]
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp19 #include <time.h>
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp19 #include <time.h>

Completed in 3396 milliseconds

<<11121314