Searched refs:type (Results 851 - 875 of 19236) sorted by relevance

<<31323334353637383940>>

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py55 def __init__(self, type, norm, pure, size, name = ''):
56 self.type = type
60 self.sign = type in (SIGNED, FIXED, FLOAT)
64 s = str(self.type)
73 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size
77 if self.type == FLOAT:
79 if self.type == FIXED:
83 if self.type
[all...]
/external/mesa3d/src/mesa/main/
H A Dcolortab.h40 GLsizei width, GLenum format, GLenum type,
45 GLsizei count, GLenum format, GLenum type,
55 GLsizei width, GLenum format, GLenum type,
63 GLsizei count, GLenum format, GLenum type,
54 _mesa_ColorTable( GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table ) argument
62 _mesa_ColorSubTable( GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table ) argument
H A Dtexformat.h36 GLint internalFormat, GLenum format, GLenum type);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DHandler.java55 * Internal name of the type of exceptions handled by this handler, or
61 * Constant pool index of the internal name of the type of exceptions
64 int type; field in class:Handler
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DInterceptFieldTransformer.java74 public void declare_field(int access, String name, Type type, Object value) { argument
75 super.declare_field(access, name, type, value);
78 addReadMethod(name, type);
81 addWriteMethod(name, type);
86 private void addReadMethod(String name, Type type) { argument
88 readMethodSig(name, type.getDescriptor()),
99 Local result = e.make_local(type);
106 e.invoke_interface(CALLBACK, readCallbackSig(type));
107 if (!TypeUtils.isPrimitive(type)) {
108 e.checkcast(type);
114 addWriteMethod(String name, Type type) argument
180 readCallbackSig(Type type) argument
189 writeCallbackSig(Type type) argument
199 remap(Type type) argument
209 callbackName(Type type) argument
[all...]
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
H A DReturnsMoreEmptyValues.java66 Object returnValueFor(Class<?> type) { argument
67 if (type == String.class) {
69 } else if (type.isArray()) {
70 Class<?> componenetType = type.getComponentType();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractFullBox.java33 protected AbstractFullBox(String type) { argument
34 super(type);
37 protected AbstractFullBox(String type, byte[] userType) { argument
38 super(type, userType);
/external/objenesis/main/src/org/objenesis/instantiator/gcj/
H A DGCJInstantiatorBase.java61 protected final Class type; field in class:GCJInstantiatorBase
63 public GCJInstantiatorBase(Class type) { argument
64 this.type = type;
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSunReflectionFactorySerializationInstantiator.java39 public SunReflectionFactorySerializationInstantiator(Class type) { argument
40 Class nonSerializableAncestor = SerializationInstantiatorHelper.getNonSerializableSuperClass(type);
48 throw new ObjenesisException(new NotSerializableException(type+" has no suitable superclass constructor"));
52 type, nonSerializableAncestorConstructor);
/external/openssl/crypto/cms/
H A Dcms_att.c97 const ASN1_OBJECT *obj, int type,
101 type, bytes, len)) return 1;
106 int nid, int type,
110 type, bytes, len)) return 1;
115 const char *attrname, int type,
119 type, bytes, len)) return 1;
124 int lastpos, int type)
126 return X509at_get0_data_by_OBJ(si->signedAttrs, oid, lastpos, type);
163 const ASN1_OBJECT *obj, int type,
167 type, byte
96 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
105 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
162 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
171 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
180 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
189 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
/external/openssl/crypto/threads/
H A Dth-lock.c91 static void irix_locking_callback(int mode,int type,char *file,int line);
92 static void solaris_locking_callback(int mode,int type,char *file,int line);
93 static void win32_locking_callback(int mode,int type,char *file,int line);
94 static void pthreads_locking_callback(int mode,int type,char *file,int line);
137 void win32_locking_callback(int mode, int type, char *file, int line) argument
141 WaitForSingleObject(lock_cs[type],INFINITE);
145 ReleaseMutex(lock_cs[type]);
203 void solaris_locking_callback(int mode, int type, char *file, int line) argument
209 (type&CRYPTO_READ)?"r":"w",file,line);
213 if (CRYPTO_LOCK_SSL_CERT == type)
296 irix_locking_callback(int mode, int type, char *file, int line) argument
352 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/external/qemu/include/qemu/
H A Dtimer.h74 * @type: the clock type
77 * type @type
81 int64_t qemu_clock_get_ns(QEMUClockType type);
85 * @type: the clock type
88 * type @type
92 static inline int64_t qemu_clock_get_ms(QEMUClockType type) argument
106 qemu_clock_get_us(QEMUClockType type) argument
459 timer_new(QEMUClockType type, int scale, QEMUTimerCB *cb, void *opaque) argument
476 timer_new_ns(QEMUClockType type, QEMUTimerCB *cb, void *opaque) argument
493 timer_new_us(QEMUClockType type, QEMUTimerCB *cb, void *opaque) argument
510 timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, void *opaque) argument
[all...]
/external/regex-re2/util/
H A Dflags.h13 #define DEFINE_flag(type, name, deflt, desc) \
14 namespace re2 { type FLAGS_##name = deflt; }
16 #define DECLARE_flag(type, name) \
17 namespace re2 { extern type FLAGS_##name; }
/external/skia/include/core/
H A DSkFlattenableSerialization.h17 SkFlattenable::Type type);
/external/skia/src/animator/
H A DSkAnimatorScript2.h27 SkAnimatorScript2(SkAnimateMaker& , SkDisplayable* working, SkDisplayTypes type);
34 static const SkDisplayEnumMap& GetEnumValues(SkDisplayTypes type);
35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
36 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
/external/smack/src/org/xbill/DNS/
H A DSingleNameBase.java24 SingleNameBase(Name name, int type, int dclass, long ttl) { argument
25 super(name, type, dclass, ttl);
29 SingleNameBase(Name name, int type, int dclass, long ttl, Name singleName, argument
32 super(name, type, dclass, ttl);
/external/tcpdump/
H A Dprint-carp.c9 * - print version, type string and packet length
53 int version, type; local
58 type = bp[0] & 0x0f;
59 if (type == 1)
66 if (version != 2 || type != 1)
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DKeyStoreTestSupport.java63 private String type; field in class:KeyStoreTestSupport.SKey
67 public SKey(String type, byte[] encoded) { argument
68 this.type = type;
73 return type;
120 private final String type; field in class:KeyStoreTestSupport.MCertificate
122 public MCertificate(String type, byte[] encoding) { argument
123 super(type);
125 this.type = type;
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmametadatapass.py50 type: The context type.
118 def __init__(self, type, start_token, parent):
122 type: The context type.
126 self.type = type
136 stack.append(context.type)
147 operator_type: The operator type, will be one of the *_OPERATOR constants
199 def _CreateContext(self, type)
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_common.cc16 bool ServerTypeEncompassesFieldType(ServerFieldType type, argument
26 return type == CREDIT_CARD_EXP_4_DIGIT_YEAR ||
27 type == CREDIT_CARD_EXP_MONTH;
31 return type == CREDIT_CARD_NUMBER;
34 AutofillType autofill_type = AutofillType(type);
54 ServerFieldType type,
61 return type == NAME_BILLING_FULL;
64 return ServerTypeEncompassesFieldType(type, field_type);
67 bool IsCreditCardType(ServerFieldType type) { argument
68 return AutofillType(type)
53 ServerTypeMatchesField(DialogSection section, ServerFieldType type, const AutofillField& field) argument
[all...]
/external/chromium_org/components/sync_driver/
H A Dfake_data_type_controller.cc14 FakeDataTypeController::FakeDataTypeController(ModelType type) argument
18 type_(type),
38 model_load_callback.Run(type(), load_error_);
65 syncer::SyncMergeResult local_merge_result(type());
66 syncer::SyncMergeResult syncer_merge_result(type());
75 type()));
82 type()));
89 type()));
100 // Real data type controllers run the callback and specify "ABORTED" as an
107 ModelType FakeDataTypeController::type() cons function in class:sync_driver::FakeDataTypeController
[all...]
/external/chromium_org/content/common/android/
H A Dgin_java_bridge_value.cc22 int32 type; member in struct:content::__anon7563::Header
70 header->type >= TYPE_FIRST_VALUE && header->type < TYPE_LAST_VALUE);
85 DCHECK(header->type >= TYPE_FIRST_VALUE && header->type < TYPE_LAST_VALUE);
86 return static_cast<Type>(header->type);
89 bool GinJavaBridgeValue::IsType(Type type) const {
90 return GetType() == type;
111 GinJavaBridgeValue::GinJavaBridgeValue(Type type) : argument
115 header->type
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DStdLibExtras.h36 #define DEFINE_STATIC_LOCAL(type, name, arguments) \
37 static type& name = *new type arguments
45 #define DEFINE_STATIC_REF(type, name, arguments) \
46 static type* name = PassRefPtr<type>(arguments).leakRef();
54 #define DEFINE_DEBUG_ONLY_GLOBAL(type, name, arguments) \
58 static type name arguments; \
61 #define DEFINE_DEBUG_ONLY_GLOBAL(type, name, arguments) \
62 static type nam
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DIndexRangeCache.cpp35 RangeUI IndexRangeCache::ComputeRange(GLenum type, const GLvoid *indices, GLsizei count) argument
37 switch (type)
51 void IndexRangeCache::addRange(GLenum type, unsigned int offset, GLsizei count, const RangeUI &range, argument
54 mIndexRangeCache[IndexRange(type, offset, count)] = IndexBounds(range, streamOffset);
66 unsigned int rangeEnd = i->second.streamOffset + (gl::GetTypeInfo(i->first.type).bytes * i->first.count);
79 bool IndexRangeCache::findRange(GLenum type, unsigned int offset, GLsizei count, argument
82 IndexRangeMap::const_iterator i = mIndexRangeCache.find(IndexRange(type, offset, count));
103 : type(GL_NONE), offset(0), count(0)
108 : type(typ), offset(off), count(c)
114 return std::make_tuple(type, offse
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h143 Please use a compiler that supports a 64-bit integer type (or wider);
197 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
201 #define TYPE_SIGNED(type) (((type) -1) < 0)
210 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
216 ** Subtract one for the sign bit if the type is signed;
218 ** add one more for a minus sign if the type is signed.
220 #define INT_STRLEN_MAXIMUM(type) \
[all...]

Completed in 648 milliseconds

<<31323334353637383940>>