HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 126 - 150 of 1872) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/tools/hidl/c2hal/
Expression.h 34 enum Type {
42 static std::string getTypeDescription(Type type) {
43 switch (type) {
54 static std::string getTypeName(Type type) {
55 switch (type) {
66 static Type integralType(std::string integer);
67 static Type coalesceTypes(Type lhs, Type rhs)
    [all...]
  /system/update_engine/common/
action_pipe_unittest.cc 46 string Type() const { return "ActionPipeTestAction"; }
action_unittest.cc 51 string Type() const { return "ActionTestAction"; }
  /dalvik/dx/junit-tests/com/android/dx/rop/cst/
CstTypeTest.java 19 import com.android.dx.rop.type.Type;
32 assertTrue(boolArray == CstType.intern(Type.BOOLEAN_ARRAY));
33 CstType myClass = CstType.intern(Type.intern("Lcom/example/Foo;"));
36 Type.clearInternTable();
38 assertTrue(boolArray == CstType.intern(Type.BOOLEAN_ARRAY));
39 CstType myClass2 = CstType.intern(Type.intern("Lcom/example/Foo;"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
bases.py 1 """Provides the Module and Type base classes that user code inherits from."""
3 __all__ = ["Module", "Type", "member"]
18 # The Module and Type classes are implemented using metaclasses,
23 class BaseMetaclass(type):
90 for name, type in sortitems(self.__types):
91 type.dump(f)
99 for name, type in sortitems(self.__types):
100 type.dump_init(f)
219 class Type:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePath/
DevicePath.h 41 UINT8 Type;
56 #define EfiDevicePathType(a) (((a)->Type) & 0x7f)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiNetworkInterfaceIdentifier/
EfiNetworkInterfaceIdentifier.h 87 UINT8 Type;
92 // This is the network interface type and version number that will
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
FormBrowser.h 54 UINT16 Type;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.h 23 // three fields: One bit direction, 2 bit type, and 5 bit
26 #define USB_REQUEST_TYPE(Dir, Type, Target) \
27 ((UINT8)((((Dir) == EfiUsbDataIn ? 0x01 : 0) << 7) | (Type) | (Target)))
31 // Each stand descriptor has a length and type.
36 UINT8 Type;
89 @param Type Standard / class specific / vendor specific.
105 IN UINTN Type,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Option.c 246 UINT8 Type;
279 Type = Head[Cur];
281 switch (Type) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/
ReportStatusCodeRouterRuntimeDxe.h 49 EFI_STATUS_CODE_TYPE Type;
69 1. must be a runtime driver type so that its memory is not reclaimed
74 @param[in] Callback A pointer to a function of type EFI_RSC_HANDLER_CALLBACK that is called when
98 @param[in] Callback A pointer to a function of type EFI_RSC_HANDLER_CALLBACK that is to be
115 @param Type Indicates the type of status code being reported.
133 IN EFI_STATUS_CODE_TYPE Type,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmIoTrapDispatch2.h 48 EFI_SMM_IO_TRAP_DISPATCH_TYPE Type;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOption.c 245 UINT8 Type;
276 Type = Head[Cur];
278 switch (Type) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
ItkData.h 60 UINT32 Type;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ClassicToken.cs 46 int type; field in class:Antlr.Runtime.ClassicToken
54 public ClassicToken(int type) {
55 this.type = type;
60 type = oldToken.Type;
66 public ClassicToken(int type, string text) {
67 this.type = type;
71 public ClassicToken(int type, string text, int channel)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 48 int type; field in class:Antlr.Runtime.ClassicToken
56 public ClassicToken( int type )
58 this.type = type;
64 type = oldToken.Type;
70 public ClassicToken( int type, string text )
72 this.type = type;
76 public ClassicToken( int type, string text, int channel
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
GcLogMessage.java 30 * The type of the garbage collection performed.
32 public static enum Type {
37 private final Type type; field in class:GcLogMessage
40 GcLogMessage(Type type, ShortDuration duration) {
41 this.type = checkNotNull(type);
45 public Type type() { method in class:GcLogMessage
    [all...]
  /external/clang/test/Parser/
ms-if-exists.cpp 5 typedef int Type;
10 __if_exists(MayExist::Type) {
17 __if_not_exists(MayExist::Type) {
27 __if_exists(MayExist::Type) {
36 __if_exists(MayExist::Type) {
44 __if_not_exists(MayExist::Type) {
56 __if_exists(MayExist::Type) {2, }
74 __if_not_exists(MayExist::Type) { this will not compile }
82 __if_exists(MayExist::Type) {
94 __if_not_exists(MayExist::Type) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic.h 31 typedef u8 Type;
32 volatile Type val_dont_use;
36 typedef u16 Type;
37 volatile Type val_dont_use;
41 typedef u32 Type;
42 volatile Type val_dont_use;
46 typedef u64 Type;
48 volatile ALIGNED(8) Type val_dont_use;
52 typedef uptr Type;
53 volatile Type val_dont_use
    [all...]
  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 39 enum Type
57 Type getType (void) const;
  /external/deqp/framework/referencerenderer/
rrPrimitiveTypes.hpp 53 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; };
54 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleStrip Assembler; };
55 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleFan Assembler; };
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Lines Assembler; };
57 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineStrip Assembler; };
58 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineLoop Assembler; };
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; };
60 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LinesAdjacency Assembler; };
61 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LineStripAdjacency Assembler; };
62 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::TrianglesAdjacency Assembler; }
    [all...]
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
BindingEdge.java 22 * Edge that connects an interface to the type or instance that is bound to implement it.
31 public enum Type {
32 /** Binding is to an instance or class of the binding's same type. */
34 /** Binding is to an instance or class that provides the binding's type. */
36 /** Binding is to the interface for a constant of a different type. */
40 private final Type type; field in class:BindingEdge
42 public BindingEdge(NodeId fromId, NodeId toId, Type type) {
44 this.type = type
    [all...]
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 18 enum Type {
24 Action(Type in_type, int in_fd1, int in_fd2 = -1)
25 : type(in_type),
31 return other.type == type &&
36 Type type; member in struct:base::Action
  /external/libchrome/base/strings/
safe_sprintf.h 33 // SafeSPrintf() is a type-safe and completely self-contained version of
99 // While the code supports type checking and while it is generally very careful
134 // and record type information from function arguments. This allows us to
135 // later write a type-safe version of snprintf().
138 enum Type { INT, UINT, STRING, POINTER };
141 Arg(signed char c) : type(INT) {
145 Arg(unsigned char c) : type(UINT) {
149 Arg(signed short j) : type(INT) {
153 Arg(unsigned short j) : type(UINT) {
157 Arg(signed int j) : type(INT)
202 const enum Type type; member in struct:base::strings::internal::Arg
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 37 unsigned Length, Size, Type;
44 Type = 0;

Completed in 1029 milliseconds

1 2 3 4 56 7 8 91011>>