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

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Option.c 61 // SRR/RR options are formatted as |Type|Len|Point|Ip1|Ip2|...
131 UINT8 Type;
140 Type = Option[Cur];
143 if (Type == IP4_OPTION_NOP) {
152 } else if (Type == IP4_OPTION_EOP) {
162 if (FirstFragment || (Type & IP4_OPTION_COPY_MASK) != 0) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
SmmIchnDispatch2.h 41 EFI_SMM_ICHN_SMI_TYPE Type;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.h 23 UINT8 Type;
33 @param[in] QueryType Structure type to view.
54 @param[in] QueryType Structure type to view.
124 @return A pointer to a string representing the ShowType (or 'undefined type' if not known).
  /external/deqp/framework/delibs/decpp/
deMeta.hpp 39 typedef T Type;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSycl.h 22 typedef typename cl::sycl::global_ptr<T>::pointer_t Type;
28 typedef typename cl::sycl::local_ptr<T>::pointer_t Type;
40 typedef const T Type;
43 typedef T Type;
65 // this is used to change the address space type in tensor map for GPU
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
ProvidesIntoOptional.java 30 * The method's return type and binding annotation determines what Optional this will
56 enum Type {
65 Type value();
  /external/libmojo/ipc/
ipc_message_attachment.h 18 // or a mojo |MessagePipe|. |GetType()| returns the type of the subclass.
21 enum Type {
27 virtual Type GetType() const = 0;
  /external/libunwind/doc/
libunwind-ia64.tex 19 library to unwind both 32- and 64-bit targets, the type
20 \Type{unw\_word\_t} is always defined to be 64 bits wide (independent
35 64-bit wide \Type{unw\_word\_t} values, \Prog{libunwind} treats the
43 \Prog{libunwind} depends on the type of stack frame that a cursor
194 \section{The Unwind-Context Type}
196 On IA-64, \Type{unw\_context\_t} is simply an alias for
197 \Type{ucontext\_t} (as defined by the Single UNIX Spec). This implies
198 that it is possible to initialize a value of this type not just with
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 66 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
67 if (Type != Triple::UnknownArch)
68 TheTriple.setArch(Type);
  /external/llvm/lib/Object/
Binary.cpp 30 Binary::Binary(unsigned int Type, MemoryBufferRef Source)
31 : TypeID(Type), Data(Source) {}
41 sys::fs::file_magic Type = sys::fs::identify_magic(Buffer.getBuffer());
43 switch (Type) {
66 return ObjectFile::createSymbolicFile(Buffer, Type, Context);
74 llvm_unreachable("Unexpected Binary File Type");
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiELFObjectWriter.cpp 31 unsigned Type) const override;
45 unsigned Type;
49 Type = ELF::R_LANAI_21;
52 Type = ELF::R_LANAI_21_F;
55 Type = ELF::R_LANAI_25;
59 Type = ELF::R_LANAI_32;
62 Type = ELF::R_LANAI_HI16;
65 Type = ELF::R_LANAI_LO16;
68 Type = ELF::R_LANAI_NONE;
74 return Type;
    [all...]
  /external/parameter-framework/upstream/parameter/
InstanceConfigurableElement.h 47 enum Type
59 // Instantiated type
65 * Returns the mapping data associated to the type element of the current
80 // Type
81 virtual Type getType() const = 0;
120 // Type Element
  /external/protobuf/python/google/protobuf/internal/
api_implementation.py 107 def Type():
111 # See comment on 'Type' above.
  /external/skia/src/gpu/vk/
GrVkImageView.h 19 enum Type {
25 Type viewType, uint32_t miplevels);
  /external/v8/tools/clang/blink_gc_plugin/tests/
virtual_and_trace_after_dispatch.h 17 enum Type { TB };
18 A(Type type) : m_type(type) { }
20 Type m_type;
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 28 typedef Relocation::Type Type;
40 /// @param pType - the type of the relocation entry
43 Relocation* produce(Type pType, FragmentRef& pFragRef, Address pAddend = 0);
  /prebuilts/go/darwin-x86/src/encoding/gob/
decgen.go 25 type Type struct {
31 var types = []Type{
230 // It is kind %[1]s but not type %[1]s. TODO: We can handle this unsafely.
encgen.go 25 type Type struct {
32 var types = []Type{
208 // It is kind %[1]s but not type %[1]s. TODO: We can handle this unsafely.
  /prebuilts/go/darwin-x86/src/go/doc/
doc.go 14 type Package struct {
28 Types []*Type
34 type Value struct {
42 // Type is the documentation for a type declaration.
43 type Type struct {
49 Consts []*Value // sorted list of constants of (mostly) this type
50 Vars []*Value // sorted list of variables of (mostly) this type
51 Funcs []*Func // sorted list of functions returning this type
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decgen.go 25 type Type struct {
31 var types = []Type{
230 // It is kind %[1]s but not type %[1]s. TODO: We can handle this unsafely.
encgen.go 25 type Type struct {
32 var types = []Type{
208 // It is kind %[1]s but not type %[1]s. TODO: We can handle this unsafely.
  /prebuilts/go/linux-x86/src/go/doc/
doc.go 14 type Package struct {
28 Types []*Type
34 type Value struct {
42 // Type is the documentation for a type declaration.
43 type Type struct {
49 Consts []*Value // sorted list of constants of (mostly) this type
50 Vars []*Value // sorted list of variables of (mostly) this type
51 Funcs []*Func // sorted list of functions returning this type
    [all...]
  /system/bt/service/ipc/
ipc_manager.h 39 enum Type {
45 // called on the thread that started the particular IPC type.
53 virtual void OnIPCHandlerStarted(Type type) = 0;
57 virtual void OnIPCHandlerStopped(Type type) = 0;
66 // Initialize the underlying IPC handler based on |type|, if that type has not
68 // type has already been initialized or an error occurs.
79 bool Start(Type type, Delegate* delegate)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
TGValueTypes.cpp 10 // The EVT type is used by tablegen as well as in LLVM. In order to handle
11 // extended types, the EVT type uses support functions that call into
12 // LLVM's type system code. These aren't accessible in tablegen, so this
23 class Type {
26 virtual ~Type() {}
31 class ExtendedIntegerType : public Type {
44 class ExtendedVectorType : public Type {
61 static std::map<unsigned, const Type *>
63 static std::map<std::pair<uintptr_t, uintptr_t>, const Type *>
67 assert(isExtended() && "Type is not extended!")
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/
StatusCheckTask.java 116 getContext(), DialerImpression.Type.VVM_STATUS_CHECK_READY);
124 getContext(), DialerImpression.Type.VVM_STATUS_CHECK_REACTIVATION);

Completed in 719 milliseconds

12 3 4 5 6 7 8 91011>>