/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | udata.h | 119 uint16_t size; member
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utrie_swap.cpp | 31 int32_t size; in utrie_swap() local 102 int32_t dataLength, size; in utrie2_swap() local 189 int32_t dataLength, size; ucptrie_swap() local [all...] |
H A D | uvector.h | 353 inline int32_t UVector::size(void) const { in size() function in UVector
|
H A D | uvectr32.h | 235 inline int32_t *UVector32::reserveBlock(int32_t size, UErrorCode &status) { in reserveBlock() argument 244 inline int32_t *UVector32::popFrame(int32_t size) { in popFrame() argument 255 inline int32_t UVector32::size(void) const { size() function in UVector32 [all...] |
H A D | uvectr64.h | 224 inline int64_t *UVector64::reserveBlock(int32_t size, UErrorCode &status) { in reserveBlock() argument 233 inline int64_t *UVector64::popFrame(int32_t size) { in popFrame() argument 244 inline int32_t UVector64::size(void) const { size() function in UVector64 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PackedVector.h | 101 explicit PackedVector(unsigned size) : Bits(size << (BitNum-1)) {} in PackedVector() argument 105 unsigned size() const { return Bits.size() >> (BitNum - 1); } in size() function in llvm::PackedVector
|
H A D | PriorityWorklist.h | 73 size_type size() const { in size() function in llvm::PriorityWorklist
|
H A D | SmallSet.h | 159 size_type size() const { in size() function in llvm::SmallSet
|
H A D | SparseSet.h | 190 size_type size() cons function in llvm::SparseSet [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | CallGraphSCCPass.h | 100 unsigned size() const { return Nodes.size(); } in size() function in llvm::CallGraphSCC
|
H A D | Trace.h | 95 unsigned size() const { return BasicBlocks.size(); } in size() function in llvm::Trace
|
/third_party/toybox/openharmony/ |
H A D | su.c | 44 static void *xmalloc(size_t size) in xmalloc() argument
|
/third_party/toybox/toys/lsb/ |
H A D | dmesg.c | 155 int size; in dmesg_main() local
|
/third_party/toybox/toys/posix/ |
H A D | du.c | 52 long size; member 56 static void print(long long size, struct dirtree *node) in print() argument [all...] |
/third_party/tzdata/ |
H A D | date.c | 195 ptrdiff_t size = 1024 / 2; in timeout() local
|
/third_party/vixl/src/aarch64/ |
H A D | abi-aarch64.h | 98 unsigned size = is_pointer_type ? 8 : sizeof(T); in GetNextParameterGenericOperand() local [all...] |
/third_party/vixl/src/ |
H A D | code-buffer-vixl.cc | 137 void CodeBuffer::EmitData(const void* data, size_t size) { in EmitData() argument 145 void CodeBuffer::UpdateData(size_t offset, const void* data, size_t size) { in UpdateData() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | BufferValidationTests.cpp | 35 wgpu::Buffer CreateMapReadBuffer(uint64_t size) { in CreateMapReadBuffer() argument 43 wgpu::Buffer CreateMapWriteBuffer(uint64_t size) { in CreateMapWriteBuffer() argument 51 wgpu::Buffer BufferMappedAtCreation(uint64_t size, wgpu::BufferUsage usage) { in BufferMappedAtCreation() argument 60 void AssertMapAsyncError(wgpu::Buffer buffer, wgpu::MapMode mode, size_t offset, size_t size) { in AssertMapAsyncError() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | WGPUHelpers.h | 170 uint64_t size = 0; member
|
H A D | WireHelper.cpp | 71 mFile.write(const_cast<const char*>(commands), size); variable
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | ftsystem.c | 262 LARGE_INTEGER size; in FT_BASE_DEF() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_writer.cc | 153 uint32 size = files_[i].size; WriteDirectory() local [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_inl.h | 170 int size = ReadSize(&ptr); in ParseFieldWithExtensionInfo() local 253 int32 size = ReadSize(&ptr); in ParseMessageSetItemTmpl() local
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringList.java | 67 public int size() { in size() method in UnmodifiableLazyStringList
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.c | 41 static VALUE create_frozen_string(const char* str, size_t size, bool binary) { in create_frozen_string() argument 50 VALUE get_frozen_string(const char* str, size_t size, bool binary) { in get_frozen_string() argument
|