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

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
TargetSelect.cpp 59 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
60 if (Type != Triple::UnknownArch)
61 TheTriple.setArch(Type);
  /development/host/windows/usb/api/
adb_endpoint_object.h 187 static AdbObjectType Type() {
adb_io_completion.h 118 static AdbObjectType Type() {
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DevicePathTextLib.c 54 CHAR16 *Type;
  /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.
53 @param[in] QueryType Structure type to view.
118 @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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
Type.java 22 package com.github.javaparser.ast.type;
36 public abstract class Type<T extends Type> extends Node {
40 public Type() {
43 public Type(List<AnnotationExpr> annotation){
47 public Type(Range range) {
51 public Type(Range range, List<AnnotationExpr> annotations) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
Type.java 22 package com.github.javaparser.ast.type;
32 public abstract class Type extends Node {
36 public Type() {
39 public Type(List<AnnotationExpr> annotation){
43 public Type(int beginLine, int beginColumn, int endLine, int endColumn) {
47 public Type(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations) {
  /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/skqp/src/gpu/vk/
GrVkImageView.h 19 enum Type {
25 Type viewType, uint32_t miplevels);
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
virtual_and_trace_after_dispatch.h 17 enum Type { TB };
18 A(Type type) : m_type(type) { }
20 Type m_type;
  /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/clang/host/darwin-x86/clang-4393122/include/lld/Core/
SharedLibraryAtom.h 21 enum class Type : uint32_t {
35 virtual Type type() const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
SharedLibraryAtom.h 21 enum class Type : uint32_t {
35 virtual Type type() const = 0;

Completed in 1049 milliseconds

12 3 4 5 6 7 8 91011>>