/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
TriangleRenderer.java | 46 * Some one-time OpenGL initialization can be made here 83 long time = SystemClock.uptimeMillis() % 4000L; local 84 float angle = 0.090f * ((int) time); 96 * each time we draw, but usually a new projection needs to
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
ProgramCache.cpp | 234 nsecs_t time = -systemTime(); local 237 time += systemTime(); 239 //ALOGD(">>> generated new program: needs=%08X, time=%u ms (%d programs)", 240 // needs.mNeeds, uint32_t(ns2ms(time)), mCache.size());
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbEtwsInfo.java | 21 import android.text.format.Time; 155 Time time = new Time(Time.TIMEZONE_UTC); local 158 time.year = year + 2000; 159 time.month = month - 1; 160 time.monthDay = day; 161 time.hour = hour; 162 time.minute = minute [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
TelephonyUtilsTest.java | 27 * isRetryNeeded should be false and the time 0 76 int time = rm.getRetryTimer(); local 77 assertTrue((time >= 500) && (time < 600)); 78 if (time == 500) { 154 int time; local 159 time = rm.getRetryTimer(); 160 assertTrue((time >= 1000) && (time < 1100)); 164 time = rm.getRetryTimer() 187 int time; local [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZonePickerUtils.java | 25 import android.text.format.Time; 50 // labels every time getGmtDisplayName is called), we'll cache the lists of override IDs 57 * display name (e.g. Pacific Time GMT-7). 61 * @param millis The time (daylight savings or not) 83 Time time = new Time(tz.getID()); local 84 time.set(timeMillis); 88 String displayName = getDisplayName(tz, time.isDst != 0); 156 * @param daylightTime True for daylight time, false for standard tim [all...] |
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
Droid.java | 81 long time = System.nanoTime(); local 90 Log.v(LOGTAG, "compute Droid in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
|
Mandelbulb.java | 73 long time = System.nanoTime(); local 82 Log.v(LOGTAG, "compute Mandelbulb in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/ |
viddec_fw_workload.h | 131 unsigned int time; member in struct:viddec_workload
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
webmenc.h | 33 unsigned int time; member in struct:cue_entry
|
/libcore/benchmarks/src/benchmarks/regression/ |
SSLSocketBenchmark.java | 80 public void time(int reps) throws Exception { method in class:SSLSocketBenchmark
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
TimerTaskTest.java | 107 "TimerTask.cancel() should return false if called a second time", 145 "TimerTask.cancel() should return false if called a second time", 180 long time = System.currentTimeMillis() + 100; local 188 assertTrue(scheduledExecutionTime <= time); 191 // Ensure scheduledExecutionTime is the last scheduled time
|
/libcore/luni/src/main/java/java/util/logging/ |
XMLFormatter.java | 52 long time = r.getMillis(); local 54 String date = MessageFormat.format("{0, date} {0, time}", new Date(time)); 60 append(sb, 1, "millis", time);
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertAdapter.java | 28 import android.text.format.Time; 119 tz = Time.TIMEZONE_UTC; 127 Time time = new Time(tz); local 128 time.set(startMillis); 129 boolean isDST = time.isDst != 0; 132 if (!allDay && tz != Time.getCurrentTimezone()) {
|
/packages/apps/Camera2/src/com/android/camera/session/ |
PlaceholderManager.java | 49 final long time; field in class:PlaceholderManager.Placeholder 54 time = timestamp; 138 placeholder.outputTitle, placeholder.time, location, orientation, exif, jpeg, width,
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
FlingAnimation.java | 61 * - The animation runs for the time taken by the object to go out of the screen. 63 * {@link #mIconRect} in the given time. 99 final float time = t * mDuration; local 100 dragView.setTranslationX(time * mUX + mFrom.left + mAX * time * time / 2); 101 dragView.setTranslationY(time * mUY + mFrom.top + mAY * time * time / 2);
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
MigrateEstimateTask.java | 115 final String time = DateUtils.formatDuration(mTimeMillis).toString(); local 116 onPostExecute(size, time); 119 public abstract void onPostExecute(String size, String time);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ZenModeVoiceActivity.java | 110 long time = System.currentTimeMillis() + minutes * MINUTES_MS; local 113 CharSequence formattedTime = DateFormat.format(pattern, time);
|
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/ |
FusionDictionaryTest.java | 101 final long time = System.currentTimeMillis(); local 102 prepare(time);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
options.h | 85 int otl ; /* 1 for eliminate loops running just one time and write them 103 float time ; /* Time spent for code generation in seconds. */ member in struct:cloogoptions
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
options.h | 85 int otl ; /* 1 for eliminate loops running just one time and write them 103 float time ; /* Time spent for code generation in seconds. */ member in struct:cloogoptions
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_strptime.py | 4 LocaleTime -- Discovers and stores locale-specific time information 6 time information 10 strptime -- Calculates the time struct represented by the passed-in string 13 import time namespace 32 """Stores and handles locale-specific information related to time. 42 LC_date_time -- format string for date/time representation (string) 44 LC_time -- format string for time representation (string) 104 # Set self.am_pm by using time.strftime(). 111 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0)) 112 am_pm.append(time.strftime("%p", time_tuple).lower() [all...] |
audiodev.py | 68 import time namespace 70 time.sleep(0.1)
|
cgitb.py | 31 import time namespace 108 date = time.ctime(time.time()) 199 date = time.ctime(time.time())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_replication.py | 5 import time namespace 167 import time namespace 168 timeout = time.time()+60 169 while (time.time()<timeout) and not (self.confirmed_master and self.client_startupdone) : 170 time.sleep(0.02) 178 if time.time()>timeout: 209 import time,os.pat namespace 233 import time namespace 379 import time namespace 391 import time,os.path namespace 418 import time namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 16 import time, calendar namespace 30 # The timezone table does not include the military time zones defined 32 # RFC822 gets the signs wrong, so we can't rely on any such time 46 """Convert a date string to a time tuple. 114 # the time module. 139 # Daylight Saving Time flag is set to -1, since DST is unknown. 144 """Convert a time string to a time tuple.""" 156 return time.mktime(data[:8] + (-1,))
|