Home
last modified time | relevance | path

Searched refs:BuildType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/cr/cr/base/
Dbuildtype.py10 class BuildType(cr.Plugin, cr.Plugin.Type): class
25 super(BuildType, self).__init__()
40 class DebugBuildType(BuildType):
48 class ReleaseBuildType(BuildType):
57 return BuildType.GetPlugin('Debug').priority + 1
/external/chromium_org/tools/cr/cr/commands/
Dinit.py14 cr.Platform.SELECTOR, cr.BuildType.SELECTOR, cr.Arch.SELECTOR,
43 cr.BuildType.AddArguments(parser)
67 if not cr.BuildType.FindPlugin(buildtype):
69 print 'Must be one of', ','.join(p.name for p in cr.BuildType.Plugins())
/external/eigen/Eigen/src/Core/
DBandMatrix.h102 typedef Block<CoefficientsType,1, DiagonalSize> BuildType; typedef
104 CwiseUnaryOp<internal::scalar_conjugate_op<Scalar>,BuildType >,
105 BuildType>::type Type;
111 …return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diag… in diagonal()
117 …return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diag… in diagonal()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp367 clang::QualType ret_type = BuildType(ast_ctx, m_type_vector[0].c_str()); in BuildMethod()
393 clang::QualType arg_type = BuildType(ast_ctx, m_type_vector[ai].c_str()); in BuildMethod()
414 clang::QualType BuildType (clang::ASTContext &ast_ctx, const char *type) in BuildType() function in ObjCRuntimeMethodType
425 clang::QualType target_type = BuildType(ast_ctx, type+1); in BuildType()
435 clang::QualType target_type = BuildType(ast_ctx, type+1); in BuildType()
/external/chromium_org/gpu/config/
Dgpu_test_config.h40 enum BuildType { enum