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

  /external/v8/test/mjsunit/
string-compare-alignment.js 41 var first_time = true; variable
45 assertTrue(first_time, "once only");
46 first_time = false;
  /external/chromium/net/disk_cache/
stats.cc 145 static bool first_time = true; local
146 if (first_time) {
147 first_time = false;
  /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/qemu/audio/
dsoundaudio.c 79 int first_time; member in struct:__anon9514
89 int first_time; member in struct:__anon9515
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;
  /external/bluetooth/glib/glib/
giochannel.c 1573 gboolean first_time = TRUE; local
    [all...]
  /external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc 348 Time first_time; local
350 &results, &first_time);
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 1070 static bool first_time = true; local
    [all...]

Completed in 166 milliseconds