Home
last modified time | relevance | path

Searched refs:binaries (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/third_party/python/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
/third_party/spirv-tools/test/link/
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::__anonf7efa0130111::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()
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::__anon72eca75e0111::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()
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.h77 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);
/third_party/vulkan-loader/tests/framework/data/
DCMakeLists.txt4 ### Copy the 64-bit ELF file into the binaries folder for later use.
12 …D ${CMAKE_COMMAND} -E copy $<TARGET_FILE:dummy_library_elf_64> ${CMAKE_CURRENT_SOURCE_DIR}/binaries
13 …-E copy $<TARGET_FILE:dummy_library_elf_64> ${CMAKE_CURRENT_SOURCE_DIR}/binaries/dummy_library_elf…
15 ### Copy the 32-bit ELF file into the binaries folder for later use.
23 …D ${CMAKE_COMMAND} -E copy $<TARGET_FILE:dummy_library_elf_32> ${CMAKE_CURRENT_SOURCE_DIR}/binaries
24 …-E copy $<TARGET_FILE:dummy_library_elf_32> ${CMAKE_CURRENT_SOURCE_DIR}/binaries/dummy_library_elf…
28 ### Copy the 64-bit PE file into the binaries folder for later use.
35 …ND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:dummy_library_pe_64> ${CMAKE_CURRENT_SOURCE_DIR}/binaries
36 … -E copy $<TARGET_FILE:dummy_library_pe_64> ${CMAKE_CURRENT_SOURCE_DIR}/binaries/dummy_library_pe_…
38 ### Copy the 32-bit PE file into the binaries folder for later use.
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dglobal_values_amount_test.cpp27 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::__anonaaa7ade80111::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()
Dids_limit_test.cpp27 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()
Dlinker_fixture.h77 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);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp27 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::__anonfbc58ed40111::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()
Dids_limit_test.cpp27 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()
Dlinker_fixture.h77 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);
/third_party/python/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.1m 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
/third_party/skia/third_party/externals/angle2/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. 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:
/third_party/vulkan-loader/tests/framework/
Dframework_config.h.in58 // TestLayer binaries
70 #define DUMMY_BINARY_WINDOWS_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_64.dll"
71 #define DUMMY_BINARY_WINDOWS_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_32.dll"
72 #define BAD_DUMMY_BINARY_WINDOWS_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf…
73 #define BAD_DUMMY_BINARY_WINDOWS_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf…
76 #define DUMMY_BINARY_LINUX_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf_64.so"
77 #define DUMMY_BINARY_LINUX_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf_32.so"
78 #define BAD_DUMMY_BINARY_LINUX_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_64.so"
79 #define BAD_DUMMY_BINARY_LINUX_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_32.so"
/third_party/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.
17 however that some packages contain binaries that embed the debug
18 information directly in a section of said binaries. In those cases,
20 will find the debug information inside the binaries.
23 if present, otherwise it compares binaries interfaces using debug
40 binaries to be compared.
148 consumption of the tool on binaries with a lot of publicly defined
174 comparing two binaries, that we shall call ``full impact report``,
300 can amount to a lot of data, especially when those binaries are
[all …]
/third_party/libabigail/tests/data/test-fedabipkgdiff/
Dtest7-self-compare-from-fc23-dbus-glib-report-0.txt1 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…
/third_party/skia/third_party/externals/libwebp/
Dbuild.gradle57 binaries {
259 binaries {
275 binaries {
291 binaries {
314 binaries {
331 binaries {
351 binaries {
372 binaries {
391 binaries {
412 binaries {
[all …]
/third_party/openGLES/extensions/ARM/
DARM_mali_program_binary.txt41 binaries using GetProgramBinaryOES and reload them using ProgramBinaryOES.
43 The mechanism for retrieval and reloading of program binaries is vendor
46 This extension adds a token to identify program binaries that are
51 1. When should applications recompile and relink program binaries?
55 binaries need to be recompiled and/or relinked. There is no language
58 binary fails to load after a driver update, then all programs binaries
126 #3 24/06/2012 Jan-Harald Fredriksen Clarified behavior for incompatible binaries.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARM/
DARM_mali_program_binary.txt41 binaries using GetProgramBinaryOES and reload them using ProgramBinaryOES.
43 The mechanism for retrieval and reloading of program binaries is vendor
46 This extension adds a token to identify program binaries that are
51 1. When should applications recompile and relink program binaries?
55 binaries need to be recompiled and/or relinked. There is no language
58 binary fails to load after a driver update, then all programs binaries
126 #3 24/06/2012 Jan-Harald Fredriksen Clarified behavior for incompatible binaries.
/third_party/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 …]
/third_party/libabigail/
DCOMPILING43 receive the binaries resulting from the compilation:
56 ../configure --prefix=<absolute-path-of-where-you-want-the-binaries-to-be-installed>
62 And then install its resulting binaries and documentation:
81 ../configure --prefix=<absolute-path-of-where-you-want-the-binaries-to-be-installed>
87 Then install the resulting binaries
/third_party/node/doc/api/
Dcorepack.md40 From this point forward, any call to the [supported binaries][] will work
51 sure that all calls to the relevant binaries are run against the requested
88 The following binaries are provided through Corepack:
110 npm prevents accidentally overriding the Corepack binaries when doing a global
114 binaries anyway and will ensure that the requested versions are always
118 override binaries, but you'll erase the Corepack ones in the process. (Run
131 [supported binaries]: #supported-package-managers
/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.cpp374 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramBinaries& binaries) in ShaderProgram() argument
377 init(renderCtx.getFunctions(), binaries); in ShaderProgram()
386 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramBinaries& binaries) in ShaderProgram() argument
389 init(gl, binaries); in ShaderProgram()
449 void ShaderProgram::init (const glw::Functions& gl, const ProgramBinaries& binaries) in init() argument
455 for (deUint32 binaryNdx = 0; binaryNdx < binaries.binaries.size(); ++binaryNdx) in init()
457 ShaderBinary shaderBinary = binaries.binaries[binaryNdx]; in init()
477 setBinary(gl, shaders, binaries.binaryFormat, binary, length); in init()

12345678910>>...21