/external/chromium/chrome/common/extensions/api/ |
D | extension_api.json | 8 "type": "object", string 12 …"id": {"type": "string", "description": "The extension ID of the extension that opened the connect… string 17 "type": "object", string 20 "addListener": {"type": "function"}, string 21 "removeListener": {"type": "function"}, string 22 "hasListener": {"type": "function"}, string 23 "hasListeners": {"type": "function"} string 25 "additionalProperties": { "type": "any"} string 29 "type": "object", string 32 "name": {"type": "string"}, string [all …]
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 26 type = string key 35 type = string key 44 type = integer key 51 type = boolean key 58 type = boolean key 65 type = boolean key 72 type = boolean key 86 type = boolean key 98 type = string key 105 type = boolean key [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ExtensionAPISchema.json | 7 "type": "object", string 13 "type": "function", string 18 "type": "string", string 23 "type": "function", string 39 "type": "object", string 51 "type": "object", string 61 "type": "string", string 66 "type": "string", string 76 "type": "object", string 81 "type": "function", string [all …]
|
/external/chromium/chrome/common/ |
D | web_app_schema.json | 8 "type": "object", string 18 "type": "string", string 23 "type": "string", string 41 "type": "array", string 44 "type": "string", string 49 "type": "object", string 52 "16": { "optional": true, "type": "string", "minLength": 1 }, string 53 "48": { "optional": true, "type": "string", "minLength": 1 }, string 54 "128": { "optional": true, "type": "string", "minLength": 1 } string
|
/external/webkit/Source/WebCore/inspector/ |
D | Inspector.json | 23 { "name": "panel", "type": "string" } string 32 { "name": "testCallId", "type": "integer" }, string 33 { "name": "script", "type": "string" } string 40 { "name": "hints", "type": "object" } string 46 { "name": "id", "type": "integer" }, string 47 { "name": "url", "type": "string" }, string 48 { "name": "isShared", "type": "boolean" } string 54 { "name": "id", "type": "integer" } string 66 { "name": "scriptSource", "type": "string" } string 75 { "name": "ignoreCache", "type": "boolean", "optional": true } string [all …]
|
/external/v8/test/mjsunit/ |
D | undeletable-functions.js | 119 function CheckEcmaSemantics(type, props, name) { argument 127 function CheckJSCSemantics(type, props, name) { argument 135 function CheckDontDelete(type, props, name) { argument 143 function CheckDeletable(type, prop) { argument 157 function CheckNotDeletable(type, prop) { argument 172 function CheckDontDeleteAttr(type, prop) { argument 184 function CheckReadOnlyAttr(type, prop) { argument
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StaticConstructors.h | 55 #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/webkit/Source/WebCore/css/ |
D | SVGCSSStyleSelector.cpp | 290 int type = primitiveValue->primitiveType(); in applySVGProperty() local 308 int type = primitiveValue->primitiveType(); in applySVGProperty() local 326 int type = primitiveValue->primitiveType(); in applySVGProperty() local 344 int type = primitiveValue->primitiveType(); in applySVGProperty() local 360 int type = primitiveValue->primitiveType(); in applySVGProperty() local 376 int type = primitiveValue->primitiveType(); in applySVGProperty() local 399 int type = primitiveValue->primitiveType(); in applySVGProperty() local 415 int type = primitiveValue->primitiveType(); in applySVGProperty() local 431 int type = primitiveValue->primitiveType(); in applySVGProperty() local 447 int type = primitiveValue->primitiveType(); in applySVGProperty() local [all …]
|
/external/webkit/Source/WebCore/storage/ |
D | LocalStorageTask.cpp | 37 LocalStorageTask::LocalStorageTask(Type type, StorageAreaSync* area) in LocalStorageTask() 46 LocalStorageTask::LocalStorageTask(Type type, LocalStorageThread* thread) in LocalStorageTask() 55 LocalStorageTask::LocalStorageTask(Type type) in LocalStorageTask() 61 LocalStorageTask::LocalStorageTask(Type type, const String& originIdentifier) in LocalStorageTask() 68 LocalStorageTask::LocalStorageTask(Type type, const String& originIdentifier, const String& databas… in LocalStorageTask()
|
/external/bluetooth/glib/glib/ |
D | gslice.h | 46 #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/chromium/chrome/browser/ |
D | accessibility_events.cc | 17 NotificationType type, AccessibilityControlInfo* info) { in SendAccessibilityNotification() 45 const char* AccessibilityWindowInfo::type() const { in type() function in AccessibilityWindowInfo 54 const char* AccessibilityButtonInfo::type() const { in type() function in AccessibilityButtonInfo 62 const char* AccessibilityLinkInfo::type() const { in type() function in AccessibilityLinkInfo 78 const char* AccessibilityRadioButtonInfo::type() const { in type() function in AccessibilityRadioButtonInfo 97 const char* AccessibilityCheckboxInfo::type() const { in type() function in AccessibilityCheckboxInfo 115 const char* AccessibilityTabInfo::type() const { in type() function in AccessibilityTabInfo 136 const char* AccessibilityComboBoxInfo::type() const { in type() function in AccessibilityComboBoxInfo 157 const char* AccessibilityTextBoxInfo::type() const { in type() function in AccessibilityTextBoxInfo 180 const char* AccessibilityListBoxInfo::type() const { in type() function in AccessibilityListBoxInfo [all …]
|
/external/openssl/include/openssl/ |
D | pem.h | 167 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/crypto/pem/ |
D | pem.h | 167 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/chromium/webkit/glue/ |
D | resource_type.h | 31 static bool ValidType(int32 type) { in ValidType() 35 static Type FromInt(int32 type) { in FromInt() 39 static bool IsFrame(ResourceType::Type type) { in IsFrame() 43 static bool IsSharedWorker(ResourceType::Type type) { in IsSharedWorker() 47 static bool IsSubresource(ResourceType::Type type) { in IsSubresource()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | DynamicMessage.java | 47 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/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 62 typedef TT<int, int> type; typedef 72 typedef int_tuple<Values*2 ...> type; typedef 80 typedef int_tuple<(Values*Values)...> type; typedef 90 typedef int_tuple<(Values*Values)...> type; typedef 160 typedef int_tuple<Indices...> type; typedef 173 typedef tuple<typename Meta<T>::type...> type; typedef 178 typedef T& type; typedef 183 typedef T* type; typedef 188 typedef const T type; typedef 197 typedef typename apply_each<T, Meta...>::type type; typedef [all …]
|
/external/kernel-headers/original/asm-generic/ |
D | ioctl.h | 44 #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/ |
D | ftinit.c | 61 #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/wpa_supplicant_8/src/utils/ |
D | list.h | 68 #define offsetof(type, member) ((long) &((type *) 0)->member) argument 71 #define dl_list_entry(item, type, member) \ argument 74 #define dl_list_first(list, type, member) \ argument 78 #define dl_list_last(list, type, member) \ argument 82 #define dl_list_for_each(item, list, type, member) \ argument 87 #define dl_list_for_each_safe(item, n, list, type, member) \ argument 93 #define dl_list_for_each_reverse(item, list, type, member) \ argument
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 57 public CtField(CtClass type, String name, CtClass declaring) in CtField() 776 public static Initializer byNewArray(CtClass type, int size) in byNewArray() 791 public static Initializer byNewArray(CtClass type, int[] sizes) { in byNewArray() 813 abstract int compile(CtClass type, String name, Bytecode code, in compile() 818 abstract int compileIfStatic(CtClass type, String name, in compileIfStatic() 823 int getConstantValue(ConstPool cp, CtClass type) { return 0; } in getConstantValue() 829 int compile(CtClass type, String name, Bytecode code, in compile() 844 int compileIfStatic(CtClass type, String name, Bytecode code, in compileIfStatic() 857 int getConstantValue2(ConstPool cp, CtClass type, ASTree tree) { in getConstantValue2() 895 int getConstantValue(ConstPool cp, CtClass type) { in getConstantValue() [all …]
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8BindingMacros.h | 31 #define EXCEPTION_BLOCK(type, var, value) \ argument 40 #define STRING_TO_V8PARAMETER_EXCEPTION_BLOCK(type, var, value) \ argument 45 #define STRING_TO_V8PARAMETER_EXCEPTION_BLOCK_VOID(type, var, value) \ argument
|
/external/speex/libspeex/ |
D | stack_alloc.h | 93 #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/clang/test/SemaTemplate/ |
D | typename-specifier.cpp | 4 typedef int type; typedef 11 struct type { }; struct 12 int type; // expected-note 2{{referenced member 'type' is declared here}} member 39 typedef typename T::type type; // expected-error {{no type named 'type' in 'N::B'}} \ typedef 55 …typedef typename N::X<T>::type *type; // expected-note{{in instantiation of template class 'N::X<B… typedef 60 typedef int type; typedef 67 struct type { }; struct 68 int type; // expected-note{{referenced member 'type' is declared here}} member
|
/external/chromium/net/base/ |
D | static_cookie_policy.h | 43 explicit StaticCookiePolicy(Type type) in StaticCookiePolicy() 49 void set_type(Type type) { type_ = type; } in set_type() 50 Type type() const { return type_; } in type() function
|
/external/qemu/ |
D | module.c | 20 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()
|