Home
last modified time | relevance | path

Searched refs:size (Results 10576 - 10600 of 20545) sorted by relevance

1...<<421422423424425426427428429430>>...822

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileOutputBuffer.cpp43 return (uint8_t *)Buffer->data() + Buffer->size();
46 size_t getBufferSize() const override { return Buffer->size(); }
H A DTwine.cpp45 return StringRef(str->c_str(), str->size()); in toNullTerminatedStringRef()
54 return StringRef(Out.data(), Out.size()); in toNullTerminatedStringRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h174 unsigned size() const { return (Packet.size()); } in size() function in llvm::HexagonShuffler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp156 assert(!BytesRemoved && "code size not handled"); in removeBranch()
186 assert(!BytesAdded && "code size not handled"); in insertBranch()
190 assert((Cond.size() == 1 || Cond.size() == 0) && in insertBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp147 for (unsigned i = 0, ie = PredToRemove.size(); i != ie; ++i) in processBlock()
180 if (MF.size() < 2)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTypes.h171 SizeT getNumArgs() const { return ArgList.size(); } in getNumArgs()
173 assert(Index < ArgList.size()); in getArgType()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Ddata_builder.h40 /// @param size - size of data buffer
41 explicit DataBuilder(const uint8_t* data, size_t size) in DataBuilder() argument
42 : generator_(RandomGenerator::CalculateSeed(data, size)) { in DataBuilder()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcall_expression_test.cc35 ASSERT_EQ(vec.size(), 2u); in TEST_F()
62 ASSERT_EQ(vec.size(), 2u); in TEST_F()
H A Dmodule_test.cc26 EXPECT_EQ(Program(std::move(*this)).AST().Functions().size(), 0u); in TEST_F()
124 ASSERT_EQ(decls.size(), 6u); in TEST_F()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.cc100 if (member_index < member_names.size()) { in GetMemberName()
166 name_vector.resize(std::max(name_vector.size(), size_t(member_index + 1))); in SuggestSanitizedMemberName()
H A Dparser_impl_user_name_test.cc151 ASSERT_EQ(2u, ep_info.size()); in TEST_F()
195 ASSERT_EQ(2u, ep_info.size()); in TEST_F()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc188 ssize_t n = write(stdin_pipe.write, input_.data(), input_.size()); in Exec()
189 if (n != static_cast<ssize_t>(input_.size())) { in Exec()
/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp38 int count() override { return fTypefaces.size(); }
109 int onCountFamilies() const override { return fFamilies.size(); }
/third_party/skia/tools/
H A Dskottie2movie.cpp75 SkISize dim = animation->size().toRound(); in main()
181 ostream.write(data->data(), data->size()); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h63 assert(Roots.size() == 1 && "Should always have entry node!"); in getRoot()
133 assert(DT.getRoots().size() == 1 && in analyze()
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.cc98 info->size, in AddForwardRef()
127 VIXL_ASSERT(forward_.size() == 1); in UpdatePoolObject()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.h127 return (uint32) fBadPoints.size (); in PointCount()
144 return (uint32) fBadRects.size (); in RectCount()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A Dmaketoc.pl29 font-size: 10pt;
35 font-size: 14pt;
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_shared_code_generator.cc127 // code size limits (error "code to large"). String literals are apparently in GenerateDescriptors()
145 for (int i = 0; i < file_data.size(); i += kBytesPerLine) { in GenerateDescriptors()
185 for (int i = 0; i < dependencies.size(); i++) { in GenerateDescriptors()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapFieldLite.java140 if (a.size() != b.size()) { in equals()
/third_party/python/Python/
H A DPython-tokenize.c83 Py_ssize_t size = it->tok->inp - it->tok->buf; in tokenizeriter_next() local
84 PyObject *line = PyUnicode_DecodeUTF8(it->tok->buf, size, "replace"); in tokenizeriter_next()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.h94 : text_(value.data()), size_(value.size()) {} in SubstituteArg()
132 inline int size() const { return size_; } in size() function in google::protobuf::strings::internal::SubstituteArg
/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc142 if (result[result.size() - 1] == '.') { in GetTemporaryDirectoryName()
143 result[result.size() - 1] = '_'; in GetTemporaryDirectoryName()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexponential_biased_test.cc96 int n = random_sample.size(); in AndersonDarlingStatistic()
113 double p = AndersonDarlingPValue(random_sample.size(), ad_statistic); in AndersonDarlingTest()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_set.h155 // btree_set::size()
158 using Base::size;
477 // btree_multiset::size()
480 using Base::size;

Completed in 18 milliseconds

1...<<421422423424425426427428429430>>...822