/third_party/skia/tests/ |
H A D | MetaDataTest.cpp | 52 int count; in DEF_TEST() local
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom_embedded_factory.cpp | 11 struct SkEmbeddedResourceHeader { const SkEmbeddedResource* entries; int count; }; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | BufferConsumer_impl.h | 51 WireResult BufferConsumer<BufferT>::NextN(N count, T** data) { in NextN() argument
|
/third_party/optimized-routines/string/aarch64/ |
H A D | memset.S | 19 #define count x2 define [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-ot-meta.cc | 46 unsigned int count = 0; in main() local
|
H A D | test-ot-name.cc | 48 unsigned int count = 0; in main() local
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | array.h | 66 const Expression* const count; member in tint::ast::Array
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | type_manager_test.cc | 26 size_t count(const T& range_loopable) { in count() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() argument 32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument 59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument 82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument [all...] |
/third_party/toybox/toys/other/ |
H A D | lsusb.c | 30 int count = 0; in list_device() local
|
H A D | pwgen.c | 39 int length = 8, count, ii, jj, c, rand = 0, x = 0; in pwgen_main() local
|
/third_party/unity/extras/memory/test/ |
H A D | unity_output_Spy.c | 15 static int count; variable
|
/third_party/vixl/src/ |
H A D | compiler-intrinsics-vixl.cc | 50 int count = 0; in CountLeadingZerosFallBack() local 117 int count in CountTrailingZerosFallBack() local [all...] |
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | chardata.c | 85 int count; in CharData_CheckXMLChars() local [all...] |
H A D | structdata.h | 50 int count; /* Number of entries used */ member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | blocking_counter.cc | 39 int count = count_.fetch_sub(1, std::memory_order_acq_rel) - 1; in DecrementCount() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace_test.cc | 157 int count; in TEST() local 171 int count; in TEST() local [all...] |
/third_party/skia/docs/examples/ |
H A D | compose_path.cpp | 17 size_t count = sizeof(intervals) / sizeof(intervals[0]); in REG_FIDDLE() local
|
H A D | homogeneous.cpp | 9 constexpr int count = SK_ARRAY_COUNT(src); in REG_FIDDLE() local
|
H A D | skpaint_dash_path_effect.cpp | 17 size_t count = sizeof(intervals) / sizeof(intervals[0]); in REG_FIDDLE() local
|
H A D | skpaint_compose_path_effect.cpp | 17 size_t count = sizeof(intervals) / sizeof(intervals[0]); in REG_FIDDLE() local
|
/third_party/skia/experimental/graphite/src/ |
H A D | UniformCache.h | 28 size_t count() const { in count() function in skgpu::UniformCache
|
H A D | Uniform.h | 26 constexpr Uniform(const char* name, SLType type, int count) in Uniform() argument 39 constexpr uint32_t count() const { return static_cast<uint32_t>(fCount); } in count() function in skgpu::Uniform
|
/third_party/skia/gm/ |
H A D | getpostextpath.cpp | 54 const int count = atg.count(); in DEF_SIMPLE_GM() local
|
/third_party/skia/fuzz/ |
H A D | FuzzPolyUtils.cpp | 16 int count; in DEF_FUZZ() local [all...] |