/third_party/python/Python/ |
H A D | getargs.c | 1072 Py_ssize_t size; in convertsimple() local [all...] |
/third_party/python/Modules/ |
H A D | mmapmodule.c | 100 Py_ssize_t size; member 470 long long size; mmap_size_method() local 670 Py_ssize_t size = self->size; mmap_flush_method() local 1391 long long offset = 0, size; new_mmap_object() local [all...] |
H A D | faulthandler.c | 1175 size_t depth, size; in faulthandler_stack_overflow() local
|
H A D | zlibmodule.c | 283 PyZlib_Malloc(voidpf ctx, uInt items, uInt size) in PyZlib_Malloc() argument [all...] |
H A D | audioop.c | 76 search(int16_t val, const int16_t *table, int size) in search() argument 398 audioop_check_size(PyObject *module, int size) audioop_check_size() argument 410 audioop_check_parameters(PyObject *module, Py_ssize_t len, int size) audioop_check_parameters() argument [all...] |
/third_party/python/Objects/ |
H A D | frameobject.c | 474 int start_offset, size, handler; in mark_stacks() local
|
H A D | odictobject.c | 552 Py_ssize_t size, i; in _odict_resize() local
|
H A D | tupleobject.c | 33 tuple_alloc(Py_ssize_t size) in tuple_alloc() argument 69 PyTuple_New(Py_ssize_t size) in PyTuple_New() argument 447 Py_ssize_t size; tupleconcat() local 498 Py_ssize_t size; tuplerepeat() local 1174 maybe_freelist_pop(Py_ssize_t size) maybe_freelist_pop() argument [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | cursor.c | 1275 pysqlite_cursor_setoutputsize_impl(pysqlite_Cursor *self, PyObject *size, in pysqlite_cursor_setoutputsize_impl() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedInputStream.java | 510 public abstract byte[] readRawBytes(final int size) throws IOException; in readRawBytes() argument 517 public abstract void skipRawBytes(final int size) throw argument 2818 readRawBytes(final int size) readRawBytes() argument 2836 readRawBytesSlowPath( final int size, boolean ensureNoLeakedReferences) readRawBytesSlowPath() argument 2882 readRawBytesSlowPathOneChunk(final int size) readRawBytesSlowPathOneChunk() argument 2973 readBytesSlowPath(final int size) readBytesSlowPath() argument 3013 skipRawBytes(final int size) skipRawBytes() argument 3026 skipRawBytesSlowPath(final int size) skipRawBytesSlowPath() argument 3141 IterableDirectByteBufferDecoder( Iterable<ByteBuffer> inputBufs, int size, boolean immutableFlag) IterableDirectByteBufferDecoder() argument [all...] |
H A D | ByteString.java | 109 byte[] copyFrom(byte[] bytes, int offset, int size); in copyFrom() argument 115 public byte[] copyFrom(byte[] bytes, int offset, int size) { in copyFrom() argument 125 public byte[] copyFrom(byte[] bytes, int offset, int size) { in copyFrom() argument 227 public abstract int size(); size() method in ByteString 360 copyFrom(byte[] bytes, int offset, int size) copyFrom() argument 411 copyFrom(ByteBuffer bytes, int size) copyFrom() argument 1093 public synchronized int size() { size() method in ByteString.Output 1167 newCodedBuilder(int size) newCodedBuilder() argument 1176 CodedBuilder(int size) CodedBuilder() argument 1243 checkIndex(int index, int size) checkIndex() argument 1261 checkRange(int startIndex, int endIndex, int size) checkRange() argument 1334 public int size() { size() method in ByteString.LiteralByteString 1580 public int size() { size() method in ByteString.BoundedByteString [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Message.php | 355 $size = CodedOutputStream::writeVarintToArray($tag, $bytes, true); variable 1365 $size = 0; variable 1599 $size = 0; variable 1617 $size = 0; variable 1676 $size = 0; global() variable 1781 $size = 0; global() variable 1842 $size = 0; global() variable 1913 $size = 0; global() variable 1954 $size = 0; global() variable [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | api.pb.h | 772 set_name(const char* value, size_t size) set_name() argument 776 reinterpret_cast<const char*>(value), size), GetArena()); set_name() local 909 set_version(const char* value, size_t size) set_version() argument 913 reinterpret_cast<const char*>(value), size), GetArena()); set_version() local 1111 set_name(const char* value, size_t size) set_name() argument 1115 reinterpret_cast<const char*>(value), size), GetArena()); set_name() local 1173 set_request_type_url(const char* value, size_t size) set_request_type_url() argument 1177 reinterpret_cast<const char*>(value), size), GetArena()); set_request_type_url() local 1255 set_response_type_url(const char* value, size_t size) set_response_type_url() argument 1259 reinterpret_cast<const char*>(value), size), GetArena()); set_response_type_url() local 1397 set_name(const char* value, size_t size) set_name() argument 1401 reinterpret_cast<const char*>(value), size), GetArena()); set_name() local 1459 set_root(const char* value, size_t size) set_root() argument 1463 reinterpret_cast<const char*>(value), size), GetArena()); set_root() local [all...] |
H A D | map.h | 608 size_type size() const { return num_elements_; } in size() function in google::protobuf::Map::InnerMap 1115 size_type size() const { return elements_->size(); } in size() function in google::protobuf::Map
|
H A D | struct.pb.h | 877 reinterpret_cast<const char*>(value), size), in set_string_value() local 868 set_string_value(const char* value, size_t size) set_string_value() argument
|
/third_party/python/Modules/clinic/ |
H A D | _winapi.c.h | 351 DWORD size; in _winapi_CreatePipe() local 857 int size = 0; in _winapi_PeekNamedPipe() local 920 DWORD size; _winapi_ReadFile() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | inlined_vector.h | 132 SizeType size; member 260 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() argument 430 void SetSize(size_type size) { in SetSize() argument 435 void SetAllocatedSize(size_type size) { in SetAllocatedSize() argument 439 SetInlinedSize(size_type size) SetInlinedSize() argument 617 const size_type size = storage_view.size; global() variable [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles.cc | 86 uint32_t size() const { return size_; } in size() function in absl::synchronization_internal::__anon19421::Vec [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 839 set_inline_size(size_t size) set_inline_size() argument 1065 inline size_t Cord::InlineRep::size() const { size() function in absl::Cord::InlineRep 1181 inline size_t Cord::size() const { size() function in absl::Cord [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | float_conversion.cc | 550 size_t size = fractional_digits_end - integral_digits_start; in FormatFFast() local [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | duration.cc | 843 size_t size = end - *start; in ConsumeDurationUnit() local
|
/third_party/skia/gm/ |
H A D | gradients.cpp | 983 static constexpr SkScalar size = 160; in DEF_SIMPLE_GM() local 1051 static constexpr SkScalar size = 200; DEF_SIMPLE_GM() local [all...] |
/third_party/skia/modules/svg/include/ |
H A D | SkSVGTypes.h | 505 const SkSVGLength& size() const { return fSize; } in size() function in SkSVGFontSize
|
/third_party/skia/dm/ |
H A D | DMSrcSink.h | 100 virtual SkISize size([[maybe_unused]] int page) const { return this->size(); } in size() function [all...] |
/third_party/selinux/libselinux/src/ |
H A D | label_file.c | 419 size_t size; in rolling_append() local
|