Searched refs:type (Results 126 - 150 of 19236) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dynarray.h103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), sizeof(type)), &__v, sizeof(type));} while(0)
104 #define util_dynarray_top_ptr(buf, type) (type*)((char*)(buf)->data + (buf)->size - sizeof(type))
105 #define util_dynarray_top(buf, type) *util_dynarray_top_ptr(buf, type)
106 #define util_dynarray_pop_ptr(buf, type) (typ
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp39 enum type { enum in struct:clover::module::section
47 section(resource_id id, enum type type, size_t size, argument
49 id(id), type(type), size(size), data(data) { }
50 section() : id(0), type(text), size(0), data() { }
53 type type; member in struct:clover::module::section
59 enum type { enum in struct:clover::module::argument
71 argument(enum type typ argument
74 type type; member in struct:clover::module::argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dynarray.h103 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), sizeof(type)), &__v, sizeof(type));} while(0)
104 #define util_dynarray_top_ptr(buf, type) (type*)((char*)(buf)->data + (buf)->size - sizeof(type))
105 #define util_dynarray_top(buf, type) *util_dynarray_top_ptr(buf, type)
106 #define util_dynarray_pop_ptr(buf, type) (typ
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp39 enum type { enum in struct:clover::module::section
47 section(resource_id id, enum type type, size_t size, argument
49 id(id), type(type), size(size), data(data) { }
50 section() : id(0), type(text), size(0), data() { }
53 type type; member in struct:clover::module::section
59 enum type { enum in struct:clover::module::argument
71 argument(enum type typ argument
74 type type; member in struct:clover::module::argument
[all...]
/external/aac/libSYS/include/
H A DgenericStds.h136 * Declaring memory areas requires to specify a unique name and a data type. Use the H_ macro
143 * aligned memory addresses (beyond the natural alignment of its type). The preprocesor macro
151 #define H_ALLOC_MEM(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
155 #define H_ALLOC_MEM_OVERLAY(name,type) type * Get ## name(int n=0); void Free ## name(type** p); \
160 #define C_ALLOC_MEM(name,type,num) \
161 type * Ge
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_data_type_controller.cc12 syncer::ModelType type,
19 type,
22 DCHECK(type == syncer::SUPERVISED_USERS ||
23 type == syncer::SUPERVISED_USER_SETTINGS ||
24 type == syncer::SUPERVISED_USER_SHARED_SETTINGS);
30 switch (type()) {
11 SupervisedUserSyncDataTypeController( syncer::ModelType type, sync_driver::SyncApiComponentFactory* sync_factory, Profile* profile) argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
H A Devent_target.js24 * @param {string} type The name of the event.
28 addEventListener: function(type, handler) {
31 if (!(type in this.listeners_)) {
32 this.listeners_[type] = [handler];
34 var handlers = this.listeners_[type];
42 * @param {string} type The name of the event.
46 removeEventListener: function(type, handler) {
49 if (type in this.listeners_) {
50 var handlers = this.listeners_[type];
55 delete this.listeners_[type];
[all...]
/external/chromium_org/extensions/browser/
H A Dview_type_utils.cc20 explicit ViewTypeUserData(ViewType type) : type_(type) {} argument
22 ViewType type() { return type_; } function in class:extensions::__anon8197::ViewTypeUserData
37 return user_data ? user_data->type() : VIEW_TYPE_INVALID;
40 void SetViewType(WebContents* tab, ViewType type) { argument
41 tab->SetUserData(&kViewTypeUserDataKey, new ViewTypeUserData(type));
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValue.h62 bool isClipPathOperation() const { return type() == TypeClipPathOperation; }
63 bool isColor() const { return type() == TypeColor; }
64 bool isDouble() const { return type() == TypeDouble; }
65 bool isFilterOperations() const { return type() == TypeFilterOperations; }
66 bool isImage() const { return type() == TypeImage; }
67 bool isLength() const { return type() == TypeLength; }
68 bool isLengthBox() const { return type() == TypeLengthBox; }
69 bool isLengthBoxAndBool() const { return type() == TypeLengthBoxAndBool; }
70 bool isLengthPoint() const { return type() == TypeLengthPoint; }
71 bool isLengthPoint3D() const { return type()
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DCollectionType.h70 inline bool isUnnamedHTMLCollectionType(CollectionType type) argument
72 return type < FirstNamedCollectionType;
75 inline bool isHTMLCollectionType(CollectionType type) argument
77 return type < FirstLiveNodeListType;
80 inline bool isLiveNodeListType(CollectionType type) argument
82 return type >= FirstLiveNodeListType;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducln_in.c47 void ucln_i18n_registerCleanup(ECleanupI18NType type, argument
50 U_ASSERT(UCLN_I18N_START < type && type < UCLN_I18N_COUNT);
52 if (UCLN_I18N_START < type && type < UCLN_I18N_COUNT)
54 gCleanupFunctions[type] = func;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlpool.h60 #define DRI_CONF_OPT_BEGIN(name,type,def) \
61 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\">\n"
64 #define DRI_CONF_OPT_BEGIN_Q(name,type,def) \
65 "<option name=\""#name"\" type=\""#type"\" default="#def">\n"
68 #define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \
69 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\" valid=\""valid"\">\n"
/external/chromium_org/ui/webui/resources/js/cr/
H A Devent_target.js24 * @param {string} type The name of the event.
28 addEventListener: function(type, handler) {
31 if (!(type in this.listeners_)) {
32 this.listeners_[type] = [handler];
34 var handlers = this.listeners_[type];
42 * @param {string} type The name of the event.
46 removeEventListener: function(type, handler) {
49 if (type in this.listeners_) {
50 var handlers = this.listeners_[type];
55 delete this.listeners_[type];
[all...]
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp39 typedef T type; typedef in struct:X2
40 using typename outer::inner::vector<type>::iterator;
41 using outer::inner::vector<type>::push_back;
70 typedef T type; typedef in struct:X4
76 ::X4<type>::g(t);
77 this->::X4<type>::g(t);
84 typedef Integer type; typedef in struct:X4
89 void h(type t) {
91 ::X4<type>::g(t);
92 this->::X4<type>
99 typedef T type; typedef in struct:X5
106 typedef T* type; typedef in struct:X6
117 typedef typename TT<T>::type type; typedef in struct:outer::inner::apply_meta
126 typedef outer_alias::inner::apply_meta<T_type, U_type::template apply> type; typedef in struct:X7
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-attr.cpp22 typedef A<unsigned long> type; typedef in namespace:test1
24 int test0[sizeof(type) == 4 ? 1 : -1];
25 int test1[__builtin_offsetof(type, a) == 0 ? 1 : -1];
26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1];
30 template <class type>
32 type Member __attribute__ ((packed));
/external/hamcrest/library/src/org/hamcrest/object/
H A DIsCompatibleType.java9 private final Class<T> type; field in class:IsCompatibleType
11 public IsCompatibleType(Class<T> type) { argument
12 this.type = type;
16 return type.isAssignableFrom(cls);
20 description.appendText("type < ").appendText(type.getName());
/external/icu/icu4c/source/i18n/
H A Ducln_in.c48 void ucln_i18n_registerCleanup(ECleanupI18NType type, argument
51 U_ASSERT(UCLN_I18N_START < type && type < UCLN_I18N_COUNT);
53 if (UCLN_I18N_START < type && type < UCLN_I18N_COUNT)
55 gCleanupFunctions[type] = func;
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlpool.h60 #define DRI_CONF_OPT_BEGIN(name,type,def) \
61 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\">\n"
64 #define DRI_CONF_OPT_BEGIN_Q(name,type,def) \
65 "<option name=\""#name"\" type=\""#type"\" default="#def">\n"
68 #define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \
69 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\" valid=\""valid"\">\n"
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlToken.java37 final HtmlTokenType type; field in class:HtmlToken
39 static HtmlToken instance(int start, int end, HtmlTokenType type) { argument
40 return new HtmlToken(start, end, type);
49 private HtmlToken(int start, int end, HtmlTokenType type) { argument
52 this.type = type;
/external/valgrind/main/none/tests/s390x/
H A Ddfp_utils.h10 #define DFP_VAL_PRINT(op, type) \
12 size_t n = sizeof(type); \
22 #define DFP_BINOP_PRINT(op1, op2, result, type, op, cc) \
24 DFP_VAL_PRINT(op1, type); \
26 DFP_VAL_PRINT(op2, type); \
28 DFP_VAL_PRINT(result, type); \
/external/ceres-solver/internal/ceres/
H A Dtypes.cc40 #define STRENUM(x) if (value == #x) { *type = x; return true;}
46 const char* LinearSolverTypeToString(LinearSolverType type) { argument
47 switch (type) {
60 bool StringToLinearSolverType(string value, LinearSolverType* type) { argument
72 const char* PreconditionerTypeToString(PreconditionerType type) { argument
73 switch (type) {
84 bool StringToPreconditionerType(string value, PreconditionerType* type) { argument
95 SparseLinearAlgebraLibraryType type) {
96 switch (type) {
107 SparseLinearAlgebraLibraryType* type) {
94 SparseLinearAlgebraLibraryTypeToString( SparseLinearAlgebraLibraryType type) argument
105 StringToSparseLinearAlgebraLibraryType( string value, SparseLinearAlgebraLibraryType* type) argument
115 DenseLinearAlgebraLibraryTypeToString( DenseLinearAlgebraLibraryType type) argument
125 StringToDenseLinearAlgebraLibraryType( string value, DenseLinearAlgebraLibraryType* type) argument
134 TrustRegionStrategyTypeToString(TrustRegionStrategyType type) argument
143 StringToTrustRegionStrategyType(string value, TrustRegionStrategyType* type) argument
151 DoglegTypeToString(DoglegType type) argument
160 StringToDoglegType(string value, DoglegType* type) argument
167 MinimizerTypeToString(MinimizerType type) argument
176 StringToMinimizerType(string value, MinimizerType* type) argument
183 LineSearchDirectionTypeToString(LineSearchDirectionType type) argument
194 StringToLineSearchDirectionType(string value, LineSearchDirectionType* type) argument
204 LineSearchTypeToString(LineSearchType type) argument
213 StringToLineSearchType(string value, LineSearchType* type) argument
220 LineSearchInterpolationTypeToString( LineSearchInterpolationType type) argument
231 StringToLineSearchInterpolationType( string value, LineSearchInterpolationType* type) argument
241 NonlinearConjugateGradientTypeToString( NonlinearConjugateGradientType type) argument
252 StringToNonlinearConjugateGradientType( string value, NonlinearConjugateGradientType* type) argument
262 CovarianceAlgorithmTypeToString( CovarianceAlgorithmType type) argument
273 StringToCovarianceAlgorithmType( string value, CovarianceAlgorithmType* type) argument
283 VisibilityClusteringTypeToString( VisibilityClusteringType type) argument
293 StringToVisibilityClusteringType( string value, VisibilityClusteringType* type) argument
302 TerminationTypeToString(TerminationType type) argument
317 IsSchurType(LinearSolverType type) argument
323 IsSparseLinearAlgebraLibraryTypeAvailable( SparseLinearAlgebraLibraryType type) argument
345 IsDenseLinearAlgebraLibraryTypeAvailable( DenseLinearAlgebraLibraryType type) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c48 struct lp_type type)
51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u",
52 type.floating ? "f" : (type.fixed ? "h" : "i"),
53 type.width,
54 type.norm ? "n" : "",
55 type.length);
60 read_elem(struct lp_type type, cons argument
47 dump_type(FILE *fp, struct lp_type type) argument
123 write_elem(struct lp_type type, void *dst, unsigned index, double value) argument
192 random_elem(struct lp_type type, void *dst, unsigned index) argument
220 read_vec(struct lp_type type, const void *src, double *dst) argument
229 write_vec(struct lp_type type, void *dst, const double *src) argument
245 random_vec(struct lp_type type, void *dst) argument
254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) argument
276 compare_vec(struct lp_type type, const void *res, const void *ref) argument
284 dump_vec(FILE *fp, struct lp_type type, const void *src) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_main.c48 struct lp_type type)
51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u",
52 type.floating ? "f" : (type.fixed ? "h" : "i"),
53 type.width,
54 type.norm ? "n" : "",
55 type.length);
60 read_elem(struct lp_type type, cons argument
47 dump_type(FILE *fp, struct lp_type type) argument
123 write_elem(struct lp_type type, void *dst, unsigned index, double value) argument
192 random_elem(struct lp_type type, void *dst, unsigned index) argument
220 read_vec(struct lp_type type, const void *src, double *dst) argument
229 write_vec(struct lp_type type, void *dst, const double *src) argument
245 random_vec(struct lp_type type, void *dst) argument
254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) argument
276 compare_vec(struct lp_type type, const void *res, const void *ref) argument
284 dump_vec(FILE *fp, struct lp_type type, const void *src) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_validate.cpp107 if (ir->condition->type != glsl_type::bool_type) {
108 printf("ir_if condition %s type instead of bool.\n",
109 ir->condition->type->name);
216 printf("Function signature %p for function %s has NULL return type.\n",
231 assert(ir->operands[0]->type == ir->type);
234 assert(ir->type->base_type == GLSL_TYPE_BOOL);
235 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL);
244 assert(ir->type == ir->operands[0]->type);
[all...]
/external/mesa3d/src/glsl/
H A Dir_validate.cpp107 if (ir->condition->type != glsl_type::bool_type) {
108 printf("ir_if condition %s type instead of bool.\n",
109 ir->condition->type->name);
216 printf("Function signature %p for function %s has NULL return type.\n",
231 assert(ir->operands[0]->type == ir->type);
234 assert(ir->type->base_type == GLSL_TYPE_BOOL);
235 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL);
244 assert(ir->type == ir->operands[0]->type);
[all...]

Completed in 887 milliseconds

1234567891011>>