/external/ceres-solver/internal/ceres/ |
D | types.cc | 46 const char* LinearSolverTypeToString(LinearSolverType type) { in LinearSolverTypeToString() 60 bool StringToLinearSolverType(string value, LinearSolverType* type) { in StringToLinearSolverType() 72 const char* PreconditionerTypeToString(PreconditionerType type) { in PreconditionerTypeToString() 84 bool StringToPreconditionerType(string value, PreconditionerType* type) { in StringToPreconditionerType() 95 SparseLinearAlgebraLibraryType type) { in SparseLinearAlgebraLibraryTypeToString() 107 SparseLinearAlgebraLibraryType* type) { in StringToSparseLinearAlgebraLibraryType() 116 DenseLinearAlgebraLibraryType type) { in DenseLinearAlgebraLibraryTypeToString() 127 DenseLinearAlgebraLibraryType* type) { in StringToDenseLinearAlgebraLibraryType() 134 const char* TrustRegionStrategyTypeToString(TrustRegionStrategyType type) { in TrustRegionStrategyTypeToString() 144 TrustRegionStrategyType* type) { in StringToTrustRegionStrategyType() [all …]
|
/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/chromium-trace/catapult/firefighter/schemas/ |
D | builds.json | 4 "type": "STRING", string 9 "type": "TIMESTAMP", string 14 "type": "TIMESTAMP", string 20 "type": "STRING" string 24 "type": "INTEGER" string 28 "type": "STRING" string 32 "type": "STRING" string 36 "type": "STRING" string 40 "type": "INTEGER" string 44 "type": "INTEGER" string [all …]
|
/external/v8/test/mjsunit/es7/ |
D | object-observe.js | 101 var changeRecordWithAccessor = { type: 'foo' }; property 149 assertThrows(function() { notifier.notify({ type: 4 }); }, TypeError); property 161 assertThrows(function() { notify.call(undefined, { type: 'a' }); }, TypeError); property 162 assertThrows(function() { notify.call(null, { type: 'a' }); }, TypeError); property 163 assertThrows(function() { notify.call(5, { type: 'a' }); }, TypeError); property 164 assertThrows(function() { notify.call('hello', { type: 'a' }); }, TypeError); property 165 assertThrows(function() { notify.call(false, { type: 'a' }); }, TypeError); property 166 assertThrows(function() { notify.call({}, { type: 'a' }); }, TypeError); property 187 notifier.notify({ type: 'foo', protoExpando: 'val'}); property 196 type: 'update', property [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/boringssl/src/include/openssl/ |
D | pem.h | 162 int type; /* what type of object */ member 207 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 208 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 209 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 210 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 211 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 215 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 221 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 227 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 233 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [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/v8/src/runtime/ |
D | runtime-simd.cc | 224 #define SIMD_UNARY_OP(type, lane_type, lane_count, op, result) \ argument 234 #define SIMD_BINARY_OP(type, lane_type, lane_count, op, result) \ argument 245 #define SIMD_RELATIONAL_OP(type, bool_type, lane_count, a, b, op, result) \ argument 279 #define SIMD_CREATE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 291 #define SIMD_EXTRACT_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 300 #define SIMD_REPLACE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 316 #define SIMD_CHECK_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 323 #define SIMD_SWIZZLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 338 #define SIMD_SHUFFLE_FUNCTION(type, lane_type, lane_count, extract, replace) \ argument 366 #define SIMD_ABS_FUNCTION(type, lane_type, lane_count) \ argument [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/ |
D | tuple.hpp | 69 > type; typedef 78 > type; typedef 88 > type; typedef 99 > type; typedef 111 > type; typedef 124 > type; typedef 138 > type; typedef 153 > type; typedef 169 > type; typedef
|
/external/v8/test/mjsunit/harmony/ |
D | simd.js | 17 function createInstance(type) { argument 25 function isValidSimdString(string, value, type, lanes) { argument 55 function checkTypeMatrix(type, fn) { argument 67 function TestConstructor(type, lanes) { argument 82 function TestType(type, lanes) { argument 95 function TestPrototype(type, lanes) { argument 105 function TestValueOf(type, lanes) { argument 116 function TestGet(type, lanes) { argument 127 function TestToBoolean(type, lanes) { argument 146 function TestToString(type, lanes) { argument [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/jmdns/src/javax/jmdns/ |
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 …]
|
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 …]
|
/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/protobuf/java/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/v8/src/ |
D | types-inl.h | 82 T* ZoneTypeConfig::handle(T* type) { in handle() 89 T* ZoneTypeConfig::cast(Type* type) { in cast() 95 bool ZoneTypeConfig::is_bitset(Type* type) { in is_bitset() 101 bool ZoneTypeConfig::is_struct(Type* type, int tag) { in is_struct() 110 bool ZoneTypeConfig::is_range(Type* type) { in is_range() 118 bool ZoneTypeConfig::is_class(Type* type) { in is_class() 124 ZoneTypeConfig::Type::bitset ZoneTypeConfig::as_bitset(Type* type) { in as_bitset() 131 ZoneTypeConfig::Struct* ZoneTypeConfig::as_struct(Type* type) { in as_struct() 138 ZoneTypeConfig::Range* ZoneTypeConfig::as_range(Type* type) { in as_range() 145 i::Handle<i::Map> ZoneTypeConfig::as_class(Type* type) { in as_class() [all …]
|
/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/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()
|
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/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/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 …]
|