OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:free1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
fileutils_unittest.cc
93
int64
free1
= 0;
local
96
EXPECT_TRUE(Filesystem::GetDiskFreeSpace(path, &
free1
));
97
EXPECT_GT(
free1
, 0);
106
EXPECT_LT(static_cast<int64>(
free1
* .9), free2);
107
EXPECT_LT(free2, static_cast<int64>(
free1
* 1.1));
114
// EXPECT_LT(static_cast<int64>(
free1
* .9), free3);
115
// EXPECT_LT(free3, static_cast<int64>(
free1
* 1.1));
/art/runtime/gc/space/
space_test.h
228
size_t
free1
= space->AllocationSize(ptr1.Get(), nullptr);
local
230
EXPECT_LE(1U * MB,
free1
);
269
free1
= space->AllocationSize(ptr1.Get(), nullptr);
271
EXPECT_LE(1U * MB,
free1
);
331
size_t
free1
= space->AllocationSize(ptr1.Get(), nullptr);
local
333
EXPECT_LE(1U * MB,
free1
);
Completed in 173 milliseconds