/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CreatePipelineAsyncTests.cpp | 669 renderPipelineDescriptor.vertex.buffers = renderPipelineDescriptor.cBuffers.data(); in TEST_P()
|
/third_party/python/Lib/test/ |
H A D | test_pydoc.py | 1082 def foo(data: typing.List[typing.Any], 1088 'f\x08fo\x08oo\x08o(data: List[Any], x: int)'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 587 ::memcpy(Guid.Guid, GuidStr.data(), 16); in TypeServer2Record()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.cpp | 762 GlobalPool, CDA->getRawDataValues().data(), CDA->getNumElements())); in addGlobalInitializer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 85 return "Invalid instrumentation profile data (bad magic)"; in getInstrProfErrString() 87 return "Invalid instrumentation profile data (file header is corrupt)"; in getInstrProfErrString() 93 return "Too much profile data"; in getInstrProfErrString() 95 return "Truncated profile data"; in getInstrProfErrString() 97 return "Malformed instrumentation profile data"; in getInstrProfErrString() 99 return "No profile data available for function"; in getInstrProfErrString() 109 return "Failed to compress data (zlib)"; in getInstrProfErrString() 111 return "Failed to uncompress data (zlib)"; in getInstrProfErrString() 249 // PGOFuncName meta data are created and attached to the original internal 252 // data, it [all...] |
H A D | InstrProfReader.cpp | 9 // This file contains support for reading profiling data for clang's 196 // No value profile data 235 Record.addValueData(ValueKind, S, CurrentValues.data(), NumValueData, 287 // Check if value profile data exists and read it if so. 423 // Check bounds. Note that the counter pointer embedded in the data record 493 // Read value data and set Record. 535 // Check if the data is corrupt. If so, don't try to read it. 568 // Read value profiling data. 678 // multiple names in the profile data. If that happens, we should 727 /// profile data [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 718 OS.write(S.data(), S.size());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 236 const auto Res = support::endian::read<T, support::endianness::little>(Bytes.data()); in eatBytes() 577 // Atomic operations have an additional operand (a copy of data) in convertMIMGInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 297 uint32_t Instruction = support::endian::read32le(Bytes.data()); in getSingleInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 585 Op->Tok.Data = Str.data(); in CreateToken()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | TextStub.cpp | 727 memcpy(Ptr, String.data(), String.size()); in copyString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 231 writeBytes(s.data(), s.size()); 973 // Collect the relevant data into a large constant data structure that we can 1077 // Create a global for the entire data structure so we can walk it more 1086 // Create the CFG for walking this data structure.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | TestUtil.h | 154 static_cast<const void *>(Assembler->getBufferView().data())); in codeBytes() 326 // Dqword is used to represent 128-bit data types. The Dqword's contents are
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_parse_utils.cpp | 2288 printf ("%02x", p.data [j]); in DumpFingerprint()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | json_format_test.py | 3 # Protocol Buffers - Google's data interchange format 210 message.Extensions[ext1] = 'data' 687 packed_message.data = 'string' 868 # Test a bunch of data and check json encode/decode do not 1048 'time data \'10000-01-01T00:00:00\' does not match' 1079 'time data \'0001-01-01t00:00:00\' does not match format '
|
/third_party/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 125 return ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(s->data(), static_cast<int>(s->size()), ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::PARSE, "google.protobuf.Struct.FieldsEntry.key"); in ValidateKey()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 1 // Protocol Buffers - Google's data interchange format 657 io::ArrayInputStream zero_copy_stream(value.data(), value.size()); in RenderAny()
|
H A D | protostream_objectsource_test.cc | 1 // Protocol Buffers - Google's data interchange format 116 ArrayInputStream arr_stream(proto.data(), proto.size()); in ExecuteTest() 1050 nested->set_data("data"); in TEST_P() 1072 ->RenderString("data", "data") in TEST_P()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_platform.h | 533 #warning Need to implement some method to align data here
|
/third_party/rust/crates/syn/tests/common/ |
H A D | eq.rs | 519 spanless_eq_struct!(Variant; attrs id span !vis ident data disr_expr is_placeholder);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | types.rs | 440 pub data: X509_OBJECT_data,
|
/third_party/spirv-tools/test/opt/ |
H A D | type_manager_test.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 342 deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices.data(), vertices.size() * sizeof(float)); in iterate() 386 // read buffer data in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemShaderImageAccessTests.cpp | 170 //! Computes the result of an atomic operation where "a" is the data operated on and "b" is the parameter to the atomic function. 570 // Upload data to an unprotected image in executeComputeTest() 828 // Upload data to an unprotected image in executeFragmentTest() 1012 deMemcpy(reinterpret_cast<deUint8*>(vertexBuffer->getAllocation().getHostPtr()) + positionDataSize, texCoord.data(), textureCoordDataSize); in executeFragmentTest()
|
H A D | vktProtectedMemStorageBufferTests.cpp | 407 // Set the test input uniform data in executeFragmentTest() 601 // Set the test input uniform data in executeComputeTest() 738 return createSpecifiedStorageBufferTests(testCtx, "random", testType, shaderType, testData.data(), testData.size(), pipelineProtectedAccess, pipelineFlags); in createRandomizedBufferTests()
|