Home
last modified time | relevance | path

Searched refs:binary (Results 451 - 475 of 1088) sorted by relevance

1...<<11121314151617181920>>...44

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dextractor_util.cpp56 fileStream.open(filePath, std::ios_base::out | std::ios_base::binary); in ExtractFileToPath()
/third_party/json/include/nlohmann/detail/
H A Dvalue_t.hpp63 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 Dlist_people.cc66 fstream input(argv[1], ios::in | ios::binary); in main()
/third_party/spirv-tools/source/
H A Ddisassemble.h26 // 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 DOutputASM.cpp2544 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 Dscope.cc271 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 Dto_json.hpp91 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 Dcapture_gles_3_0_params.cpp378 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 DvkResourceInterface.cpp1076 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 Dgenerate_ics_file.cpp105 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 DMakefile61 $(OBJCOPY) -O binary $(TARGET) $(TARGET).bin
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H A DMakefile61 $(OBJCOPY) -O binary $(TARGET) $(TARGET).bin
/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp58 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 Dfile_source.cpp56 fileIn_ = std::make_unique<std::ifstream>(filePath_, std::ios::binary); in Start()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_config.cpp57 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
H A Dadapter_device_info.cpp64 std::ifstream fin(pimpl->fileBasePath_, std::ios::in | std::ios::binary); in Reload()
/third_party/elfio/examples/anonymizer/
H A Danonymizer.cpp57 std::ios::in | std::ios::out | std::ios::binary ); in overwrite_data()
/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp6 // 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 Dsax_parse__binary.cpp82 bool binary(json::binary_t& val) override
84 events.push_back("binary(val=[...])");
H A Dsax_parse.cpp82 bool binary(json::binary_t& val) override
84 events.push_back("binary(val=[...])");
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.h196 struct util_dynarray *binary,
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.h151 struct rogue_shader_binary *binary[MESA_SHADER_FRAGMENT + 1]; member
/third_party/node/tools/snapshot/
H A Dnode_mksnapshot.cc81 std::ofstream out(out_path, std::ios::out | std::ios::binary);
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h103 } binary; member
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.h81 } binary; member

Completed in 17 milliseconds

1...<<11121314151617181920>>...44