Home
last modified time | relevance | path

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

12345678910>>...181

/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/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/v8/src/compiler/
Doperation-typer.cc114 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/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/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/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/boringssl/src/include/openssl/
Dpem.h166 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDebugUtilities.java32 public static String typeString(int type) { in typeString()
41 public static int enumCount(int type) { in enumCount()
51 public static String enumString(int type, int field) { in enumString()
61 public static int enumByString(int type, String string) { in enumByString()
76 public static int enumArrayValue(int type, int field) { in enumArrayValue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilities.java31 public static String typeString(int type) { in typeString()
40 public static int enumCount(int type) { in enumCount()
50 public static String enumString(int type, int field) { in enumString()
60 public static int enumByString(int type, String string) { in enumByString()
75 public static int enumArrayValue(int type, int field) { in enumArrayValue()
/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/protobuf/java/core/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/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc70 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/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/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/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/guava/guava/src/com/google/common/reflect/
DTypeToInstanceMap.java60 <T extends B> T getInstance(Class<T> type); in getInstance()
73 <T extends B> T putInstance(Class<T> type, @Nullable T value); in putInstance()
81 <T extends B> T getInstance(TypeToken<T> type); in getInstance()
91 <T extends B> T putInstance(TypeToken<T> type, @Nullable T value); in putInstance()
/external/cblas/testing/
Dauxiliary.c8 void get_transpose_type(char *type, enum CBLAS_TRANSPOSE *trans) { in get_transpose_type()
18 void get_uplo_type(char *type, enum CBLAS_UPLO *uplo) { in get_uplo_type()
25 void get_diag_type(char *type, enum CBLAS_DIAG *diag) { in get_diag_type()
32 void get_side_type(char *type, enum CBLAS_SIDE *side) { in get_side_type()
/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/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DTypeExtensionsTest.cs66 public void IsValueType(Type type, bool expected) in IsValueType()
90 public void GetProperty_Success(Type type, string name) in GetProperty_Success()
100 public void GetProperty_NoSuchProperty(Type type, string name) in GetProperty_NoSuchProperty()
110 public void GetMethod_Success(Type type, string name) in GetMethod_Success()
120 public void GetMethod_NoSuchMethod(Type type, string name) in GetMethod_NoSuchMethod()
128 public void GetMethod_Ambiguous(Type type, string name) in GetMethod_Ambiguous()
/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()

12345678910>>...181