Home
last modified time | relevance | path

Searched defs:len (Results 3151 - 3175 of 6232) sorted by relevance

1...<<121122123124125126127128129130>>...250

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java444 private static void outputFailure(long byteChar, byte[] bytes, byte[] after, int len) { in outputFailure() argument
455 private static String toHexString(byte[] b, int len) { in toHexString() argument
/third_party/python/Parser/
H A Dpegen_errors.c305 Py_ssize_t len = strlen(fstring_msg) + strlen(errmsg); in _PyPegen_raise_error_known_location() local
/third_party/python/Python/
H A Dpyhash.c158 _Py_HashBytes(const void *src, Py_ssize_t len) in _Py_HashBytes() argument
250 fnv(const void *src, Py_ssize_t len) in fnv() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Drow.c113 Py_ssize_t len = PyUnicode_GET_LENGTH(left); in equal_ignore_case() local
/third_party/python/Objects/
H A Diterobject.c83 Py_ssize_t seqsize, len; in iter_len() local
H A Dsliceobject.c525 slice_indices(PySliceObject* self, PyObject* len) in slice_indices() argument
H A Dunionobject.c254 Py_ssize_t len = PyTuple_GET_SIZE(alias->args); in union_repr() local
/third_party/python/Modules/
H A Dgetpath.c66 Py_ssize_t len; variable
144 Py_ssize_t len, suffixLen; variable
382 size_t len; variable
613 size_t len; in decode_to_dict() local
658 size_t len; env_to_dict() local
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc68 static Py_ssize_t len(ExtensionDict* self) { in len() function
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-msbc.c202 static inline bool is_all_zero(const uint8_t *ptr, size_t len) { in is_all_zero() argument
215 static struct msbc_frame *msbc_find_frame(struct sbc_info *si, size_t *len, in msbc_find_frame() argument
/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-simple.c429 uint32_t len; in write_data() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h227 StringPiece(const char* offset, stringpiece_ssize_type len) in StringPiece() argument
256 void set(const char* data, stringpiece_ssize_type len) { in set() argument
270 void set(const void* data, stringpiece_ssize_type len) { in set() argument
394 stringpiece_ssize_type len = x.size(); operator ==() local
[all...]
H A Dstrutil_unittest.cc545 int len; in TEST() local
H A Dtime.cc175 int len = 0; in ParseNanos() local
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.cc62 void ZeroCopyStreamByteSink::Append(const char* bytes, size_t len) { in Append() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.h590 IsFlat(size_t offset, size_t len, absl::string_view* fragment) const IsFlat() argument
[all...]
H A Dchar_map.h40 Charmap(const char* str, int len) : m_() { in Charmap() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc751 auto len = inlined_size / 2; in TEST() local
761 auto len = inlined_size * 2; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dsysinfo.cc196 int len = read(fd, line, sizeof(line) - 1); in ReadLongFromFile() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dcity.cc93 static uint32_t Hash32Len13to24(const char *s, size_t len) { in Hash32Len13to24() argument
105 static uint32_t Hash32Len0to4(const char *s, size_t len) { in Hash32Len0to4() argument
116 static uint32_t Hash32Len5to12(const char *s, size_t len) { in Hash32Len5to12() argument
124 CityHash32(const char *s, size_t len) CityHash32() argument
218 HashLen0to16(const char *s, size_t len) HashLen0to16() argument
245 HashLen17to32(const char *s, size_t len) HashLen17to32() argument
277 HashLen33to64(const char *s, size_t len) HashLen33to64() argument
298 CityHash64(const char *s, size_t len) CityHash64() argument
338 CityHash64WithSeed(const char *s, size_t len, uint64_t seed) CityHash64WithSeed() argument
342 CityHash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) CityHash64WithSeeds() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc86 const int len = state.range(0); in BM_EqualDifferent() local
153 const int len = state.range(0); in BM_CompareSame() local
171 const int len = state.range(0); in BM_CompareFirstOneLess() local
187 const int len = state.range(0); in BM_CompareSecondOneLess() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan_test.cc55 std::vector<int> MakeRamp(int len, int offset = 0) { in MakeRamp() argument
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp364 len = std::max(std::get<1>(range) - r0, std::numeric_limits<float>::epsilon()); in modulateCoverage() local
/third_party/skia/modules/skparagraph/src/
H A DParagraphBuilderImpl.cpp115 void ParagraphBuilderImpl::addText(const char* text, size_t len) { in addText() argument
/third_party/skia/experimental/ffmpeg/
H A DSkVideoEncoder.cpp29 size_t len = fStorage.size(); in write() local

Completed in 20 milliseconds

1...<<121122123124125126127128129130>>...250