HomeSort by relevance Sort by last modified time
    Searched refs:var_type (Results 1 - 13 of 13) sorted by null

  /frameworks/base/libs/rs/
spec.l 7 %x var_type
90 BEGIN(var_type);
97 BEGIN(var_type);
100 <var_type>"const" {
104 <var_type>"i8" {
110 <var_type>"i16" {
116 <var_type>"i32" {
122 <var_type>"i64" {
128 <var_type>"u8" {
134 <var_type>"u16"
    [all...]
  /external/qemu/android/
cmdline-option.c 28 int var_type; member in struct:__anon9359
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/bluetooth/glib/gio/
gwin32volumemonitor.c 84 DWORD var_type = REG_DWORD; //the value's a REG_DWORD type local
94 if (RegQueryValueEx (key, "NoDrives", NULL, &var_type,
114 if (RegQueryValueEx (key, "NoDrives", NULL, &var_type,
  /system/media/mca/filterfw/native/core/
shader_program.h 470 static bool CheckValueCount(const std::string& var_type,
478 static bool CheckValueMult(const std::string& var_type,
shader_program.cpp 615 bool ShaderProgram::CheckValueCount(const std::string& var_type,
623 var_type.c_str(), var_name.c_str(),
631 bool ShaderProgram::CheckValueMult(const std::string& var_type,
637 "but %d elements were passed!", var_type.c_str(), var_name.c_str(),
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 565 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx,
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->cols - 1
    [all...]
mltree.cpp 49 var_idx = var_type = cat_count = cat_ofs = cat_map =
63 var_idx = var_type = cat_count = cat_ofs = cat_map =
155 cvNorm( data->var_type, var_type, CV_C ) < FLT_EPSILON &&
235 CV_CALL( var_type = cvCreateMat( 1, var_count+2, CV_32SC1 ));
245 var_type->data.i[vi] = var_type0->data.ptr[vi] == CV_VAR_CATEGORICAL ?
251 // set the two last elements of var_type array to be able
254 var_type->data.i[var_count] = cat_var_count;
255 var_type->data.i[var_count+1] = cat_var_count+1;
919 cvReleaseMat( &var_type );
    [all...]
mlrtrees.cpp 126 int ci = data->var_type->data.i[vi];
mlboost.cpp     [all...]
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 509 char var_type[2] = { type, '\0'}; local
510 dbus_message_iter_open_container(iter, DBUS_TYPE_VARIANT, var_type, &value_iter);
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 252 def __init__(self, start, end, name, var_type, initial_value, namespace):
254 self.type = var_type
731 var_type = Type(pos_token.start, pos_token.end, type_name,
735 name, var_type, value, self.namespace_stack)
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 2027 const struct glsl_type *var_type; local
    [all...]
  /external/opencv/ml/include/
ml.h 809 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData
    [all...]

Completed in 402 milliseconds