Searched defs:typeName (Results 1 - 18 of 18) sorted by relevance

/frameworks/rs/
H A Dspec.h19 char typeName[256]; member in struct:__anon2077
/frameworks/base/tools/preload/
H A DRecord.java167 String vmTypeToLanguage(String typeName) { argument
171 if ("(null)".equals(typeName)) {
172 return typeName;
175 if (!typeName.startsWith("L") || !typeName.endsWith(";") ) {
176 throw new AssertionError("Bad name: " + typeName + " in line " + sourceLineNumber);
179 typeName = typeName.substring(1, typeName.length() - 1);
180 return typeName
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java106 * @param typeName the type name to convert
107 * @return the type constant that corresponds to {@code typeName},
110 static int interpretType(String typeName) { argument
111 if ("unset".equals(typeName)) {
113 } else if ("boolean".equals(typeName)) {
115 } else if ("byte".equals(typeName)) {
117 } else if ("short".equals(typeName)) {
119 } else if ("int".equals(typeName)) {
121 } else if ("long".equals(typeName)) {
123 } else if ("float".equals(typeName)) {
[all...]
/frameworks/rs/script_api/
H A DGenerateHeaderFiles.cpp130 const string& typeName = type->getName(); local
143 *file << "struct " << typeName << " _RS_OBJECT_DECL" << attribute;
190 *file << " " << typeName << ";\n"; local
H A DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { argument
64 const auto type = types.find(typeName);
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp340 const char* typeName = (type >= 0 && type < NUM_TYPES) ? local
343 "", tag, name.string(), type, typeName, sectionName.string());
/frameworks/av/media/vndk/xmlparser/1.0/
H A DMediaCodecsXmlParser.cpp65 CodecInfo &codecInfo, const AString &typeName) {
68 [typeName](const auto &typeInfo) {
69 return typeInfo.mName == typeName;
64 findTypeInfo( CodecInfo &codecInfo, const AString &typeName) argument
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A DParameterManagerWrapper.cpp116 void ParameterManagerWrapper::addCriterionType(const string &typeName, bool isInclusive) argument
118 ALOG_ASSERT(mPolicyCriterionTypes.find(typeName) == mPolicyCriterionTypes.end(),
119 "CriterionType %s already added", typeName.c_str());
120 ALOGD("%s: Adding new criterionType %s", __FUNCTION__, typeName.c_str());
122 mPolicyCriterionTypes[typeName] = mPfwConnector->createSelectionCriterionType(isInclusive);
126 const string &typeName,
130 ALOG_ASSERT(mPolicyCriterionTypes.find(typeName) != mPolicyCriterionTypes.end(),
131 "CriterionType %s not found", typeName.c_str());
133 numericValue, literalValue.c_str(), typeName.c_str());
134 ISelectionCriterionTypeInterface *criterionType = mPolicyCriterionTypes[typeName];
125 addCriterionTypeValuePair( const string &typeName, uint32_t numericValue, const string &literalValue) argument
146 const char *typeName = node->name; local
253 addCriterion(const string &name, const string &typeName, const string &defaultLiteralValue) argument
284 string typeName = ""; local
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkInfo.java129 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { argument
135 mTypeName = typeName;
470 String typeName = in.readString();
472 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);
/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java167 return "Key{" + typeName() + " pkg=" + packageName
174 String typeName() { method in class:PendingIntentRecord.Key
432 pw.print(" type="); pw.print(key.typeName());
482 sb.append(key.typeName());
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp546 const char* typeName = "?"; local
549 typeName = "dir";
563 typeName = "file";
597 typeName, path, statBuffer.st_mode, strerror(errno));
604 typeName, path, (int)statBuffer.st_uid, (int)statBuffer.st_gid, strerror(errno));
614 typeName, path, strerror(errno));
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DSerializer.cpp288 string typeName = getXmlAttribute(root, Attributes::type); local
289 if (typeName.empty()) {
293 ALOGV("%s: %s %s=%s", __FUNCTION__, tag, Attributes::type, typeName.c_str());
304 if (!deviceFromString(typeName, type) ||
/frameworks/base/core/java/android/view/
H A DViewStructure.java43 * @param typeName The type name of the view's identifier, or null if there is none.
46 public abstract void setId(int id, String packageName, String typeName, String entryName); argument
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DViewStructureImpl.java103 public void setId(int id, String packageName, String typeName, String entryName) { argument
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1455 public void setId(int id, String packageName, String typeName, String entryName) { argument
1458 mNode.mIdType = typeName;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp269 const String16& typeName, const String16& ident, int type,
278 outTable->appendTypeComment(pkg, typeName, ident, fullMsg);
284 outTable->appendTypeComment(pkg, typeName, ident,
1203 String16 typeName; local
1209 typeName = String16(block.getAttributeStringValue(typeIdx, &len));
1219 outTable->canAddEntry(srcPos, myPackage, typeName, name);
2933 const String16 typeName(t->getName());
2934 typeStrings.add(typeName, false);
2939 String8 configTypeName(typeName);
2953 if (typeName
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1856 milliseconds