Searched refs:BuildType (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/tools/cr/cr/base/ |
D | buildtype.py | 10 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/ |
D | init.py | 14 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/ |
D | BandMatrix.h | 102 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/ |
D | AppleObjCTypeVendor.cpp | 367 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/ |
D | gpu_test_config.h | 40 enum BuildType { enum
|