Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/script_api/
H A DGenerateRSFunctionsList.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()
H A DSpecification.h135 int intSize; member
/aosp12/system/netd/server/
H A DFwmarkServer.cpp229 socklen_t intSize = sizeof(socketProto); in processClient() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java361 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize(); in checkInt() local