/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 = string key 59 type = boolean key 66 type = boolean key 73 type = boolean key 87 type = boolean key 99 type = string key 106 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | TypeExtensions.cs | 49 public static Type getComponentType( this Type type ) in getComponentType() 55 public static ConstructorInfo getConstructor( this Type type, Type[] argumentTypes ) in getConstructor() 61 public static FieldInfo getField( this Type type, string name ) in getField() 71 public static string getName( this Type type ) in getName() 83 public static bool isArray( this Type type ) in isArray() 89 public static bool isPrimitive( this Type type ) in isPrimitive() 95 public static object newInstance( this Type type ) in newInstance()
|
/external/jmdns/src/javax/jmdns/ |
D | JmDNS.java | 185 public abstract ServiceInfo getServiceInfo(String type, String name); in getServiceInfo() 200 public abstract ServiceInfo getServiceInfo(String type, String name, long timeout); in getServiceInfo() 215 public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent); in getServiceInfo() 232 …public abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long time… in getServiceInfo() 244 public abstract void requestServiceInfo(String type, String name); in requestServiceInfo() 258 public abstract void requestServiceInfo(String type, String name, boolean persistent); in requestServiceInfo() 270 public abstract void requestServiceInfo(String type, String name, long timeout); in requestServiceInfo() 284 …public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout… in requestServiceInfo() 312 public abstract void addServiceListener(String type, ServiceListener listener); in addServiceListener() 322 public abstract void removeServiceListener(String type, ServiceListener listener); in removeServiceListener() [all …]
|
D | JmmDNS.java | 159 public abstract ServiceInfo[] getServiceInfos(String type, String name); in getServiceInfos() 175 public abstract ServiceInfo[] getServiceInfos(String type, String name, long timeout); in getServiceInfos() 191 public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent); in getServiceInfos() 209 …public abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long t… in getServiceInfos() 220 public abstract void requestServiceInfo(String type, String name); in requestServiceInfo() 233 public abstract void requestServiceInfo(String type, String name, boolean persistent); in requestServiceInfo() 246 public abstract void requestServiceInfo(String type, String name, long timeout); in requestServiceInfo() 261 …public abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout… in requestServiceInfo() 291 public abstract void addServiceListener(String type, ServiceListener listener); in addServiceListener() 302 public abstract void removeServiceListener(String type, ServiceListener listener); in removeServiceListener() [all …]
|
/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/aac/libSYS/include/ |
D | genericStds.h | 154 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ argument 158 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ argument 163 #define C_ALLOC_MEM(name,type,num) \ argument 169 #define C_ALLOC_MEM_STATIC(name,type,num) \ argument 175 #define C_ALLOC_MEM2(name,type,n1,n2) \ argument 181 #define C_AALLOC_MEM(name,type,num) \ argument 187 #define C_AALLOC_MEM2(name,type,n1,n2) \ argument 193 #define C_ALLOC_MEM_L(name,type,num,s) \ argument 199 #define C_ALLOC_MEM2_L(name,type,n1,n2,s) \ argument 205 #define C_AALLOC_MEM_L(name,type,num,s) \ argument [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/jmdns/src/javax/jmdns/impl/ |
D | NameRegister.java | 34 public void register(InetAddress networkInterface, String name, NameType type) { in register() 44 public boolean checkName(InetAddress networkInterface, String name, NameType type) { in checkName() 54 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { in incrementHostName() 68 public void register(InetAddress networkInterface, String name, NameType type) { in register() 78 public boolean checkName(InetAddress networkInterface, String name, NameType type) { in checkName() 88 public String incrementHostName(InetAddress networkInterface, String name, NameType type) { in incrementHostName() 140 public abstract void register(InetAddress networkInterface, String name, NameType type); in register() 153 public abstract boolean checkName(InetAddress networkInterface, String name, NameType type); in checkName() 166 …public abstract String incrementHostName(InetAddress networkInterface, String name, NameType type); in incrementHostName()
|
D | JmmDNSImpl.java | 171 public ServiceInfo[] getServiceInfos(String type, String name) { in getServiceInfos() 180 public ServiceInfo[] getServiceInfos(String type, String name, long timeout) { in getServiceInfos() 189 public ServiceInfo[] getServiceInfos(String type, String name, boolean persistent) { in getServiceInfos() 198 …public ServiceInfo[] getServiceInfos(final String type, final String name, final boolean persisten… in getServiceInfos() 227 public void requestServiceInfo(String type, String name) { in requestServiceInfo() 236 public void requestServiceInfo(String type, String name, boolean persistent) { in requestServiceInfo() 245 public void requestServiceInfo(String type, String name, long timeout) { in requestServiceInfo() 254 …public void requestServiceInfo(final String type, final String name, final boolean persistent, fin… in requestServiceInfo() 296 public void addServiceListener(String type, ServiceListener listener) { in addServiceListener() 307 public void removeServiceListener(String type, ServiceListener listener) { in removeServiceListener() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsOperation.h | 45 #define TYPE_CASE(type) case type: return #type; argument 110 virtual OperationType type() { return UndefinedOperation; } in type() function 181 virtual OperationType type() { return BeginTransparencyLayerOperation; } in type() function 189 virtual OperationType type() { return EndTransparencyLayerOperation; } in type() function 194 virtual OperationType type() { return SaveOperation; } in type() function 199 virtual OperationType type() { return RestoreOperation; } in type() function 210 virtual OperationType type() { return SetAlphaOperation; } in type() function 221 virtual OperationType type() { return SetCompositeOpOperation; } in type() function 232 virtual OperationType type() { return SetFillColorOperation; } in type() function 253 virtual OperationType type() { return SetFillShaderOperation; } in type() function [all …]
|
/external/v8/test/mjsunit/ |
D | undeletable-functions.js | 118 function CheckEcmaSemantics(type, props, name) { argument 126 function CheckDontDelete(type, props, name) { argument 134 function CheckDeletable(type, prop) { argument 148 function CheckDontDeleteAttr(type, prop) { argument 160 function CheckReadOnlyAttr(type, prop) { argument
|
/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/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/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/compiler-rt/lib/ |
D | atomic.c | 147 #define LOCK_FREE_ACTION(type) \ in __atomic_load_n() argument 161 #define LOCK_FREE_ACTION(type) \ in __atomic_store_n() argument 179 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_n() argument 199 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_n() argument 224 #define OPTIMISED_CASE(n, lockfree, type)\ argument 237 #define OPTIMISED_CASE(n, lockfree, type)\ argument 252 #define OPTIMISED_CASE(n, lockfree, type)\ argument 266 #define OPTIMISED_CASE(n, lockfree, type)\ argument 289 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 301 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) 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/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | TypeIdsSection.java | 63 Type type = ((CstType) cst).getClassType(); in get() local 103 public TypeIdItem intern(Type type) { in intern() 126 public TypeIdItem intern(CstType type) { in intern() 151 public int indexOf(Type type) { in indexOf() 174 public int indexOf(CstType type) { in indexOf()
|
/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 …]
|