OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pauses
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-map-private.hh
113
assert (stage <=
pauses
[table_index].len);
114
unsigned int start = stage ?
pauses
[table_index][stage - 1].num_lookups : 0;
115
unsigned int end = stage <
pauses
[table_index].len ?
pauses
[table_index][stage].num_lookups : lookups[table_index].len;
128
pauses
[0].finish ();
129
pauses
[1].finish ();
148
hb_prealloced_array_t<pause_map_t, 1>
pauses
[2]; /* GSUB/GPOS */
198
pauses
[0].finish ();
199
pauses
[1].finish ();
236
hb_prealloced_array_t<pause_info_t, 1>
pauses
[2]; /* GSUB/GPOS *
variable
[
all
...]
hb-ot-map.cc
110
for (unsigned int pause_index = 0; pause_index <
pauses
[table_index].len; pause_index++) {
111
const pause_map_t *pause = &
pauses
[table_index][pause_index];
135
for (unsigned int pause_index = 0; pause_index <
pauses
[table_index].len; pause_index++) {
136
const pause_map_t *pause = &
pauses
[table_index][pause_index];
160
pause_info_t *p =
pauses
[table_index].push ();
310
if (pause_index <
pauses
[table_index].len &&
pauses
[table_index][pause_index].stage == stage) {
311
hb_ot_map_t::pause_map_t *pause_map = m.
pauses
[table_index].push ();
314
pause_map->callback =
pauses
[table_index][pause_index].callback;
/external/chromium_org/v8/benchmarks/spinning-balls/
v.js
215
// Initialize cyclic buffer for
pauses
.
216
this.
pauses
= new Array(this.size);
235
this.
pauses
[this.idx++] = p;
242
f.call(this, i - this.start, this.
pauses
[i]);
246
f.call(this, i - this.start, this.
pauses
[i]);
251
f.call(this, i + offs, this.
pauses
[i]);
275
this.ctx.moveTo(1, dy * this.
pauses
[this.start]);
459
table.appendChild(row(text("Autoscale
pauses
plot"), this.autoscale));
/external/v8/benchmarks/spinning-balls/
v.js
215
// Initialize cyclic buffer for
pauses
.
216
this.
pauses
= new Array(this.size);
235
this.
pauses
[this.idx++] = p;
242
f.call(this, i - this.start, this.
pauses
[i]);
246
f.call(this, i - this.start, this.
pauses
[i]);
251
f.call(this, i + offs, this.
pauses
[i]);
275
this.ctx.moveTo(1, dy * this.
pauses
[this.start]);
459
table.appendChild(row(text("Autoscale
pauses
plot"), this.autoscale));
/external/chromium_org/v8/tools/profviz/
composer.js
48
var kNumPauseLabels = 7; // Number of biggest
pauses
to label.
327
// Collect execution
pauses
.
499
// Label the longest
pauses
.
/art/runtime/gc/
heap.cc
101
// Initially care about
pauses
in case we never get notified of process states, or if the JNI
371
<< " care about
pauses
" << care_about_pause_times_;
1268
std::vector<uint64_t>
pauses
= collector->GetPauseTimes();
local
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
slide_mode.js
859
case 'U+0020': // Space
pauses
/resumes the slideshow.
[
all
...]
Completed in 295 milliseconds