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

<<11121314151617181920>>

  /external/libmojo/base/android/
jni_android.h 131 enum Type {
138 template<Type type>
147 template<Type type>
  /external/libmojo/device/bluetooth/bluez/
bluetooth_service_attribute_value_bluez.h 19 // type: This is the type of the attribute. Along with being any of the
20 // fixed types, an attribute can also be of type sequence, which means
22 // size: This is the size of the attribute. This can be variable for each type.
29 enum Type { NULLTYPE = 0, UINT, INT, UUID, STRING, BOOL, SEQUENCE, URL };
34 BluetoothServiceAttributeValueBlueZ(Type type,
45 Type type() const { return type_; } function in class:bluez::BluetoothServiceAttributeValueBlueZ
51 Type type_
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 37 unsigned Length, Size, Type;
44 Type = 0;
  /external/llvm/lib/Object/
ModuleSummaryIndexObjectFile.cpp 52 sys::fs::file_magic Type = sys::fs::identify_magic(Object.getBuffer());
53 switch (Type) {
60 ObjectFile::createObjectFile(Object, Type);
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.h 49 // Type of formal parameter extension.
52 char Type;
54 ExtType() : Type(0), Width(0) {}
55 ExtType(char t, uint16_t w) : Type(t), Width(w) {}
57 // Map VR -> extension type.
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 44 IntrinsicType Type;
56 #define X86_INTRINSIC_DATA(id, type, op0, op1) \
57 { Intrinsic::x86_##id, type, op0, op1 }
    [all...]
  /external/mesa3d/src/mesa/program/
prog_parameter.h 63 gl_register_file Type; /**< PROGRAM_CONSTANT or STATE_VAR */
109 gl_register_file type, const char *name,
  /external/pdfium/core/fpdfapi/page/
cpdf_function.h 19 enum class Type {
28 static Type IntegerToFunctionType(int iType);
51 explicit CPDF_Function(Type type);
61 const Type m_Type;
cpdf_pageobject.h 23 enum Type {
34 virtual Type GetType() const = 0;
  /external/pdfium/xfa/fwl/
cfwl_event.h 21 enum class Type {
37 explicit CFWL_Event(Type type);
38 CFWL_Event(Type type, CFWL_Widget* pSrcTarget);
39 CFWL_Event(Type type, CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
42 Type GetType() const { return m_type; }
48 Type m_type;
  /external/puffin/src/
puff_data.h 17 enum class Type {
35 } type; member in struct:puffin::PuffData
43 // PuffData::Type::kLiterals
47 // PuffData::Type::kBlockMetadata
48 // PuffData::Type::kEndOfBlock
49 // PuffData::Type::kLiterals
50 // PuffData::Type::kLenDist
54 // PuffData::Type::kEndOfBlock
55 // PuffData::Type::kLenDist
59 // PuffData::Type::kEndOfBloc
    [all...]
  /external/python/cpython2/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:
  /external/skia/experimental/skottie/
SkottieProperties.h 79 enum class Type {
83 CompositePolyStar(sk_sp<sksg::Path>, Type);
97 Type fType;
  /external/skia/gm/
perlinnoise.cpp 14 enum class Type {
46 void test(SkCanvas* canvas, int x, int y, Type type,
50 sk_sp<SkShader> shader = (type == Type::kFractalNoise) ?
72 test(canvas, 0, 0, Type::kFractalNoise,
74 test(canvas, 100, 0, Type::kTurbulence,
77 test(canvas, 0, 100, Type::kFractalNoise,
79 test(canvas, 100, 100, Type::kFractalNoise,
82 test(canvas, 0, 200, Type::kTurbulence
    [all...]
  /external/skia/src/core/
SkEdge.h 20 enum Type {
  /external/skqp/experimental/skottie/
SkottieProperties.h 79 enum class Type {
83 CompositePolyStar(sk_sp<sksg::Path>, Type);
97 Type fType;
  /external/skqp/gm/
perlinnoise.cpp 14 enum class Type {
46 void test(SkCanvas* canvas, int x, int y, Type type,
50 sk_sp<SkShader> shader = (type == Type::kFractalNoise) ?
72 test(canvas, 0, 0, Type::kFractalNoise,
74 test(canvas, 100, 0, Type::kTurbulence,
77 test(canvas, 0, 100, Type::kFractalNoise,
79 test(canvas, 100, 100, Type::kFractalNoise,
82 test(canvas, 0, 200, Type::kTurbulence
    [all...]
  /external/skqp/src/core/
SkEdge.h 20 enum Type {
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDToken.h 12 // such as its type and logical value.
30 /// on the token type.
47 /// The type of the token, as exposed through the external API
48 enum tokenType Type;
49 /// The type of the token, as recorded by the syntax-specific tokenizer
66 /// @arg type - The token's type as exposed through the public API
67 /// @arg localType - The token's type as recorded by the tokenizer
70 enum tokenType type,
92 /// type - Returns the public type of the toke
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
NetworkInterfaceIdentifier.h 59 ///< option 60 in DHCP. For a Type of EfiNetworkInterfaceUndi, this field is UNDI.
60 UINT8 Type; ///< Network interface type. This will be set to one of the values
  /external/tensorflow/tensorflow/stream_executor/
fft.h 34 // stream_exec.AsFft()->Create1dPlan(&stream, 1024, Type::kC2CForward);
63 enum class Type {
77 // as a common type that is used to execute the plan.
96 Type type, bool in_place_fft) = 0;
100 uint64 num_y, Type type,
106 Type type, bool in_place_fft) = 0;
110 Stream *stream, uint64 num_x, Type type, bool in_place_fft
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Meshes.h 31 enum Type {
40 void cmd_draw(VkCommandBuffer cmd, Type type) const;
  /frameworks/av/media/libmedia/include/media/
MediaResource.h 28 enum Type {
43 MediaResource(Type type, uint64_t value);
44 MediaResource(Type type, SubType subType, uint64_t value);
54 Type mType;
59 inline static const char *asString(MediaResource::Type i, const char *def = "??") {
  /frameworks/base/core/jni/hwbinder/
EphemeralStorage.h 28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \
29 const ::android::hardware::hidl_vec<Type> * \
31 JNIEnv *env, Type ## Array arrayObj);
54 enum Type {
67 Type mType;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 29 enum Type { Alignment, Fillment, Region, Target, Stub, Null };
34 explicit Fragment(Type pKind, SectionData* pParent = NULL);
38 Type getKind() const { return m_Kind; }
59 Type m_Kind;

Completed in 813 milliseconds

<<11121314151617181920>>