HomeSort by relevance Sort by last modified time
    Searched refs:first_time (Results 1 - 14 of 14) sorted by null

  /external/openssh/openbsd-compat/
bsd-arc4random.c 46 static int first_time = 1; local
49 if (first_time)
51 first_time = 0;
  /external/linux-tools-perf/util/
svghelper.c 23 static u64 first_time, last_time; variable
51 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time);
83 first_time = start;
84 first_time = first_time / 100000000 * 100000000;
91 new_width = (last_time - first_time) / 5000000;
246 time2pixels(first_time),
247 time2pixels(last_time)-time2pixels(first_time),
252 10+time2pixels(first_time), cpu2y(cpu) + SLOT_HEIGHT/2, cpu_string)
    [all...]
  /external/v8/test/mjsunit/
string-compare-alignment.js 42 var first_time = true; variable
46 assertTrue(first_time, "once only");
47 first_time = false;
  /external/qemu/audio/
dsoundaudio.c 79 int first_time; member in struct:__anon10543
89 int first_time; member in struct:__anon10544
593 ds->first_time ? &wpos : NULL
602 if (ds->first_time) {
607 ds->first_time = 0;
786 ds->first_time ? &rpos : NULL
793 if (ds->first_time) {
794 ds->first_time = 0;
dsound_template.h 261 ds->first_time = 1;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 114 TIME_STRUCT first_time; member in struct:PERF_RT_Private
  /external/chromium/net/disk_cache/
stats.cc 145 static bool first_time = true; local
146 if (first_time) {
147 first_time = false;
  /external/linux-tools-perf/
builtin-timechart.c 55 static u64 first_time, last_time; variable
415 pwr->start_time = first_time;
505 if (!first_time || first_time > sample->time)
506 first_time = sample->time;
615 pwr->start_time = first_time;
877 p->start_time = first_time;
889 c->start_time = first_time;
920 p->start_time = first_time;
934 c->start_time = first_time;
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
EmulatorConnection.java     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 140 TIME_COPY(me->first_time, perf->time);
324 fprintf(me->fRt, "rtPERF: [%ld] ", TIME_DELTA(dRate->last_reporting, me->first_time)/1000000);
563 TIME_DELTA(me->dRate[i].last_reporting, me->first_time)/1000000,
574 TIME_DELTA(me->dRate[i].last_reporting, me->first_time)/1000000,
755 TIME_DELTA(perf->time, me->first_time)/1000000,
    [all...]
  /external/bluetooth/glib/glib/
giochannel.c 1573 gboolean first_time = TRUE; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 1070 static bool first_time = true; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 348 Time first_time; local
350 &results, &first_time);
    [all...]

Completed in 5576 milliseconds