Home
last modified time | relevance | path

Searched defs:count (Results 901 - 925 of 4324) sorted by relevance

1...<<31323334353637383940>>...173

/third_party/python/Modules/
H A D_weakref.c95 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefs() local
/third_party/python/Objects/stringlib/
H A Dsplit.h58 Py_ssize_t i, j, count=0; in split_whitespace() local
107 Py_ssize_t i, j, count=0; in split_char() local
150 Py_ssize_t i, j, pos, count in split() local
197 Py_ssize_t i, j, count=0; rsplit_whitespace() local
248 Py_ssize_t i, j, count=0; rsplit_char() local
292 Py_ssize_t j, pos, count=0; rsplit() local
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DArrayDecodersTest.java214 private static ByteString generateNegativeLength(int count) { in generateNegativeLength() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapField.php248 public function count() function
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc48 int count = 0; in CountSubstituteArgs() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc872 int count = 99; in TEST_F() local
898 int count = 98; in TEST_F() local
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs211 let mut count: usize = 0; in main() variables
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dgenerate_real_test.cc432 auto count = [&](const float r) { in TEST() local
H A Dpcg_engine.h99 void discard(uint64_t count) { state_ = advance(state_, count); } in discard() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dfutex.h125 static int Wake(std::atomic<int32_t> *v, int32_t count) { in Wake() argument
135 static int WakeBitset(std::atomic<int32_t> *v, int32_t count, int32_t bits) { in WakeBitset() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Doutput.h60 size_t count() const { return count_; } in count() function in absl::str_format_internal::FILERawSink
/third_party/skia/experimental/graphite/src/
H A DContextUtils.h58 int count() const { return fCount; } in count() function in skgpu::UniformData
69 UniformData(int count, in UniformData() argument
/third_party/skia/gm/
H A Dpoly2poly.cpp42 doDraw(SkCanvas* canvas, const SkFont& font, SkPaint* paint, const int isrc[], const int idst[], int count) doDraw() argument
H A Dtextblob.cpp38 unsigned count; member
141 unsigned count = cfg->count; in makeBlob() local
[all...]
H A Dtallstretchedbitmaps.cpp29 int count = (height / (2 * kRadius + kMargin)); in make_bm() local
H A Darcto.cpp154 int count = 3; in DEF_SIMPLE_GM() local
H A Ddftext.cpp134 int count = font.textToGlyphs(text, textLen, SkTextEncoding::kUTF8, glyphs.get(), textLen); variable
/third_party/skia/include/private/
H A DSkDeque.h37 int count() const { return fCount; } in count() function in SkDeque
H A DSkTemplates.h85 explicit SkAutoTArray(int count) { in SkAutoTArray() argument
145 SkAutoSTArray(int count) SkAutoSTArray() argument
156 reset(int count) reset() argument
191 int count() const { return fCount; } count() function in SkAutoSTArray
[all...]
/third_party/skia/include/core/
H A DSkDataTable.h29 int count() const { return fCount; } in count() function in SkDataTable
/third_party/skia/experimental/xform/
H A DSkShape.h84 int count() const { return fArray.count(); } in count() function in GroupShape
/third_party/skia/include/effects/
H A DSkGradientShader.h77 MakeLinear(const SkPoint pts[2], const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument
101 MakeLinear(const SkPoint pts[2], const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeLinear() argument
124 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument
147 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeRadial() argument
165 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
185 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, SkTileMode mode) MakeTwoPointConical() argument
215 MakeSweep(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int count, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument
221 MakeSweep(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int count) MakeSweep() argument
248 MakeSweep(SkScalar cx, SkScalar cy, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument
255 MakeSweep(SkScalar cx, SkScalar cy, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count) MakeSweep() argument
[all...]
/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h38 int count() { return fLRUCacheMap.count(); } in count() function in skia::textlayout::ParagraphCache
/third_party/skia/fuzz/
H A DFuzzParsePath.cpp119 uint8_t count; in DEF_FUZZ() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPolystar.cpp44 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); variable

Completed in 13 milliseconds

1...<<31323334353637383940>>...173