Searched refs:Cpp (Results 1 – 25 of 146) sorted by relevance
123456
/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/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 | 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 | 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 | Microsoft.Cpp.Win32.llvm.props.in | 2 …crosoft.Cpp.$(Platform).@VS_VERSION@.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platfo…
|
/external/python/pybind11/include/pybind11/detail/ |
D | init.h | 40 template <typename Class> using Cpp = typename Class::type; variable 44 template <typename Class> using is_alias_constructible = std::is_constructible<Alias<Class>, Cpp<Cl… 48 bool is_alias(Cpp<Class> *ptr) { in is_alias() 72 value_and_holder &v_h, Cpp<Class> &&base) { in construct_alias_from_cpp() 77 value_and_holder &, Cpp<Class> &&) { in construct_alias_from_cpp() 96 void construct(value_and_holder &v_h, Cpp<Class> *ptr, bool need_alias) { in construct() 126 v_h.value_ptr() = static_cast<Cpp<Class> *>(alias_ptr); in construct() 150 void construct(value_and_holder &v_h, Cpp<Class> &&result, bool need_alias) { in construct() 151 static_assert(std::is_move_constructible<Cpp<Class>>::value, in construct() 156 v_h.value_ptr() = new Cpp<Class>(std::move(result)); in construct() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() 97 .Case(".cpp", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 98 .Case(".cc", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 99 .Case(".cxx", Lang == PDB_Lang::Cpp) in getSourceFileFullPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() 97 .Case(".cpp", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 98 .Case(".cc", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 99 .Case(".cxx", Lang == PDB_Lang::Cpp) in getSourceFileFullPath()
|
/external/llvm-project/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 51 …port Project="$(VCTargetsPath)\Microsoft.Cpp.WindowsSDK.props" Condition="Exists('$(VCTargetsPath)… 52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Common.props" />
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/quality/ |
D | gen_decision_forest.gni | 11 action("${target_name}Cpp") { 42 deps = [ ":${target_name}Cpp" ] + extra_deps 44 sources = get_target_outputs(":${target_name}Cpp")
|
/external/libaom/libaom/ |
D | .clang-format | 2 Language: Cpp 99 - Language: Cpp 104 - Cpp
|
/external/libvpx/libvpx/ |
D | .clang-format | 2 Language: Cpp 100 - Language: Cpp 105 - Cpp
|
/external/libwebm/ |
D | .clang-format | 2 Language: Cpp 104 - Language: Cpp 109 - Cpp
|
/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
|
/external/swiftshader/third_party/ |
D | .clang-format | 2 Language: Cpp
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | .clang-format | 2 Language: Cpp
|
/external/libcxx/utils/google-benchmark/ |
D | .clang-format | 2 Language: Cpp
|
/external/swiftshader/third_party/subzero/ |
D | .clang-format | 2 Language: Cpp
|
/external/libtextclassifier/abseil-cpp/ |
D | .clang-format | 2 Language: Cpp
|
/external/webrtc/third_party/abseil-cpp/ |
D | .clang-format | 2 Language: Cpp
|
/external/openscreen/third_party/abseil/src/ |
D | .clang-format | 2 Language: Cpp
|
/external/abseil-cpp/ |
D | .clang-format | 2 Language: Cpp
|
/external/cpu_features/ |
D | .clang-format | 2 Language: Cpp
|
123456