/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/ |
D | ViewfinderProcessor.java | 25 import android.renderscript.Type; 58 Type.Builder yuvTypeBuilder = new Type.Builder(rs, Element.YUV(rs)); in ViewfinderProcessor() 67 Type.Builder rgbTypeBuilder = new Type.Builder(rs, Element.RGBA_8888(rs)); in ViewfinderProcessor()
|
/development/tools/repo_diff/service/repodiff/repositories/ |
D | denormalizer_test.go | 113 Type: c.Empty, 123 Type: c.Empty, 133 Type: c.Empty, 174 Type: c.Empty, 184 Type: c.Empty, 194 Type: c.Empty,
|
D | helpers_test.go | 24 Type: cst.Empty, 40 Type: cst.Empty,
|
D | project_test.go | 93 Type: c.Empty,
|
/development/tools/repo_diff/service/repodiff/mappers/ |
D | csv_test.go | 20 Type: c.Global, 59 Type: c.Global,
|
D | mappers.go | 86 constants.ProjectTypeToDisplay[d.Type], 98 constants.ProjectTypeToDisplay[commitRow.Type], 116 d.Type, 129 c.Type, 244 &d.Type, 263 &c.Type,
|
D | csv.go | 28 c.ProjectTypeToDisplay[a.Type],
|
D | mappers_test.go | 75 Type: c.Empty,
|
/development/tools/repo_diff/service/repodiff/interactors/ |
D | application.go | 29 Type: projectNameToType.getWithDefault( 43 Type: projectNameToType.getWithDefault(
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | FieldSourcer.java | 24 import org.objectweb.asm.Type; 66 mOutput.write(" %s", Type.getType(mDesc).getClassName()); in visitEnd()
|
D | MethodSourcer.java | 25 import org.objectweb.asm.Type; 85 mOutput.write(" %s", Type.getReturnType(mDesc).getClassName()); in writeHeader() 97 Type[] types = Type.getArgumentTypes(mDesc); in writeHeader()
|
D | SignatureSourcer.java | 21 import org.objectweb.asm.Type; 219 getBuf().append(Type.getType(Character.toString(descriptor)).getClassName()); in visitBaseType()
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | so_file_parser.cpp | 102 llvm::object::SymbolRef::Type type = UnWrap(symbol_it.getType()); in ELFSoFileParser() 103 if (type == llvm::object::SymbolRef::Type::ST_Function) { in ELFSoFileParser() 105 } else if (type == llvm::object::SymbolRef::Type::ST_Data) { in ELFSoFileParser()
|
/development/tools/repo_diff/service/repodiff/entities/ |
D | entities.go | 41 Type constants.ProjectType member 54 Type constants.ProjectType member
|
/development/host/windows/usb/api/ |
D | adb_interface_enum.h | 86 static AdbObjectType Type() { in Type() function
|
D | adb_io_completion.h | 118 static AdbObjectType Type() { in Type() function
|
D | adb_interface.h | 168 static AdbObjectType Type() { in Type() function
|
D | adb_object_handle.h | 200 if (!adb_object->IsObjectOfType(obj_class::Type())) { in LookupObject()
|
D | adb_endpoint_object.h | 187 static AdbObjectType Type() { in Type() function
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | regression_test.go | 19 Type: cst.Empty,
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 57 const clang::Type *type_ptr = qual_type.getCanonicalType().getTypePtr(); in GetTagDecl() 64 const clang::Type *type_ptr = type.getTypePtr(); in GetAnonymousRecord() 86 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetAnonymousEnum() 101 const clang::Type *base_type = canonical_type.getTypePtr(); in IsReferencingType() 189 const clang::Type *type_ptr = qual_type.getTypePtr(); in GetReferencedType() 216 const clang::Type *base_type = canonical_type.getTypePtr(); in CreateBasicNamedAndTypedDecl() 277 const clang::Type *base_type = canonical_type.getTypePtr(); in CreateBasicNamedAndTypedDecl() 279 clang::Type::TypeClass type_class = base_type->getTypeClass(); in CreateBasicNamedAndTypedDecl() 281 if ((type_class != clang::Type::Auto) && !base_type->isIncompleteType() && in CreateBasicNamedAndTypedDecl() 306 std::string ABIWrapper::GetTypeLinkageName(const clang::Type *typep) { in GetTypeLinkageName() [all …]
|
D | abi_wrappers.h | 89 std::string GetTypeLinkageName(const clang::Type *typep);
|