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

  /art/runtime/mirror/
var_handle_test.cc 47 Handle<Class> var_type = hs.NewHandle(art_field->ResolveType()); variable
50 InitializeVarHandle(fvh.Get(), var_type, access_modes_bit_mask);
54 var_type,
74 Handle<Class> var_type = hs.NewHandle(array_class->GetComponentType()); variable
76 InitializeVarHandle(vh.Get(), var_type, array_class, index_type, access_modes_bit_mask);
92 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); variable
96 InitializeVarHandle(bvh.Get(), var_type, byte_array_class, index_type, access_modes_bit_mask);
112 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); variable
117 InitializeVarHandle(bvh.Get(), var_type, byte_buffer_class, index_type, access_modes_bit_mask);
154 Handle<Class> var_type,
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h 43 var_type(intelligibility::VarianceArray::kStepDecaying),
52 intelligibility::VarianceArray::StepType var_type; member in struct:webrtc::IntelligibilityEnhancer::Config
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 112 enum cl_var_type var_type; member in struct:cl_option
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 223 string var_type = GetCppVariableType(arg); local
230 out << var_type << " " << cur_arg_name << " = nullptr;\n";
232 out << var_type << " " << cur_arg_name << " = 0;\n";
234 out << var_type << " " << cur_arg_name << ";\n";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp 1051 const string var_type = data_type.str(); local
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 659 ValueType var_type = TypeOf(expr); local
660 DCHECK_NE(kWasmStmt, var_type);
663 kExprGetGlobal, LookupOrInsertGlobal(var, var_type));
666 LookupOrInsertLocal(var, var_type));
953 ValueType var_type = TypeOf(expr); local
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 4713 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 969 milliseconds