Home
last modified time | relevance | path

Searched defs:size (Results 3326 - 3350 of 12442) sorted by relevance

1...<<131132133134135136137138139140>>...498

/third_party/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp114 uint32_t AvailableInstructions::AvailableBeforeInstruction::size() const { in size() function in spvtools::fuzz::AvailableInstructions::AvailableBeforeInstruction
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.cpp66 uprv_realloc(void * buffer, size_t size) { in uprv_realloc() argument
105 uprv_calloc(size_t num, size_t size) { in uprv_calloc() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSetVector.h77 size_type size() const { in size() function in llvm::SetVector
H A DUniqueVector.h87 size_t size() const { return Vector.size(); } in size() function in llvm::UniqueVector
/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddu.c39 long size; member
43 static void print(long long size, struct dirtree *node) in print() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.cpp34 dng_memory_data::dng_memory_data (uint32 size) in dng_memory_data() argument
67 void dng_memory_data::Allocate (uint32 size) in Allocate() argument
129 uint32 size = LogicalSize (); in Clone() local
133 DoCopyBytes (Buffer (), result->Buffer (), size); in Clone() local
218 dng_memory_block * dng_memory_allocator::Allocate (uint32 size) in Allocate() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_enum_util.cc59 bool LookUpEnumValue(const EnumEntry* enums, size_t size, in LookUpEnumValue() argument
70 LookUpEnumName(const EnumEntry* enums, const int* sorted_indices, size_t size, int value) LookUpEnumName() argument
83 InitializeEnumStrings( const EnumEntry* enums, const int* sorted_indices, size_t size, internal::ExplicitlyConstructed<std::string>* enum_strings) InitializeEnumStrings() argument
H A Dmap_entry.h118 size_t size = sizeof(Derived); variable
/third_party/python/PC/
H A Dvalidate_ucrtbase.py58 size = version.GetFileVersionInfoSizeW(name, None) variable
H A D_testconsole.c60 DWORD size = (DWORD)PyBytes_GET_SIZE(s) / sizeof(wchar_t); in _testconsole_write_input_impl() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DProtobufArrayList.java53 private int size; field in ProtobufArrayList
60 private ProtobufArrayList(E[] array, int size) { in ProtobufArrayList() argument
157 public int size() { size() method in ProtobufArrayList
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dstrlist.c42 size_t size; in pa_strlist_prepend() local
47 memcpy(ITEM_TO_TEXT(n), s, size + 1); in pa_strlist_prepend() local
128 size_t size = strlen(r); in pa_strlist_parse() local
132 memcpy(ITEM_TO_TEXT(n), r, size+1); in pa_strlist_parse() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-api.h31 uint8_t size; member
/third_party/protobuf/src/google/protobuf/util/
H A Ddelimited_message_util.cc71 uint32 size; in ParseDelimitedFromCodedStream() local
99 size_t size = message.ByteSizeLong(); in SerializeDelimitedToCodedStream() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dstacktrace.cc78 int size = (*f)(result, sizes, max_depth, skip_count + 1, uc, in Unwind() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dsequence_lock_test.cc151 const int size = GetParam(); in TEST_P() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dresize_uninitialized_test.cc26 size_t size() const { return 0; } in size() function
41 size_t size() const { return 0; } in size() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test_helpers.h59 inline absl::string_view ToString(TestCordSize size) { in ToString() argument
80 inline size_t Length(TestCordSize size) { return static_cast<size_t>(size); } in Length() argument
83 inline std::ostream& operator<<(std::ostream& stream, TestCordSize size) { in operator <<() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_exception_safety_test.cc160 constexpr static auto size = TypeParam::GetSizeAt(0); in TYPED_TEST() local
171 constexpr static auto size = TypeParam::GetSizeAt(0); in TYPED_TEST() local
182 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
195 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
207 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
219 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
365 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
388 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
401 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
449 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
474 constexpr static auto size = TypeParam::GetSizeAt(0); TYPED_TEST() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h201 : Span(span_internal::GetData(v), v.size()) {} in size() function in absl::Span
207 : Span(span_internal::GetData(v), v.size()) {} in size() function in absl::Span
672 -> decltype(absl::MakeSpan(span_internal::GetData(c), c.size())) { size() function
[all...]
/third_party/skia/gm/
H A Duserfont.cpp73 static sk_sp<SkTextBlob> make_blob(sk_sp<SkTypeface> tf, float size, float* spacing) { in make_blob() argument
H A Dfontcache.cpp105 auto size = 2 * s; in drawText() local
/third_party/skia/include/core/
H A DSkDrawable.h121 static sk_sp<SkDrawable> Deserialize(const void* data, size_t size, in Deserialize() argument
H A DSkDrawLooper.h118 static sk_sp<SkDrawLooper> Deserialize(const void* data, size_t size, in Deserialize() argument
/third_party/skia/experimental/sktext/editor/
H A DCursor.h26 void place(SkPoint xy, SkSize size) { in place() argument

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...498