/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyUtils.java | 36 public static synchronized String toCalendarTime(long time) { in toCalendarTime()
|
D | MonkeySourceScript.java | 849 private void needSleep(long time) { in needSleep()
|
/development/samples/ControllerSample/src/com/example/inputmanagercompat/ |
D | InputManagerV9.java | 60 long time = SystemClock.elapsedRealtime(); in handleMessage() local 107 long time = SystemClock.elapsedRealtime(); in getInputDeviceIds() local 197 long time = SystemClock.elapsedRealtime(); in onGenericMotionEvent() local
|
/development/ndk/platforms/android-3/include/sys/ |
D | timeb.h | 36 time_t time; member
|
/development/tools/axl/ |
D | chewie.py | 20 def add(self, url, time): argument
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | SpriteTextRenderer.java | 176 long time = SystemClock.uptimeMillis(); in onDrawFrame() local 184 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local 205 long time = SystemClock.uptimeMillis(); in drawMsPF() local
|
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/ |
D | MainActivity.java | 79 final String time = DateFormat.getTimeInstance().format(new Date()).toString(); in createNotification() local
|
/development/samples/AndroidBeamDemo/src/com/example/android/beam/ |
D | Beam.java | 73 Time time = new Time(); in createNdefMessage() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | TriangleRenderer.java | 146 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
|
D | StaticTriangleRenderer.java | 159 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
|
D | GLES20TriangleRenderer.java | 73 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
|
D | FrameBufferObjectActivity.java | 122 long time = SystemClock.uptimeMillis() % 4000L; in drawOnscreen() local
|
D | MatrixPaletteRenderer.java | 340 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ChangedContacts.java | 146 private void saveLastTimestamp(long time, String key) { in saveLastTimestamp() 153 private long getLastTimestamp(long time, String key) { in getLastTimestamp()
|
/development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/ |
D | GLES20TriangleRenderer.java | 71 long time = SystemClock.uptimeMillis() % 4000L; in onDrawFrame() local
|
/development/apps/Development/src/com/android/development/ |
D | BadBehaviorActivity.java | 99 public boolean appCrashed(String proc, int pid, String m, String m2, long time, String st) { in appCrashed()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
D | AddVoicemailActivity.java | 129 long time = DATE_FORMATTER.parse(dateStr.trim()).getTime(); in buildVoicemailObjectFromUiElements() local
|
/development/ndk/platforms/android-3/include/linux/ |
D | rtc.h | 30 struct rtc_time time; member
|
D | timex.h | 46 struct timeval time; member
|
D | msdos_fs.h | 157 __le16 time,date,start; member
|
D | input.h | 21 struct timeval time; member
|
/development/ndk/platforms/android-3/include/ |
D | zlib.h | 111 uLong time; /* modification time */ member
|
/development/ndk/platforms/android-3/include/linux/mtd/ |
D | mtd.h | 40 u_long time; member
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | DeviceAdminSample.java | 897 private static String timeToDaysMinutesSeconds(Context context, long time) { in timeToDaysMinutesSeconds()
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 799 private void vibrateController(int time) { in vibrateController()
|