Home
last modified time | relevance | path

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

12

/frameworks/base/tools/preload/
DRecord.java167 String vmTypeToLanguage(String typeName) { in vmTypeToLanguage() argument
171 if ("(null)".equals(typeName)) { in vmTypeToLanguage()
172 return typeName; in vmTypeToLanguage()
175 if (!typeName.startsWith("L") || !typeName.endsWith(";") ) { in vmTypeToLanguage()
176 throw new AssertionError("Bad name: " + typeName + " in line " + sourceLineNumber); in vmTypeToLanguage()
179 typeName = typeName.substring(1, typeName.length() - 1); in vmTypeToLanguage()
180 return typeName.replace("/", "."); in vmTypeToLanguage()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java110 static int interpretType(String typeName) { in interpretType() argument
111 if ("unset".equals(typeName)) { in interpretType()
113 } else if ("boolean".equals(typeName)) { in interpretType()
115 } else if ("byte".equals(typeName)) { in interpretType()
117 } else if ("short".equals(typeName)) { in interpretType()
119 } else if ("int".equals(typeName)) { in interpretType()
121 } else if ("long".equals(typeName)) { in interpretType()
123 } else if ("float".equals(typeName)) { in interpretType()
125 } else if ("double".equals(typeName)) { in interpretType()
127 } else if ("String".equals(typeName)) { in interpretType()
/frameworks/rs/
Drsg_generator.c65 fprintf(f, "%s", vt->typeName); in printVarType()
171 if (api->sync || api->ret.typeName[0]) { in hasInlineDataPointers()
221 if (api->ret.typeName[0]) { in printApiCpp()
255 if (api->ret.typeName[0]) { in printApiCpp()
270 if (!api->ret.typeName[0]) { in printApiCpp()
320 if (api->ret.typeName[0] || api->sync) { in printApiCpp()
329 } else if (api->ret.typeName[0]) { in printApiCpp()
352 if (api->ret.typeName[0]) { in printApiCpp()
410 if (api->ret.typeName[0]) { in printPlaybackCpp()
422 vt->name, vt->typeName, vt->name); in printPlaybackCpp()
[all …]
Dspec.h19 char typeName[256]; member
/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp149 const hidl_string& typeName = role.type; in buildMediaCodecList() local
214 info->addMediaType(typeName.c_str()); in buildMediaCodecList()
216 node, typeName.c_str(), isEncoder, caps.get()) != OK) { in buildMediaCodecList()
218 typeName.c_str(), nodeName.c_str()); in buildMediaCodecList()
219 info->removeMediaType(typeName.c_str()); in buildMediaCodecList()
/frameworks/base/core/java/android/net/
DNetworkInfo.java156 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { in NetworkInfo() argument
163 mTypeName = typeName; in NetworkInfo()
568 String typeName = in.readString();
570 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName);
/frameworks/native/cmds/rawbu/
Dbackup.cpp545 const char* typeName = "?"; in restore_data() local
548 typeName = "dir"; in restore_data()
562 typeName = "file"; in restore_data()
596 typeName, path, statBuffer.st_mode, strerror(errno)); in restore_data()
603 typeName, path, (int)statBuffer.st_uid, (int)statBuffer.st_gid, strerror(errno)); in restore_data()
613 typeName, path, strerror(errno)); in restore_data()
/frameworks/rs/rsov/compiler/spirit/
Dgenerate.py148 typeName = ty['kind']
150 """ % (typeName,
151 enum_enumerants(typeName, ty['enumerants']))
/frameworks/rs/script_api/
DGenerateHeaderFiles.cpp130 const string& typeName = type->getName(); in writeTypeSpecification() local
143 *file << "struct " << typeName << " _RS_OBJECT_DECL" << attribute; in writeTypeSpecification()
190 *file << " " << typeName << ";\n"; in writeTypeSpecification()
DGenerateStubsWhiteList.cpp62 static string findSubstitute(const string& typeName, unsigned int apiLevel, int intSize) { in findSubstitute() argument
64 const auto type = types.find(typeName); in findSubstitute()
/frameworks/av/services/audiopolicy/engine/config/include/
DEngineConfig.h91 std::string typeName; member
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java178 return "Key{" + typeName() + " pkg=" + packageName in toString()
185 String typeName() { in typeName() method in PendingIntentRecord.Key
499 pw.print(" type="); pw.print(key.typeName()); in dump()
549 sb.append(key.typeName()); in toString()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java62 private static IRubyObject fieldTypeToRuby(ThreadContext context, String typeName) { in fieldTypeToRuby() argument
64 return context.runtime.newSymbol(typeName.replace("TYPE_", "").toLowerCase()); in fieldTypeToRuby()
/frameworks/base/core/java/android/view/
DViewStructure.java54 public abstract void setId(int id, String packageName, String typeName, String entryName); in setId() argument
/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp394 std::string typeName = getXmlAttribute(child, Attributes::type); in deserialize() local
395 if (typeName.empty()) { in deserialize()
399 ALOGV("%s: %s = %s", __FUNCTION__, Attributes::type, typeName.c_str()); in deserialize()
401 criteria.push_back({name, typeName, defaultValue}); in deserialize()
/frameworks/base/libs/protoutil/include/android/util/
DProtoOutputStream.h170 bool internalWrite(uint64_t fieldId, T val, const char* typeName);
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp1455 const auto& typeName = type.first; in generateRoleMap() local
1456 const char* roleName = GetComponentRole(isEncoder, typeName.data()); in generateRoleMap()
1460 typeName.data()); in generateRoleMap()
1469 roleProperties.type = typeName; in generateRoleMap()
1479 if (roleIterator->second.type != typeName) { in generateRoleMap()
1483 typeName.data()); in generateRoleMap()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp483 std::string typeName = getXmlAttribute(cur, Attributes::type); in deserialize() local
484 if (typeName.empty()) { in deserialize()
488 ALOGV("%s: %s %s=%s", __func__, tag, Attributes::type, typeName.c_str()); in deserialize()
499 if (!deviceFromString(typeName, type) || in deserialize()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DInspectablePropertyProcessor.java515 @NonNull String typeName, in requirePackedIntToBeInt()
523 typeName, in requirePackedIntToBeInt()
/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp57 ProtoOutputStream::internalWrite(uint64_t fieldId, T val, const char* typeName) in internalWrite() argument
95 (fieldId & FIELD_TYPE_MASK) >> FIELD_TYPE_SHIFT, typeName); in internalWrite()
/frameworks/base/tools/aapt/
DResourceTable.cpp266 const String16& typeName, const String16& ident, int type, in appendTypeInfo() argument
275 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()
281 outTable->appendTypeComment(pkg, typeName, ident, in appendTypeInfo()
1200 String16 typeName; in compileResourceFile() local
1206 typeName = String16(block.getAttributeStringValue(typeIdx, &len)); in compileResourceFile()
1216 outTable->canAddEntry(srcPos, myPackage, typeName, name); in compileResourceFile()
2930 const String16 typeName(t->getName()); in flatten() local
2931 typeStrings.add(typeName, false); in flatten()
2936 String8 configTypeName(typeName); in flatten()
2950 if (typeName == mipmap16 && !isBase) { in flatten()
[all …]
/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java182 String typeName = argType.getBaseType(); in emitFunctionCall() local
183 typeName = typeName.substring(9, typeName.length() - 6); in emitFunctionCall()
184 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),"); in emitFunctionCall()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs570 string typeName = Any.GetTypeName(typeUrl); in WriteAny()
571 MessageDescriptor descriptor = settings.TypeRegistry.Find(typeName); in WriteAny()
DJsonParser.cs517 string typeName = Any.GetTypeName(typeUrl); in MergeAny()
519 MessageDescriptor descriptor = settings.TypeRegistry.Find(typeName); in MergeAny()
/frameworks/av/camera/
DVendorTagDescriptor.cpp344 const char* typeName = (type >= 0 && type < NUM_TYPES) ? in dump() local
347 "", tag, name.string(), type, typeName, sectionName.string()); in dump()

12