/external/skia/bench/ |
D | microbench.json | 5 "type": "INTEGER" string 9 "type": "INTEGER" string 13 "type": "STRING" string 17 "type": "INTEGER" string 21 "type": "FLOAT" string 25 "type": "STRING" string 29 "type": "BOOLEAN" string 33 "type": "RECORD", string 37 "type": "STRING" string 41 "type": "STRING" string [all …]
|
D | skpbench.json | 5 "type": "INTEGER" string 9 "type": "INTEGER" string 13 "type": "STRING" string 17 "type": "INTEGER" string 21 "type": "FLOAT" string 25 "type": "STRING" string 29 "type": "BOOLEAN" string 33 "type": "RECORD", string 37 "type": "STRING" string 41 "type": "STRING" string [all …]
|
/external/v8/src/compiler/ |
D | operation-typer.cc | 114 Type* OperationTyper::Rangify(Type* type) { in Rangify() 180 Type* type = in AddRanger() local 207 Type* type = in SubtractRanger() local 244 Type* OperationTyper::ToNumber(Type* type) { in ToNumber() 271 Type* OperationTyper::NumberAbs(Type* type) { in NumberAbs() 299 Type* OperationTyper::NumberAcos(Type* type) { in NumberAcos() 304 Type* OperationTyper::NumberAcosh(Type* type) { in NumberAcosh() 309 Type* OperationTyper::NumberAsin(Type* type) { in NumberAsin() 314 Type* OperationTyper::NumberAsinh(Type* type) { in NumberAsinh() 319 Type* OperationTyper::NumberAtan(Type* type) { in NumberAtan() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fAttribLocationTests.cpp | 98 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 111 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 124 const AttribType& type = es2Types[typeNdx]; in createAttributeLocationTests() local 149 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 177 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 190 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 203 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 218 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 230 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local 255 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() local [all …]
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_matrix.hpp | 66 typedef tmat2x2<T, P> type; typedef 72 typedef tmat2x3<T, P> type; typedef 78 typedef tmat2x4<T, P> type; typedef 84 typedef tmat3x2<T, P> type; typedef 90 typedef tmat3x3<T, P> type; typedef 96 typedef tmat3x4<T, P> type; typedef 102 typedef tmat4x2<T, P> type; typedef 108 typedef tmat4x3<T, P> type; typedef 114 typedef tmat4x4<T, P> type; typedef
|
/external/boringssl/src/include/openssl/ |
D | pem.h | 166 int type; /* what type of object */ member 211 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 212 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 213 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 214 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 215 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 219 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 225 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 231 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 237 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [all …]
|
/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/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 48 lp_mantissa(struct lp_type type) in lp_mantissa() 80 lp_const_shift(struct lp_type type) in lp_const_shift() 94 lp_const_offset(struct lp_type type) in lp_const_offset() 112 lp_const_scale(struct lp_type type) in lp_const_scale() 130 lp_const_min(struct lp_type type) in lp_const_min() 168 lp_const_max(struct lp_type type) in lp_const_max() 202 lp_const_eps(struct lp_type type) in lp_const_eps() 225 lp_build_undef(struct gallivm_state *gallivm, struct lp_type type) in lp_build_undef() 233 lp_build_zero(struct gallivm_state *gallivm, struct lp_type type) in lp_build_zero() 249 lp_build_one(struct gallivm_state *gallivm, struct lp_type type) in lp_build_one() [all …]
|
D | lp_bld_type.c | 37 lp_build_elem_type(struct gallivm_state *gallivm, struct lp_type type) in lp_build_elem_type() 62 lp_build_vec_type(struct gallivm_state *gallivm,struct lp_type type) in lp_build_vec_type() 79 lp_check_elem_type(struct lp_type type, LLVMTypeRef elem_type) in lp_check_elem_type() 121 lp_check_vec_type(struct lp_type type, LLVMTypeRef vec_type) in lp_check_vec_type() 145 lp_check_value(struct lp_type type, LLVMValueRef val) in lp_check_value() 160 lp_build_int_elem_type(struct gallivm_state *gallivm, struct lp_type type) in lp_build_int_elem_type() 167 lp_build_int_vec_type(struct gallivm_state *gallivm, struct lp_type type) in lp_build_int_vec_type() 181 lp_elem_type(struct lp_type type) in lp_elem_type() 197 lp_uint_type(struct lp_type type) in lp_uint_type() 214 lp_int_type(struct lp_type type) in lp_int_type() [all …]
|
/external/v8/src/runtime/ |
D | runtime-simd.cc | 195 #define SIMD_UNARY_OP(type, lane_type, lane_count, op, result) \ argument 205 #define SIMD_BINARY_OP(type, lane_type, lane_count, op, result) \ argument 216 #define SIMD_RELATIONAL_OP(type, bool_type, lane_count, a, b, op, result) \ argument 252 #define SIMD_CREATE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 264 #define SIMD_EXTRACT_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 273 #define SIMD_REPLACE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 289 #define SIMD_CHECK_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 296 #define SIMD_SWIZZLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 311 #define SIMD_SHUFFLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 339 #define SIMD_ABS_FUNCTION(type, lane_type, lane_count) \ argument [all …]
|
/external/aac/libSYS/include/ |
D | genericStds.h | 151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ argument 155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \ argument 160 #define C_ALLOC_MEM(name,type,num) \ argument 166 #define C_ALLOC_MEM_STATIC(name,type,num) \ argument 172 #define C_ALLOC_MEM2(name,type,n1,n2) \ argument 178 #define C_AALLOC_MEM(name,type,num) \ argument 184 #define C_AALLOC_MEM2(name,type,n1,n2) \ argument 190 #define C_ALLOC_MEM_L(name,type,num,s) \ argument 196 #define C_ALLOC_MEM2_L(name,type,n1,n2,s) \ argument 202 #define C_AALLOC_MEM_L(name,type,num,s) \ argument [all …]
|
/external/v8/src/inspector/ |
D | js_protocol.json | 10 "type": "object", string 14 { "name": "name", "type": "string", "description": "Domain name." }, string 15 { "name": "version", "type": "string", "description": "Domain version." } string 25 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string 36 "type": "string", string 41 "type": "string", string 46 "type": "string", string 52 "type": "object", string 56 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string 57 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string [all …]
|
D | js_protocol-1.2.json | 10 "type": "object", string 14 { "name": "name", "type": "string", "description": "Domain name." }, string 15 { "name": "version", "type": "string", "description": "Domain version." } string 25 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string 36 "type": "string", string 41 "type": "string", string 46 "type": "string", string 52 "type": "object", string 56 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string 57 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string [all …]
|
/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 70 const Field* FindField(const Type& type, const string& name) { in FindField() 80 bool HasField(const Type& type, const string& name) { in HasField() 84 bool HasField(const Type& type, Field::Cardinality cardinality, in HasField() 94 bool CheckFieldTypeUrl(const Type& type, const string& name, in CheckFieldTypeUrl() 103 bool FieldInOneof(const Type& type, const string& name, in FieldInOneof() 113 bool IsPacked(const Type& type, const string& name) { in IsPacked() 121 bool EnumHasValue(const Enum& type, const string& name, int number) { in EnumHasValue() 160 Type type; in TEST_F() local 284 Type type; in TEST_F() local 293 Type type; in TEST_F() local [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | DynamicMessage.java | 51 private final Descriptor type; field in DynamicMessage 66 DynamicMessage(Descriptor type, FieldSet<FieldDescriptor> fields, in DynamicMessage() 79 public static DynamicMessage getDefaultInstance(Descriptor type) { in getDefaultInstance() 89 public static DynamicMessage parseFrom(Descriptor type, in parseFrom() 97 Descriptor type, in parseFrom() 105 public static DynamicMessage parseFrom(Descriptor type, ByteString data) in parseFrom() 111 public static DynamicMessage parseFrom(Descriptor type, ByteString data, in parseFrom() 118 public static DynamicMessage parseFrom(Descriptor type, byte[] data) in parseFrom() 124 public static DynamicMessage parseFrom(Descriptor type, byte[] data, in parseFrom() 131 public static DynamicMessage parseFrom(Descriptor type, InputStream input) in parseFrom() [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/android-clat/ |
D | icmp.c | 47 int is_icmp_error(uint8_t type) { in is_icmp_error() 55 int is_icmp6_error(uint8_t type) { in is_icmp6_error() 63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) { in icmp_to_icmp6_type() 91 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t code) { in icmp_to_icmp6_code() 126 uint8_t icmp6_to_icmp_type(uint8_t type, uint8_t code) { in icmp6_to_icmp_type() 151 uint8_t icmp6_to_icmp_code(uint8_t type, uint8_t code) { in icmp6_to_icmp_code()
|
/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()
|
/external/libvncserver/libvncserver/ |
D | stats.c | 50 char *messageNameServer2Client(uint32_t type, char *buf, int len) { in messageNameServer2Client() 68 char *messageNameClient2Server(uint32_t type, char *buf, int len) { in messageNameClient2Server() 96 char *encodingName(uint32_t type, char *buf, int len) { in encodingName() 169 rfbStatList *rfbStatLookupEncoding(rfbClientPtr cl, uint32_t type) in rfbStatLookupEncoding() 191 rfbStatList *rfbStatLookupMessage(rfbClientPtr cl, uint32_t type) in rfbStatLookupMessage() 212 void rfbStatRecordEncodingSentAdd(rfbClientPtr cl, uint32_t type, int byteCount) /* Specifically fo… in rfbStatRecordEncodingSentAdd() 222 void rfbStatRecordEncodingSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingSent() 235 void rfbStatRecordEncodingRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingRcvd() 248 void rfbStatRecordMessageSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageSent() 261 void rfbStatRecordMessageRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageRcvd() [all …]
|
/external/vixl/test/aarch32/config/ |
D | cond-rd-rn-operand-rm-ror-amount-a32.json | 43 "type": "Condition" string 47 "type": "AllRegistersButPC" string 51 "type": "AllRegistersButPC" string 59 "type": "AllRegistersButPC" string 63 "type": "ShiftROR" string 67 "type": "ShiftRotationAmountX8" string 75 "type": "NZCV" string 79 "type": "Register" string 83 "type": "Register" string 87 "type": "Register" string [all …]
|
D | cond-rd-rn-operand-rm-ror-amount-t32.json | 43 "type": "Condition" string 47 "type": "AllRegistersButPC" string 51 "type": "AllRegistersButPC" string 59 "type": "AllRegistersButPC" string 63 "type": "ShiftROR" string 67 "type": "ShiftRotationAmountX8" string 75 "type": "NZCV" string 79 "type": "Register" string 83 "type": "Register" string 87 "type": "Register" string [all …]
|
/external/compiler-rt/lib/builtins/ |
D | atomic.c | 163 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument 177 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument 195 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument 215 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument 240 #define OPTIMISED_CASE(n, lockfree, type)\ argument 253 #define OPTIMISED_CASE(n, lockfree, type)\ argument 268 #define OPTIMISED_CASE(n, lockfree, type)\ argument 282 #define OPTIMISED_CASE(n, lockfree, type)\ argument 305 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 317 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument [all …]
|
/external/libnetfilter_conntrack/src/expect/ |
D | api.c | 158 enum nf_conntrack_msg_type type, in nfexp_callback_register() 159 int (*cb)(enum nf_conntrack_msg_type type, in nfexp_callback_register() 232 enum nf_conntrack_msg_type type, in nfexp_callback_register2() 309 const enum nf_expect_attr type, in nfexp_set_attr() 331 const enum nf_expect_attr type, in nfexp_set_attr_u8() 344 const enum nf_expect_attr type, in nfexp_set_attr_u16() 357 const enum nf_expect_attr type, in nfexp_set_attr_u32() 372 const enum nf_expect_attr type) in nfexp_get_attr() 399 const enum nf_expect_attr type) in nfexp_get_attr_u8() 415 const enum nf_expect_attr type) in nfexp_get_attr_u16() [all …]
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | api.c | 224 enum nf_conntrack_msg_type type, in nfct_callback_register() 225 int (*cb)(enum nf_conntrack_msg_type type, in nfct_callback_register() 298 enum nf_conntrack_msg_type type, in nfct_callback_register2() 369 nfct_set_attr_l(struct nf_conntrack *ct, const enum nf_conntrack_attr type, in nfct_set_attr_l() 399 const enum nf_conntrack_attr type, in nfct_set_attr() 413 const enum nf_conntrack_attr type, in nfct_set_attr_u8() 426 const enum nf_conntrack_attr type, in nfct_set_attr_u16() 439 const enum nf_conntrack_attr type, in nfct_set_attr_u32() 452 const enum nf_conntrack_attr type, in nfct_set_attr_u64() 467 const enum nf_conntrack_attr type) in nfct_get_attr() [all …]
|