Home
last modified time | relevance | path

Searched refs:binary (Results 1126 - 1150 of 1384) sorted by relevance

1...<<41424344454647484950>>...56

/third_party/openssl/crypto/sha/asm/
H A Dkeccak1600-armv4.pl701 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 Daes-armv4.pl306 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 Dsimulator.cpp343 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 Dnative_module_manager.cpp930 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 Dvideoenc_api11_sample.cpp416 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 Daudio_decoder_capi_avbuffer_vivid_unit_test.cpp305 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 Dvideoenc_ndk_inner_sample.cpp412 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 Dsha256-avx-asm.S17 # Redistribution and use in source and binary forms, with or
25 # - Redistributions in binary form must reproduce the above
H A Dsha256-ssse3-asm.S17 # 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 Dsha256-avx-asm.S17 # Redistribution and use in source and binary forms, with or
25 # - Redistributions in binary form must reproduce the above
H A Dsha256-ssse3-asm.S17 # 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 Dtest_wasm.cpp92 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 Dfunction_toolchain.cc165 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 Dunit-class_parser.cpp61 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 Dghash-armv4.S205 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 Dghash-armv4.S205 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 Dnode_report.cc895 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 Ddecode.c1176 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 Dgl4cShaderSubroutineTests.hpp99 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 DvalidationES.h584 const void *binary,
592 const void *binary);
/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h101 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 Doptimizer.cpp1184 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 Dtype_manager_test.cpp37 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 DtcuCommandLine.cpp1310 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 Dhevc_decoder.cpp202 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()

Completed in 39 milliseconds

1...<<41424344454647484950>>...56