Home
last modified time | relevance | path

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

12345678910>>...38

/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-314 variable
61 for %%b in (%binaries%) do (
77 echo.Pull all sources and binaries necessary for compiling optional extension
/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/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/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.in37 // TestICD Binaries
61 // TestLayer binaries
74 // Dummy Binaries
76 #define DUMMY_BINARY_WINDOWS_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_64.dll"
77 #define DUMMY_BINARY_WINDOWS_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_32.dll"
78 #define BAD_DUMMY_BINARY_WINDOWS_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf…
79 #define BAD_DUMMY_BINARY_WINDOWS_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf…
82 #define DUMMY_BINARY_LINUX_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf_64.so"
83 #define DUMMY_BINARY_LINUX_32 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/libdummy_library_elf_32.so"
84 #define BAD_DUMMY_BINARY_LINUX_64 "${CMAKE_CURRENT_SOURCE_DIR}/data/binaries/dummy_library_pe_64.so"
[all …]
/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::__anon6f3ba55d0111::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::__anon2d3080b20111::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()
78 spvtest::Binaries binaries = { in TEST_F() local
86 ASSERT_EQ(SPV_SUCCESS, Link(binaries, &linked_binary, options)) 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);
/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.4.4 variable
80 if NOT "%IncludeSSL%"=="false" set binaries=%binaries% openssl-bin-1.1.1u variable
81 if NOT "%IncludeTkinter%"=="false" set binaries=%binaries% tcltk-8.6.12.1 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/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
73 At the end of the section called Program Binaries, add:
126 #3 24/06/2012 Jan-Harald Fredriksen Clarified behavior for incompatible binaries.
/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
73 At the end of the section called Program Binaries, add:
126 #3 24/06/2012 Jan-Harald Fredriksen Clarified behavior for incompatible binaries.
/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::__anon09e179130111::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.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);
/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::__anon36402b270111::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.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);
/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/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/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_get_program_binary.txt60 binaries. On subsequent runs, only the program binaries need be supplied!
63 disposal -- program binaries generated online by the GL are interchangeable
73 binaries.
78 1. Why introduce a new entrypoint for loading binaries when ShaderBinary
104 both GLSL source shaders and program binaries, causing them to run out of
107 with these issues when using program binaries than when using GLSL source
131 program binaries, and loading it with compiled GLSL shaders.
136 loading program binaries. A vendor extension must also be present in order
164 binaries because there has been some important change to the online
206 binaries, to directly load pre-linked program binaries, or to load the
[all …]
/third_party/openGLES/extensions/OES/
DOES_get_program_binary.txt70 binaries. On subsequent runs, only the program binaries need be supplied!
73 disposal -- program binaries generated online by the GL are interchangeable
83 binaries.
88 1. Why introduce a new entrypoint for loading binaries when ShaderBinary
114 both GLSL source shaders and program binaries, causing them to run out of
117 with these issues when using program binaries than when using GLSL source
141 program binaries, and loading it with compiled GLSL shaders.
146 loading program binaries. A vendor extension must also be present in order
174 binaries because there has been some important change to the online
216 binaries, to directly load pre-linked program binaries, or to load the
[all …]
/third_party/mbedtls/programs/fuzz/
DMakefile18 BINARIES := $(addsuffix $(EXEXT),$(APPS)) macro
24 all: $(BINARIES)
33 $(BINARIES): %$(EXEXT): %.o common.o $(DEP)
37 $(BINARIES): %$(EXEXT): %.o common.o onefile.o $(DEP)
44 rm -rf $(BINARIES) *.o
/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

12345678910>>...38