Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh344 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/
Dtest-release.sh338 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/
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/syzkaller/dashboard/app/
Dentities.go52 Type BuildType
200 type BuildType int type
203 BuildNormal BuildType = iota
Dapi.go264 func uploadBuild(c context.Context, now time.Time, ns string, req *dashapi.Build, typ BuildType) (b… argument