Home
last modified time | relevance | path

Searched full:binaries (Results 1 – 25 of 2171) sorted by relevance

12345678910>>...87

/external/python/cpython3/Tools/msi/
Dget_externals.bat52 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/angle/tools/flex-bison/
DREADME.md1 # 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. Start with
15 Windows, then merge your work into a single CL that updates both binaries
20 Contact jmadill or syoussefi for any help with updating the binaries.
22 ## Updating flex and bison binaries
25 following instructions. Note: get the binaries first on windows, as only a
26 single option is available, then build the binaries for the same version on
79 Upload the binaries:
[all …]
/external/deqp-deps/SPIRV-Tools/test/link/
Dids_limit_test.cpp27 IdsLimit() { binaries.reserve(2u); } in IdsLimit()
57 binaries.push_back({}); in SetUp()
58 spvtest::Binary& binary = binaries.back(); in SetUp()
68 void TearDown() override { binaries.clear(); } in TearDown()
70 spvtest::Binaries binaries; member in spvtools::__anonc13fe1430111::IdsLimit
97 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
103 spvtest::Binary& binary = binaries.back(); in TEST_F()
113 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
122 spvtest::Binaries binaries = {CreateBinary(0xFFFFFFFFu), in TEST_F() local
127 EXPECT_EQ(SPV_ERROR_INVALID_DATA, Link(binaries, &linked_binary)); in TEST_F()
Dglobal_values_amount_test.cpp29 EntryPointsAmountTest() { binaries.reserve(binary_count + 1u); } in EntryPointsAmountTest()
61 binaries.push_back({}); in SetUp()
62 spvtest::Binary& binary = binaries.back(); in SetUp()
74 binaries.push_back(binaries.back()); in SetUp()
77 void TearDown() override { binaries.clear(); } in TearDown()
79 spvtest::Binaries binaries; member in spvtools::__anonc5dfc0d80111::EntryPointsAmountTest
85 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
90 binaries.push_back({ in TEST_F()
127 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
Dbinary_version_test.cpp50 spvtest::Binaries binaries = { in TEST_F() local
56 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
63 spvtest::Binaries binaries = { in TEST_F() local
69 ASSERT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)) in TEST_F()
Dlinker_fixture.h31 using Binaries = std::vector<Binary>; variable
68 // Assembles each of the given strings into SPIR-V binaries before linking
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);
180 // Links the given SPIR-V binaries together; SPV_ERROR_INVALID_POINTER is
183 const spvtest::Binaries& binaries, spvtest::Binary* linked_binary,
186 return spvtools::Link(context_, binaries, linked_binary, options);
/external/libabigail/doc/manuals/
Dfedabipkgdiff.rst20 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 …]
Dabipkgdiff.rst8 `ELF`_ binaries contained in two software packages. The software
11 binaries.
29 binaries to be compared.
137 consumption of the tool on binaries with a lot of publicly defined
163 comparing two binaries, that we shall call ``full impact report``,
299 * ``--no-added-binaries``
301 Do not show the list of binaries that got added to the second
304 Please note that the presence of such added binaries is not
307 an informational value. Removed binaries are, however, considered
349 functions and global variables by the Linux Kernel binaries are
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dids_limit_test.cpp27 IdsLimit() { binaries.reserve(2u); } in IdsLimit()
57 binaries.push_back({}); in SetUp()
58 spvtest::Binary& binary = binaries.back(); in SetUp()
69 void TearDown() override { binaries.clear(); } in TearDown()
71 spvtest::Binaries binaries; member in spvtools::__anona5d0447d0111::IdsLimit
98 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
104 spvtest::Binary& binary = binaries.back(); in TEST_F()
115 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
124 spvtest::Binaries binaries = {CreateBinary(0xFFFFFFFFu), in TEST_F() local
129 EXPECT_EQ(SPV_ERROR_INVALID_DATA, Link(binaries, &linked_binary)); in TEST_F()
Dglobal_values_amount_test.cpp29 EntryPointsAmountTest() { binaries.reserve(binary_count + 1u); } in EntryPointsAmountTest()
61 binaries.push_back({}); in SetUp()
62 spvtest::Binary& binary = binaries.back(); in SetUp()
75 binaries.push_back(binaries.back()); in SetUp()
78 void TearDown() override { binaries.clear(); } in TearDown()
80 spvtest::Binaries binaries; member in spvtools::__anone4af6bd20111::EntryPointsAmountTest
86 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
91 binaries.push_back({ in TEST_F()
128 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
Dbinary_version_test.cpp50 spvtest::Binaries binaries = { in TEST_F() local
56 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
63 spvtest::Binaries binaries = { in TEST_F() local
69 ASSERT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)) in TEST_F()
Dlinker_fixture.h31 using Binaries = std::vector<Binary>; variable
68 // Assembles each of the given strings into SPIR-V binaries before linking
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);
180 // Links the given SPIR-V binaries together; SPV_ERROR_INVALID_POINTER is
183 const spvtest::Binaries& binaries, spvtest::Binary* linked_binary,
186 return spvtools::Link(context_, binaries, linked_binary, options);
/external/python/cpython3/PCbuild/
Dget_externals.bat76 echo.Fetching external binaries...
78 set binaries= variable
79 if NOT "%IncludeLibffi%"=="false" set binaries=%binaries% libffi-3.3.0 variable
80 if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1n variable
81 if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.12.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/angle/third_party/vulkan-deps/spirv-tools/src/test/link/
Dids_limit_test.cpp27 IdsLimit() { binaries.reserve(2u); } in IdsLimit()
57 binaries.push_back({}); in SetUp()
58 spvtest::Binary& binary = binaries.back(); in SetUp()
69 void TearDown() override { binaries.clear(); } in TearDown()
71 spvtest::Binaries binaries; member in spvtools::__anon88c8d7900111::IdsLimit
98 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
104 spvtest::Binary& binary = binaries.back(); in TEST_F()
115 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
124 spvtest::Binaries binaries = {CreateBinary(0xFFFFFFFFu), in TEST_F() local
129 EXPECT_EQ(SPV_ERROR_INVALID_DATA, Link(binaries, &linked_binary)); in TEST_F()
Dglobal_values_amount_test.cpp29 EntryPointsAmountTest() { binaries.reserve(binary_count + 1u); } in EntryPointsAmountTest()
61 binaries.push_back({}); in SetUp()
62 spvtest::Binary& binary = binaries.back(); in SetUp()
75 binaries.push_back(binaries.back()); in SetUp()
78 void TearDown() override { binaries.clear(); } in TearDown()
80 spvtest::Binaries binaries; member in spvtools::__anon5d560d050111::EntryPointsAmountTest
86 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
91 binaries.push_back({ in TEST_F()
128 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
Dbinary_version_test.cpp50 spvtest::Binaries binaries = { in TEST_F() local
56 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary)) << GetErrorMessage(); in TEST_F()
63 spvtest::Binaries binaries = { in TEST_F() local
69 ASSERT_EQ(SPV_ERROR_INTERNAL, Link(binaries, &linked_binary)) in TEST_F()
Dlinker_fixture.h31 using Binaries = std::vector<Binary>; variable
68 // Assembles each of the given strings into SPIR-V binaries before linking
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);
180 // Links the given SPIR-V binaries together; SPV_ERROR_INVALID_POINTER is
183 const spvtest::Binaries& binaries, spvtest::Binary* linked_binary,
186 return spvtools::Link(context_, binaries, linked_binary, options);
/external/OpenCL-CTS/test_conformance/spirv_new/
Dassemble_spirv.py19 """Assembles the SPIR-V assembly files used by spirv_new into binaries,
23 binaries to be generated.
43 """Assemble SPIR-V source into binaries."""
76 """Validates SPIR-V binaries. Ignores known failures."""
99 print('All SPIR-V binaries validated successfully.')
109 binaries, and validates them using spirv-val. Either run this
112 the assembly files and the binaries to be generated.
147 print('Assembling SPIR-V source into binaries...')
150 print('Finished assembling SPIR-V binaries.')
154 print('Skipping validation of SPIR-V binaries as requested.')
[all …]
/external/google-breakpad/src/tools/windows/
Drefresh_binaries.bat1 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/webp/
Dbuild.gradle57 binaries {
267 binaries {
283 binaries {
299 binaries {
322 binaries {
339 binaries {
359 binaries {
380 binaries {
399 binaries {
420 binaries {
[all …]
/external/gptfdisk/
DREADME.Windows35 binaries, which include the strings "32" or "64" in their names. The 32-bit
36 binaries work fine on most versions of Windows, but some 64-bit
38 the 64-bit binaries.
89 The Windows binaries I've compiled do not support Unicode UTF-16LE GPT
132 cross-compiler. This system can compile the gdisk and fixparts binaries with
135 you can type "TARGET=win32 make" to compile 32-bit binaries, and
136 "TARGET=win64 make" to compile 64-bit binaries. This will attempt to build
139 binaries by specifying them, as in "TARGET=win64 make gdisk" to build the
147 mingw-w64-x86_64-ncurses" if you want to compile 64-bit binaries; change
169 For 32-bit binaries, change /mingw64 to /mingw32 on the Windows source and
[all …]
/external/ComputeLibrary/src/runtime/CL/
DUtils.cpp63 cl::Program::Binaries binaries{ binary }; in restore_program_cache_from_file() local
65 cl::Program program(context, devices, binaries); in restore_program_cache_from_file()
82 … std::vector<std::vector<unsigned char>> binaries = it.second.getInfo<CL_PROGRAM_BINARIES>(); in save_program_cache_to_file() local
83 ARM_COMPUTE_ERROR_ON(binaries.size() != 1); in save_program_cache_to_file()
86 size_t binary_size = binaries[0].size(); in save_program_cache_to_file()
90 … cache_file.write(reinterpret_cast<const char *>(binaries[0].data()), binaries[0].size()); in save_program_cache_to_file()
/external/python/cpython2/PCbuild/
Dget_externals.bat68 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/libchrome/build/
Dget_syzygy_binaries.py6 """A utility script for downloading versioned Syzygy binaries."""
30 # directory state do not agree, then the binaries will be downloaded and
46 ('binaries.zip', 'binaries', 'exe', None),
51 # Name of the MS DIA dll that we need to copy to the binaries directory.
296 """Try to copy the DIA DLL to the binaries exe directory."""
321 """Installs Syzygy binaries. This assumes that the output directory has
375 # Try to copy the DIA binaries to the binaries directory.
387 help='Force an installation even if the binaries are up to date.')
392 help='The path where the binaries will be replaced. Existing binaries '
409 option_parser.add_option('--copy-dia-binaries', action='store_true',
[all …]
/external/apache-commons-lang/src/site/xdoc/
Ddownload_lang.xml117 <subsection name="Binaries">
120 …<td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz">commons-lang3-3.12…
121 …<td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz.sha…
122 …<td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz.asc…
125 …<td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.12.0-bin.zip">commons-lang3-3.12.0-…
126 …<td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.zip.sha512…
127 …<td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.zip.asc">p…
147 <subsection name="Binaries">
150 …<td><a href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.tar.gz">commons-lang-2.6-bin.t…
151 …<td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.sha512"…
[all …]

12345678910>>...87