| /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/glslang/StandAlone/ |
| H A D | spirv-remap.cpp | 6 // 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 D | radv_shader.h | 569 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 D | kernel.cpp | 60 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 D | run_perf_test.py | 33 '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 D | panvk_vX_shader.c | 237 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 D | CollPerf.pl | 197 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 D | Context_gles_3_0_autogen.h | 80 GLenum *binaryFormat, void *binary); \ 108 void programBinary(ShaderProgramID programPacked, GLenum binaryFormat, const void *binary, \
|
| H A D | Display.h | 268 void *binary, 272 const void *binary,
|
| H A D | validationEGL_autogen.h | 263 const void *binary, 269 const void *binary,
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | nested_loops.cpp | 40 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 D | peeling.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|