Searched defs:first_time (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dstring-compare-alignment.js42 var first_time = true; variable
46 assertTrue(first_time, "once only");
47 first_time = false;
/external/v8/test/mjsunit/
H A Dstring-compare-alignment.js42 var first_time = true; variable
46 assertTrue(first_time, "once only");
47 first_time = false;
/external/openssh/openbsd-compat/
H A Dbsd-arc4random.c46 static int first_time = 1; local
49 if (first_time)
51 first_time = 0;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcursor.c145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE; local
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
H A Dm_debug_clip.c354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
H A Dm_debug_norm.c338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
H A Dm_debug_clip.c354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
H A Dm_debug_norm.c338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc500 const bool first_time = (previous_processor_timestamp_[i] == 0) || local
502 if (wrapparound || first_time)
/external/chromium/net/disk_cache/
H A Dstats.cc145 static bool first_time = true; local
146 if (first_time) {
147 first_time = false;
/external/chromium_org/net/disk_cache/
H A Dstats.cc125 static bool first_time = true; local
126 if (first_time) {
127 first_time = false;
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc232 bool first_time = current_tiling_ < 0; local
234 if (!*this && !first_time)
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_proxy_backend.cc280 bool first_time = token_store->token().empty(); local
288 if (first_time) {
/external/linux-tools-perf/util/
H A Dsvghelper.c23 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), cpu2
[all...]
/external/chromium/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc348 Time first_time; local
350 &results, &first_time);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc790 static bool first_time = true; local
794 if (state_ == new_state && !first_time)
796 first_time = false;
/external/chromium_org/ipc/
H A Dipc_sync_channel.cc97 bool first_time = true; local
105 if (first_time || message_queue_version_ != expected_version) {
107 first_time = false;
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py722 first_time = True variable
725 if first_time:
726 first_time = False
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_s3tc.c105 static boolean first_time = TRUE; local
113 if (!first_time)
115 first_time = FALSE;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c105 static boolean first_time = TRUE; local
113 if (!first_time)
115 first_time = FALSE;
/external/qemu/audio/
H A Ddsoundaudio.c79 int first_time; member in struct:__anon24206
89 int first_time; member in struct:__anon24207
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/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc1070 static bool first_time = true; local
1071 if (state_ == new_state && !first_time)
1076 first_time = false;
/external/linux-tools-perf/
H A Dbuiltin-timechart.c55 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...]

Completed in 1263 milliseconds