| /third_party/glslang/gtests/ |
| H A D | TestFixture.cpp | 6 // Redistribution and use in source and binary forms, with or without 13 // Redistributions in binary form must reproduce the above 141 std::ifstream fstream(path, std::fstream::in | std::fstream::binary); in ReadSpvBinaryFile()
|
| /third_party/gn/src/gn/ |
| H A D | eclipse_writer.cc | 60 std::ios_base::out | std::ios_base::binary); in RunAndWriteFile() member in std::ios_base
|
| H A D | ninja_toolchain_writer.cc | 73 std::ios_base::out | std::ios_base::binary); in RunAndWriteFile() member in std::ios_base
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_diagnostic_trace.cpp | 41 m_file(file_name, std::ofstream::out | std::ofstream::binary) in TraceLog()
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-secure-streams-policy.h | 294 uint8_t binary; member
|
| /third_party/json/include/nlohmann/detail/iterators/ |
| H A D | iteration_proxy.hpp | 142 case value_t::binary: in key()
|
| /third_party/json/tests/src/ |
| H A D | unit-convenience.cpp | 117 CHECK(std::string(json(json::value_t::binary).type_name()) == "binary");
|
| /third_party/json/benchmarks/src/ |
| H A D | benchmarks.cpp | 29 std::ifstream file(filename, std::ios::binary | std::ios::ate); in ParseFile()
|
| /third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
| H A D | internal.js | 15 binary: { type: "_internal" },
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| H A D | vktGeometryTestsUtil.hpp | 66 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/util/ |
| H A D | vktDrawUtil.hpp | 133 const vk::ProgramBinary* binary; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
| H A D | vktGeometryTestsUtil.hpp | 66 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/samples/sample_util/ |
| H A D | tga_utils.cpp | 52 std::ifstream stream(path, std::ios::binary); in LoadTGAImageFromFile()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeMergeTestLogs.cpp | 125 std::ifstream in (filename, std::ifstream::binary|std::ifstream::in); in readLogFile()
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderDebug.hpp | 41 const uint32_t *binary,
|
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | Common.cpp | 27 std::ifstream file(fileName, std::ios::ate | std::ios::binary);
in ReadFile()
|
| /third_party/rust/crates/rust-cexpr/src/ |
| H A D | literal.rs | 131 fn binary(i: &[u8]) -> nom::IResult<&[u8], u8> { in binary() functions 265 map_opt(preceded(tag("0b"), many1(complete(binary))), |v| { in c_int() 268 map_opt(preceded(tag("0B"), many1(complete(binary))), |v| { in c_int()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
| H A D | vktDrawUtil.hpp | 133 const vk::ProgramBinary* binary; member
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_pipeline.c | 1529 &ctx->binary[stage]); in pvr_graphics_pipeline_compile() 1550 ctx->binary[stage] = pvr_rogue_to_binary(ctx, ctx->rogue[stage]); in pvr_graphics_pipeline_compile() 1551 if (!ctx->binary[stage]) { in pvr_graphics_pipeline_compile() 1570 ctx->binary[MESA_SHADER_VERTEX]->data, in pvr_graphics_pipeline_compile() 1571 ctx->binary[MESA_SHADER_VERTEX]->size, in pvr_graphics_pipeline_compile() 1590 ctx->binary[MESA_SHADER_FRAGMENT]->data, in pvr_graphics_pipeline_compile() 1591 ctx->binary[MESA_SHADER_FRAGMENT]->size, in pvr_graphics_pipeline_compile()
|
| /base/hiviewdfx/hiview/base/utility/ |
| H A D | file_util.cpp | 290 std::ifstream fin(src, ios::binary); in CopyFile() 291 std::ofstream fout(des, ios::binary); in CopyFile()
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| H A D | set_watermark_image_plugin.cpp | 291 std::ofstream outfile(url, std::ios::binary); in SetImageUint8() 313 std::ifstream infile(filePath, std::ios::binary | std::ios::ate); in GetImageFromUrlUint8()
|
| /base/update/updater/services/diffpatch/patch/ |
| H A D | update_patch.cpp | 330 stream_.open(newFileName_, std::ios::out | std::ios::binary);
in Init() 350 stream_.open(newFileName_, std::ios::out | std::ios::binary);
in Write()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/ |
| H A D | non_factory.mk | 82 $(OBJCOPY) -O binary $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME).out $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME).bin
90 $(OBJCOPY) -O binary $(MAIN_TOPDIR)/$(BIN_PATH)/$(TARGET_NAME)_$(X).out $(MAIN_TOPDIR)/$(CACHE_PATH)/$(TARGET_NAME)_$(X).bin; \
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
| H A D | nnrt_utils.cpp | 363 std::ifstream src(srcPath, std::ios::binary); in CopyFile() 364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
| H A D | nnrt_utils.cpp | 363 std::ifstream src(srcPath, std::ios::binary); in CopyFile() 364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
|