OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:edge_count
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/content/browser/android/
overscroll_glow.cc
104
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i)
180
const gfx::SizeF sizes[EdgeEffect::
EDGE_COUNT
] = {
185
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i) {
203
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i) {
243
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i) {
265
float edge_overscroll_pull[EdgeEffect::
EDGE_COUNT
] = {
272
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i) {
290
const float overscroll_velocities[EdgeEffect::
EDGE_COUNT
] = {
297
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i) {
308
for (size_t i = 0; i < EdgeEffect::
EDGE_COUNT
; ++i)
[
all
...]
edge_effect.h
32
EDGE_COUNT
overscroll_glow.h
92
scoped_ptr<EdgeEffect> edge_effects_[EdgeEffect::
EDGE_COUNT
];
/external/chromium_org/tools/telemetry/telemetry/core/heap/
chrome_js_heap_snapshot_parser_unittest.py
26
node_fields = ['type', 'name', 'id', '
edge_count
']
chrome_js_heap_snapshot_parser.py
62
self._node_edge_count_ix = node_fields.index('
edge_count
')
85
'id' not in node_fields or '
edge_count
' not in node_fields):
151
edge_count
= self._node_list[ix + self._node_edge_count_ix]
152
edges_end = edges_start +
edge_count
* self._edge_field_count
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h
530
#define EDGE_CRITICAL_P(e) (
EDGE_COUNT
((e)->src->succs) >= 2 \
531
&&
EDGE_COUNT
((e)->dest->preds) >= 2)
533
#define
EDGE_COUNT
(ev) VEC_length (edge, (ev))
543
return
EDGE_COUNT
(bb->succs) == 1;
551
return
EDGE_COUNT
(bb->preds) == 1;
628
i.index =
EDGE_COUNT
(*ev) - 1;
638
return (i.index ==
EDGE_COUNT
(ei_container (i)));
646
return (i.index + 1 ==
EDGE_COUNT
(ei_container (i)));
653
gcc_checking_assert (i->index <
EDGE_COUNT
(ei_container (*i)));
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h
530
#define EDGE_CRITICAL_P(e) (
EDGE_COUNT
((e)->src->succs) >= 2 \
531
&&
EDGE_COUNT
((e)->dest->preds) >= 2)
533
#define
EDGE_COUNT
(ev) VEC_length (edge, (ev))
543
return
EDGE_COUNT
(bb->succs) == 1;
551
return
EDGE_COUNT
(bb->preds) == 1;
628
i.index =
EDGE_COUNT
(*ev) - 1;
638
return (i.index ==
EDGE_COUNT
(ei_container (i)));
646
return (i.index + 1 ==
EDGE_COUNT
(ei_container (i)));
653
gcc_checking_assert (i->index <
EDGE_COUNT
(ei_container (*i)));
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h
530
#define EDGE_CRITICAL_P(e) (
EDGE_COUNT
((e)->src->succs) >= 2 \
531
&&
EDGE_COUNT
((e)->dest->preds) >= 2)
533
#define
EDGE_COUNT
(ev) VEC_length (edge, (ev))
543
return
EDGE_COUNT
(bb->succs) == 1;
551
return
EDGE_COUNT
(bb->preds) == 1;
628
i.index =
EDGE_COUNT
(*ev) - 1;
638
return (i.index ==
EDGE_COUNT
(ei_container (i)));
646
return (i.index + 1 ==
EDGE_COUNT
(ei_container (i)));
653
gcc_checking_assert (i->index <
EDGE_COUNT
(ei_container (*i)));
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h
530
#define EDGE_CRITICAL_P(e) (
EDGE_COUNT
((e)->src->succs) >= 2 \
531
&&
EDGE_COUNT
((e)->dest->preds) >= 2)
533
#define
EDGE_COUNT
(ev) VEC_length (edge, (ev))
543
return
EDGE_COUNT
(bb->succs) == 1;
551
return
EDGE_COUNT
(bb->preds) == 1;
628
i.index =
EDGE_COUNT
(*ev) - 1;
638
return (i.index ==
EDGE_COUNT
(ei_container (i)));
646
return (i.index + 1 ==
EDGE_COUNT
(ei_container (i)));
653
gcc_checking_assert (i->index <
EDGE_COUNT
(ei_container (*i)));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotLoader.js
181
var edges_length = this._snapshot.snapshot.
edge_count
* edge_fields_count;
HeapSnapshot.js
583
this.
edge_count
= 0;
595
this._nodeEdgeCountOffset = meta.node_fields.indexOf("
edge_count
");
[
all
...]
/external/opencv/cxcore/src/
cxpersistence.cpp
4497
int i, k, vtx_count,
edge_count
;
local
4640
int flags, vtx_count,
edge_count
;
local
[
all
...]
/external/chromium_org/v8/include/
v8-profiler.h
352
*
edge_count
: nnn
/external/chromium_org/v8/src/
heap-snapshot-generator.cc
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap-profiler.cc
757
"var edge_count_offset = meta.node_fields.indexOf('
edge_count
');\n"
[
all
...]
Completed in 666 milliseconds