/third_party/python/Modules/ |
H A D | _weakref.c | 95 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list); in _weakref_getweakrefs() local
|
/third_party/python/Objects/stringlib/ |
H A D | split.h | 58 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 D | ArrayDecodersTest.java | 214 private static ByteString generateNegativeLength(int count) { in generateNegativeLength() argument
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MapField.php | 248 public function count() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | substitute.cc | 48 int count = 0; in CountSubstituteArgs() local
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser_test.cc | 872 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 D | main.rs | 211 let mut count: usize = 0; in main() variables
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | generate_real_test.cc | 432 auto count = [&](const float r) { in TEST() local
|
H A D | pcg_engine.h | 99 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 D | futex.h | 125 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 D | output.h | 60 size_t count() const { return count_; } in count() function in absl::str_format_internal::FILERawSink
|
/third_party/skia/experimental/graphite/src/ |
H A D | ContextUtils.h | 58 int count() const { return fCount; } in count() function in skgpu::UniformData 69 UniformData(int count, in UniformData() argument
|
/third_party/skia/gm/ |
H A D | poly2poly.cpp | 42 doDraw(SkCanvas* canvas, const SkFont& font, SkPaint* paint, const int isrc[], const int idst[], int count) doDraw() argument
|
H A D | textblob.cpp | 38 unsigned count; member 141 unsigned count = cfg->count; in makeBlob() local [all...] |
H A D | tallstretchedbitmaps.cpp | 29 int count = (height / (2 * kRadius + kMargin)); in make_bm() local
|
H A D | arcto.cpp | 154 int count = 3; in DEF_SIMPLE_GM() local
|
H A D | dftext.cpp | 134 int count = font.textToGlyphs(text, textLen, SkTextEncoding::kUTF8, glyphs.get(), textLen); variable
|
/third_party/skia/include/private/ |
H A D | SkDeque.h | 37 int count() const { return fCount; } in count() function in SkDeque
|
H A D | SkTemplates.h | 85 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 D | SkDataTable.h | 29 int count() const { return fCount; } in count() function in SkDataTable
|
/third_party/skia/experimental/xform/ |
H A D | SkShape.h | 84 int count() const { return fArray.count(); } in count() function in GroupShape
|
/third_party/skia/include/effects/ |
H A D | SkGradientShader.h | 77 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 D | ParagraphCache.h | 38 int count() { return fLRUCacheMap.count(); } in count() function in skia::textlayout::ParagraphCache
|
/third_party/skia/fuzz/ |
H A D | FuzzParsePath.cpp | 119 uint8_t count; in DEF_FUZZ() local
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | Polystar.cpp | 44 const auto count = SkToUInt(SkTPin(SkScalarRoundToInt(fPointCount), 0, kMaxPointCount)); variable
|