Searched refs:typeName (Results 1 - 25 of 25) sorted by relevance

/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/rs/
H A Dspec.h19 char typeName[256]; member in struct:__anon2077
H A Drsg_generator.c65 fprintf(f, "%s", vt->typeName);
171 if (api->sync || api->ret.typeName[0]) {
221 if (api->ret.typeName[0]) {
255 if (api->ret.typeName[0]) {
270 if (!api->ret.typeName[0]) {
320 if (api->ret.typeName[0] || api->sync) {
329 } else if (api->ret.typeName[0]) {
353 if (api->ret.typeName[0]) {
411 if (api->ret.typeName[0]) {
423 vt->name, vt->typeName, v
[all...]
H A Dspec.l33 sprintf(currType->typeName, "%s", "size_t");
167 memcpy(currType->typeName, yytext, yyleng);
/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/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/av/services/audiopolicy/engineconfigurable/wrapper/include/
H A DParameterManagerWrapper.h148 * @param[in] typeName of the PFW criterion type.
151 void addCriterionType(const std::string &typeName, bool isInclusive);
156 * @param[in] typeName criterion type name to which this value pair is added to.
160 void addCriterionTypeValuePair(const std::string &typeName, uint32_t numeric,
167 * @param[in] typeName criterion type name to which this criterion is associated to.
171 const std::string &typeName,
/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/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/rs/rsov/compiler/spirit/
H A Dgenerate.py148 typeName = ty['kind']
150 """ % (typeName,
151 enum_enumerants(typeName, ty['enumerants']))
/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/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/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/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/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/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/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/native/opengl/tools/glgen/src/
H A DJniCodeEmitter.java176 String typeName = argType.getBaseType();
177 typeName = typeName.substring(9, typeName.length() - 6);
178 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),");
/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/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java424 for (String typeName : mStore.untaggableTypes.keySet()) {
425 if (classes.contains(mStore.untaggableTypes.get(typeName))) {
426 removedUntaggable.add(typeName);
/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/tests/net/java/com/android/server/
H A DConnectivityServiceTest.java295 final String typeName = ConnectivityManager.getNetworkTypeName(type);
296 mNetworkInfo = new NetworkInfo(type, 0, typeName, "Mock");
312 mHandlerThread = new HandlerThread("Mock-" + typeName);
315 "Mock-" + typeName, mNetworkInfo, mNetworkCapabilities,
/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 792 milliseconds