| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
| H A D | armv4-gf2m.S | 162 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
| H A D | armv4-gf2m.S | 162 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
| H A D | armv4-gf2m.pl | 247 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/rust/crates/clap/clap_bench/benches/ |
| H A D | 05_ripgrep.rs | 545 doc!(h, "text", "Search binary files as if they were text."); 645 -u flags will additionally search binary files. -uu is \
|
| /third_party/python/Tools/iobench/ |
| H A D | iobench.py | 422 parser.add_option("-b", "--binary", 423 action="store_true", dest="binary", default=False, 424 help="run binary I/O tests") 460 if options.binary:
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | armv4-gf2m.pl | 247 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.hpp | 154 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| H A D | vktTessellationUtil.hpp | 62 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gles_2_0_autogen.h | 135 const void *binary, GLsizei length); \
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | module.h | 245 // Pushes the binary segments for this instruction into the back of *|binary|. 247 void ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | module.h | 245 // Pushes the binary segments for this instruction into the back of *|binary|. 247 void ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const;
|
| /third_party/skia/third_party/externals/libpng/projects/owatcom/ |
| H A D | pngconfig.mak | 138 $# course, do the standard binary chop.)
|
| /third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/ |
| H A D | stream.py | 40 # A binary content stream. 41 BINARY = 'binary' 206 # discontinued in py3. User should switch to binary stream instead 425 def binary(self, name, **kwargs): member in StreamClient 436 Returns (file): A file-like object to a Butler binary stream supporting 448 """Returns (file): A file-like object for a single binary stream. 458 Returns (file): A file-like object to a Butler binary stream. This object
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 479 // Requires at least one binary digit. in LexNumber() 481 return ReturnError(CurPtr-2, "Invalid binary number"); in LexNumber()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | module.h | 262 // Pushes the binary segments for this instruction into the back of *|binary|. 264 void ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const;
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.hpp | 154 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
| H A D | vktTessellationUtil.hpp | 62 GraphicsPipelineBuilder& setShader (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkShaderStageFlagBits stage, const vk::ProgramBinary& binary, const vk::VkSpecializationInfo* specInfo);
|
| /third_party/json/tests/src/ |
| H A D | unit-bjdata.cpp | 62 bool binary(std::vector<std::uint8_t>& /*unused*/) in binary() function in __anon4145::SaxCountdown 1467 SECTION("binary") 1477 json j = json::binary(s); 1528 json j = json::binary(s); 1568 json j = json::binary(s); 1605 json j = json::binary(s); 1642 json j = json::binary(s); 1674 json j = json::binary(s); 3523 std::ifstream f_bjdata(filename + ".bjdata", std::ios::binary);
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding_test.cc | 579 std::vector<uint8_t> binary = {'H', 'e', 'l', 'l', 'o', ',', ' ', in TEST() local 582 EncodeBinary(span<uint8_t>(binary.data(), binary.size()), &encoded); in TEST() 583 // So, on the wire we see that the binary blob travels unmodified. in TEST() 596 EXPECT_THAT(decoded, ElementsAreArray(binary)); in TEST() 695 // Hits all the cases except binary and error in StreamingParserHandler, first in TEST() 787 // binary type. So, we can't fully roundtrip. However, the other direction in TEST() 788 // works: binary will be rendered in JSON, as a base64 string. So, we make in TEST() 790 // these calls is ::HandleBinary, to which we pass a "binary" string in TEST() 800 // Emit the binary payloa in TEST() [all...] |
| /third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
| H A D | aes-armv4.pl | 306 moveq pc,lr @ be binary compatible with V4, yet 749 moveq pc,lr @ be binary compatible with V4, yet 866 moveq pc,lr @ be binary compatible with V4, yet 1082 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
| H A D | keccak1600-armv4.pl | 701 moveq pc,lr @ be binary compatible with V4, yet 747 moveq pc,lr @ be binary compatible with V4, yet 929 moveq pc,lr @ be binary compatible with V4, yet 1086 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2grep.c | 19 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright 180 /* Under Windows, we have to set stdout to be binary, so that it does not 429 { OP_NODATA, 'a', NULL, "text", "treat binary files as text" }, 431 { OP_BINFILES, N_BINARY_FILES, NULL, "binary-files=word", "set treatment of binary files" }, 447 { OP_NODATA, 'I', NULL, "", "treat binary files as not matching (ignore)" }, 1413 for this, because it does not stop at a binary zero, and therefore there is no 1414 way of telling how many characters it has read, because there may be binary 1768 that a binary zer 2591 BOOL binary = FALSE; pcre2grep() local [all...] |
| /third_party/python/Lib/ |
| H A D | tarfile.py | 1177 binary = False 1182 binary = True 1186 if binary: 1192 if binary: 1442 # implementations are allowed to store them as raw binary strings if 2216 given, it should be a binary file, and tarinfo.size bytes are read
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 661 const ProgramBinary& binary; 664 : binary(env.programBinaries.get(params.binaryName)) 714 res.binary.getSize(), // size_t codeSize; 715 (const deUint32*)res.binary.getBinary(), // const uint32_t* pCode;
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 655 const ProgramBinary& binary; 658 : binary(env.programBinaries.get(params.binaryName)) 708 res.binary.getSize(), // size_t codeSize; 709 (const deUint32*)res.binary.getBinary(), // const uint32_t* pCode;
|