Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/libs/hwui/utils/
DMacros.h19 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
24 #define DESCRIPTION_TYPE(Type) \ argument
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h28 typedef Relocation::Type Type; typedef
DRelocator.h29 typedef Relocation::Type Type; typedef
/frameworks/compile/mclinker/include/mcld/Script/
DInputToken.h24 enum Type { enum
DAssignment.h35 enum Type { enum
DOperand.h30 enum Type { enum
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapEventReport.java41 public enum Type { enum in BluetoothMapEventReport
50 private Type(String specName) { in Type() method in BluetoothMapEventReport.Type
DBluetoothMapBmessage.java53 public enum Type { enum in BluetoothMapBmessage
/frameworks/compile/slang/
Dslang_rs_export_element.h30 class Type; variable
/frameworks/compile/mclinker/include/mcld/ADT/
DStringHash.h20 enum Type { enum
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DType.java54 public class Type extends BaseObj { class
190 Type(int id, RenderScript rs) { in Type() method in Type
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragment.h29 enum Type { enum
DRelocation.h34 typedef uint32_t Type; typedef
DStub.h30 typedef Relocation::Type Type; typedef
/frameworks/base/core/jni/
Dandroid_nfc.h40 uint8_t *Type; member
/frameworks/base/tools/preload/
DOperation.java31 enum Type { enum in Operation
DRecord.java65 enum Type { enum in Record
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h25 enum Type { enum
/frameworks/base/rs/java/android/renderscript/
DType.java46 public class Type extends BaseObj { class
187 Type(long id, RenderScript rs) { in Type() method in Type
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h129 enum Type { enum
DInput.h33 enum Type { enum
/frameworks/av/include/media/
DMetadata.h49 typedef int32_t Type; typedef
/frameworks/rs/cpp/
DType.cpp69 Type::Type(void *id, sp<RS> rs) : BaseObj(id, rs) { in Type() function in Type
/frameworks/rs/driver/runtime/
Drs_structs.h229 typedef struct Type { struct
250 } Type_t; argument
/frameworks/rs/api/
Dgen_runtime.cpp374 struct Type { struct
375 const char* specType; // Name found in the .spec file
376 string rsDataType; // RS data type
377 string cType; // Type in a C file
378 const char* javaType; // Type in a Java file
379 NumberKind kind;
383 int significantBits;
385 int exponentBits;

123