| /third_party/json/include/nlohmann/detail/input/ |
| H A D | json_sax.hpp | 83 @brief a binary value was read 84 @param[in] val binary value 86 @note It is safe to move the passed binary value. 88 virtual bool binary(binary_t& val) = 0; 94 @note binary formats may report the number of elements 116 @note binary formats may report the number of elements 223 bool binary(binary_t& val) in binary() function in detail::json_sax_dom_parser 407 bool binary(binary_t& val) in binary() function in detail::json_sax_dom_callback_parser 691 bool binary(binary_t& /*unused*/) in binary() function in detail::json_sax_acceptor
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | log.c | 298 char binary[256]; in init_defaults() local 299 if (pa_get_binary_name(binary, sizeof(binary))) in init_defaults() 300 pa_log_set_ident(binary); in init_defaults()
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeBatchResultToXml.cpp | 112 std::ifstream in (filename, std::ios_base::binary); in parseBatchResult() 203 std::ofstream out (dstFileName, std::ios_base::binary); in batchResultToSingleXmlFile() 260 std::ofstream out (casePath.getPath(), std::ofstream::binary|std::ofstream::trunc); in testCaseResultComplete() 368 std::ofstream out (indexPath.getPath(), std::ofstream::binary|std::ofstream::trunc); in batchResultToSeparateXmlFiles()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 73 .elf_ptrs = &program->shader.binary.elf_buffer, in si_compute_get_code_object() 74 .elf_sizes = &program->shader.binary.elf_size})) in si_compute_get_code_object() 270 program->shader.binary.elf_size = header->num_bytes; in si_create_compute_state() 271 program->shader.binary.elf_buffer = malloc(header->num_bytes); in si_create_compute_state() 272 if (!program->shader.binary.elf_buffer) { in si_create_compute_state() 276 memcpy((void *)program->shader.binary.elf_buffer, header->blob, header->num_bytes); in si_create_compute_state() 286 free((void *)program->shader.binary.elf_buffer); in si_create_compute_state() 320 program->shader.binary.elf_buffer, in si_bind_compute_state() 321 program->shader.binary.elf_size, in si_bind_compute_state()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | instruction.cpp | 200 std::vector<uint32_t>* binary) const { in ToBinaryWithoutAttachedDebugInsts() 202 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts() 204 binary->insert(binary->end(), operand.words.begin(), operand.words.end()); in ToBinaryWithoutAttachedDebugInsts() 830 // Convert the module to binary. in PrettyPrint() 834 // Convert the instruction to binary. This is used to identify the correct in PrettyPrint() 1066 std::vector<uint32_t>* binary) const { in ToBinary() 1082 binary->insert(binary->end(), operands.begin(), operands.end()); in ToBinary() 1084 binary in ToBinary() [all...] |
| /device/soc/rockchip/rk2206/sdk_liteos/image/ |
| H A D | Makefile | 27 BIN = $(CP) -O binary -S
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
| H A D | container_modal_utils.cpp | 34 std::ifstream readFile(filePath, std::ifstream::binary); in ExecuteCustomTitleAbc()
|
| /third_party/icu/icu4c/source/test/fuzzer/ |
| H A D | fuzzer_driver.cpp | 30 std::cerr << "WARNING: This binary work only under build configure with" << std::endl in main() 46 std::ifstream file(path, std::ios::binary); in main()
|
| /third_party/json/docs/examples/ |
| H A D | is_binary.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_array.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_discarded.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_boolean.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_number.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_null.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_structured.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_string.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_number_unsigned.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_number_integer.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_number_float.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_primitive.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| H A D | is_object.cpp | 17 json j_binary = json::binary({1, 2, 3}); in main()
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.h | 34 struct util_dynarray *binary,
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_compile.h | 35 struct util_dynarray *binary,
|
| /third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
| H A D | reduce_test_util.h | 31 // Assembles the given text and check whether the resulting binary is bit-wise 32 // equal to the given binary. 36 // Assembles the given text and turns the given IR into binary, then checks 41 // Assembles the given IR context and checks whether the resulting binary is 69 // Dumps |binary| to file |filename|. Useful for interactive debugging. 70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
| H A D | reduce_test_util.h | 31 // Assembles the given text and check whether the resulting binary is bit-wise 32 // equal to the given binary. 36 // Assembles the given text and turns the given IR into binary, then checks 41 // Assembles the given IR context and checks whether the resulting binary is 69 // Dumps |binary| to file |filename|. Useful for interactive debugging. 70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
|