Home
last modified time | relevance | path

Searched refs:binary (Results 526 - 550 of 917) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/glslang/gtests/
H A DTestFixture.cpp6 // 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 Declipse_writer.cc60 std::ios_base::out | std::ios_base::binary); in RunAndWriteFile() member in std::ios_base
H A Dninja_toolchain_writer.cc73 std::ios_base::out | std::ios_base::binary); in RunAndWriteFile() member in std::ios_base
/third_party/astc-encoder/Source/
H A Dastcenc_diagnostic_trace.cpp41 m_file(file_name, std::ofstream::out | std::ofstream::binary) in TraceLog()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h294 uint8_t binary; member
/third_party/json/include/nlohmann/detail/iterators/
H A Diteration_proxy.hpp142 case value_t::binary: in key()
/third_party/json/tests/src/
H A Dunit-convenience.cpp117 CHECK(std::string(json(json::value_t::binary).type_name()) == "binary");
/third_party/json/benchmarks/src/
H A Dbenchmarks.cpp29 std::ifstream file(filename, std::ios::binary | std::ios::ate); in ParseFile()
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dinternal.js15 binary: { type: "_internal" },
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp66 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 DvktDrawUtil.hpp133 const vk::ProgramBinary* binary; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.hpp66 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 Dtga_utils.cpp52 std::ifstream stream(path, std::ios::binary); in LoadTGAImageFromFile()
/third_party/vk-gl-cts/executor/tools/
H A DxeMergeTestLogs.cpp125 std::ifstream in (filename, std::ifstream::binary|std::ifstream::in); in readLogFile()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebug.hpp41 const uint32_t *binary,
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.cpp27 std::ifstream file(fileName, std::ios::ate | std::ios::binary); in ReadFile()
/third_party/rust/crates/rust-cexpr/src/
H A Dliteral.rs131 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 DvktDrawUtil.hpp133 const vk::ProgramBinary* binary; member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c1529 &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 Dfile_util.cpp290 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 Dset_watermark_image_plugin.cpp291 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 Dupdate_patch.cpp330 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 Dnon_factory.mk82 $(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 Dnnrt_utils.cpp363 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 Dnnrt_utils.cpp363 std::ifstream src(srcPath, std::ios::binary); in CopyFile()
364 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()

Completed in 17 milliseconds

1...<<21222324252627282930>>...37