| /third_party/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/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
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | simulator.cpp | 343 std::ifstream stream(options_.modulePath, std::ios::ate | std::ios::binary); in StartAbility() 770 std::ifstream stream(fileName, std::ios::ate | std::ios::binary); in LoadJsMock()
|
| /foundation/arkui/napi/module_manager/ |
| H A D | native_module_manager.cpp | 930 std::ifstream inFile(filePath, std::ios::ate | std::ios::binary); in GetFileBuffer() 973 std::ifstream inFile(modulePath, std::ios::ate | std::ios::binary); in CheckModuleExist()
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
| H A D | videoenc_api11_sample.cpp | 416 inFile_->open(INP_DIR, ios::in | ios::binary); in OpenFile() 475 inFile_->open(INP_DIR, ios::in | ios::binary); in readMultiFilesFunc()
|
| /foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
| H A D | audio_decoder_capi_avbuffer_vivid_unit_test.cpp | 305 inputFile_.open(INPUT_VIVID_FILE_PATH.data(), std::ios::binary); in InitFile() 306 pcmOutputFile_.open(OUTPUT_VIVID_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile()
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/ |
| H A D | videoenc_ndk_inner_sample.cpp | 412 inFile_->open(INP_DIR, ios::in | ios::binary); in readMultiFilesFunc() 1165 inFile->open(fileName.c_str(), std::ios::in | std::ios::binary); in ReadCustomDataToAVBuffer()
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | sha256-avx-asm.S | 17 # Redistribution and use in source and binary forms, with or 25 # - Redistributions in binary form must reproduce the above
|
| H A D | sha256-ssse3-asm.S | 17 # Redistribution and use in source and binary forms, with or 25 # - Redistributions in binary form must reproduce the above
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | sha256-avx-asm.S | 17 # Redistribution and use in source and binary forms, with or 25 # - Redistributions in binary form must reproduce the above
|
| H A D | sha256-ssse3-asm.S | 17 # Redistribution and use in source and binary forms, with or 25 # - Redistributions in binary form must reproduce the above
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
| H A D | test_wasm.cpp | 92 std::ifstream infile(path, std::ifstream::binary); in ReadBinaryFile() 119 std::ofstream outfile(path, std::ofstream::binary); in WriteBinaryFile()
|
| /third_party/gn/src/gn/ |
| H A D | function_toolchain.cc | 165 If a 64-bit target wants to depend on a 32-bit binary, it would specify a 771 Swift .swiftmodule files that needs to be embedded into the binary.
|
| /third_party/json/tests/src/ |
| H A D | unit-class_parser.cpp | 61 bool binary(json::binary_t& val) in binary() function in __anon4149::SaxEventLogger 63 std::string binary_contents = "binary("; in binary() 167 bool binary(json::binary_t& /*val*/) override
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
| H A D | ghash-armv4.S | 205 moveq pc,lr @ be binary compatible with V4, yet 345 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
| H A D | ghash-armv4.S | 205 moveq pc,lr @ be binary compatible with V4, yet 345 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/src/ |
| H A D | node_report.cc | 895 outfile.open(pathname, std::ios::out | std::ios::binary); in TriggerNodeReport() 897 outfile.open(filename, std::ios::out | std::ios::binary); in TriggerNodeReport()
|
| /third_party/mesa3d/src/panfrost/lib/genxml/ |
| H A D | decode.c | 1176 pandecode_shader_disassemble(desc.binary, 0, 0, gpu_id); in pandecode_shader() 1177 return desc.binary; in pandecode_shader()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderSubroutineTests.hpp | 99 void createFromBinary(const std::vector<glw::GLubyte>& binary, glw::GLenum binary_format); 101 void getBinary(std::vector<glw::GLubyte>& binary, glw::GLenum& binary_format) const; 794 * this program and delete it. Create new program from the binary using
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.h | 584 const void *binary, 592 const void *binary);
|
| /third_party/skia/include/gpu/gl/ |
| H A D | GrGLFunctions.h | 101 using GrGLGetProgramBinaryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, GrGLenum* binaryFormat, void* binary); 136 using GrGLProgramBinaryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLenum binaryFormat, void* binary, GrGLsizei length);
|
| /third_party/spirv-tools/source/opt/ |
| H A D | optimizer.cpp | 1184 const uint32_t* binary, in spvOptimizerRun() 1191 Run(binary, word_count, &optimized, options)) { in spvOptimizerRun() 1183 spvOptimizerRun(spv_optimizer_t* optimizer, const uint32_t* binary, const size_t word_count, spv_binary* optimized_binary, const spv_optimizer_options options) spvOptimizerRun() argument
|
| /third_party/spirv-tools/test/opt/ |
| H A D | type_manager_test.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuCommandLine.cpp | 1310 std::ifstream in(caseListFile.c_str(), std::ios_base::binary); in CaseListFilter() 1359 std::ifstream fileStream(caseFractionMandatoryTestsFilename.c_str(), std::ios_base::binary); in CaseListFilter()
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
| H A D | hevc_decoder.cpp | 202 dumpInFile_->open(fileName, std::ios::out | std::ios::binary); in OpenDumpFile() 213 dumpOutFile_->open(fileName, std::ios::out | std::ios::binary); in OpenDumpFile() 222 dumpConvertFile_->open(fileName, std::ios::out | std::ios::binary); in OpenDumpFile()
|