| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | icuzdump.cpp | 373 mode |= ios::binary; in main()
|
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | tint_common_fuzzer.cc | 128 std::ofstream fout(filename, std::ios::binary); in Run()
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/ |
| H A D | main.cc | 405 std::ifstream input(file, std::ios::binary); in RunClient()
|
| /third_party/skia/third_party/externals/zlib/contrib/bench/ |
| H A D | zlib_bench.cc | 51 std::ifstream file(name, std::ios::in | std::ios::binary); in read_file_data_or_exit()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmComputeShaderTestUtil.hpp | 326 typedef bool (*ComputeVerifyBinaryFunc) (const ProgramBinary& binary);
|
| /third_party/zlib/contrib/iostream3/ |
| H A D | zfstream.cc | 134 bool testb = mode & std::ios_base::binary; in open_mode()
|
| /third_party/zlib/contrib/pascal/ |
| H A D | zlibpas.pas | 44 data_type: Integer; (* best guess about the data type: ascii or binary *)
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
| H A D | image_source_test.cpp | 669 int fd = open("/data/receiver/Receiver_buffer7.jpg", std::fstream::binary | std::fstream::in);
in HWTEST_F() 703 fs->open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in);
in HWTEST_F() 722 fs->open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in);
in HWTEST_F() 740 fs->open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in);
in HWTEST_F() 758 fs->open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in);
in HWTEST_F() 791 fs->open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in);
in HWTEST_F()
|
| H A D | image_source_jpeg_test.cpp | 251 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); in HWTEST_F() 439 fs->open(IMAGE_INPUT_JPEG_PATH, std::fstream::binary | std::fstream::in); in HWTEST_F() 689 fs->open(IMAGE_INPUT_JPEG_PATH, std::fstream::binary | std::fstream::in); in HWTEST_F() 1024 fs->open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); in HWTEST_F() 3060 int fd = open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in); in HWTEST_F() 3082 int fd = open("/data/local/tmp/image/test_exif.jpg", std::fstream::binary | std::fstream::in); in HWTEST_F() 3104 int fd = open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); in HWTEST_F() 3126 int fd = open("/data/local/tmp/image/test.jpg", std::fstream::binary | std::fstream::in); in HWTEST_F()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | shaderapi.c | 2355 const void* binary, GLint length) in _mesa_ShaderBinary() 2396 _mesa_spirv_shader_binary(ctx, (unsigned) n, sh, binary, in _mesa_ShaderBinary() 2409 GLenum *binaryFormat, GLvoid *binary) in _mesa_GetProgramBinary() 2437 * "When a program object's LINK_STATUS is FALSE, its program binary in _mesa_GetProgramBinary() 2452 "glGetProgramBinary(driver supports zero binary formats)"); in _mesa_GetProgramBinary() 2455 binary); in _mesa_GetProgramBinary() 2462 const GLvoid *binary, GLsizei length) in _mesa_ProgramBinary() 2488 * "<binaryFormat> and <binary> must be those returned by a previous in _mesa_ProgramBinary() 2490 * program binary as returned by GetProgramBinary or GetProgramiv with in _mesa_ProgramBinary() 2491 * <pname> PROGRAM_BINARY_LENGTH. Loading the program binary wil in _mesa_ProgramBinary() 2354 _mesa_ShaderBinary(GLint n, const GLuint* shaders, GLenum binaryformat, const void* binary, GLint length) _mesa_ShaderBinary() argument 2408 _mesa_GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) _mesa_GetProgramBinary() argument 2461 _mesa_ProgramBinary(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) _mesa_ProgramBinary() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 711 GL_APICALL void GL_APIENTRY glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length) in glShaderBinary() argument 713 return gl::ShaderBinary(n, shaders, binaryformat, binary, length); in glShaderBinary() 1495 GL_APICALL void GL_APIENTRY glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) in glGetProgramBinary() argument 1497 return gl::GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary() 1500 GL_APICALL void GL_APIENTRY glProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) in glProgramBinary() argument 1502 return gl::ProgramBinary(program, binaryFormat, binary, length); in glProgramBinary()
|
| H A D | entry_points.h | 149 void GL_APIENTRY ShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length); 324 void GL_APIENTRY GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary); 325 void GL_APIENTRY ProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_autogen.cpp | 1175 void *binary) in CaptureGetProgramBinary() 1187 binaryFormat, binary, &lengthParam); in CaptureGetProgramBinary() 1203 binaryFormat, binary, &binaryFormatParam); in CaptureGetProgramBinary() 1216 ParamCapture binaryParam("binary", ParamType::TvoidPointer); in CaptureGetProgramBinary() 1217 InitParamValue(ParamType::TvoidPointer, binary, &binaryParam.value); in CaptureGetProgramBinary() 1219 binaryFormat, binary, &binaryParam); in CaptureGetProgramBinary() 1224 ParamCapture binaryParam("binary", ParamType::TvoidPointer); in CaptureGetProgramBinary() 1850 const void *binary, in CaptureProgramBinary() 1861 ParamCapture binaryParam("binary", ParamType::TvoidConstPointer); in CaptureProgramBinary() 1862 InitParamValue(ParamType::TvoidConstPointer, binary, in CaptureProgramBinary() 1169 CaptureGetProgramBinary(const State &glState, bool isCallValid, ShaderProgramID programPacked, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) CaptureGetProgramBinary() argument 1846 CaptureProgramBinary(const State &glState, bool isCallValid, ShaderProgramID programPacked, GLenum binaryFormat, const void *binary, GLsizei length) CaptureProgramBinary() argument [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | js_fwk_common.cpp | 598 static int32_t OpenFileInternal(const char * const orgFullPath, bool binary = false) in OpenFileInternal() 668 char *ReadFile(const char * const fullPath, uint32_t &fileSize, const bool binary) in ReadFile() argument 670 UNUSED(binary); in ReadFile()
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler.c | 1191 blob_finish_get_buffer(&tmp, &out_dxil->binary.data, in clc_spirv_to_dxil() 1192 &out_dxil->binary.size); in clc_spirv_to_dxil() 1211 free(dxil->binary.data); in clc_free_dxil_object()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 486 const auto& binary = collection.get(name); in createShaderModules() local 491 binary.getSize(), // codeSize in createShaderModules() 492 shader_cast(binary.getBinary()) // pCode in createShaderModules()
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| H A D | vksCacheBuilder.cpp | 270 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() 373 std::ofstream oFile(shaderName.str().c_str(), std::ios::out | std::ios::binary); in exportFilesForExternalCompiler() 432 std::ifstream iFile (pipelineCompilerOutputFile.c_str(), std::ios::in | std::ios::binary); in buildOfflinePipelineCache() 921 // getPipelineCacheData() binary data, store it in m_cacheData in buildPipelineCache()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | ParseHelper.cpp | 10 // Redistribution and use in source and binary forms, with or without 17 // Redistributions in binary form must reproduce the above 866 // Handle seeing a binary node with a math operation. 2644 auto* binary = n.getAsBinaryNode(); in builtInOpCheck() 2645 if (binary && (binary->getOp() == EOpIndexDirectStruct)) { in builtInOpCheck() 3022 // Same error message for all binary operations don't work. 4687 const TIntermBinary* binary = base.getAsBinaryNode(); in checkRuntimeSizable() local 4688 if (binary != nullptr && in checkRuntimeSizable() 4689 binary in checkRuntimeSizable() 4712 const TIntermBinary* binary = base.getAsBinaryNode(); isRuntimeLength() local [all...] |
| /base/update/updater/services/diffpatch/diff/ |
| H A D | image_diff.cpp | 211 std::ofstream patchFile(patchName, std::ios::out | std::ios::trunc | std::ios::binary);
in DiffImage() 231 blockPatchFile.open(patchName + ".bspatch", std::ios::in | std::ios::out | std::ios::trunc | std::ios::binary);
in DiffImage()
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
| H A D | heif_hw_decoder.cpp | 264 dumpInFile.open(std::string(realpathRes), std::ios_base::binary | std::ios_base::trunc); in DumpSingleInput() 431 dumpOutFile.open(std::string(outputFilePath), std::ios_base::binary | std::ios_base::trunc); in DumpOutput()
|
| /foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
| H A D | videodec_ndk_sample.cpp | 67 outFile_->open(name.data(), std::ios::out | std::ios::binary); in TestConsumerListener() 338 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder()
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | sha512-avx-asm.S | 18 # Redistribution and use in source and binary forms, with or 26 # - Redistributions in binary form must reproduce the above
|
| H A D | sha512-ssse3-asm.S | 18 # Redistribution and use in source and binary forms, with or 26 # - Redistributions in binary form must reproduce the above
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 441 frame_init_single_plane(frame, &frame->planes.binary.data, in ia_css_frame_init_planes() 444 frame->planes.binary.size = 0; in ia_css_frame_init_planes()
|
| /kernel/linux/linux-6.6/fs/ |
| H A D | seq_file.c | 412 void seq_bprintf(struct seq_file *m, const char *f, const u32 *binary) in seq_bprintf() argument 418 binary); in seq_bprintf()
|