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

12

/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/chromium_org/tools/deep_memory_profiler/
H A Daccumulate.py153 def output_csv(output, category_trees, data, first_time, output_exponent):
159 values = [str(data['snapshots'][index]['time'] - first_time)]
173 def output_json(output, category_trees, data, first_time, template_label):
179 row_with_meta['second'] = data['snapshots'][index]['time'] - first_time
223 first_time = None
226 if not first_time:
227 first_time = snapshot['time']
241 output_csv(output, category_trees, data, first_time, output_exponent)
243 output_json(output, category_trees, data, first_time, template_label)
/external/linux-tools-perf/perf-3.12.0/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_org/content/browser/indexed_db/
H A Dindexed_db_factory_impl.cc348 bool first_time,
358 first_time,
379 bool first_time = false; local
384 first_time = !backends_opened_since_boot_.count(origin_url);
392 first_time,
397 if (first_time)
341 OpenBackingStoreHelper( const GURL& origin_url, const base::FilePath& data_directory, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, bool first_time, leveldb::Status* status) argument
H A Dmock_indexed_db_factory.h76 bool first_time,
H A Dindexed_db_factory.h102 bool first_time,
H A Dindexed_db_factory_impl.h85 bool first_time,
/external/qemu/audio/
H A Ddsoundaudio.c79 int first_time; member in struct:__anon29232
89 int first_time; member in struct:__anon29233
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_org/net/disk_cache/blockfile/
H A Dstats.cc128 static bool first_time = true; local
129 if (!first_time)
132 first_time = false;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c49 static u64 first_time, last_time; variable
387 pwr->start_time = first_time;
476 if (!first_time || first_time > sample->time)
477 first_time = sample->time;
605 pwr->start_time = first_time;
865 p->start_time = first_time;
877 c->start_time = first_time;
908 p->start_time = first_time;
922 c->start_time = first_time;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_norm.c338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
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;
/external/mesa3d/src/mesa/math/
H A Dm_debug_norm.c338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
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;
/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/ipc/
H A Dipc_sync_channel.cc98 bool first_time = true; local
106 if (first_time || message_queue_version_ != expected_version) {
108 first_time = false;
/external/chromium_org/tools/gn/
H A Dheader_checker.cc486 bool first_time = true; local
512 if (first_time || !require_permitted) {
517 first_time = false;
H A Dparser.cc387 bool first_time = true; local
389 if (!first_time) {
396 first_time = false;
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc247 bool first_time = current_tiling_ < 0; local
249 if (!*this && !first_time)
/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/libpcap/
H A Dpcap-sita.c68 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member in struct:unit
339 u->first_time = 0;
363 u->first_time = 0;
851 if (u->first_time == 0) {
859 u->first_time = 1;
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c484 int first_time; variable
493 first_time = __pyx_add_acquisition_count(memview) == 0;
495 if (first_time) {
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py722 first_time = True variable
725 if first_time:
726 first_time = False

Completed in 1039 milliseconds

12