Searched refs:type (Results 301 - 325 of 19236) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp18 int VariableComponentCount(GLenum type) argument
20 return VariableRowCount(type) * VariableColumnCount(type);
23 GLenum VariableComponentType(GLenum type) argument
25 switch(type)
78 size_t VariableComponentSize(GLenum type) argument
80 switch(type)
92 size_t VariableInternalSize(GLenum type) argument
95 return VariableComponentSize(VariableComponentType(type)) * VariableRowCount(type) *
98 VariableExternalSize(GLenum type) argument
103 VariableBoolVectorType(GLenum type) argument
130 VariableRowCount(GLenum type) argument
190 VariableColumnCount(GLenum type) argument
250 IsSampler(GLenum type) argument
275 IsMatrixType(GLenum type) argument
280 TransposeMatrixType(GLenum type) argument
302 MatrixRegisterCount(GLenum type, bool isRowMajorMatrix) argument
308 MatrixComponentCount(GLenum type, bool isRowMajorMatrix) argument
314 VariableRegisterCount(GLenum type) argument
365 VariableSortOrder(GLenum type) argument
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dutil.cpp33 GLenum GLVariableType(const TType &type) argument
35 if (type.getBasicType() == EbtFloat)
37 if (type.isScalar())
41 else if (type.isVector())
43 switch (type.getNominalSize())
51 else if (type.isMatrix())
53 switch (type.getCols())
56 switch (type.getRows())
65 switch (type.getRows())
74 switch (type
167 GLVariablePrecision(const TType &type) argument
206 ArrayString(const TType &type) argument
285 traverse(const TType &type, const TString &name, std::vector<VarT> *output) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test.h101 dump_type(FILE *fp, struct lp_type type);
105 read_elem(struct lp_type type, const void *src, unsigned index);
109 write_elem(struct lp_type type, void *dst, unsigned index, double src);
113 random_elem(struct lp_type type, void *dst, unsigned index);
117 read_vec(struct lp_type type, const void *src, double *dst);
121 write_vec(struct lp_type type, void *dst, const double *src);
125 random_vec(struct lp_type type, void *dst);
129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
133 compare_vec(struct lp_type type, const void *res, const void *ref);
137 dump_vec(FILE *fp, struct lp_type type, cons
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension.h30 : type(extension_type),
35 switch (type) {
50 const RTPExtensionType type; member in struct:webrtc::HeaderExtension
61 int32_t Register(const RTPExtensionType type, const uint8_t id);
63 int32_t Deregister(const RTPExtensionType type);
65 bool IsRegistered(RTPExtensionType type) const;
67 int32_t GetType(const uint8_t id, RTPExtensionType* type) const;
69 int32_t GetId(const RTPExtensionType type, uint8_t* id) const;
73 int32_t GetLengthUntilBlockStartInBytes(const RTPExtensionType type) const;
81 RTPExtensionType Next(RTPExtensionType type) cons
[all...]
H A Drtp_header_extension.cc34 int32_t RtpHeaderExtensionMap::Register(const RTPExtensionType type, argument
42 if (it->second->type != type) {
44 // but a different type, so return failure.
47 // This extension type is already registered with this id,
51 extensionMap_[id] = new HeaderExtension(type);
55 int32_t RtpHeaderExtensionMap::Deregister(const RTPExtensionType type) { argument
57 if (GetId(type, &id) != 0) {
68 bool RtpHeaderExtensionMap::IsRegistered(RTPExtensionType type) const {
72 if (it->second->type
91 GetId(const RTPExtensionType type, uint8_t* id) const argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test.h101 dump_type(FILE *fp, struct lp_type type);
105 read_elem(struct lp_type type, const void *src, unsigned index);
109 write_elem(struct lp_type type, void *dst, unsigned index, double src);
113 random_elem(struct lp_type type, void *dst, unsigned index);
117 read_vec(struct lp_type type, const void *src, double *dst);
121 write_vec(struct lp_type type, void *dst, const double *src);
125 random_vec(struct lp_type type, void *dst);
129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
133 compare_vec(struct lp_type type, const void *res, const void *ref);
137 dump_vec(FILE *fp, struct lp_type type, cons
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusimageAttributes.h32 // Calling Reset removes any individual color adjustments for a type
34 // (if any). The SetToIdentity method is a way to force a type to
36 // have been set for the defaults or for that type.
70 IN ColorAdjustType type = ColorAdjustTypeDefault
75 type));
81 IN ColorAdjustType type = ColorAdjustTypeDefault
86 type));
93 IN ColorAdjustType type = ColorAdjustTypeDefault
98 type,
106 IN ColorAdjustType type
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dpem.h164 int type; /* what type of object */ member in struct:pem_ctx_st
184 EVP_MD *md; /* signature type */
209 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
210 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
211 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
212 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
213 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
217 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
218 OPENSSL_EXPORT type *PEM_read
[all...]
/external/openssl/crypto/pem/
H A Dpem.h167 int type; /* what type of object */ member in struct:pem_ctx_st
189 EVP_MD *md; /* signature type */
214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
223 type *PEM_read
[all...]
/external/openssl/include/openssl/
H A Dpem.h167 int type; /* what type of object */ member in struct:pem_ctx_st
189 EVP_MD *md; /* signature type */
214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
216 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
217 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
218 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
222 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
223 type *PEM_read
[all...]
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_mint_queue.cc32 IdentityMintRequestQueue::MintType type,
36 "identity", "IdentityMintRequestQueue", request, "type", type);
37 RequestQueue& request_queue = GetRequestQueueMap(type)[key];
42 RunRequest(type, request_queue);
46 IdentityMintRequestQueue::MintType type,
54 RequestQueue& request_queue = GetRequestQueueMap(type)[key];
58 RunRequest(type, request_queue);
73 bool IdentityMintRequestQueue::empty(IdentityMintRequestQueue::MintType type, argument
75 RequestQueueMap& request_queue_map = GetRequestQueueMap(type);
31 RequestStart( IdentityMintRequestQueue::MintType type, const ExtensionTokenKey& key, IdentityMintRequestQueue::Request* request) argument
45 RequestComplete( IdentityMintRequestQueue::MintType type, const ExtensionTokenKey& key, IdentityMintRequestQueue::Request* request) argument
81 GetRequestQueueMap( IdentityMintRequestQueue::MintType type) argument
87 RunRequest( IdentityMintRequestQueue::MintType type, RequestQueue& request_queue) argument
[all...]
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc18 int type; member in struct:content::NotificationRegistrar::Record
24 type == other.type &&
45 int type,
48 DCHECK(!IsRegistered(observer, type, source)) << "Duplicate registration.";
50 Record record = { observer, type, source };
53 NotificationServiceImpl::current()->AddObserver(observer, type, source);
57 int type,
61 Record record = { observer, type, source };
72 service->RemoveObserver(observer, type, sourc
44 Add(NotificationObserver* observer, int type, const NotificationSource& source) argument
56 Remove(NotificationObserver* observer, int type, const NotificationSource& source) argument
104 IsRegistered(NotificationObserver* observer, int type, const NotificationSource& source) argument
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dgm_error.h24 // is turned on, we always include this type in our enum so that
41 static const char *getErrorTypeName(ErrorType type) { argument
42 switch(type) {
59 SkDEBUGFAIL("getErrorTypeName() called with unknown type");
64 * Fills in "type" with the ErrorType associated with name "name".
65 * Returns true if we found one, false if it is an unknown type name.
67 static bool getErrorTypeByName(const char name[], ErrorType *type) { argument
72 *type = thisType;
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {} argument
97 add(const ErrorType type) argument
124 ErrorType type = static_cast<ErrorType>(typeInt); local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-types.cc16 HType HType::FromType(typename T::TypeHandle type) { argument
17 if (T::Any()->Is(type)) return HType::Any();
18 if (type->Is(T::None())) return HType::None();
19 if (type->Is(T::SignedSmall())) return HType::Smi();
20 if (type->Is(T::Number())) return HType::TaggedNumber();
21 if (type->Is(T::Null())) return HType::Null();
22 if (type->Is(T::String())) return HType::String();
23 if (type->Is(T::Boolean())) return HType::Boolean();
24 if (type->Is(T::Undefined())) return HType::Undefined();
25 if (type
[all...]
/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp23 typedef typename A<TT>::type type; typedef in struct:PR6031::II
29 C<typename FI::type> a;
35 C<typename FI2::type> a; // expected-error{{no type named 'type' in 'FI2<TT>'}}
49 typedef typename HasDepBase::template MemberTemplate<T>::type type; typedef
58 typedef typename NoDepBase::template MemberTemplate<T>::type type; // expecte typedef
68 typedef int type; // expected-note{{member found by ambiguous name lookup}} typedef in struct:Ambig::Base1
72 typedef float type; // expected-note{{member found by ambiguous name lookup}} typedef in struct:Ambig::Base2
77 typedef typename Derived::type type; // expected-error{{member 'type' found in multiple base classes of different types}} typedef in struct:Ambig::Derived
[all...]
/external/skia/gm/
H A Dgm_error.h24 // is turned on, we always include this type in our enum so that
41 static const char *getErrorTypeName(ErrorType type) { argument
42 switch(type) {
59 SkDEBUGFAIL("getErrorTypeName() called with unknown type");
64 * Fills in "type" with the ErrorType associated with name "name".
65 * Returns true if we found one, false if it is an unknown type name.
67 static bool getErrorTypeByName(const char name[], ErrorType *type) { argument
72 *type = thisType;
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {} argument
97 add(const ErrorType type) argument
124 ErrorType type = static_cast<ErrorType>(typeInt); local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Ddfpext.c23 #define D2L(insn, initial, type, round, cc) \
25 register type source asm("f0") = initial; \
34 #define D2I(insn, initial, type, round, cc) \
36 register type source asm("f0") = initial; \
54 #define DO_INSN_L2D(insn, round, type) \
56 type d; \
76 #define DO_INSN_I2D(insn, round, type) \
78 type d; \
86 #define DO_PRINT_D2L(insn, d, type, round, cc) \
89 DFP_VAL_PRINT(d, type); \
[all...]
H A Dfpconv.c73 #define DO_INSN_F32_TO_I(insn, type) \
75 printf("\n----- float -> " #type "\n"); \
76 F2I(insn, -1.0f, float, type); \
77 F2I(insn, 0.0f, float, type); \
78 F2I(insn, 1.0f, float, type); \
79 F2I(insn, 1.4f, float, type); \
80 F2I(insn, 1.5f, float, type); \
81 F2I(insn, 1.6f, float, type); \
82 F2I(insn, 1.6E+4f, float, type); \
83 F2I(insn, 1.6E+8f, float, type); \
[all...]
/external/chromium_org/extensions/test/data/
H A Djson_schema_test.js9 function assertValid(type, instance, schema, types) {
13 validator["validate" + type](instance, schema, "");
25 function assertNotValid(type, instance, schema, errors, types) {
29 validator["validate" + type](instance, schema, "");
50 LOG("Expected type not found: " + list[li]);
76 type: "array",
79 type: "object",
82 type: "integer",
86 type: "string",
91 type
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c69 * Build code to compare two values 'a' and 'b' of 'type' using the given func.
75 const struct lp_type type,
81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type);
89 assert(lp_check_value(type, a));
90 assert(lp_check_value(type, b));
102 if (!type.floating && !type.sign &&
103 type.width * type.length == 128 &&
111 __FUNCTION__, type
74 lp_build_compare(struct gallivm_state *gallivm, const struct lp_type type, unsigned func, LLVMValueRef a, LLVMValueRef b) argument
398 struct lp_type type = bld->type; local
448 struct lp_type type = bld->type; local
566 const struct lp_type type = bld->type; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c69 * Build code to compare two values 'a' and 'b' of 'type' using the given func.
75 const struct lp_type type,
81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type);
89 assert(lp_check_value(type, a));
90 assert(lp_check_value(type, b));
102 if (!type.floating && !type.sign &&
103 type.width * type.length == 128 &&
111 __FUNCTION__, type
74 lp_build_compare(struct gallivm_state *gallivm, const struct lp_type type, unsigned func, LLVMValueRef a, LLVMValueRef b) argument
398 struct lp_type type = bld->type; local
448 struct lp_type type = bld->type; local
566 const struct lp_type type = bld->type; local
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrShaderVar.h58 GrShaderVar(const SkString& name, GrSLType type, int arrayCount = kNonArray, argument
60 : fType(type)
65 SkASSERT(kVoid_GrSLType != type);
68 GrShaderVar(const char* name, GrSLType type, int arrayCount = kNonArray, argument
70 : fType(type)
75 SkASSERT(kVoid_GrSLType != type);
78 GrShaderVar(const char* name, GrSLType type, TypeModifier typeModifier, argument
80 : fType(type)
85 SkASSERT(kVoid_GrSLType != type);
99 void set(GrSLType type, argument
114 set(GrSLType type, TypeModifier typeModifier, const char* name, Precision precision = kDefault_Precision) argument
129 set(GrSLType type, TypeModifier typeModifier, const SkString& name, int count, Precision precision = kDefault_Precision) argument
145 set(GrSLType type, TypeModifier typeModifier, const char* name, int count, Precision precision = kDefault_Precision) argument
210 setType(GrSLType type) argument
213 setTypeModifier(TypeModifier type) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp31 this->type = glsl_type::error_type;
138 if (v->type->is_scalar())
141 if (v->type->is_vector()) {
142 const unsigned mask = (1U << v->type->vector_elements) - 1;
149 * composite type (and the whole thing is assigned.
163 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
170 assert(lhs_components == this->rhs->type->vector_elements);
181 /* If the RHS is a vector type, assume that all components of the vector
182 * type ar
199 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0) argument
212 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1) argument
226 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) argument
531 ir_constant(const struct glsl_type *type, const ir_constant_data *data) argument
596 ir_constant(const struct glsl_type *type, exec_list *value_list) argument
733 zero(void *mem_ctx, const glsl_type *type) argument
1307 set_sampler(ir_dereference *sampler, const glsl_type *type) argument
1484 ir_variable(const struct glsl_type *type, const char *name, ir_variable_mode mode) argument
[all...]
/external/mesa3d/src/glsl/
H A Dir.cpp31 this->type = glsl_type::error_type;
138 if (v->type->is_scalar())
141 if (v->type->is_vector()) {
142 const unsigned mask = (1U << v->type->vector_elements) - 1;
149 * composite type (and the whole thing is assigned.
163 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
170 assert(lhs_components == this->rhs->type->vector_elements);
181 /* If the RHS is a vector type, assume that all components of the vector
182 * type ar
199 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0) argument
212 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1) argument
226 ir_expression(int op, const struct glsl_type *type, ir_rvalue *op0, ir_rvalue *op1, ir_rvalue *op2, ir_rvalue *op3) argument
531 ir_constant(const struct glsl_type *type, const ir_constant_data *data) argument
596 ir_constant(const struct glsl_type *type, exec_list *value_list) argument
733 zero(void *mem_ctx, const glsl_type *type) argument
1307 set_sampler(ir_dereference *sampler, const glsl_type *type) argument
1484 ir_variable(const struct glsl_type *type, const char *name, ir_variable_mode mode) argument
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dwidgets.css12 input[type='button'],
13 input[type='submit']):not(.custom-appearance):not(.link-button),
15 input[type='checkbox'],
16 input[type='radio'] {
32 input[type='button'],
33 input[type='submit']):not(.custom-appearance):not(.link-button),
46 input[type='button'],
47 input[type='submit']):not(.custom-appearance):not(.link-button) {
67 input[type='checkbox'] {
80 input[type
[all...]

Completed in 558 milliseconds

<<11121314151617181920>>