HomeSort by relevance Sort by last modified time
    Searched refs:current_stage (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/tools/
setup_timer.py 46 current_stage = 0
48 current_stage, value_type = _winreg.QueryValueEx(key, observed_code)
50 print 'Starting in already ongoing stage %u' % current_stage
63 if current_stage == new_stage:
68 if current_stage != 0:
74 time.strftime("%x %X", time.localtime()), current_stage,
76 timings.append({'stage': current_stage, 'time': elapsed_time})
79 time.strftime("%x %X", time.localtime()), current_stage,
83 timings.append({'stage': current_stage, 'time': elapsed_time,
98 current_stage = new_stag
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 107 info->stage[0] = current_stage[0];
108 info->stage[1] = current_stage[1];
122 s->index = current_stage[table_index];
126 current_stage[table_index]++;
242 for (unsigned stage = 0; stage < current_stage[table_index]; stage++)
hb-ot-map-private.hh 240 unsigned int current_stage[2]; /* GSUB/GPOS */ variable
  /external/harfbuzz_ng/src/
hb-ot-map.cc 99 info->stage[0] = current_stage[0];
100 info->stage[1] = current_stage[1];
162 p->stage = current_stage[table_index];
166 current_stage[table_index]++;
282 for (unsigned stage = 0; stage < current_stage[table_index]; stage++)
hb-ot-map-private.hh 234 unsigned int current_stage[2]; /* GSUB/GPOS */ variable

Completed in 30 milliseconds