| /third_party/skia/tools/skiaserve/urlhandlers/ |
| H A D | BreakHandler.cpp | 40 int count = request->fDebugCanvas->getSize(); in handle() local
|
| /third_party/skia/tools/ |
| H A D | skpinfo.cpp | 119 const int count = SkToInt(chunkSize); in main() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | util_props.cpp | 29 int32_t count = 0; in parseInteger() local
|
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | kill.c | 110 int count, procpid, procsid; in kill_main() local
|
| /third_party/toybox/toys/posix/ |
| H A D | kill.c | 116 int count, procpid, procsid; in kill_main() local
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_auto_ptr.h | 201 explicit AutoArray (size_t count) in AutoArray() argument 211 void Reset (size_t count) in Reset() argument
|
| H A D | dng_memory.cpp | 46 dng_memory_data::dng_memory_data (uint32 count, std::size_t elementSize) in dng_memory_data() argument 90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) in Allocate() argument
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | RepeatedField.php | 191 $count = count($this->container); variable 215 $count = count($this->container); variable 216 if (!is_numeric($offset) || $count === 0 || $offset !== $count - 1) { variable 254 public function count() function [all...] |
| /third_party/rust/crates/memchr/bench/src/memchr/ |
| H A D | imp.rs | 10 let mut count = 0; in memchr1_libc_count() variables 20 let mut count = 0; in fallback1_count() variables 30 let mut count = 0; in naive1_count() variables 44 let mut count = 0; fallback2_count() variables 54 let mut count = 0; naive2_count() variables 68 let mut count = 0; fallback3_count() variables 78 let mut count = 0; naive3_count() variables 88 let mut count = 0; memrchr1_count() variables 99 let mut count = 0; memrchr1_libc_count() variables 109 let mut count = 0; memrchr2_count() variables 119 let mut count = 0; memrchr3_count() variables [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| H A D | algorithm_test.cc | 124 int* count; member 137 int count = 0; in TEST() local 143 int count = 0; in TEST() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | inlined_vector_exception_safety_test.cc | 314 constexpr static auto count = TypeParam::GetSizeAt(1); in TYPED_TEST() local [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TypefaceFontProvider.cpp | 68 int TypefaceFontStyleSet::count() { return fStyles.size(); } in count() function in skia::textlayout::TypefaceFontStyleSet
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGLinearGradient.cpp | 23 onMakeShader(const SkSVGRenderContext& ctx, const SkColor4f* colors, const SkScalar* pos, int count, SkTileMode tm, const SkMatrix& localMatrix) const onMakeShader() argument
|
| /third_party/skia/gm/ |
| H A D | glyph_pos.cpp | 132 const int count = font.textToGlyphs(kText, len, SkTextEncoding::kUTF8, glyphs, len); in drawTestCase() local
|
| H A D | backdrop.cpp | 32 constexpr int count = SK_ARRAY_COUNT(colors); in make_shader() local
|
| H A D | shallowgradient.cpp | 24 static sk_sp<SkShader> shader_linear(const SkColor colors[], int count, const SkSize& size) { in shader_linear() argument 29 static sk_sp<SkShader> shader_radial(const SkColor colors[], int count, const SkSize& size) { in shader_radial() argument 35 static sk_sp<SkShader> shader_conical(const SkColor colors[], int count, const SkSize& size) { in shader_conical() argument 41 static sk_sp<SkShader> shader_sweep(const SkColor colors[], int count, const SkSize& size) { in shader_sweep() argument
|
| /third_party/skia/modules/canvaskit/ |
| H A D | WasmCommon.h | 64 template <typename T> TypedArray MakeTypedArray(int count, const T src[]) { in MakeTypedArray() argument
|
| /third_party/skia/bench/ |
| H A D | HardStopGradientBench_SpecialHardStops.cpp | 90 int count = fKind == Kind::kCentered ? 4 : 3; variable
|
| /third_party/rust/crates/minimal-lexical/src/ |
| H A D | slow.rs | 279 let mut count: usize = 0; in parse_mantissa() variables [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | sha1-pbkdf2.c | 75 unsigned int count = 0; in pbkdf2_sha1() local 14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | sha1-pbkdf2.c | 75 unsigned int count = 0; in pbkdf2_sha1() local 14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument
|
| /third_party/zlib/contrib/dotzlib/DotZLib/ |
| H A D | ChecksumImpl.cs | 66 public abstract void Update(byte[] data, int offset, int count);
in Update() argument 133 public override void Update(byte[] data, int offset, int count)
in Update() argument 184 Update(byte[] data, int offset, int count) Update() argument [all...] |
| H A D | Deflater.cs | 54 public override void Add(byte[] data, int offset, int count)
in Add() argument
|
| /third_party/vulkan-loader/tests/ |
| H A D | loader_wsi_tests.cpp | 799 uint32_t count = 0; in TEST() local 824 uint32_t count = 0; in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/git/ |
| H A D | git.go | |