Home
last modified time | relevance | path

Searched defs:checkSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DTypeList.java58 int checkSize = Math.min(size, other.size); in comesBefore() local
/aosp12/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp26 bool checkSize(SensorEventQueue* queue, int expected) { in checkSize() function
/aosp12/system/vold/
H A DKeyStorage.cpp102 static bool checkSize(const std::string& kind, size_t actual, size_t expected) { in checkSize() function