Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 1813) sorted by relevance

12345678910>>...73

/external/qemu/android/avd/
Dhardware-properties.ini28 type = integer key
35 type = boolean key
42 type = boolean key
49 type = boolean key
56 type = boolean key
63 type = boolean key
70 type = boolean key
76 type = integer key
81 type = integer key
87 type = boolean key
[all …]
/external/v8/test/mjsunit/
Dundeletable-functions.js105 function CheckEcmaSemantics(type, props, name) { argument
113 function CheckJSCSemantics(type, props, name) { argument
121 function CheckDontDelete(type, props, name) { argument
129 function CheckDeletable(type, prop) { argument
143 function CheckNotDeletable(type, prop) { argument
158 function CheckDontDeleteAttr(type, prop) { argument
170 function CheckReadOnlyAttr(type, prop) { argument
/external/webkit/WebCore/css/
DSVGCSSStyleSelector.cpp275 int type = primitiveValue->primitiveType(); in applySVGProperty() local
293 int type = primitiveValue->primitiveType(); in applySVGProperty() local
311 int type = primitiveValue->primitiveType(); in applySVGProperty() local
329 int type = primitiveValue->primitiveType(); in applySVGProperty() local
345 int type = primitiveValue->primitiveType(); in applySVGProperty() local
361 int type = primitiveValue->primitiveType(); in applySVGProperty() local
384 int type = primitiveValue->primitiveType(); in applySVGProperty() local
400 int type = primitiveValue->primitiveType(); in applySVGProperty() local
415 int type = primitiveValue->primitiveType(); in applySVGProperty() local
431 int type = primitiveValue->primitiveType(); in applySVGProperty() local
[all …]
/external/webkit/WebCore/platform/
DStaticConstructors.h55 #define DEFINE_GLOBAL(type, name) \ argument
58 #define DEFINE_GLOBAL(type, name, arg...) \ argument
61 #define DEFINE_GLOBAL(type, name, ...) \ argument
69 #define DEFINE_GLOBAL(type, name) \ argument
72 #define DEFINE_GLOBAL(type, name, arg...) \ argument
75 #define DEFINE_GLOBAL(type, name, ...) \ argument
/external/openssl/crypto/pem/
Dpem.h167 int type; /* what type of object */ member
214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
240 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
[all …]
/external/openssl/include/openssl/
Dpem.h167 int type; /* what type of object */ member
214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
228 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
234 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
240 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument
[all …]
Dlhash.h199 #define LHASH_OF(type) struct lhash_st_##type argument
201 #define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } argument
203 #define CHECKED_LHASH_OF(type,lh) \ argument
207 #define LHM_lh_new(type, name) \ argument
209 #define LHM_lh_error(type, lh) \ argument
211 #define LHM_lh_insert(type, lh, inst) \ argument
214 #define LHM_lh_retrieve(type, lh, inst) \ argument
217 #define LHM_lh_delete(type, lh, inst) \ argument
220 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument
221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
[all …]
Dasn1_mac.h75 #define M_ASN1_D2I_vars(a,type,func) \ argument
136 #define M_ASN1_D2I_get_x(type,b,func) \ argument
149 #define M_ASN1_D2I_get_opt(b,func,type) \ argument
156 #define M_ASN1_D2I_get_int_opt(b,func,type) \ argument
163 #define M_ASN1_D2I_get_imp(b,func, type) \ argument
171 #define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
183 #define M_ASN1_D2I_get_set_type(type,r,func,free_func) \ argument
192 #define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \ argument
209 #define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \ argument
222 #define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \ argument
[all …]
/external/bluetooth/glib/glib/
Dgslice.h46 #define g_slice_new(type) ((type*) g_slice_alloc (sizeof (type))) argument
47 #define g_slice_new0(type) ((type*) g_slice_alloc0 (sizeof (type))) argument
61 #define g_slice_dup(type, mem) \ argument
64 #define g_slice_free(type, mem) do { \ argument
68 #define g_slice_free_chain(type, mem_chain, next) do { \ argument
/external/webkit/WebCore/bindings/v8/
DDOMData.cpp61 void DOMData::ensureDeref(V8ClassIndex::V8WrapperType type, void* domObject) in ensureDeref()
81 void DOMData::derefObject(V8ClassIndex::V8WrapperType type, void* domObject) in derefObject()
88 #define MakeCase(type, name) \ in derefObject() argument
94 #define MakeCase(type, name) \ in derefObject() argument
99 #define MakeCase(type, name) \ in derefObject() argument
/external/protobuf/java/src/main/java/com/google/protobuf/
DDynamicMessage.java47 private final Descriptor type; field in DynamicMessage
55 private DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields, in DynamicMessage()
66 public static DynamicMessage getDefaultInstance(Descriptor type) { in getDefaultInstance()
72 public static DynamicMessage parseFrom(Descriptor type, in parseFrom()
80 Descriptor type, in parseFrom()
88 public static DynamicMessage parseFrom(Descriptor type, ByteString data) in parseFrom()
94 public static DynamicMessage parseFrom(Descriptor type, ByteString data, in parseFrom()
101 public static DynamicMessage parseFrom(Descriptor type, byte[] data) in parseFrom()
107 public static DynamicMessage parseFrom(Descriptor type, byte[] data, in parseFrom()
114 public static DynamicMessage parseFrom(Descriptor type, InputStream input) in parseFrom()
[all …]
/external/webkit/WebCore/svg/
DSVGLength.cpp41 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit()
55 unsigned int type = unit ^ (mode << 4); in extractType() local
59 static inline String lengthTypeToString(SVGLengthType type) in lengthTypeToString()
128 SVGLengthType type = extractType(m_unit); in value() local
179 SVGLengthType type = extractType(m_unit); in setValue() local
245 SVGLengthType type = stringToLengthType(s); in setValueAsString() local
259 void SVGLength::newValueSpecifiedUnits(unsigned short type, float value) in newValueSpecifiedUnits()
267 void SVGLength::convertToSpecifiedUnits(unsigned short type, const SVGElement* context) in convertToSpecifiedUnits()
/external/kernel-headers/original/asm-generic/
Dioctl.h44 #define _IOC(dir,type,nr,size) \ argument
58 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
59 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
60 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
61 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
62 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
63 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
64 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
/external/freetype/src/base/
Dftinit.c61 #define FT_USE_MODULE( type, x ) extern "C" const type x; argument
63 #define FT_USE_MODULE( type, x ) extern const type x; argument
71 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x), argument
90 #define FT_USE_MODULE( type, x ) \ argument
99 #define FT_USE_MODULE( type, x ) MODULE_CLASS_##x, argument
109 #define FT_USE_MODULE( type, x ) \ argument
136 #define FT_USE_MODULE( type, x ) \ argument
/external/speex/libspeex/
Dstack_alloc.h93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… argument
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… argument
105 #define ALLOC(var, size, type) type var[size] argument
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) argument
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) argument
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp592 QString evalJS(const QString&s, QString& type) { in evalJS()
595 QVariant evalJSV(const QString &s, QString& type) { in evalJSV()
692 QString type; in getSetStaticProperty() local
701 QString type; in getSetStaticProperty() local
710 QString type; in getSetStaticProperty() local
719 QString type; in getSetStaticProperty() local
733 QString type; in getSetStaticProperty() local
1047 QString type; in Q_DECLARE_METATYPE() local
1056 QString type; in Q_DECLARE_METATYPE() local
1064 QString type; in Q_DECLARE_METATYPE() local
[all …]
/external/openssl/crypto/lhash/
Dlhash.h199 #define LHASH_OF(type) struct lhash_st_##type argument
201 #define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } argument
203 #define CHECKED_LHASH_OF(type,lh) \ argument
207 #define LHM_lh_new(type, name) \ argument
209 #define LHM_lh_error(type, lh) \ argument
211 #define LHM_lh_insert(type, lh, inst) \ argument
214 #define LHM_lh_retrieve(type, lh, inst) \ argument
217 #define LHM_lh_delete(type, lh, inst) \ argument
220 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument
221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
[all …]
/external/chromium/net/base/
Dstatic_cookie_policy.h33 explicit StaticCookiePolicy(Type type) in StaticCookiePolicy()
39 void set_type(Type type) { type_ = type; } in set_type()
40 Type type() const { return type_; } in type() function
/external/webkit/JavaScriptCore/runtime/
DError.cpp41 JSObject* Error::create(ExecState* exec, ErrorType type, const UString& message, int lineNumber, in… in create()
95 JSObject* Error::create(ExecState* exec, ErrorType type, const char* message) in create()
106 JSObject* throwError(ExecState* exec, ErrorType type) in throwError()
113 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message) in throwError()
120 JSObject* throwError(ExecState* exec, ErrorType type, const char* message) in throwError()
127 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message, int line, intptr_t so… in throwError()
/external/qemu/
Dmodule.c20 module_init_type type; member
46 static ModuleTypeList *find_type(module_init_type type) in find_type()
57 void register_module_init(void (*fn)(void), module_init_type type) in register_module_init()
70 void module_call_init(module_init_type type) in module_call_init()
/external/webkit/WebCore/loader/appcache/
DApplicationCacheResource.cpp34 …ationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<Sh… in ApplicationCacheResource()
42 void ApplicationCacheResource::addType(unsigned type) in addType()
71 void ApplicationCacheResource::dumpType(unsigned type) in dumpType()
/external/openssl/crypto/asn1/
Dasn1_mac.h75 #define M_ASN1_D2I_vars(a,type,func) \ argument
136 #define M_ASN1_D2I_get_x(type,b,func) \ argument
149 #define M_ASN1_D2I_get_opt(b,func,type) \ argument
156 #define M_ASN1_D2I_get_int_opt(b,func,type) \ argument
163 #define M_ASN1_D2I_get_imp(b,func, type) \ argument
171 #define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
183 #define M_ASN1_D2I_get_set_type(type,r,func,free_func) \ argument
192 #define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \ argument
209 #define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \ argument
222 #define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \ argument
[all …]
/external/chromium/third_party/icu/source/tools/ctestfw/
Dudbgutil.cpp211 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) { in _udbg_enumCount()
229 static const Field* _udbg_enumFields(UDebugEnumType type) { in _udbg_enumFields()
249 int32_t udbg_enumCount(UDebugEnumType type) { in udbg_enumCount()
253 int32_t udbg_enumExpectedCount(UDebugEnumType type) { in udbg_enumExpectedCount()
257 const char * udbg_enumName(UDebugEnumType type, int32_t field) { in udbg_enumName()
271 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field) { in udbg_enumArrayValue()
285 int32_t udbg_enumByName(UDebugEnumType type, const char *value) { in udbg_enumByName()
/external/elfutils/libebl/
Di386_symbol.c82 i386_reloc_type_name (int type, char *buf, size_t len) in i386_reloc_type_name()
93 i386_reloc_type_check (int type) in i386_reloc_type_check()
102 i386_reloc_valid_use (Elf *elf, int type) in i386_reloc_valid_use()
124 i386_gotpc_reloc_check (Elf *elf, int type) in i386_gotpc_reloc_check()
/external/webkit/WebCore/html/canvas/
DWebGLActiveInfo.h37 static PassRefPtr<WebGLActiveInfo> create(const String& name, unsigned type, int size) in create()
42 unsigned type() const { return m_type; } in type() function
46 WebGLActiveInfo(const String& name, unsigned type, int size) in WebGLActiveInfo()

12345678910>>...73