OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/utils/
LinearAllocator.cpp
244
static const char*
toSize
(size_t value, float& result) {
260
prettySuffix =
toSize
(mTotalAllocated, prettySize);
262
prettySuffix =
toSize
(mWastedSpace, prettySize);
/external/icu/icu4c/source/test/cintltst/
cldrtest.c
587
int32_t
toSize
= ures_getSize(fromArray);
591
if (fromSize >
toSize
) {
592
fromSize =
toSize
;
[
all
...]
/libcore/ojluni/src/main/java/java/util/
HashMap.java
274
private void inflateTable(int
toSize
) {
275
// Find a power of 2 >=
toSize
276
int capacity = roundUpToPowerOf2(
toSize
);
[
all
...]
/external/opencv3/modules/highgui/src/
window_QT.cpp
[
all
...]
Completed in 585 milliseconds