Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/tools/deep_memory_profiler/
Daccumulate.py153 def output_csv(output, category_trees, data, first_time, output_exponent): argument
159 values = [str(data['snapshots'][index]['time'] - first_time)]
173 def output_json(output, category_trees, data, first_time, template_label): argument
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/chromium_org/v8/test/mjsunit/
Dstring-compare-alignment.js42 var first_time = true; variable
46 assertTrue(first_time, "once only");
47 first_time = false;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsvghelper.c23 static u64 first_time, last_time; variable
51 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time); in time2pixels()
83 first_time = start; in open_svg()
84 first_time = first_time / 100000000 * 100000000; in open_svg()
91 new_width = (last_time - first_time) / 5000000; in open_svg()
246 time2pixels(first_time), in svg_cpu_box()
247 time2pixels(last_time)-time2pixels(first_time), in svg_cpu_box()
252 10+time2pixels(first_time), cpu2y(cpu) + SLOT_HEIGHT/2, cpu_string); in svg_cpu_box()
255 10+time2pixels(first_time), cpu2y(cpu) + SLOT_MULT + SLOT_HEIGHT - 4, cpu_model()); in svg_cpu_box()
474 i = first_time; in svg_time_grid()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-timechart.c49 static u64 first_time, last_time; variable
387 pwr->start_time = first_time; in p_state_change()
476 if (!first_time || first_time > sample->time) in process_sample_event()
477 first_time = sample->time; in process_sample_event()
605 pwr->start_time = first_time; in end_sample_processing()
865 p->start_time = first_time; in determine_display_tasks_filtered()
877 c->start_time = first_time; in determine_display_tasks_filtered()
908 p->start_time = first_time; in determine_display_tasks()
922 c->start_time = first_time; in determine_display_tasks()
957 open_svg(filename, numcpus, count, first_time, last_time); in write_svg_file()
[all …]
/external/qemu/audio/
Ddsoundaudio.c79 int first_time; member
89 int first_time; member
593 ds->first_time ? &wpos : NULL in dsound_run_out()
602 if (ds->first_time) { in dsound_run_out()
607 ds->first_time = 0; in dsound_run_out()
786 ds->first_time ? &rpos : NULL in dsound_run_in()
793 if (ds->first_time) { in dsound_run_in()
794 ds->first_time = 0; in dsound_run_in()
/external/chromium_org/content/browser/indexed_db/
Dindexed_db_factory_impl.cc348 bool first_time, in OpenBackingStoreHelper() argument
358 first_time, in OpenBackingStoreHelper()
379 bool first_time = false; in OpenBackingStore() local
384 first_time = !backends_opened_since_boot_.count(origin_url); in OpenBackingStore()
392 first_time, in OpenBackingStore()
397 if (first_time) in OpenBackingStore()
Dmock_indexed_db_factory.h76 bool first_time,
Dindexed_db_factory.h102 bool first_time, in NON_EXPORTED_BASE()
Dindexed_db_factory_impl.h85 bool first_time,
/external/chromium_org/net/disk_cache/blockfile/
Dstats.cc128 static bool first_time = true; in InitSizeHistogram() local
129 if (!first_time) in InitSizeHistogram()
132 first_time = false; in InitSizeHistogram()
/external/mesa3d/src/mesa/math/
Dm_debug_xform.c284 static int first_time = 1; in _math_test_all_transform_functions() local
286 if ( first_time ) { in _math_test_all_transform_functions()
287 first_time = 0; in _math_test_all_transform_functions()
Dm_debug_norm.c338 static int first_time = 1; in _math_test_all_normal_transform_functions() local
340 if ( first_time ) { in _math_test_all_normal_transform_functions()
341 first_time = 0; in _math_test_all_normal_transform_functions()
Dm_debug_clip.c354 static int first_time = 1; in _math_test_all_cliptest_functions() local
356 if ( first_time ) { in _math_test_all_cliptest_functions()
357 first_time = 0; in _math_test_all_cliptest_functions()
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_debug_xform.c284 static int first_time = 1; in _math_test_all_transform_functions() local
286 if ( first_time ) { in _math_test_all_transform_functions()
287 first_time = 0; in _math_test_all_transform_functions()
Dm_debug_norm.c338 static int first_time = 1; in _math_test_all_normal_transform_functions() local
340 if ( first_time ) { in _math_test_all_normal_transform_functions()
341 first_time = 0; in _math_test_all_normal_transform_functions()
Dm_debug_clip.c354 static int first_time = 1; in _math_test_all_cliptest_functions() local
356 if ( first_time ) { in _math_test_all_cliptest_functions()
357 first_time = 0; in _math_test_all_cliptest_functions()
/external/chromium_org/tools/gn/
Dheader_checker.cc486 bool first_time = true; in IsDependencyOf() local
512 if (first_time || !require_permitted) { in IsDependencyOf()
517 first_time = false; in IsDependencyOf()
Dparser.cc387 bool first_time = true; in ParseList() local
389 if (!first_time) { in ParseList()
396 first_time = false; in ParseList()
/external/chromium_org/ipc/
Dipc_sync_channel.cc98 bool first_time = true; in DispatchMessages() local
106 if (first_time || message_queue_version_ != expected_version) { in DispatchMessages()
108 first_time = false; in DispatchMessages()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestcursor.c145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE; in main() local
/external/chromium_org/cc/resources/
Dpicture_layer_tiling_set.cc247 bool first_time = current_tiling_ < 0; in operator ++() local
249 if (!*this && !first_time) in operator ++()
/external/webrtc/src/system_wrappers/source/
Dcpu_win.cc500 const bool first_time = (previous_processor_timestamp_[i] == 0) || in UpdateCpuUsage() local
502 if (wrapparound || first_time) in UpdateCpuUsage()
/external/libpcap/
Dpcap-sita.c68 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member
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/gtk+/gtk/
Dcompose-parse.py722 first_time = True variable
725 if first_time:
726 first_time = False variable
/external/chromium_org/third_party/cython/src/Cython/Utility/
DMemoryView_C.c484 int first_time;
493 first_time = __pyx_add_acquisition_count(memview) == 0;
495 if (first_time) {

12