HomeSort by relevance Sort by last modified time
    Searched refs:TIME (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/smack/src/org/xbill/DNS/
WKSRecord.java 277 /** Time */
278 public static final int TIME = 37;
412 /** Network Time Protocol */
491 services.add(TIME, "time");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 74 VAR_MAP.put("build.brand", new StaticVarGetter(Long.toString(Build.TIME)));
Monkey.java 105 /** Send no events. Use with long throttle-time to watch user operations */
112 * Count each event as a cycle. Set to false for scripts so that each time
225 /** Device idle time. This is for the scripted monkey. **/
325 System.err.println("// Build Time: " + Build.TIME);
485 output.write("iteration: " + count + " time: "
836 } else if (opt.equals("--device-sleep-time")) {
837 mDeviceSleepTime = nextOptionLong("Device sleep time" +
    [all...]
  /external/e2fsprogs/lib/blkid/
read.c 18 #include <time.h>
53 * <TIME="time"> (ascii time_t) time this entry was last read from disk
322 else if (!strcmp(name, "TIME"))
459 printf(" dev: TIME=\"%lld\"\n", (long long)dev->bid_time);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 33 import time namespace
108 """Breaks a test name into chunks by directory and puts the test time as a value in the lowest part, e.g.
164 # Min time (seconds) that will be added to the JSON.
185 TIME = "secondsSinceEpoch"
296 # Update the all failing tests with result type and time.
346 """Returns test timing data (elapsed time) in second
349 # Floor for now to get time in seconds.
522 """ Inserts generic metadata (such as version number, current time etc)
544 int(time.time()),
    [all...]
  /external/aac/libSBRenc/src/
code_env.cpp 233 /* No delta coding in time from the previous frame due to 1.5dB FIx-FIX rule */
486 /* no delta coding in time in case of a header */
595 directionVec[i] = TIME;
env_est.cpp 149 Calculate energy of each time slot pair, max energy
242 Calculate energy of each time slot pair, max energy
    [all...]
bit_sbr.cpp 611 time/frequency grouping of a frame; else counts them only
712 time/frequency grouping of a frame;
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java     [all...]
  /external/linux-tools-perf/
builtin-script.c 43 {.str = "time", .field = PERF_OUTPUT_TIME},
175 if (PRINT_FIELD(TIME) &&
176 perf_event_attr__check_stype(attr, PERF_SAMPLE_TIME, "TIME",
253 if (PRINT_FIELD(TIME)) {
254 nsecs = sample->time;
359 if (sample->time < last_timestamp) {
362 sample->time);
365 last_timestamp = sample->time;
988 "comma separated output fields prepend with 'type:'. Valid types: hw,sw,trace,raw. Fields: comm,tid,pid,time,cpu,event,trace,sym",
  /external/mksh/src/
syn.c 471 case TIME:
792 { "time", TIME, true },
sh.h 42 #include <sys/time.h>
43 #include <time.h>
45 #include <sys/time.h>
47 #include <time.h>
353 (tv).tv_sec = time(NULL); \
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /external/qemu/android/
hw-events.h 304 KEY_CODE(TIME ,0x167) \
  /external/chromium_org/third_party/zlib/
inflate.c 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
234 first time it's called, and returns those tables the first time and
236 exchange for a little execution time. However, BUILDFIXED should not be
688 state->mode = TIME;
689 case TIME:
692 state->head->time = hold;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
199 first time it's called, and returns those tables the first time and
201 exchange for a little execution time. However, BUILDFIXED should not be
651 state->mode = TIME;
652 case TIME:
655 state->head->time = hold;
    [all...]
  /external/zlib/src/
inflate.c 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
255 first time it's called, and returns those tables the first time and
257 exchange for a little execution time. However, BUILDFIXED should not be
704 state->mode = TIME;
705 case TIME:
708 state->head->time = hold;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
id3_parser.js 468 * other languages), translation exists at least for 10% and most time
692 TIME: 'ID3_TIME',
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 136 * Amount of time to wait before sending an empty request, in
149 * The amount of time in milliseconds which will be reserved as a
151 * value. This should give us enough time to build the message
471 * will block for short periods of time.
526 * requests to the connection manager for a period of time greater than
1386 Long time = Long.parseLong(resp.getAttribute(Attributes.TIME)); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 55 import android.text.format.Time;
307 * The sort order is: events with an earlier start time occur first and if
308 * the start times are the same, then events with a later end time occur
309 * first. The later end time is ordered first so that long-running events in
590 // closed by the time this is executed
622 * Check if we are in the same time zone
692 + "at the same time in EventsRawTimes!");
714 Time time = (timezone != null) ? new Time(timezone) : new Time() local
786 Time time = new Time(instancesTimezone); local
1097 Time time = new Time(instancesTimezone); local
1278 Time time = new Time(instancesTimezone); local
1318 Time time = new Time(instancesTimezone); local
1551 Time time = new Time(); local
3017 Time time = new Time(timezone); local
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 484 axs.constants.TAG_TO_INFORMATION_TABLE_VERBOSE_MSG = {A:"tag_link", BUTTON:"tag_button", H1:"tag_h1", H2:"tag_h2", H3:"tag_h3", H4:"tag_h4", H5:"tag_h5", H6:"tag_h6", LI:"tag_li", OL:"tag_ol", SELECT:"tag_select", TEXTAREA:"tag_textarea", UL:"tag_ul", SECTION:"tag_section", NAV:"tag_nav", ARTICLE:"tag_article", ASIDE:"tag_aside", HGROUP:"tag_hgroup", HEADER:"tag_header", FOOTER:"tag_footer", TIME:"tag_time", MARK:"tag_mark"};
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 1661 milliseconds

12 3 4