Searched refs:BuildType (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
D | test-release.sh | 344 BuildType="Release" 348 BuildType="Release" 352 BuildType="Debug" 370 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \ 375 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
|
/external/llvm/utils/release/ |
D | test-release.sh | 338 BuildType="Release" 343 BuildType="Release" 348 BuildType="Debug" 377 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \ 383 -DCMAKE_BUILD_TYPE=$BuildType -DLLVM_ENABLE_ASSERTIONS=$Assertions \
|
/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/syzkaller/dashboard/app/ |
D | entities.go | 52 Type BuildType 200 type BuildType int type 203 BuildNormal BuildType = iota
|
D | api.go | 264 func uploadBuild(c context.Context, now time.Time, ns string, req *dashapi.Build, typ BuildType) (b… argument
|