Home
last modified time | relevance | path

Searched defs:count (Results 676 - 700 of 4779) sorted by relevance

1...<<21222324252627282930>>...192

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_auto_ptr.h201 explicit AutoArray (size_t count) in AutoArray() argument
211 void Reset (size_t count) in Reset() argument
H A Ddng_memory.cpp46 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 DRepeatedField.php191 $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 Dimp.rs10 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 Dalgorithm_test.cc124 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 Dinlined_vector_exception_safety_test.cc314 constexpr static auto count = TypeParam::GetSizeAt(1); in TYPED_TEST() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTypefaceFontProvider.cpp68 int TypefaceFontStyleSet::count() { return fStyles.size(); } in count() function in skia::textlayout::TypefaceFontStyleSet
/third_party/skia/modules/svg/src/
H A DSkSVGLinearGradient.cpp23 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 Dglyph_pos.cpp132 const int count = font.textToGlyphs(kText, len, SkTextEncoding::kUTF8, glyphs, len); in drawTestCase() local
H A Dbackdrop.cpp32 constexpr int count = SK_ARRAY_COUNT(colors); in make_shader() local
H A Dshallowgradient.cpp24 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 DWasmCommon.h64 template <typename T> TypedArray MakeTypedArray(int count, const T src[]) { in MakeTypedArray() argument
/third_party/skia/bench/
H A DHardStopGradientBench_SpecialHardStops.cpp90 int count = fKind == Kind::kCentered ? 4 : 3; variable
/third_party/rust/crates/minimal-lexical/src/
H A Dslow.rs279 let mut count: usize = 0; in parse_mantissa() variables
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-pbkdf2.c75 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 Dsha1-pbkdf2.c75 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 DChecksumImpl.cs66 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 DDeflater.cs54 public override void Add(byte[] data, int offset, int count) in Add() argument
/third_party/vulkan-loader/tests/
H A Dloader_wsi_tests.cpp799 uint32_t count = 0; in TEST() local
824 uint32_t count = 0; in TEST() local
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/
H A Dthread.c42 static int count = 0; in threadTest() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/git/
H A Dgit.go
/third_party/typescript/tests/baselines/reference/
H A DimplicitIndexSignatures.js
/base/account/os_account/interfaces/kits/napi/common/include/
H A Dnapi_account_common.h32 int32_t count = 0; member
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h63 static std::set<std::string> count; member in OHOS::HiviewDFX::BundleEventSourceExample
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h62 static std::set<std::string> count; member in OHOS::HiviewDFX::EventSourceExample

Completed in 11 milliseconds

1...<<21222324252627282930>>...192