OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_children
(Results
1 - 5
of
5
) sorted by null
/external/skia/tests/
RTreeTest.cpp
15
static const size_t
MAX_CHILDREN
= 11;
84
SkRTree* rtree = SkRTree::Create(MIN_CHILDREN,
MAX_CHILDREN
);
93
tmp -= static_cast<int>(pow(static_cast<double>(
MAX_CHILDREN
),
/external/valgrind/main/massif/
ms_main.c
552
// n_children and
max_children
are 32-bit integers. 16-bit integers
556
UInt
max_children
; // capacity of children array
member in struct:_XPt
630
xpt->
max_children
= 0;
642
tl_assert(parent->n_children <= parent->
max_children
);
643
if (parent->n_children == parent->
max_children
) {
644
if (0 == parent->
max_children
) {
645
parent->
max_children
= 4;
647
parent->
max_children
* sizeof(XPt*) );
650
parent->
max_children
*= 2; // Double size
653
parent->
max_children
* sizeof(XPt*) )
[
all
...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
ContactsSyncAdapter.java
301
public static final int
MAX_CHILDREN
= 8;
724
if (children.size() < EasChildren.
MAX_CHILDREN
) {
[
all
...]
/external/valgrind/main/docs/internals/
3_2_BUGSTATUS.txt
67
144453 fixed (get_XCon): Assertion 'xpt->
max_children
!= 0' failed.
/external/valgrind/main/
NEWS
[
all
...]
Completed in 658 milliseconds