| /third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
| H A D | fuzzer_shrinker_test.cpp | 898 // 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 D | text_to_binary_test.cpp | 114 spvTextToBinary(ScopedContext().context, nullptr, 0, &binary, in TEST_F()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| H A D | fuzzer_shrinker_test.cpp | 898 // 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 D | text_to_binary_test.cpp | 114 spvTextToBinary(ScopedContext().context, nullptr, 0, &binary, in TEST_F()
|
| /third_party/spirv-tools/test/fuzz/ |
| H A D | fuzzer_shrinker_test.cpp | 898 // 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 D | text_to_binary_test.cpp | 114 spvTextToBinary(ScopedContext().context, nullptr, 0, &binary, in TEST_F()
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuTestHierarchyUtil.cpp | 197 std::ofstream out(filename.c_str(), std::ios_base::binary); in writeTxtCaselistsToFiles()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_3_0_autogen.cpp | 1341 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 D | entry_points_gles_3_0_autogen.h | 149 void *binary); 197 const void *binary,
|
| /third_party/python/Lib/test/ |
| H A D | test_shutil.py | 73 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 D | unit-ubjson.cpp | 58 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 D | aotdump.cpp | 204 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 D | videodec_ndk_sample.cpp | 67 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 D | ucol_res.cpp | 390 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 D | from_json.hpp | 76 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 D | wasm.h | 388 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 D | wasm.hh | 576 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 D | ucol_res.cpp | 400 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 D | ipv6.js | 634 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 D | ghash-armv4.pl | 292 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 D | ghash-armv4.pl | 292 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 D | xeTestLogWriter.cpp | 126 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 D | instruction.h | 148 // 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 D | instruction.h | 148 // 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 D | ucol_res.cpp | 390 LocalUResourceBundlePointer binary(ures_getByKey(data, "%%CollationBin", NULL, &errorCode)); in loadFromData() 394 const uint8_t *inBytes = ures_getBinary(binary.getAlias(), &length, &errorCode); in loadFromData()
|