Searched refs:intSize (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { argument
69 if (!info.includesVersion(apiLevel) || (info.intSize != 0 && info.intSize != intSize)) {
93 * the resulting list. 'apiLevel' and 'intSize' specifies the API level and bitness
96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSize) { argument
102 const string substitute = findSubstitute(*i, apiLevel, intSize);
295 unsigned int apiLevel, int intSize) {
307 list<string> tokens = expandTypedefs(p->rsType, apiLevel, intSize, vectorSize);
322 /* Add the mangling for this permutation of the function. apiLevel and intSize i
294 writeParameters(ostringstream* stream, const std::vector<ParameterDefinition*>& params, unsigned int apiLevel, int intSize) argument
325 addFunctionManglingToSet(const Function& function, const FunctionPermutation& permutation, bool overloadable, unsigned int apiLevel, int intSize, set<string>* allManglings) argument
[all...]
H A DGenerateHeaderFiles.cpp46 if (info.intSize == 32) {
48 } else if (info.intSize == 64) {
79 if (info.intSize != 0) {
H A DGenerateDocumentation.cpp79 if (a->intSize != b.intSize) {
312 if (info.intSize == 32) {
314 } else if (info.intSize == 64) {
H A DSpecification.h135 int intSize; member in struct:VersionInfo
137 VersionInfo() : minVersion(0), maxVersion(0), intSize(0) {}
H A DSpecification.cpp248 sscanf(scanner->getValue().c_str(), "%i", &intSize);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DParserFactory.java106 int intSize = (int) size;
112 if (intSize != -1) {
113 avail = intSize;
124 if (read == intSize) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java340 long intSize = (long) intStats.getBlockCount() * (long) intStats.getBlockSize();

Completed in 866 milliseconds