Searched refs:Cpp (Results 1 – 25 of 110) sorted by relevance
12345
/external/skqp/third_party/Nima-Cpp/ |
D | BUILD.gn | 10 "../externals/Nima-Cpp/Source", 13 "$target_gen_dir/Nima-Cpp/nima", 19 "../externals/Nima-Math-Cpp/Source", 22 "$target_gen_dir/Nima-Math-Cpp/nima", 26 third_party("Nima-Cpp") { 33 "$target_gen_dir/Nima-Cpp", 34 "$target_gen_dir/Nima-Math-Cpp", 43 "../externals/Nima-Cpp/Source/Actor.cpp", 44 "../externals/Nima-Cpp/Source/ActorBone.cpp", 45 "../externals/Nima-Cpp/Source/ActorCollider.cpp", [all …]
|
/external/skia/third_party/Nima-Cpp/ |
D | BUILD.gn | 10 "../externals/Nima-Cpp/Source", 13 "$target_gen_dir/Nima-Cpp/nima", 19 "../externals/Nima-Math-Cpp/Source", 22 "$target_gen_dir/Nima-Math-Cpp/nima", 26 third_party("Nima-Cpp") { 33 "$target_gen_dir/Nima-Cpp", 34 "$target_gen_dir/Nima-Math-Cpp", 43 "../externals/Nima-Cpp/Source/Actor.cpp", 44 "../externals/Nima-Cpp/Source/ActorBone.cpp", 45 "../externals/Nima-Cpp/Source/ActorCollider.cpp", [all …]
|
/external/llvm/tools/msbuild/ |
D | uninstall.bat | 15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 16 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props 17 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets 19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 20 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props 21 IF EXIST %D%\LLVM-vs2010 del %D%\LLVM-vs2010\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets 24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 25 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.props 26 IF EXIST %D%\LLVM-vs2012 del %D%\LLVM-vs2012\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012.targets 28 IF EXIST %D%\LLVM-vs2012_xp del %D%\LLVM-vs2012_xp\Microsoft.Cpp.%PLATFORM%.LLVM-vs2012_xp.props [all …]
|
D | install.bat | 18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 36 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 38 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 55 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.props %D%\LLVM-vs2010 57 copy %PLATFORM%\Microsoft.Cpp.%PLATFORM%.LLVM-vs2010.targets %D%\LLVM-vs2010 [all …]
|
D | CMakeLists.txt | 7 set(prop_file_in "Microsoft.Cpp.Win32.llvm.props.in") 8 set(prop_file_v100 "Microsoft.Cpp.${platform}.LLVM-vs2010.props") 9 set(prop_file_v110 "Microsoft.Cpp.${platform}.LLVM-vs2012.props") 10 set(prop_file_v110_xp "Microsoft.Cpp.${platform}.LLVM-vs2012_xp.props") 51 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RE… 52 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012.targets" DESTINATION "tools/msbuild/${platform}" RE… 53 …install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets" DESTINATION "tools/msbuild/${platform}"…
|
D | Microsoft.Cpp.Win32.llvm.props.in | 2 …crosoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platfo…
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | uninstall.bat | 15 IF EXIST "%VCTargets%\LLVM.Cpp.Common.props" del "%VCTargets%\LLVM.Cpp.Common.props" 16 IF EXIST "%VCTargets%\LLVM.Cpp.Common.targets" del "%VCTargets%\LLVM.Cpp.Common.targets"
|
D | LLVM.Cpp.Common.props | 4 2) ├─ Import Microsoft.Cpp.props 6 4) │ └─ Import This File (LLVM.Cpp.Common.props) 8 6) └─ Import Microsoft.Cpp.targets 45 …port Project="$(VCTargetsPath)\Microsoft.Cpp.WindowsSDK.props" Condition="Exists('$(VCTargetsPath)… 46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Common.props" />
|
D | install.bat | 21 copy LLVM.Cpp.Common.props "%VCTargets%" 23 copy LLVM.Cpp.Common.targets "%VCTargets%"
|
/external/skia/ |
D | DEPS | 35 …"third_party/externals/Nima-Cpp" : "https://skia.googlesource.com/external/github.com/2d-in… 36 …"third_party/externals/Nima-Math-Cpp" : "https://skia.googlesource.com/external/github.com/2d-in…
|
/external/skqp/ |
D | DEPS | 36 …"third_party/externals/Nima-Cpp" : "https://skia.googlesource.com/external/github.com/2d-in… 37 …"third_party/externals/Nima-Math-Cpp" : "https://skia.googlesource.com/external/github.com/2d-in…
|
/external/antlr/runtime/Cpp/tests/ |
D | Makefile | 12 STGS = $(wildcard ../../../tool/src/main/resources/org/antlr/codegen/templates/Cpp/*.stg) 29 org/antlr/codegen/templates/Cpp/Cpp.stg
|
D | t009lexer.g | 3 language =Cpp;
|
D | t001lexer.g | 3 language =Cpp;
|
D | t002lexer.g | 3 language =Cpp;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 97 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() 100 bool LangC = (Lang == PDB_Lang::Cpp || Lang == PDB_Lang::C); in getSourceFileFullPath()
|
/external/libcxx/utils/google-benchmark/ |
D | .clang-format | 2 Language: Cpp
|
/external/google-benchmark/ |
D | .clang-format | 2 Language: Cpp
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | .clang-format | 2 Language: Cpp
|
/external/deqp-deps/SPIRV-Tools/ |
D | .clang-format | 2 Language: Cpp
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | .clang-format | 2 Language: Cpp
|
/external/google-fruit/ |
D | .clang-format | 2 Language: Cpp
|
/external/grpc-grpc/ |
D | .clang-format | 2 Language: Cpp
|
/external/googletest/ |
D | .clang-format | 3 Language: Cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/Platformx86/ |
D | Toolset.targets | 2 <Import Project="$(VCTargetsPath)\LLVM.Cpp.Common.targets"/>
|
12345