Home
last modified time | relevance | path

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

12345678910>>...153

/external/ceres-solver/internal/ceres/
Dtypes.cc46 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/
Dmicrobench.json5 "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 …]
Dskpbench.json5 "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/
Dbuilds.json4 "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/deqp/modules/gles3/functional/
Des3fAttribLocationTests.cpp98 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/
Dfunc_matrix.hpp66 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/jmdns/src/javax/jmdns/
DJmmDNS.java159 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 …]
DJmDNS.java185 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c48 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 …]
Dlp_bld_type.c37 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/test/mjsunit/harmony/
Dsimd.js17 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/boringssl/src/include/openssl/
Dpem.h162 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs49 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/
Dicmp.c47 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/aac/libSYS/include/
DgenericStds.h151 #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/runtime/
Druntime-simd.cc195 #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/protobuf/java/src/main/java/com/google/protobuf/
DDynamicMessage.java51 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/jmdns/src/javax/jmdns/impl/
DNameRegister.java34 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilities.java29 public static String typeString(int type) { in typeString()
38 public static int enumCount(int type) { in enumCount()
48 public static String enumString(int type, int field) { in enumString()
58 public static int enumByString(int type, String string) { in enumByString()
73 public static int enumArrayValue(int type, int field) { in enumArrayValue()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDebugUtilities.java30 public static String typeString(int type) { in typeString()
39 public static int enumCount(int type) { in enumCount()
49 public static String enumString(int type, int field) { in enumString()
59 public static int enumByString(int type, String string) { in enumByString()
74 public static int enumArrayValue(int type, int field) { in enumArrayValue()
/external/clang/test/SemaCXX/
Dcrash-lambda-12645424.cpp7 typedef _Tp type; typedef
14 typedef T type; typedef
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type; typedef
23 typedef type_list<typename C<Ts, Funs...>::type...> type; typedef
28 tl_map< filtered_pattern, add_lvalue_reference > type; member
32 F<Pattern> type; member
/external/libvncserver/libvncserver/
Dstats.c50 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/guice/extensions/spring/src/com/google/inject/spring/
DSpringIntegration.java47 public static <T> Provider<T> fromSpring(Class<T> type, String name) { in fromSpring()
63 Class<?> type = beanFactory.getType(name); in bindAll() local
69 String name, Class<T> type) { in bindBean()
89 final Class<T> type; field in SpringIntegration.SpringProvider
92 public SpringProvider(Class<T> type, String name) { in SpringProvider()
97 static <T> SpringProvider<T> newInstance(Class<T> type, String name) { in newInstance()
126 InjectableSpringProvider(Class<T> type, String name) { in InjectableSpringProvider()
/external/mesa3d/src/glsl/
Dralloc.h68 #define ralloc(ctx, type) ((type *) ralloc_size(ctx, sizeof(type))) argument
79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type))) argument
140 #define ralloc_array(ctx, type, count) \ argument
157 #define rzalloc_array(ctx, type, count) \ argument
177 #define reralloc(ctx, ptr, type, count) \ argument
/external/mesa3d/src/mesa/main/
Dglformats.c35 _mesa_type_is_packed(GLenum type) in _mesa_type_is_packed()
73 _mesa_sizeof_type(GLenum type) in _mesa_sizeof_type()
109 _mesa_sizeof_packed_type(GLenum type) in _mesa_sizeof_packed_type()
224 _mesa_bytes_per_pixel(GLenum format, GLenum type) in _mesa_bytes_per_pixel()
390 _mesa_is_type_integer(GLenum type) in _mesa_is_type_integer()
410 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type) in _mesa_is_enum_format_or_type_integer()
417 _mesa_is_type_unsigned(GLenum type) in _mesa_is_type_unsigned()
1025 GLenum format, GLenum type) in _mesa_error_check_format_and_type()

12345678910>>...153