Home
last modified time | relevance | path

Searched defs:size (Results 10926 - 10950 of 12765) sorted by relevance

1...<<431432433434435436437438439440>>...511

/third_party/python/Python/
H A Dgetargs.c1072 Py_ssize_t size; in convertsimple() local
[all...]
/third_party/python/Modules/
H A Dmmapmodule.c100 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 Dfaulthandler.c1175 size_t depth, size; in faulthandler_stack_overflow() local
H A Dzlibmodule.c283 PyZlib_Malloc(voidpf ctx, uInt items, uInt size) in PyZlib_Malloc() argument
[all...]
H A Daudioop.c76 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 Dframeobject.c474 int start_offset, size, handler; in mark_stacks() local
H A Dodictobject.c552 Py_ssize_t size, i; in _odict_resize() local
H A Dtupleobject.c33 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 Dcursor.c1275 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 DCodedInputStream.java510 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 DByteString.java109 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 DMessage.php355 $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 Dapi.pb.h772 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 Dmap.h608 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 Dstruct.pb.h877 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.h351 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 Dinlined_vector.h132 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 Dgraphcycles.cc86 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 Dcord.h839 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 Dfloat_conversion.cc550 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 Dduration.cc843 size_t size = end - *start; in ConsumeDurationUnit() local
/third_party/skia/gm/
H A Dgradients.cpp983 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 DSkSVGTypes.h505 const SkSVGLength& size() const { return fSize; } in size() function in SkSVGFontSize
/third_party/skia/dm/
H A DDMSrcSink.h100 virtual SkISize size([[maybe_unused]] int page) const { return this->size(); } in size() function
[all...]
/third_party/selinux/libselinux/src/
H A Dlabel_file.c419 size_t size; in rolling_append() local

Completed in 46 milliseconds

1...<<431432433434435436437438439440>>...511