Home
last modified time | relevance | path

Searched refs:binary (Results 501 - 525 of 826) sorted by relevance

1...<<21222324252627282930>>...34

/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/glslang/StandAlone/
H A Dspirv-remap.cpp6 // Redistribution and use in source and binary forms, with or without
13 // Redistributions in binary form must reproduce the above
94 fp.open(inFilename, std::fstream::in | std::fstream::binary); in read()
155 fp.open(outFile, std::fstream::out | std::fstream::binary); in write()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.h569 const struct radv_shader_binary *binary,
577 bool radv_shader_binary_upload(struct radv_device *device, const struct radv_shader_binary *binary,
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dkernel.cpp60 copy(map([&](const binary::symbol &sym) { in clCreateKernelsInProgram()
260 // a binary, with no sections, which will also fail the following test. in validate_common()
262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) in validate_common()
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py33 'binary': 'd7',
54 'binary': 'd7',
85 'binary': 'cc',
213 def _VerifyMock(self, binary, *args, **kwargs):
214 shell = os.path.join(os.path.dirname(BASE_DIR), binary)
585 '--binary-override-path', os.path.join(TEST_DATA, mocked_d8),
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c237 util_dynarray_init(&shader->binary, NULL); in shader_create()
374 GENX(pan_shader_compile)(nir, &inputs, &shader->binary, &shader->info); in shader_create()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl197 that subsequent operations can use binary comparison.</td>
204 key performance, since it directly impacts the time necessary for binary
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_0_autogen.h80 GLenum *binaryFormat, void *binary); \
108 void programBinary(ShaderProgramID programPacked, GLenum binaryFormat, const void *binary, \
H A DDisplay.h268 void *binary,
272 const void *binary,
H A DvalidationEGL_autogen.h263 const void *binary,
269 const void *binary,
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dnested_loops.cpp40 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
41 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
H A Dpeeling.cpp36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()

Completed in 15 milliseconds

1...<<21222324252627282930>>...34