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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch.go 15 type Switch struct {
56 // type and protocol number.
57 type Cookie uint64
62 // Type returns a socket type.
63 func (c Cookie) Type() int { return int(c << 16 >> 32) }
73 type Status struct {
80 return fmt.Sprintf("(%s, %s, %s): syscallerr=%v socketerr=%v", familyString(so.Cookie.Family()), typeString(so.Cookie.Type()), protocolString(so.Cookie.Protocol()), so.Err, so.SocketErr)
84 type Stat struct {
86 Type int // socket typ
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_multi_level_pointer.pass.cpp 52 // Use the compiler to determine if the exception of type Throw can be
53 // implicitly converted to type Catch.
60 my_assert(can_convert, "non-convertible type incorrectly caught");
64 my_assert(!can_convert, "convertible type incorrectly not caught");
71 typedef Tp* Type;
81 typedef Member (Class::*Type);
92 typedef typename ThrowTypes::Type Type;
97 run_catch_tests<Type>();
105 typedef typename CatchTypes::Type Type
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleModule.java 28 * A configured Gradle module for export. This includes gradle path, dependency, type, etc...
36 private Type mType;
40 public static enum Type { ANDROID, JAVA };
60 public void setType(Type type) {
61 mType = type;
64 public Type getType() {
  /system/tools/aidl/
type_cpp.h 33 class Type : public ValidatableType {
35 Type(int kind, // from ValidatableType
42 Type* array_type = nullptr,
43 Type* nullable_type = nullptr,
46 virtual ~Type() = default;
52 const Type* ArrayType() const override { return array_type_.get(); }
53 const Type* NullableType() const override { return nullable_type_.get(); }
75 // |headers| are the headers we must include to use this type
84 const std::unique_ptr<Type> array_type_;
85 const std::unique_ptr<Type> nullable_type_
    [all...]
  /system/tools/hidl/c2hal/
Type.h 30 struct Type {
50 Type *generics;
57 Qualifier(Qualification qualification, Type* generics)
67 Type(std::vector<Qualifier*> *qualifiers);
68 ~Type();
82 default: return "/* UNKNOWN TYPE QUALIFIER */";
112 DISALLOW_COPY_AND_ASSIGN(Type);
  /tools/tradefederation/core/src/com/android/tradefed/result/
TestSummary.java 31 public static enum Type {
35 Type() {
39 Type(String type) {
40 mType = type;
49 private Type mType;
52 this(string, Type.URI);
54 public TypedString(String string, Type type) {
55 mType = type;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 1 //===-- llvm/Type.h - Classes for handling data types -----------*- C++ -*-===//
10 // This file contains the declaration of the Type class. For more "Type"
30 /// The instances of the Type class are immutable: once they are created,
32 /// type is ever created. Thus seeing if two types are equal is a matter of
34 /// are created, Type instances can only be created via static factory methods
35 /// in class Type and in derived classes. Once allocated, Types are never
38 class Type {
41 /// Definitions of all of the base types for the Type system. Based on this
44 /// Type::getPrimitiveType function, or else things will break
    [all...]
  /frameworks/rs/
rsType.cpp 28 Type::Type(Context *rsc) : ObjectBase(rsc) {
33 void Type::preDestroy() const {
43 Type::~Type() {
47 void Type::operator delete(void* ptr) {
49 Type *t = (Type*) ptr;
54 void Type::clear() {
74 void Type::compute()
201 Type *type = Type::getType(rsc, elem, &p, sizeof(p)); local
    [all...]
  /art/compiler/
oat_writer.cc 106 enum Type {
128 Type GetType() const { return type_; }
157 Type type_;
195 static_assert(OatClassType::kOatClassMax < (1 << 16), "oat_class type won't fit in 16bits");
243 // Whether to create the type lookup table.
862 if (patch.GetType() == LinkerPatch::Type::kTypeBssEntry) {
866 if (patch.GetType() == LinkerPatch::Type::kStringBssEntry) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/
PciEmulation.h 78 UINT16 Type;
221 IN EFI_ALLOCATE_TYPE Type,
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ArmDisassembler.c 169 CHAR8 *Type, *Root;
245 Type = "LSL";
247 Type = "LSR";
252 Type = "ASR";
257 Type = "ROR";
260 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W));
275 Type = "LSL";
277 Type = "LSR";
282 Type = "ASR";
288 Type = "ROR";
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.h 71 UINT16 Type;
214 IN EFI_ALLOCATE_TYPE Type,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BdsInternal.h 68 BDS_SUPPORTED_DEVICE_TYPE Type;
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
EfiLdr.h 50 UINTN Type;
74 UINT32 Type;
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.h 84 VARIABLE_STORAGE_TYPE Type;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DispatchExecute.c 24 UINT32 Type : 4;
46 UINT32 GateType:8; ///< Gate Type. See #defines above.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiFirmwareFileSystem.h 121 EFI_FV_FILETYPE Type;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/NicIp4Config/
NicIp4Config.h 57 // NIC_ADDR contains the interface's type and MAC address to identify
66 UINT16 Type;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 49 Argv[3] - Optional FV file type
56 dir fv1:\ * PEIM ; will match all files of type PEIM
81 EFI_FV_FILETYPE Type;
112 if (File->Type == EfiOpenFirmwareVolume) {
125 // Handle file type matchs
127 // match a specific file type, always last argument
154 Type = SearchType;
158 &Type,
173 &Type,
182 TypeStr = (Type <= EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE) ? gFvFileType[Type] : "UNKNOWN";
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeBus.h 88 IDE_DEVICE_TYPE Type;
269 @param DefaultType The type of default configuration options to force on the controller
283 @retval EFI_UNSUPPORTED The driver specified by This does not support the configuration type
314 @param DiagnosticType Indicates type of diagnostics to perform on the controller
340 type of diagnostic specified by DiagnosticType.
390 @retval EFI_DEVICE_ERROR unknown device type
413 @retval EFI_DEVICE_ERROR unknown device type
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
PeiCdExpress.c 296 UINT8 Type;
355 Type = *(UINT8 *) (Buffer + PEI_CD_EXPRESS_VOLUME_TYPE_OFFSET);
356 if (Type == PEI_CD_EXPRESS_VOLUME_TYPE_TERMINATOR) {
367 if (Type != PEI_CD_EXPRESS_VOLUME_TYPE_PRIMARY) {
540 Returns the size and type of the requested recovery capsule.
542 This function gets the size and type of the capsule specified by CapsuleInstance.
555 the type of the requested recovery capsule is
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemInternal.h 82 EFI_FV_FILETYPE Type;
118 #define FV_FILETYPE_IS_EXECUTABLE(Type) ((Type) == EFI_FV_FILETYPE_PEIM || \
119 (Type) == EFI_FV_FILETYPE_DRIVER || \
120 (Type) == EFI_FV_FILETYPE_COMBINED_PEIM_DRIVER || \
121 (Type) == EFI_FV_FILETYPE_APPLICATION)
131 @retval EFI_UNSUPPORTED This volume does not support the requested file system type.
408 @param InformationType The type identifier for the information being requested.
411 @param Buffer A pointer to the data buffer to return. The buffer's type is
437 @param InformationType The type identifier for the information being set.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UserCredential2.h 84 Returns bitmap used to describe the credential provider type.
114 Returns string used to describe the credential provider type.
297 EFI_GUID Type; ///< Identifies this class of User Credential Provider.
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 33 UINT8 Type;
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.h 70 UINT8 Type;
151 @param[in] Type A specified IPSEC_CONFIG_DATA_TYPE.
155 Data type is related to the Type.
167 IN EFI_IPSEC_CONFIG_DATA_TYPE Type,
183 A NULL Selector causes the entire specified-type
192 requiring a check depends on the Selector type.
213 configuration data. The type of the data buffer
253 Visit all IPsec Configurations of specified Type and call the caller defined
256 @param[in] DataType The specified IPsec Config Data Type.
    [all...]

Completed in 1438 milliseconds

<<11121314151617181920>>