Searched defs:var_type (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/
H A Dcmdline-option.c28 int var_type; member in struct:__anon10169
155 if (oo->var_type != OPTION_IS_FLAG) {
164 if (oo->var_type == OPTION_IS_PARAM)
168 else if (oo->var_type == OPTION_IS_LIST)
214 if ( oo->var_type == OPTION_IS_LIST ) {
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2027 const struct glsl_type *var_type; local
2048 var_type = process_array_type(&loc, decl_type, decl->array_size,
2051 var_type = decl_type;
2054 var = new(ctx) ir_variable(var_type, decl->identifier, ir_var_auto);
/external/opencv/ml/src/
H A Dml_inner_functions.cpp565 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx, argument
582 if( !CV_IS_MAT(var_type) )
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
585 if( var_type->rows != 1 && var_type->cols != 1 )
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
588 if( !CV_IS_MASK_ARR(var_type))
591 tm_size = var_type->rows + var_type
[all...]
/external/v8/tools/gcmole/
H A Dgcmole.cc804 const clang::QualType& var_type,
807 if (IsRawPointerType(var_type)) {
803 Use(const clang::Expr* parent, const clang::QualType& var_type, const std::string& var_name, const Environment& env) argument
/external/opencv/ml/include/
H A Dml.h809 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData

Completed in 778 milliseconds