Home
last modified time | relevance | path

Searched refs:binary (Results 776 - 800 of 1088) sorted by relevance

1...<<31323334353637383940>>...44

/test/xts/acts/ai/nncore/common/
H A Dnncore_utils.cpp402 std::ifstream src(srcPath, std::ios::binary); in CopyFile()
403 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DCompileTest.cpp59 std::ifstream ifs(CACHE_PATH.c_str(), std::ios::in | std::ios::binary); in DestroyCache()
65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H A DCompileTest.cpp59 std::ifstream ifs(CACHE_PATH.c_str(), std::ios::in | std::ios::binary); in DestroyCache()
65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache()
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DVDecEncNdkSample.cpp136 testFile_->open(inFile_, std::ios::in | std::ios::binary); in SetReadPath()
156 testFile_->open(inFile_, std::ios::in | std::ios::binary); in ReRead()
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DADecEncNdkSample.cpp189 testFile_->open(INP_FILE, std::ios::in | std::ios::binary); in StartDec()
758 testFile_->open(INP_FILE, std::ios::in | std::ios::binary); in ReRead()
/third_party/elfio/elfio/
H A Delfio.hpp145 pstream->open( file_name.c_str(), std::ios::in | std::ios::binary );
205 stream.open( file_name.c_str(), std::ios::out | std::ios::binary );
/third_party/json/tests/src/
H A Dunit-pointer_access.cpp425 const json value = json::binary({1, 2, 3});
454 const json value = json::binary({});
/third_party/libabigail/src/
H A Dabg-ini.cc1730 std::ifstream in(path.c_str(), std::ifstream::binary); in read_sections()
1906 std::ofstream f(path.c_str(), std::ofstream::binary); in write_sections()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp183 , binary(&binary_) in VulkanShader()
520 object->shaderModules[shaderNdx] = createShaderModule(vk, device, *vulkanProgram.shaders[shaderNdx].binary, (VkShaderModuleCreateFlags)0); in registerDrawObject()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_params.cpp625 const void *binary, in CaptureShaderBinary_shadersPacked()
637 const void *binary, in CaptureShaderBinary_binary()
620 CaptureShaderBinary_shadersPacked(const State &glState, bool isCallValid, GLsizei count, const ShaderProgramID *shaders, GLenum binaryformat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureShaderBinary_shadersPacked() argument
632 CaptureShaderBinary_binary(const State &glState, bool isCallValid, GLsizei count, const ShaderProgramID *shaders, GLenum binaryformat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureShaderBinary_binary() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.h481 const void *binary,
485 void *binary,
775 // Writes a program's binary to the output memory buffer.
788 // Loads program state according to the specified binary blob.
H A DvalidationES3_autogen.h268 const void *binary);
370 const void *binary,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dtype_manager_test.cpp37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.cpp183 , binary(&binary_) in VulkanShader()
520 object->shaderModules[shaderNdx] = createShaderModule(vk, device, *vulkanProgram.shaders[shaderNdx].binary, (VkShaderModuleCreateFlags)0); in registerDrawObject()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp496 std::ifstream src(native_path(file.str()), std::ios::binary); in copy_file() member in fs::std::ios
501 std::ofstream dst(native_path(new_filepath.str()), std::ios::binary); in copy_file() member in fs::std::ios
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp9 // Redistribution and use in source and binary forms, with or without
16 // Redistributions in binary form must reproduce the above
110 // Connect two nodes with a new parent that does a binary operation on the nodes.
228 // Low level: add binary node (no promotions or other argument modifications)
310 // Like adding binary math, except the conversion can only go in addAssign()
867 // For converting a pair of operands to a binary operation to compatible
903 // List all the binary ops that can implicitly convert one operand to the other's type; in addPairConversion()
2707 const TIntermBinary* binary = node->getAsBinaryNode(); in traverseLValueBase() local
2708 if (binary == nullptr) { in traverseLValueBase()
2714 TOperator op = binary in traverseLValueBase()
[all...]
/third_party/gn/src/gn/
H A Dvariables.cc457 When you use this, both targets must be included in a final binary for it to
1244 targets to include private headers. Applies to all binary targets.
1397 Inputs for binary targets
1404 Inputs for binary targets will be treated as implicit dependencies, meaning
1475 These libraries will be linked into the final binary (executable or shared
1620 This variable is valid for all binary output target types.
1698 "pool: [string] Label of the pool used by binary targets and actions.";
1700 R"(pool: Label of the pool used by binary targets actions.
1702 A fully-qualified label representing the pool that will be used for binary
1707 executable("binary") {
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp43 store ///< store tags as binary type
60 // binary reader //
80 @brief create a binary reader
97 @param[in] format the binary format to parse
238 @param[in,out] result A reference to the binary variable where the read
251 exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::to_string(len)), "binary"), nullptr)); in get_bson_binary()
254 // All BSON binary values have a subtype in get_bson_binary()
300 case 0x05: // binary in parse_bson_element_internal()
304 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_binary(len, value) && sax->binary(value); in parse_bson_element_internal()
343 The same binary layou
[all...]
/third_party/json/docs/docset/
H A DdocSet.sql23 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::binary', 'Function', 'api/basic_json/binary/index.html');
142 INSERT INTO searchIndex(name, type, path) VALUES ('json_sax::binary', 'Method', 'api/json_sax/binary/index.html');
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dcbor_test.cc534 std::vector<uint8_t> binary = {'H', 'e', 'l', 'l', 'o', ',', ' ', in TEST() local
537 EncodeBinary(span<uint8_t>(binary.data(), binary.size()), &encoded); in TEST()
538 // So, on the wire we see that the binary blob travels unmodified. in TEST()
551 EXPECT_THAT(decoded, ElementsAreArray(binary)); in TEST()
711 // Hits all the cases except binary and error in ParserHandler, first in TEST()
801 // binary type. So, we can't fully roundtrip. However, the other direction in TEST()
802 // works: binary will be rendered in JSON, as a base64 string. So, we make in TEST()
804 // these calls is ::HandleBinary, to which we pass a "binary" string in TEST()
813 // Emit the binary payloa in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp683 const ProgramBinary& binary;
686 : binary(env.programBinaries.get(params.binaryName))
736 res.binary.getSize(), // size_t codeSize;
737 (const deUint32*)res.binary.getBinary(), // const uint32_t* pCode;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp644 const ProgramBinary& binary;
647 : binary(env.programBinaries.get(params.binaryName))
697 res.binary.getSize(), // size_t codeSize;
698 (const deUint32*)res.binary.getBinary(), // const uint32_t* pCode;
/third_party/mesa3d/include/GLES3/
H A Dgl31.h480 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1091 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1092 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
1196 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1197 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
H A Dgl3.h480 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
1091 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1092 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
1196 GL_APICALL void GL_APIENTRY glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
1197 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);

Completed in 49 milliseconds

1...<<31323334353637383940>>...44