| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| H A D | extractor_util.cpp | 56 fileStream.open(filePath, std::ios_base::out | std::ios_base::binary); in ExtractFileToPath()
|
| /third_party/json/include/nlohmann/detail/ |
| H A D | value_t.hpp | 63 binary, ///< binary array (ordered collection of bytes) member in detail::value_t 71 - order: null < boolean < number < object < array < string < binary 74 - binary is represented as a b"" string in python and directly comparable to a 75 string; however, making a binary array directly comparable with a string would 89 6 /* binary */
|
| /third_party/protobuf/examples/ |
| H A D | list_people.cc | 66 fstream input(argv[1], ios::in | ios::binary); in main()
|
| /third_party/spirv-tools/source/ |
| H A D | disassemble.h | 26 // Decodes the given SPIR-V instruction binary representation to its assembly 27 // text. The context is inferred from the provided module binary. The options 35 const uint32_t* binary, 44 // binary for an instruction to its assembly representation. 78 // is at offset words from the start of the binary.
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 2544 TIntermBinary *binary = dst->getAsBinaryNode(); in assignLvalue() local 2546 if(binary && binary->getOp() == EOpIndexIndirect && binary->getLeft()->isVector() && dst->isScalar()) in assignLvalue() 2556 source(insert->src[2], binary->getRight()); in assignLvalue() 2588 TIntermBinary *binary = node->getAsBinaryNode(); in evaluateRvalue() local 2590 if(binary && binary->getOp() == EOpIndexIndirect && binary->getLeft()->isVector() && node->isScalar()) in evaluateRvalue() 2605 source(insert->src[1], binary in evaluateRvalue() 2652 TIntermBinary *binary = node->getAsBinaryNode(); lvalue() local 3025 TIntermBinary *binary = expression->getAsBinaryNode(); cost() local 3411 TIntermBinary *binary = sampler->getAsBinaryNode(); samplerRegister() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | scope.cc | 271 const BinaryOpNode* binary = pair.second.value.origin()->AsBinaryOp(); in CheckForUnusedVars() local 272 if (binary && binary->op().type() == Token::EQUAL) { in CheckForUnusedVars() 275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
|
| /third_party/json/include/nlohmann/detail/conversions/ |
| H A D | to_json.hpp | 91 struct external_constructor<value_t::binary> 97 j.m_type = value_t::binary; in construct() 106 j.m_type = value_t::binary; in construct() 349 external_constructor<value_t::binary>::construct(j, bin); in to_json()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_params.cpp | 378 void *binary, in CaptureGetProgramBinary_length() 393 void *binary, in CaptureGetProgramBinary_binaryFormat() 405 void *binary, in CaptureGetProgramBinary_binary() 656 const void *binary, in CaptureProgramBinary_binary() 372 CaptureGetProgramBinary_length(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_length() argument 387 CaptureGetProgramBinary_binaryFormat(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_binaryFormat() argument 399 CaptureGetProgramBinary_binary(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_binary() argument 652 CaptureProgramBinary_binary(const State &glState, bool isCallValid, ShaderProgramID program, GLenum binaryFormat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureProgramBinary_binary() argument
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkResourceInterface.cpp | 1076 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram() 1096 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram() 1116 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram() 1160 m_cacheData = std::move(response.binary); in importPipelineCacheData()
|
| /base/global/i18n/frameworks/intl/test/unittest/mock/src/ |
| H A D | generate_ics_file.cpp | 105 std::ofstream fstream(filePath, std::ios_base::out | std::ios_base::binary); in WriteBinaryFile()
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
| H A D | Makefile | 61 $(OBJCOPY) -O binary $(TARGET) $(TARGET).bin
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
| H A D | Makefile | 61 $(OBJCOPY) -O binary $(TARGET) $(TARGET).bin
|
| /foundation/ability/idl_tool/idl_tool_2/hash/ |
| H A D | hash.cpp | 58 std::ofstream hashFile(filePath, std::ios::out | std::ios ::binary);
in FormatFile()
|
| /foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
| H A D | file_source.cpp | 56 fileIn_ = std::make_unique<std::ifstream>(filePath_, std::ios::binary); in Start()
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
| H A D | adapter_config.cpp | 57 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
|
| H A D | adapter_device_info.cpp | 64 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
|
| /third_party/elfio/examples/anonymizer/ |
| H A D | anonymizer.cpp | 57 std::ios::in | std::ios::out | std::ios::binary ); in overwrite_data()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslOpMap.cpp | 6 // Redistribution and use in source and binary forms, with or without 13 // Redistributions in binary form must reproduce the above 37 // form (e.g., binary subtract or unary negate). 64 // Map parsing tokens that could be binary operations into binary operators. 65 TOperator HlslOpMap::binary(EHlslTokenClass op) in binary() function in glslang::HlslOpMap
|
| /third_party/json/docs/examples/ |
| H A D | sax_parse__binary.cpp | 82 bool binary(json::binary_t& val) override 84 events.push_back("binary(val=[...])");
|
| H A D | sax_parse.cpp | 82 bool binary(json::binary_t& val) override 84 events.push_back("binary(val=[...])");
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.h | 196 struct util_dynarray *binary,
|
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue_build_data.h | 151 struct rogue_shader_binary *binary[MESA_SHADER_FRAGMENT + 1]; member
|
| /third_party/node/tools/snapshot/ |
| H A D | node_mksnapshot.cc | 81 std::ofstream out(out_path, std::ios::out | std::ios::binary);
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler.h | 103 } binary; member
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.h | 81 } binary; member
|