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

12 3 4 5

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 74 VAR_MAP.put("build.brand", new StaticVarGetter(Long.toString(Build.TIME)));
Monkey.java 102 /** Send no events. Use with long throttle-time to watch user operations */
109 * Count each event as a cycle. Set to false for scripts so that each time
216 /** Device idle time. This is for the scripted monkey. **/
301 System.err.println("// Build Time: " + Build.TIME);
461 output.write("iteration: " + count + " time: "
806 } else if (opt.equals("--device-sleep-time")) {
807 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/linux-tools-perf/src/tools/perf/tests/
perf-record.c 93 * so that we have time to open the evlist (calling sys_perf_event_open
109 perf_evsel__set_sample_bit(evsel, TIME);
183 pr_info("%" PRIu64" %d ", sample.time, sample.cpu);
187 if (prev_time > sample.time) {
188 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n",
189 name, prev_time, sample.time);
193 prev_time = sample.time;
  /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/mksh/src/
syn.c 470 case TIME:
785 { "time", TIME, true },
sh.h 42 #include <sys/time.h>
43 #include <time.h>
45 #include <sys/time.h>
47 #include <time.h>
372 (tv).tv_sec = time(NULL); \
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /external/linux-tools-perf/src/tools/perf/util/
evsel.c 657 perf_evsel__set_sample_bit(evsel, TIME);
660 perf_evsel__set_sample_bit(evsel, TIME);
1201 sample->time = *array;
1254 data->stream_id = data->id = data->time = -1ULL;
1300 data->time = *array;
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-script.c 54 {.str = "time", .field = PERF_OUTPUT_TIME},
218 if (PRINT_FIELD(TIME) &&
219 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME",
314 if (PRINT_FIELD(TIME)) {
315 nsecs = sample->time;
514 if (sample->time < last_timestamp) {
517 sample->time);
520 last_timestamp = sample->time;
1148 /* Skip those real time scripts: xxxtop.p[yl] */
1297 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,
    [all...]
builtin-kvm.c 41 u64 time; member in struct:kvm_event_stats
200 * the time of MMIO write: kvm_mmio(KVM_TRACE_MMIO_WRITE...) -> kvm_entry
201 * the time of MMIO read: kvm_exit -> kvm_mmio(KVM_TRACE_MMIO_READ...).
263 /* The time of emulation pio access is from kvm_pio to kvm_entry. */
350 event->total.time = 0;
354 event->vcpu[j].time = 0;
444 kvm_stats->time += time_diff;
514 if (sample->time < time_begin) {
515 pr_debug("End time before begin time; skipping event.\n")
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_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/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...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 55 import android.text.format.Time;
300 * The sort order is: events with an earlier start time occur first and if
301 * the start times are the same, then events with a later end time occur
302 * first. The later end time is ordered first so that long-running events in
583 // closed by the time this is executed
615 * Check if we are in the same time zone
685 + "at the same time in EventsRawTimes!");
707 Time time = (timezone != null) ? new Time(timezone) : new Time() local
779 Time time = new Time(instancesTimezone); local
1090 Time time = new Time(instancesTimezone); local
1267 Time time = new Time(instancesTimezone); local
1307 Time time = new Time(instancesTimezone); local
1540 Time time = new Time(); local
3034 Time time = new Time(timezone); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 966 TM_PART(1,CLP,TIME)
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /external/vogar/lib/
caliper.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 

Completed in 1421 milliseconds

12 3 4 5