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

1 2

  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 153 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/
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...]
  /frameworks/base/services/core/jni/
com_android_server_am_BatteryStatsService.cpp 65 bool first_time = false; local
87 first_time = true;
172 if (first_time) {
188 return first_time ? 0 : i;
  /external/chromium_org/v8/test/mjsunit/
string-compare-alignment.js 42 var first_time = true; variable
46 assertTrue(first_time, "once only");
47 first_time = false;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory_impl.cc 348 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)
indexed_db_factory.h 102 bool first_time,
mock_indexed_db_factory.h 76 bool first_time,
indexed_db_factory_impl.h 85 bool first_time,
  /external/qemu/audio/
dsoundaudio.c 79 int first_time; member in struct:__anon33836
89 int first_time; member in struct:__anon33837
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;
  /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_org/net/disk_cache/blockfile/
stats.cc 128 static bool first_time = true; local
129 if (!first_time)
132 first_time = false;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 49 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/
m_debug_norm.c 338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
m_debug_xform.c 284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
m_debug_clip.c 354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
  /external/mesa3d/src/mesa/math/
m_debug_norm.c 338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
m_debug_xform.c 284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
m_debug_clip.c 354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
  /external/qemu/distrib/sdl-1.2.15/test/
testcursor.c 145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE; local
  /external/chromium_org/ipc/
ipc_sync_channel.cc 98 bool first_time = true; local
106 if (first_time || message_queue_version_ != expected_version) {
108 first_time = false;
  /external/chromium_org/tools/gn/
header_checker.cc 486 bool first_time = true; local
512 if (first_time || !require_permitted) {
517 first_time = false;
  /external/chromium_org/cc/resources/
picture_layer_tiling_set.cc 247 bool first_time = current_tiling_ < 0; local
249 if (!*this && !first_time)
  /external/webrtc/src/system_wrappers/source/
cpu_win.cc 500 const bool first_time = (previous_processor_timestamp_[i] == 0) || local
502 if (wrapparound || first_time)
  /external/libpcap/
pcap-sita.c 68 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;
    [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...]

Completed in 495 milliseconds

1 2