| /third_party/python/Objects/clinic/ |
| H A D | listobject.c.h | 238 Py_ssize_t start = 0; in list_index() local
|
| /third_party/python/Modules/clinic/ |
| H A D | mathmodule.c.h | 681 PyObject *start = NULL; in math_prod() local
|
| /third_party/python/Objects/ |
| H A D | enumobject.c | 44 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() argument [all...] |
| H A D | sliceobject.c | 114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() argument 154 PyObject *start, *end, *slice; in _PySlice_FromIndices() local 171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_GetIndices() argument 203 PySlice_Unpack(PyObject *_r, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_Unpack() argument 249 PySlice_AdjustIndices(Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) PySlice_AdjustIndices() argument 293 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) PySlice_GetIndicesEx() argument 306 PyObject *start, *stop, *step; slice_new() local 386 PyObject *start=NULL, *stop=NULL, *step=NULL; _PySlice_GetLongIndices() local 527 PyObject *start, *stop, *step; slice_indices() local [all...] |
| /third_party/python/Objects/stringlib/ |
| H A D | transmogrify.h | 262 const char *start = target; in countchar() local 353 const char *self_s, *start, *next, *end; stringlib_replace_delete_single_character() local 398 const char *self_s, *start, *next, *end; stringlib_replace_delete_substring() local 451 char *result_s, *start, *next; stringlib_replace_single_character_in_place() local 499 char *result_s, *start; stringlib_replace_substring_in_place() local 550 const char *self_s, *start, *next, *end; stringlib_replace_single_character() local 614 const char *self_s, *start, *next, *end; stringlib_replace_substring() local [all...] |
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | CodedInputStream.php | 57 $start = 0; variable
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | Timestamps.java | 370 public static Timestamp add(Timestamp start, Duration length) { in add() argument 379 public static Timestamp subtract(Timestamp start, Duration length) { in subtract() argument
|
| H A D | TimeUtil.java | 291 public static Timestamp add(Timestamp start, Duration length) { in add() argument 301 public static Timestamp subtract(Timestamp start, Duration length) { in subtract() argument
|
| /third_party/pulseaudio/src/tests/ |
| H A D | alsa-time-test.c | 34 struct timespec start, last_timestamp = { 0, 0 }; in main() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | lite_unittest.cc | 618 ::google::protobuf::uint8* start = reinterpret_cast<::google::protobuf::uint8*>(::google::protobuf::string_as_array(&data)); in TEST() local
|
| H A D | unknown_field_set.cc | 181 void UnknownFieldSet::DeleteSubrange(int start, int num) { in DeleteSubrange() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | btree_benchmark.cc | 203 auto start = itr; in BM_DeleteRange() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers.cc | 640 const char* start = text->data(); in safe_parse_sign_and_base() local [all...] |
| /third_party/skia/modules/skottie/src/ |
| H A D | SkottieTool.cpp | 366 const auto start = std::chrono::steady_clock::now(); in main() local
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphBuilderImpl.cpp | 144 auto start = fUtf8.size(); in addPlaceholder() local
|
| H A D | RunBaseImpl.cpp | 147 std::vector<uint16_t> RunBaseImpl::getGlyphs(int64_t start, int64_t length) const in getGlyphs() argument 167 std::vector<SkPoint> RunBaseImpl::getPositions(int64_t start, int64_t length) const in getPositions() argument 210 std::vector<uint64_t> RunBaseImpl::getStringIndices(int64_t start, int64_t length) const in getStringIndices() argument 359 calculateActualLength(int64_t start, int64_t length) const calculateActualLength() argument [all...] |
| H A D | Decorations.cpp | 178 auto start = rect.fLeft; in calculateGaps() local
|
| /third_party/skia/modules/skshaper/include/ |
| H A D | SkShaper.h | 119 size_t start; // Offset to the start (utf8) element of the run. member
|
| /third_party/skia/modules/skshaper/src/ |
| H A D | SkShaper_primitive.cpp | 94 const char* start = text; in linebreak() local
|
| /third_party/skia/experimental/sktext/src/ |
| H A D | Paint.cpp | 91 TextIndex start = 0; in findDecoratedBlock() local
|
| H A D | VisualRun.h | 47 SkScalar calculateWidth(GlyphIndex start, GlyphIndex end) const { in calculateWidth() argument
|
| /third_party/skia/gm/ |
| H A D | texteffects.cpp | 35 SkScalar start = intersections[index] - uWidth; in create_underline() local 135 const SkScalar start = blob->bounds().left(); in DEF_SIMPLE_GM() local
|
| /third_party/skia/modules/particles/include/ |
| H A D | SkParticleEffect.h | 137 void start(double now, bool looping) { in start() function in SkParticleEffect
|
| /third_party/skia/modules/particles/src/ |
| H A D | SkParticleEffect.cpp | 265 void SkParticleEffect::start(double now, bool looping, SkPoint position, SkVector heading, in start() function in SkParticleEffect 326 void SkParticleEffect::runParticleScript(EntryPoint entryPoint, int start, int count) { in runParticleScript() argument
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | utf8.rs | 380 let mut start = [0; MAX_UTF8_BYTES]; fmt() variables [all...] |