Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { in findSubstitute()
96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSi… in expandTypedefs()
296 unsigned int apiLevel, int intSize) { in writeParameters()
328 int intSize, set<string>* allManglings) { in addFunctionManglingToSet()
DSpecification.h135 int intSize; member
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java359 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt() local