Home
last modified time | relevance | path

Searched refs:MAX_PARCEL_SIZE (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_ashmem_test.cpp34 const int MAX_PARCEL_SIZE = 1000; member
35 char g_data[MAX_PARCEL_SIZE];
53 for (int i = 0; i < MAX_PARCEL_SIZE; i++) { in TearDownTestCase()
H A Dutils_parcel_test.cpp31 const int MAX_PARCEL_SIZE = 1000; member
32 char g_data[MAX_PARCEL_SIZE];
42 for (int i = 0; i < MAX_PARCEL_SIZE; i++) { in TearDownTestCase()
/commonlibrary/c_utils/base/test/benchmarktest/ashemem_benchmark_test/
H A Dashemem_benchmark_test.cpp34 const int MAX_PARCEL_SIZE = 1000; member
35 char g_data[MAX_PARCEL_SIZE];
56 for (int i = 0; i < MAX_PARCEL_SIZE; i++) {

Completed in 5 milliseconds