Home
last modified time | relevance | path

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

12345678910>>...132

/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/v8/test/mjsunit/es7/
Dobject-observe.js101 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/
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/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/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/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/boringssl/src/include/openssl/
Dpem.h164 int type; /* what type of object */ member
209 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
210 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
211 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
212 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
213 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
217 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument
223 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument
229 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument
235 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ 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/v8/src/
Dtypes-inl.h59 T* ZoneTypeConfig::handle(T* type) { in handle()
66 T* ZoneTypeConfig::cast(Type* type) { in cast()
72 bool ZoneTypeConfig::is_bitset(Type* type) { in is_bitset()
78 bool ZoneTypeConfig::is_struct(Type* type, int tag) { in is_struct()
84 bool ZoneTypeConfig::is_class(Type* type) { in is_class()
90 ZoneTypeConfig::Type::bitset ZoneTypeConfig::as_bitset(Type* type) { in as_bitset()
97 ZoneTypeConfig::Struct* ZoneTypeConfig::as_struct(Type* type) { in as_struct()
104 i::Handle<i::Map> ZoneTypeConfig::as_class(Type* type) { in as_class()
202 i::Handle<T> HeapTypeConfig::handle(T* type) { in handle()
209 i::Handle<T> HeapTypeConfig::cast(i::Handle<Type> type) { in cast()
[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()
DJmmDNSImpl.java171 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/libvncserver/libvncserver/
Dstats.c46 char *messageNameServer2Client(uint32_t type, char *buf, int len) { in messageNameServer2Client()
64 char *messageNameClient2Server(uint32_t type, char *buf, int len) { in messageNameClient2Server()
92 char *encodingName(uint32_t type, char *buf, int len) { in encodingName()
165 rfbStatList *rfbStatLookupEncoding(rfbClientPtr cl, uint32_t type) in rfbStatLookupEncoding()
187 rfbStatList *rfbStatLookupMessage(rfbClientPtr cl, uint32_t type) in rfbStatLookupMessage()
208 void rfbStatRecordEncodingSentAdd(rfbClientPtr cl, uint32_t type, int byteCount) /* Specifically fo… in rfbStatRecordEncodingSentAdd()
218 void rfbStatRecordEncodingSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingSent()
231 void rfbStatRecordEncodingRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordEncodingRcvd()
244 void rfbStatRecordMessageSent(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageSent()
257 void rfbStatRecordMessageRcvd(rfbClientPtr cl, uint32_t type, int byteCount, int byteIfRaw) in rfbStatRecordMessageRcvd()
[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/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/compiler-rt/lib/builtins/
Datomic.c163 #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/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()
/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/gallium/drivers/llvmpipe/
Dlp_test_main.c48 struct lp_type type) in dump_type()
60 read_elem(struct lp_type type, const void *src, unsigned index) in read_elem()
123 write_elem(struct lp_type type, void *dst, unsigned index, double value) in write_elem()
192 random_elem(struct lp_type type, void *dst, unsigned index) in random_elem()
220 read_vec(struct lp_type type, const void *src, double *dst) in read_vec()
229 write_vec(struct lp_type type, void *dst, const double *src) in write_vec()
245 random_vec(struct lp_type type, void *dst) in random_vec()
254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) in compare_vec_with_eps()
276 compare_vec(struct lp_type type, const void *res, const void *ref) in compare_vec()
284 dump_vec(FILE *fp, struct lp_type type, const void *src) in dump_vec()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp62 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 …]

12345678910>>...132