/external/python/cpython3/Tools/msi/ |
D | get_externals.bat | 52 set binaries= variable 54 set binaries=%binaries% binutils variable 55 set binaries=%binaries% gpg variable 56 set binaries=%binaries% htmlhelp variable 57 set binaries=%binaries% nuget variable 58 set binaries=%binaries% redist-1 variable 59 set binaries=%binaries% wix variable 61 for %%b in (%binaries%) do ( 77 echo.Pull all sources and binaries necessary for compiling optional extension
|
/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 27 EntryPointsAmountTest() { binaries.reserve(0xFFFF); } in EntryPointsAmountTest() 30 binaries.push_back({SpvMagicNumber, in SetUp() 103 binaries.push_back(binary); in SetUp() 106 void TearDown() override { binaries.clear(); } in TearDown() 108 spvtest::Binaries binaries; member in spvtools::__anonbd4143340111::EntryPointsAmountTest 114 EXPECT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)); in TEST_F() 119 binaries.push_back({SpvMagicNumber, in TEST_F() 146 EXPECT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)); in TEST_F()
|
D | ids_limit_test.cpp | 27 spvtest::Binaries binaries = { in TEST_F() local 40 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)); in TEST_F() 46 spvtest::Binaries binaries = { in TEST_F() local 65 EXPECT_EQ(SPV_ERROR_INVALID_ID, Link(binaries, &linked_binary)); in TEST_F()
|
D | linker_fixture.h | 77 spvtest::Binaries binaries(bodies.size()); 79 if (!tools_.Assemble(bodies[i], binaries.data() + i, assemble_options_)) 82 return spvtools::Link(context_, binaries, linked_binary, options); 183 const spvtest::Binaries& binaries, spvtest::Binary* linked_binary, 186 return spvtools::Link(context_, binaries, linked_binary, options);
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/link/ |
D | global_values_amount_test.cpp | 27 EntryPointsAmountTest() { binaries.reserve(0xFFFF); } in EntryPointsAmountTest() 30 binaries.push_back({SpvMagicNumber, in SetUp() 103 binaries.push_back(binary); in SetUp() 106 void TearDown() override { binaries.clear(); } in TearDown() 108 spvtest::Binaries binaries; member in spvtools::__anonc8de06e70111::EntryPointsAmountTest 114 EXPECT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)); in TEST_F() 119 binaries.push_back({SpvMagicNumber, in TEST_F() 146 EXPECT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)); in TEST_F()
|
D | ids_limit_test.cpp | 27 spvtest::Binaries binaries = { in TEST_F() local 40 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)); in TEST_F() 46 spvtest::Binaries binaries = { in TEST_F() local 65 EXPECT_EQ(SPV_ERROR_INVALID_ID, Link(binaries, &linked_binary)); in TEST_F()
|
D | linker_fixture.h | 77 spvtest::Binaries binaries(bodies.size()); 79 if (!tools_.Assemble(bodies[i], binaries.data() + i, assemble_options_)) 82 return spvtools::Link(context_, binaries, linked_binary, options); 183 const spvtest::Binaries& binaries, spvtest::Binary* linked_binary, 186 return spvtools::Link(context_, binaries, linked_binary, options);
|
/external/deqp-deps/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 27 EntryPointsAmountTest() { binaries.reserve(0xFFFF); } in EntryPointsAmountTest() 30 binaries.push_back({SpvMagicNumber, in SetUp() 103 binaries.push_back(binary); in SetUp() 106 void TearDown() override { binaries.clear(); } in TearDown() 108 spvtest::Binaries binaries; member in spvtools::__anona2e574ba0111::EntryPointsAmountTest 114 EXPECT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)); in TEST_F() 119 binaries.push_back({SpvMagicNumber, in TEST_F() 146 EXPECT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)); in TEST_F()
|
D | ids_limit_test.cpp | 27 spvtest::Binaries binaries = { in TEST_F() local 40 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)); in TEST_F() 46 spvtest::Binaries binaries = { in TEST_F() local 65 EXPECT_EQ(SPV_ERROR_INVALID_ID, Link(binaries, &linked_binary)); in TEST_F()
|
D | linker_fixture.h | 77 spvtest::Binaries binaries(bodies.size()); 79 if (!tools_.Assemble(bodies[i], binaries.data() + i, assemble_options_)) 82 return spvtools::Link(context_, binaries, linked_binary, options); 183 const spvtest::Binaries& binaries, spvtest::Binary* linked_binary, 186 return spvtools::Link(context_, binaries, linked_binary, options);
|
/external/llvm-project/llvm/utils/ |
D | prepare-code-coverage-artifact.py | 37 def prepare_html_report(host_llvm_cov, profile, report_dir, binaries, argument 39 print(':: Preparing html report for {0}...'.format(binaries), end='') 42 for i, binary in enumerate(binaries): 58 def prepare_html_reports(host_llvm_cov, profdata_path, report_dir, binaries, argument 61 prepare_html_report(host_llvm_cov, profdata_path, report_dir, binaries, 64 for binary in binaries: 106 if not len(args.binaries): 112 args.binaries, args.unified_report, args.restrict)
|
/external/google-breakpad/src/tools/windows/ |
D | refresh_binaries.bat | 1 REM This batch file is meant to facilitate regenerating prebuilt binaries for 10 REM README.binaries file to contain 18 copy Release\symupload.exe binaries\ 19 copy Release\dump_syms.exe binaries\ 20 git add binaries 21 git commit -m "Built Windows binaries"
|
/external/angle/tools/flex-bison/ |
D | README.md | 1 # flex and bison binaries 3 This folder contains the flex and bison binaries. We use these binaries to 7 to update the versions of these binaries in cloud storage. It must be run on 14 Please update both Windows and Linux binaries at the same time. Use two CLs. One 19 Contact jmadill or syoussefi for any help with updating the binaries. 21 ## Updating flex and bison binaries 24 following instructions. Note: get the binaries first on windows, as only a 25 single option is available, then build the binaries for the same version on 78 Upload the binaries: 122 Upload the binaries:
|
/external/python/cpython3/PCbuild/ |
D | get_externals.bat | 76 echo.Fetching external binaries... 78 set binaries= variable 79 if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi variable 80 if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1g variable 81 if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.9.0 variable 82 if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06 variable 84 for %%b in (%binaries%) do ( 103 echo.Pull all sources and binaries necessary for compiling optional extension
|
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | README.txt | 5 These text files have been used to generate the binaries in `spirv_bin` using the assembler from `s… 7 …`spirv_bin` needs to be passed after `--spirv-binaries-path` token for the test to find the SPIRV … 12 ./test_conformance/spirv_new/test_conformance_spirv_new --spirv-binaries-path /home/user/workspace/…
|
/external/python/cpython2/PCbuild/ |
D | get_externals.bat | 68 echo.Fetching external binaries... 70 set binaries= variable 71 set binaries=%binaries% variable 72 if NOT "%IncludeSSL%"=="false" set binaries=%binaries% nasm-2.11.06 variable 74 for %%b in (%binaries%) do ( 93 echo.Pull all sources and binaries necessary for compiling optional extension
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/utils/unittest/ |
D | unittest.gni | 27 # Unit test binaries shouldn't go right in out/gn/bin, for two reasons: 28 # 1. That's where production binaries go. 31 # be name collisions between test binaries from separate projects. 33 # for lit tests at foo_obj_root/test and looks for unit test binaries 36 # matter all that much where the unit test binaries go, with the weak 37 # constraints that test binaries of different projects should go in
|
/external/libabigail/tests/data/test-fedabipkgdiff/ |
D | test7-self-compare-from-fc23-dbus-glib-report-0.txt | 1 Comparing the ABI of binaries between dbus-glib-0.106-1.fc23.i686.rpm and dbus-glib-0.106-1.fc23.i6… 6 Comparing the ABI of binaries between dbus-glib-devel-0.106-1.fc23.i686.rpm and dbus-glib-devel-0.1… 10 Comparing the ABI of binaries between dbus-glib-0.106-1.fc23.x86_64.rpm and dbus-glib-0.106-1.fc23.… 15 Comparing the ABI of binaries between dbus-glib-devel-0.106-1.fc23.x86_64.rpm and dbus-glib-devel-0…
|
/external/libabigail/doc/manuals/ |
D | fedabipkgdiff.rst | 20 and exported in the ELF binaries found in the packages being compared. 110 Instructs the tool to also compare the ABI of the binaries in the 116 provided, the tool compares the ABI of all ELF binaries found in 136 in the binaries being compared, even if those types are not 140 * ``--show-identical-binaries`` 142 Show the names of the all binaries compared, including the 143 binaries whose ABI compare equal. By default, when this option is 144 not provided, only binaries with ABI changes are mentionned in the 178 the binaries compared are equivalent, or non-zero if they differ or if 193 1. Compare the ABI of binaries in a local package against the ABI of [all …]
|
/external/sonivox/test/ |
D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 15 To test 64-bit binary push binaries from nativetest64. 20 To test 32-bit binary push binaries from nativetest.
|
/external/tremolo/tests/ |
D | README.md | 11 The 32-bit binaries will be created in the following path : ${OUT}/data/nativetest/ 13 The 64-bit binaries will be created in the following path : ${OUT}/data/nativetest64/ 15 To test 64-bit binary push binaries from nativetest64. 20 To test 32-bit binary push binaries from nativetest.
|
/external/pigweed/pw_bloat/ |
D | docs.rst | 7 binaries using `Bloaty McBloatface <https://github.com/google/bloaty>`_ and 21 ``base`` argument, or individually per-binary within the ``binaries`` list. 26 * ``base``: Optional default base target for all listed binaries. 27 * ``binaries``: List of binaries to size diff. Each binary specifies a target, 54 binaries = [
|
D | bloat.gni | 21 # capacities for the target binaries. 33 # layout of the binaries as specified in the linker script. 43 # omitted if all binaries provide their own base. 44 # binaries: List of executables to compare in the diff. 57 # binaries = [ 95 # Process each of the binaries, resolving their full output paths and 97 foreach(binary, invoker.binaries) { 99 "Size report binaries must define 'label' and 'target' variables") 241 # list of binaries for the pw_size_report template. 308 # Create the size report which runs on the binaries. [all …]
|
/external/google-fruit/extras/scripts/ |
D | test_coverage.sh | 6 mkdir binaries 25 "${COMPILE_COMMAND[@]}" $testdir/"$t" ${FRUIT_OBJS[@]} -o binaries/${t/.cpp/} & 31 for b in binaries/*
|
/external/ImageMagick/ |
D | QuickStart.txt | 2 ImageMagick Studio LLC, and found in the ImageMagick 'binaries' subdirectory 10 https://download.imagemagick.org/ImageMagick/download/binaries 110 …https://download.imagemagick.org/download/ImageMagick/binaries/ImageMagick-7.0.11-15-Q16-windows-d… 111 …https://download.imagemagick.org/download/ImageMagick/binaries/ImageMagick-7.0.11-15-Q16-windows-s… 112 …https://download.imagemagick.org/download/ImageMagick/binaries/ImageMagick-7.0.11-15-Q8-windows-dl… 113 …https://download.imagemagick.org/download/ImageMagick/binaries/ImageMagick-7.0.11-15-Q8-windows-st…
|