HomeSort by relevance Sort by last modified time
    Searched defs:time (Results 376 - 400 of 2276) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_kqueue.py 6 import time namespace
133 time.sleep(1.0)
test_resource.py 3 import time namespace
62 time.sleep(.1)
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 32 import android.text.format.Time;
73 Time time = new Time(); local
74 time.setToNow();
76 "Beam Time: " + time.format("%H:%M:%S"));
  /external/apache-http/android/src/android/net/http/
LegacyHttpDateTime.java 19 import android.text.format.Time;
118 Time time = new Time(Time.TIMEZONE_UTC); local
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
121 return time.toMillis(false /* use isDst */);
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 19 import android.text.format.Time;
118 Time time = new Time(Time.TIMEZONE_UTC); local
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
121 return time.toMillis(false /* use isDst */);
  /frameworks/ex/common/java/com/android/common/
LegacyHttpDateTime.java 19 import android.text.format.Time;
118 Time time = new Time(Time.TIMEZONE_UTC); local
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
121 return time.toMillis(false /* use isDst */);
  /packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java 86 TextView time = (TextView)view.findViewById(R.id.time); local
107 time.setText(new Date(evt.getTimeNanos()/1000000).toString());
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
SyncCalendarTest.java 21 import android.text.format.Time;
60 Time time = new Time(); local
61 time.setToNow();
62 long dtStart = time.toMillis(false);
63 long dtEnd = time.toMillis(false) + ONE_HOUR_IN_MILLIS;
79 Time time = new Time(); local
107 Time time = new Time(); local
    [all...]
  /bionic/libc/kernel/tools/
defaults.py 5 import time, os, sys namespace
142 *** Any manual change here will be lost the next time this script will
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 25 import time namespace
130 # Get the exposure for this sensitivity and exposure time.
  /cts/hostsidetests/theme/
android_device.py 23 import time namespace
53 time.sleep(wait_period)
run_theme_capture_device.py 21 import time namespace
130 time.sleep(1)
136 time.sleep(10)
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 79 final String time = DateFormat.getTimeInstance().format(new Date()).toString(); local
80 final String text = getResources().getString(R.string.collapsed, time);
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 79 final String time = DateFormat.getTimeInstance().format(new Date()).toString(); local
80 final String text = getResources().getString(R.string.collapsed, time);
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 79 final String time = DateFormat.getTimeInstance().format(new Date()).toString(); local
80 final String text = getResources().getString(R.string.collapsed, time);
  /external/aac/libFDK/include/
mdct.h 116 FIXP_DBL *time; member in union:__anon4505::__anon4506
123 int ov_offset; /**< overlap time data fill level */
143 * \brief perform MDCT transform (time domain to frequency domain) with given parameters.
148 * \param input pointer to input time domain signal
190 * \brief Copy overlap time domain data to given buffer. Does not change the MDCT state.
211 * \brief perform several inverse MDCT transforms (frequency domain to time domain) with given parameters.
214 * \param output pointer to where the output time domain signal will be stored into.
215 * \param stride the stride factor for accessing time domain samples in output.
  /external/blktrace/
blkiomon.h 34 __u64 time; member in struct:blkiomon_stat
81 bstat->time = cpu_to_be64(bstat->time);
104 fprintf(fp, "\ntime: %s", ctime((void *)&p->time));
  /external/chromium-trace/trace-viewer/build/
presubmit_checks.py 8 import time namespace
45 # skip the SCM operations most of the time.
87 current_year = int(time.strftime('%Y'))
  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
rest_api.py 24 import time namespace
210 time.time() + self.expiration_headroom):
213 timeout = int(expires_at - time.time())
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
testserver.py 13 import time namespace
38 self.expires = time.time() + self.timeout
46 now = time.time()
54 time.sleep(.1)
79 # may not respond in a resonable time period
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
reloader.py 33 a dynamic set of files that grows over time you can use something like::
39 Then every time the reloader polls files it will call
46 import time namespace
89 time.sleep(self.poll_interval)
166 startup time).
176 time.sleep(self.poll_interval)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
datetimeutil.py 6 Date, Time, and Timespan Parsing Utilities
10 to provide a multi-format date/time support not unlike that found in
34 ``time`` object, or an ISO 8601 formatted 24h clock time
35 such as '13:00'. There is an option to provide for US style time
51 support meeting or time-billing lengths, not to be an accurate
56 from datetime import timedelta, time, date namespace
57 from time import localtime
103 This module returns a normalized time span value consisting of the
116 # time
    [all...]
  /external/chromium-trace/trace-viewer/tracing/build/
run_dev_server_tests 13 import time namespace
68 time.sleep(0.2)
150 time.sleep(5)
183 time.sleep(5)
  /external/clang/tools/scan-view/
scan-view 9 import time namespace
48 time.sleep(kSleepTimeout)
  /external/eigen/bench/btl/actions/
action_matrix_matrix_product_bis.hh 99 // Time measurement
115 double time=chronos.calculated_time/2000.0; local
133 // deallocation and return time
143 return time;

Completed in 209 milliseconds

<<11121314151617181920>>