Searched refs:Type (Results 251 - 275 of 3758) sorted by relevance

<<11121314151617181920>>

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstFloat.java19 import com.android.dx.rop.type.Type;
68 public Type getType() {
69 return Type.FLOAT;
H A DCstShort.java19 import com.android.dx.rop.type.Type;
77 public Type getType() {
78 return Type.SHORT;
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp34 FunctionType::get(Type::getInt32Ty(Context), /*not vararg*/false);
45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2);
46 Value *Three = ConstantInt::get(Type::getInt32Ty(Context), 3);
/external/llvm/include/llvm/IR/
H A DAutoUpgrade.h26 class Type;
55 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
61 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DVisibilityPredicate.java20 import org.mockito.asm.Type;
28 pkg = TypeUtils.getPackageName(Type.getType(source));
40 return pkg.equals(TypeUtils.getPackageName(Type.getType(((Member)arg).getDeclaringClass())));
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAddStaticInitTransformer.java20 import org.mockito.asm.Type;
35 Type[] types = info.getSignature().getArgumentTypes();
38 !info.getSignature().getReturnType().equals(Type.VOID_TYPE)) {
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc45 Node* Parameter(Type* t, int32_t index = 0) {
47 NodeProperties::SetBounds(n, Bounds(Type::None(), t));
103 Node* ReduceUnop(const Operator* op, Type* input_type) {
107 Node* ReduceBinop(const Operator* op, Type* left_type, Type* right_type) {
162 static Type* kStringTypes[] = {Type::InternalizedString(), Type::OtherString(),
163 Type::String()};
166 static Type* kInt32Type
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Ddock_info.h28 enum Type { enum in class:DockInfo
62 DockInfo::Type type,
105 // Type of docking to occur.
106 void set_type(Type type) { type_ = type; }
107 Type type() const { return type_; }
153 Type type);
162 Type type_;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DVertexAttribute.h77 GLenum Type; member in struct:gl::VertexAttribCurrentValueData
85 Type = GL_FLOAT;
94 Type = GL_INT;
103 Type = GL_UNSIGNED_INT;
108 return (Type == other.Type && memcmp(FloatValues, other.FloatValues, sizeof(float) * 4) == 0);
/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptCallBack.h18 enum Type { enum in class:SkScriptCallBack
30 virtual Type getType() const = 0;
41 virtual Type getType() const { return kFunction; }
48 virtual Type getType() const { return kMember; }
56 virtual Type getType() const { return kMemberFunction; }
64 virtual Type getType() const { return kProperty; }
/external/chromium_org/tools/gn/
H A Dtrace.h21 enum Type { enum in class:TraceItem
33 TraceItem(Type type,
38 Type type() const { return type_; }
58 Type type_;
71 ScopedTrace(TraceItem::Type t, const std::string& name);
72 ScopedTrace(TraceItem::Type t, const Label& label);
/external/clang/include/clang/Basic/
H A DLangOptions.h40 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
48 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
98 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
99 Type get##Name() const { return static_cast<Type>(Name); } \
100 void set##Name(Type Value) { Name = static_cast<unsigned>(Value); }
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_other.h25 INLINE typename T::Type atomic_load(
30 typename T::Type v;
57 const_cast<typename T::Type volatile *>(&a->val_dont_use), 0);
63 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) {
84 typename T::Type cmp = a->val_dont_use;
85 typename T::Type cur;
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp75 unsigned getIntImmCost(const APInt &Imm, Type *Ty) const override;
78 Type *Ty) const override;
80 Type *Ty) const override;
95 virtual unsigned getArithmeticInstrCost(unsigned Opcode, Type *Ty,
98 virtual unsigned getShuffleCost(ShuffleKind Kind, Type *Tp,
99 int Index, Type *SubTp) const override;
100 virtual unsigned getCastInstrCost(unsigned Opcode, Type *Dst,
101 Type *Src) const override;
102 virtual unsigned getCmpSelInstrCost(unsigned Opcode, Type *ValTy,
103 Type *CondT
[all...]
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft18 ATTRIBUTE MS-MPPE-Encryption-Type 8 string Microsoft
35 ATTRIBUTE MS-Acct-Auth-Type 23 integer Microsoft
36 ATTRIBUTE MS-Acct-EAP-Type 24 integer Microsoft
67 # MS-Acct-Auth-Type Values
69 VALUE MS-Acct-Auth-Type PAP 1
70 VALUE MS-Acct-Auth-Type CHAP 2
71 VALUE MS-Acct-Auth-Type MS-CHAP-1 3
72 VALUE MS-Acct-Auth-Type MS-CHAP-2 4
73 VALUE MS-Acct-Auth-Type EAP 5
75 # MS-Acct-EAP-Type Value
[all...]
/external/skia/src/animator/
H A DSkScriptCallBack.h18 enum Type { enum in class:SkScriptCallBack
30 virtual Type getType() const = 0;
41 virtual Type getType() const { return kFunction; }
48 virtual Type getType() const { return kMember; }
56 virtual Type getType() const { return kMemberFunction; }
64 virtual Type getType() const { return kProperty; }
/external/chromium_org/chrome/browser/ui/translate/
H A Dtranslate_bubble_factory.h28 translate::TranslateErrors::Type error_type);
40 translate::TranslateErrors::Type error_type) = 0;
/external/chromium_org/components/translate/content/common/
H A Dtranslate_messages.h15 IPC_ENUM_TRAITS(translate::TranslateErrors::Type)
66 translate::TranslateErrors::Type /* the error type if available */)
/external/chromium_org/content/browser/android/java/
H A Djava_type.h32 enum Type { enum in struct:content::JavaType
50 Type type;
/external/chromium_org/content/common/input/
H A Dweb_input_event_traits.h17 static const char* GetName(blink::WebInputEvent::Type type);
18 static size_t GetSize(blink::WebInputEvent::Type type);
H A Dweb_touch_event_traits.h31 static void ResetType(blink::WebInputEvent::Type type,
38 static void ResetTypeAndTouchStates(blink::WebInputEvent::Type type,
/external/chromium_org/content/public/common/
H A Dmenu_item.h19 enum Type { enum in struct:content::MenuItem
33 Type type;
/external/chromium_org/device/test/
H A Dusb_test_gadget.h19 enum Type { enum in class:device::UsbTestGadget
35 virtual bool SetType(Type type) = 0;
/external/chromium_org/media/base/
H A Ddemuxer_stream.h21 enum Type { enum in class:media::DemuxerStream
70 virtual Type type() = 0;
/external/chromium_org/net/test/spawned_test_server/
H A Dremote_test_server.h22 RemoteTestServer(Type type,
28 RemoteTestServer(Type type,

Completed in 610 milliseconds

<<11121314151617181920>>