/external/libcxx/test/std/containers/associative/map/map.cons/ |
D | move_alloc.pass.cpp | 31 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 33 typedef test_allocator<VC> A; in main() 70 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 72 typedef test_allocator<VC> A; in main() 109 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 111 typedef other_allocator<VC> A; in main() 149 typedef std::pair<const int, T> VC; in main() typedef 150 typedef test_allocator<VC> A; in main() 195 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 197 typedef min_allocator<VC> A; in main() [all …]
|
D | move_assign.pass.cpp | 30 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 32 typedef test_allocator<VC> A; in main() 70 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 72 typedef test_allocator<VC> A; in main() 110 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 112 typedef other_allocator<VC> A; in main() 150 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 152 typedef min_allocator<VC> A; in main()
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
D | move_alloc.pass.cpp | 31 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 33 typedef test_allocator<VC> A; in main() 70 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 72 typedef test_allocator<VC> A; in main() 109 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 111 typedef other_allocator<VC> A; in main() 149 typedef std::pair<const int, T> VC; in main() typedef 150 typedef test_allocator<VC> A; in main() 195 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 197 typedef min_allocator<VC> A; in main() [all …]
|
D | move_assign.pass.cpp | 30 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 32 typedef test_allocator<VC> A; in main() 70 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 72 typedef test_allocator<VC> A; in main() 110 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 112 typedef other_allocator<VC> A; in main() 150 typedef std::pair<const MoveOnly, MoveOnly> VC; in main() typedef 152 typedef min_allocator<VC> A; in main()
|
/external/libxml2/result/VC/ |
D | AttributeDefaultLegal | 1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value 4 ./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value 7 ./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value 10 ./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val …
|
D | AttributeDefaultLegal.rdr | 1 ./test/VC/AttributeDefaultLegal:4: validity error : Attribute doc of At: invalid default value 4 ./test/VC/AttributeDefaultLegal:6: validity error : Attribute doc of bad: invalid default value 7 ./test/VC/AttributeDefaultLegal:8: validity error : Attribute doc of bad2: invalid default value 10 ./test/VC/AttributeDefaultLegal:11: element doc: validity error : No declaration for attribute val …
|
D | NS3 | 1 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from d… 4 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://exa… 7 ./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace doe…
|
D | NS3.rdr | 1 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo is different from d… 4 ./test/VC/NS3:9: element foo: validity error : Value for attribute xmlns of foo must be "http://exa… 7 ./test/VC/NS3:9: element foo: validity error : Element foo namespace name for default namespace doe…
|
D | PENesting2.rdr | 1 ./test/VC/PENesting2:1: parser error : StartTag: invalid element name 4 ./test/VC/PENesting2 : failed to parse
|
D | PENesting.rdr | 1 ./test/VC/PENesting:1: parser error : StartTag: invalid element name 4 ./test/VC/PENesting : failed to parse
|
D | ElementValid2.rdr | 1 ./test/VC/ElementValid2:4: element p: validity error : No declaration for element p 4 ./test/VC/ElementValid2:5: element p: validity error : No declaration for element p
|
D | PENesting2 | 1 ./test/VC/PENesting2:1: parser error : StartTag: invalid element name 4 ./test/VC/PENesting2:1: parser error : Extra content at the end of the document
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/ |
D | ARMBaseInfo.h | 39 VC, // No overflow Not unordered enumerator 58 case VS: return VC; in getOppositeCondition() 59 case VC: return VS; in getOppositeCondition() 79 case ARMCC::VC: return "vc"; in ARMCondCodeToString() 102 .Case("vc", ARMCC::VC) in ARMCondCodeFromString()
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p7.cpp | 10 template <typename T> concept bool VC { true }; // expected-note {{previous declaration is here}} e… 11 template bool VC<int>; // expected-error {{variable concept cannot be explicitly instantiated}} variable 12 extern template bool VC<double>; // expected-error {{variable concept cannot be explicitly instanti…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-xray/X86/ |
D | graph-diff-simple.txt | 9 #RUN: | FileCheck %s -check-prefix=VC 79 #VC: digraph xrayDiff { 80 #VC-DAG: F[[F0NO:[0-9]+]] [label="F0"] 81 #VC-DAG: F[[N1NO:[0-9]+]] [label="#1" color="#276419"] 82 #VC-DAG: F[[N2NO:[0-9]+]] [label="#2" color="#276419"] 83 #VC-DAG: F[[N3NO:[0-9]+]] [label="#3" color="#276419"] 84 #VC-DAG: F[[N4NO:[0-9]+]] [label="#4" color="#9BCF61"] 85 #VC-DAG: F[[N5NO:[0-9]+]] [label="#5" color="#F7F7F7"] 86 #VC-DAG: F[[N6NO:[0-9]+]] [label="#6" color="#F5C4E0"] 87 #VC-DAG: F[[N7NO:[0-9]+]] [label="#7" color="#E17FB4"] [all …]
|
/external/llvm/lib/LTO/ |
D | CMakeLists.txt | 1 # Figure out if we can track VC revisions. 21 # The VC revision include that we want to generate. 27 # Create custom target to generate the VC revision include. 45 # Not producing a VC revision include.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | vsx-args.ll | 21 ; CHECK: lxvd2x [[VC:[0-9]+]], 22 ; CHECK: xvadddp 34, 34, [[VC]] 31 ; CHECK-FISL: lxvd2x [[VC:[0-9]+]], 32 ; CHECK-FISL: xvadddp 34, 34, [[VC]]
|
/external/curl/projects/ |
D | build-openssl.bat | 64 set "VC_PATH=Microsoft Visual Studio 8\VC" 68 set "VC_PATH=Microsoft Visual Studio 9.0\VC" 72 set "VC_PATH=Microsoft Visual Studio 10.0\VC" 76 set "VC_PATH=Microsoft Visual Studio 11.0\VC" 80 set "VC_PATH=Microsoft Visual Studio 12.0\VC" 84 set "VC_PATH=Microsoft Visual Studio 14.0\VC" 91 if exist "%PF%\Microsoft Visual Studio\2017\Enterprise\VC" ( 92 set "VC_PATH=Microsoft Visual Studio\2017\Enterprise\VC" 93 ) else if exist "%PF%\Microsoft Visual Studio\2017\Professional\VC" ( 94 set "VC_PATH=Microsoft Visual Studio\2017\Professional\VC" [all …]
|
/external/clang/test/SemaCXX/ |
D | microsoft-dtor-lookup.cpp | 22 struct VC : A, B { struct 23 …virtual ~VC(); // expected-error {{member 'operator delete' found in multiple base classes of diff… 28 VC vc; in f()
|
/external/tensorflow/third_party/toolchains/preconfig/win_1803/bazel_121/ |
D | BUILD | 204 …"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MSVC\\14.25.28508\\in… 216 …msvc_cl_path = "C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.25.28… 217 …msvc_env_include = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MS… 218 …msvc_env_lib = "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\VC\\Tools\\MSVC\\… 219 …9\\Preview\\VC\\Tools\\MSVC\\14.25.28508\\bin\\HostX64\\x64;C:\\Program Files (x86)\\Microsoft Vis… 221 …msvc_lib_path = "C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.25.2… 222 …msvc_link_path = "C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.25.… 223 …msvc_ml_path = "C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.25.28… 227 …"ar": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.25.28508/bin/H… 228 …"ml": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.25.28508/bin/H… [all …]
|
/external/clang/lib/Basic/ |
D | CMakeLists.txt | 7 # Figure out if we can track VC revisions. 28 # The VC revision include that we want to generate. 34 # Create custom target to generate the VC revision include. 54 # Not producing a VC revision include.
|
/external/skqp/gn/ |
D | BUILDCONFIG.gn | 139 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\VC" 141 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\VC" 143 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC" 145 "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC" 146 vc_2015_default = "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC" 176 assert(win_vc != "") # Could not find VC installation. Set win_vc to your VC directory.
|
/external/python/cryptography/.jenkins/ |
D | Jenkinsfile-OpenSSL-1.1 | 26 @SET OPENSSLARCHFLAG="VC-WIN32" 29 @SET OPENSSLARCHFLAG="VC-WIN64A" 32 … call "C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\vcvarsall.bat" %BUILDARCHFLAG% 35 … call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat" %BUILDARCHFLAG%
|
/external/OpenCSD/ |
D | .gitignore | 73 *.VC.db 74 *.VC.VC.opendb
|
/external/libiio/src/ |
D | libiio.iss.cmakein | 53 …d-win32\Release\libiio.lib"; DestDir: "{pf32}\Microsoft Visual Studio 12.0\VC\lib"; Check: not Is6… 54 …d-win64\Release\libiio.lib"; DestDir: "{pf32}\Microsoft Visual Studio 12.0\VC\lib\amd64"; Check: I… 55 Source: "C:\projects\libiio\iio.h"; DestDir: "{pf32}\Microsoft Visual Studio 12.0\VC\include" 68 Source: "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT\msvc… 69 Source: "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x64\Microsoft.VC120.CRT\msvc…
|