Home
last modified time | relevance | path

Searched refs:binary (Results 601 - 625 of 913) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp898 // Argument |binary| is the SPIR-V binary to be checked; |counter| is used for
900 virtual bool Interesting(const std::vector<uint32_t>& binary,
918 // A test that says a binary is interesting first time round, and uninteresting
936 // A test that says a binary is interesting first time round, after which
951 // A test that says a binary is interesting first time round, thereafter
972 // |binary_in| and |initial_facts| are a SPIR-V binary and sequence of facts to
976 // match the binary obtained by applying the final shrunk set of
1006 // If a non-empty expected binary was provided, check that it matches the
1040 // Run the fuzzer and check that it successfully yields a valid binary
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary_test.cpp114 spvTextToBinary(ScopedContext().context, nullptr, 0, &binary, in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp898 // Argument |binary| is the SPIR-V binary to be checked; |counter| is used for
900 virtual bool Interesting(const std::vector<uint32_t>& binary,
918 // A test that says a binary is interesting first time round, and uninteresting
936 // A test that says a binary is interesting first time round, after which
951 // A test that says a binary is interesting first time round, thereafter
972 // |binary_in| and |initial_facts| are a SPIR-V binary and sequence of facts to
976 // match the binary obtained by applying the final shrunk set of
1006 // If a non-empty expected binary was provided, check that it matches the
1040 // Run the fuzzer and check that it successfully yields a valid binary
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary_test.cpp114 spvTextToBinary(ScopedContext().context, nullptr, 0, &binary, in TEST_F()
/third_party/spirv-tools/test/fuzz/
H A Dfuzzer_shrinker_test.cpp898 // Argument |binary| is the SPIR-V binary to be checked; |counter| is used for
900 virtual bool Interesting(const std::vector<uint32_t>& binary,
918 // A test that says a binary is interesting first time round, and uninteresting
936 // A test that says a binary is interesting first time round, after which
951 // A test that says a binary is interesting first time round, thereafter
972 // |binary_in| and |initial_facts| are a SPIR-V binary and sequence of facts to
976 // match the binary obtained by applying the final shrunk set of
1006 // If a non-empty expected binary was provided, check that it matches the
1040 // Run the fuzzer and check that it successfully yields a valid binary
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary_test.cpp114 spvTextToBinary(ScopedContext().context, nullptr, 0, &binary, in TEST_F()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyUtil.cpp197 std::ofstream out(filename.c_str(), std::ios_base::binary); in writeTxtCaselistsToFiles()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp1341 void *binary) in GL_GetProgramBinary()
1346 ", binaryFormat = 0x%016" PRIxPTR ", binary = 0x%016" PRIxPTR "", in GL_GetProgramBinary()
1348 (uintptr_t)binary); in GL_GetProgramBinary()
1357 bufSize, length, binaryFormat, binary)); in GL_GetProgramBinary()
1360 context->getProgramBinary(programPacked, bufSize, length, binaryFormat, binary); in GL_GetProgramBinary()
1363 binaryFormat, binary); in GL_GetProgramBinary()
2004 const void *binary, in GL_ProgramBinary()
2009 "context = %d, program = %u, binaryFormat = %s, binary = 0x%016" PRIxPTR ", length = %d", in GL_ProgramBinary()
2011 (uintptr_t)binary, length); in GL_ProgramBinary()
2019 programPacked, binaryFormat, binary, lengt in GL_ProgramBinary()
1337 GL_GetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) GL_GetProgramBinary() argument
2002 GL_ProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) GL_ProgramBinary() argument
[all...]
H A Dentry_points_gles_3_0_autogen.h149 void *binary);
197 const void *binary,
/third_party/python/Lib/test/
H A Dtest_shutil.py73 def write_file(path, content, binary=False):
77 make a path. If *binary* is true, the file will be opened in binary
82 mode = 'wb' if binary else 'w'
83 encoding = None if binary else "utf-8"
105 def read_file(path, binary=False):
109 make a path. If *binary* is true, the file will be opened in binary
114 mode = 'rb' if binary else 'r'
115 encoding = None if binary els
[all...]
/third_party/json/tests/src/
H A Dunit-ubjson.cpp58 bool binary(std::vector<std::uint8_t>& /*unused*/) in binary() function in __anon4158::SaxCountdown
955 SECTION("binary")
965 json j = json::binary(s);
1016 json j = json::binary(s);
1056 json j = json::binary(s);
1093 json j = json::binary(s);
1125 json j = json::binary(s);
2476 std::ifstream f_ubjson(filename + ".ubjson", std::ios::binary);
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp204 std::ofstream ostm(tmpfileBuf.data(), std::ios::binary); in FixElfHeader()
205 std::ifstream istm(inputFile.GetValue(), std::ios::binary); in FixElfHeader()
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/
H A Dvideodec_ndk_sample.cpp67 outFile_->open(name.data(), std::ios::out | std::ios::binary); in TestConsumerListener()
313 inFile_->open(INP_DIR, ios::in | ios::binary); in StartVideoDecoder()
/third_party/icu/icu4c/source/i18n/
H A Ducol_res.cpp390 LocalUResourceBundlePointer binary(ures_getByKey(data, "%%CollationBin", NULL, &errorCode)); in loadFromData()
394 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode); in loadFromData()
/third_party/json/include/nlohmann/detail/conversions/
H A Dfrom_json.hpp76 case value_t::binary: in get_arithmetic_value()
300 JSON_THROW(type_error::create(302, concat("type must be binary, but is ", j.type_name()), &j)); in from_json()
369 case value_t::binary: in from_json()
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h388 wasm_store_t*, const wasm_byte_vec_t* binary);
390 bool wasm_module_validate(wasm_store_t*, const wasm_byte_vec_t* binary);
H A Dwasm.hh576 static auto validate(Store*, const vec<byte_t>& binary) -> bool;
577 static auto make(Store*, const vec<byte_t>& binary) -> own<Module>;
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_res.cpp400 LocalUResourceBundlePointer binary(ures_getByKey(data, "%%CollationBin", nullptr, &errorCode)); in loadFromData()
404 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode); in loadFromData()
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js634 const binary = this.binaryZeroPad().split('');
635 return ipv4_1.Address4.fromHex(new jsbn_1.BigInteger(binary.slice(96, 128).join(''), 2).toString(16));
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl292 moveq pc,lr @ be binary compatible with V4, yet
375 moveq pc,lr @ be binary compatible with V4, yet
/third_party/openssl/crypto/modes/asm/
H A Dghash-armv4.pl292 moveq pc,lr @ be binary compatible with V4, yet
375 moveq pc,lr @ be binary compatible with V4, yet
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp126 std::ofstream str(filename, std::ofstream::binary|std::ofstream::trunc); in writeBatchResultToFile()
530 std::ofstream str(filename, std::ofstream::binary|std::ofstream::trunc); in writeTestResultToFile()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.h148 // Pushes the binary segments for this DebugScope instruction into
149 // the back of *|binary|.
151 std::vector<uint32_t>* binary) const;
410 // Pushes the binary segments for this instruction into the back of *|binary|.
411 void ToBinaryWithoutAttachedDebugInsts(std::vector<uint32_t>* binary) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h148 // Pushes the binary segments for this DebugScope instruction into
149 // the back of *|binary|.
151 std::vector<uint32_t>* binary) const;
410 // Pushes the binary segments for this instruction into the back of *|binary|.
411 void ToBinaryWithoutAttachedDebugInsts(std::vector<uint32_t>* binary) const;
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_res.cpp390 LocalUResourceBundlePointer binary(ures_getByKey(data, "%%CollationBin", NULL, &errorCode)); in loadFromData()
394 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode); in loadFromData()

Completed in 31 milliseconds

1...<<21222324252627282930>>...37