/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/ |
H A D | StreamingMemoryObject.h | 40 /// If the data object size is known in advance, many of the operations can 43 void setKnownObjectSize(size_t size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SymbolRemappingReader.cpp | 45 if (Parts.size() != 3) in read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.h | 64 OpBegins.push_back(OpBegins.back() + Opcodes.size()); in EmitRaw()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Utils/ |
H A D | RISCVMatInt.cpp | 88 Cost += MatSeq.size(); in getIntMatCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | FlattenCFGPass.cpp | 62 Blocks.reserve(F.size()); in iterativelyFlattenCFG()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | block_statement_test.cc | 32 ASSERT_EQ(b->statements.size(), 1u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | resource_binding.h | 112 uint64_t size; member
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_else_stmt_test.cc | 31 EXPECT_EQ(e->body->statements.size(), 2u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | array.h | 42 /// @param size the byte size of the array 51 uint32_t size, 67 /// @returns the byte size of the array 68 /// @note this may differ from the size of a structure member of this array 69 /// type, if the member is annotated with the `[[size(n)]]` decoration.
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vectorize_scalar_matrix_constructors.cc | 52 if (args.size() == 0) { in Run()
|
/third_party/skia/third_party/externals/tint/src/utils/ |
H A D | hash.h | 28 /// dependent on the size of size_t. 58 HashCombine(hash, vector.size()); in HashCombine()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | available_instructions.h | 44 uint32_t size() const; 46 // Returns true if and only if |size()| is 0. 49 // Requires |index| < |size()|. Returns the ith available instruction.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | IntervalPartition.h | 72 bool isDegeneratePartition() { return Intervals.size() == 1; } in isDegeneratePartition()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | lite_arena_unittest.cc | 84 data[1] = data.size() - 2; in TEST_F()
|
H A D | test_util2.h | 47 std::string path = google3_path.substr(prefix.size()); in TranslatePathToOpensource()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TestBadIdentifiersLite.java | 74 assertEquals(0, message.getInt32Field1List().size()); in testConflictingFieldNames()
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkShaperJSONWriter.h | 25 SkShaperJSONWriter(SkJSONWriter* JSONWriter, const char* utf8, size_t size);
|
/third_party/skia/experimental/graphite/src/ |
H A D | UniformCache.cpp | 51 SkASSERT(uniqueID < fUniformDataVector.size()); in lookup()
|
H A D | Context.cpp | 50 SkASSERT(fRecordings.size() == 1); in submit()
|
/third_party/skia/include/core/ |
H A D | SkPathEffect.h | 96 static sk_sp<SkPathEffect> Deserialize(const void* data, size_t size,
|
/third_party/skia/modules/audioplayer/ |
H A D | SkAudioPlayer_sfml.cpp | 20 fMusic.openFromMemory(fData->data(), fData->size()); in SFMLAudioPlayer()
|
/third_party/skia/modules/skottie/src/ |
H A D | Layer.h | 37 const SkSize& size() const { return fInfo.fSize; } in size() function in skottie::internal::final
|
/third_party/skia/modules/skparagraph/include/ |
H A D | RunBase.h | 33 virtual size_t size() const = 0;
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | OffsetPaths.cpp | 58 offsetted.reserve(geos.size()); in AttachOffsetGeometryEffect()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_debug.cpp | 33 const auto member_count = (uint32_t)(type->words().size() - 2); in ValidateMemberName()
|