Searched defs:type (Results 101 - 125 of 7457) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Eigen2Support/
H A DBlock.h18 * \param type the type of corner. Can be \a Eigen::TopLeft, \a Eigen::TopRight,
34 ::corner(CornerType type, Index cRows, Index cCols) argument
36 switch(type)
39 eigen_assert(false && "Bad corner type.");
54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) const argument
56 switch(type)
59 eigen_assert(false && "Bad corner type.");
73 * \param type the type o
86 corner(CornerType type) argument
[all...]
/external/elfutils/0.153/backends/
H A Dsh_symbol.c38 /* Return true if the symbol type is that referencing the GOT. */
40 sh_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), int type) argument
42 return type == R_SH_GOTPC;
47 sh_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
49 switch (type)
/external/libcxx/test/utilities/function.objects/unord.hash/
H A Dpointer.pass.cpp33 typedef typename std::remove_pointer<T>::type type; typedef
34 type i;
35 type j;
/external/libnl/lib/route/cls/
H A Dpolice.c37 * Transform a policer type number into a character string (Reentrant).
38 * @arg type policer type
42 * Transforms a policer type number into a character string and stores
45 * @return The destination buffer or the type encoded in hex if no match was found.
47 char * nl_police2str(int type, char *buf, size_t len) argument
49 return __type2str(type, buf, len, police_types,
54 * Transform a character string into a policer type number
55 * @arg name policer type name
58 * type int
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_logicop.c49 LLVMTypeRef type; local
52 type = LLVMTypeOf(src);
56 res = LLVMConstNull(type);
101 res = LLVMConstAllOnes(type);
/external/mesa3d/src/mesa/main/
H A Dtexformat.c49 * Choose an appropriate texture format given the format, type and
55 * \param type incoming image data type.
65 GLint internalFormat, GLenum format, GLenum type)
68 (void) type;
74 if (type == GL_UNSIGNED_SHORT_4_4_4_4_REV) {
76 } else if (type == GL_UNSIGNED_SHORT_1_5_5_5_REV) {
285 if (type == GL_UNSIGNED_SHORT_8_8_MESA)
64 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, GLint internalFormat, GLenum format, GLenum type) argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DProcessArrayCallback.java21 void processElement(Type type); argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DAbstractMediaHeaderBox.java26 protected AbstractMediaHeaderBox(String type) { argument
27 super(type);
/external/objenesis/main/src/org/objenesis/instantiator/
H A DSerializationInstantiatorHelper.java33 * @param type Serializable class for which the first non-serializable superclass is to be found
34 * @return The first non-serializable superclass of 'type'.
37 public static Class getNonSerializableSuperClass(Class type) { argument
38 Class result = type;
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DAccessibleInstantiator.java28 public AccessibleInstantiator(Class type) { argument
29 super(type);
H A DNewInstanceInstantiator.java30 private final Class type; field in class:NewInstanceInstantiator
32 public NewInstanceInstantiator(Class type) { argument
33 this.type = type;
38 return type.newInstance();
/external/objenesis/main/src/org/objenesis/instantiator/gcj/
H A DGCJInstantiator.java30 public GCJInstantiator(Class type) { argument
31 super(type);
36 return newObjectMethod.invoke(dummyStream, new Object[] {type, Object.class});
/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSun13Instantiator.java30 public Sun13Instantiator(Class type) { argument
31 super(type);
36 return allocateNewObjectMethod.invoke(null, new Object[] {type, Object.class});
/external/objenesis/main/src/org/objenesis/strategy/
H A DInstantiatorStrategy.java30 * @param type Class that will be instantiate
33 ObjectInstantiator newInstantiatorOf(Class type); argument
H A DSerializingInstantiatorStrategy.java50 * @param type Class to instantiate
53 public ObjectInstantiator newInstantiatorOf(Class type) { argument
54 if(!Serializable.class.isAssignableFrom(type)) {
55 throw new ObjenesisException(new NotSerializableException(type+" not serializable"));
59 return new Sun13SerializationInstantiator(type);
63 return new AndroidSerializationInstantiator(type);
66 return new GCJSerializationInstantiator(type);
69 return new PercSerializationInstantiator(type);
72 return new ObjectStreamClassInstantiator(type);
H A DStdInstantiatorStrategy.java47 * @param type Class to instantiate
50 public ObjectInstantiator newInstantiatorOf(Class type) { argument
54 return new Sun13Instantiator(type);
59 return new JRockit131Instantiator(type);
69 return new JRockitLegacyInstantiator(type);
75 return new AndroidInstantiator(type);
78 return new GCJInstantiator(type);
81 return new PercInstantiator(type);
89 return new SunReflectionFactoryInstantiator(type);
/external/openssl/crypto/asn1/
H A Dd2i_pu.c75 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, argument
90 if (!EVP_PKEY_set_type(ret, type))
/external/oprofile/libop/tests/
H A Dcpu_type_tests.c20 op_cpu type; member in struct:cpu_type
50 op_cpu type; local
52 name = op_get_cpu_name(cpu->type);
53 if (cpu->type != CPU_NO_GOOD && strcmp(cpu->name, name)) {
54 printf("for %d expect %s found %s\n", cpu->type, cpu->name,
58 if (cpu->type == CPU_NO_GOOD && strcmp("invalid cpu type", name)) {
59 printf("for %d expect %s found %s\n", cpu->type,
60 "invalid cpu type", name);
64 type
[all...]
/external/skia/src/animator/
H A DSkOpArray.h19 SkOpArray(SkOperand2::OpType type);
22 void setType(SkOperand2::OpType type) { argument
23 fType = type;
H A DSkSnapshot.h26 int /*SkImageEncoder::Type*/ type; member in class:SkSnapshot
H A DSkTypedArray.h19 SkTypedArray(SkDisplayTypes type);
23 void setType(SkDisplayTypes type) { argument
25 fType = type;
/external/skia/src/core/
H A DSkFlattenableSerialization.cpp24 SkFlattenable::Type type) {
26 return buffer.readFlattenable(type);
23 SkValidatingDeserializeFlattenable(const void* data, size_t size, SkFlattenable::Type type) argument
/external/tcpdump/
H A Dprint-msdp.c41 unsigned int type, len; local
45 type = *sp;
47 if (len > 1500 || len < 3 || type == 0 || type > MSDP_TYPE_MAX)
52 type = *sp;
60 switch (type) {
63 if (type == 1)
92 (void)printf(" [type=%d len=%d]", type, len);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeList.java17 package com.android.dx.rop.type;
65 * @param type {@code non-null;} item to append
68 public TypeList withAddedType(Type type); argument
/external/android-clat/
H A Dicmp.c44 * Determines whether an ICMP type is an error message.
45 * type: the ICMP type
47 int is_icmp_error(uint8_t type) { argument
48 return type == 3 || type == 11 || type == 12;
52 * Determines whether an ICMPv6 type is an error message.
53 * type: the ICMPv6 type
55 is_icmp6_error(uint8_t type) argument
63 icmp_to_icmp6_type(uint8_t type, uint8_t code) argument
91 icmp_to_icmp6_code(uint8_t type, uint8_t code) argument
126 icmp6_to_icmp_type(uint8_t type, uint8_t code) argument
151 icmp6_to_icmp_code(uint8_t type, uint8_t code) argument
[all...]

Completed in 458 milliseconds

1234567891011>>