/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uniset.cpp | 151 UnicodeSet::UnicodeSet(UChar32 start, UChar32 end) { in UnicodeSet() argument 413 UBool UnicodeSet::contains(UChar32 start, UChar32 end) const { in contains() argument 474 containsNone(UChar32 start, UChar32 end) const containsNone() argument [all...] |
H A D | ustrtrns.cpp | 1131 int32_t start = i; in u_strFromJavaModifiedUTF8WithSub() local
|
H A D | utrie2.cpp | 113 utrie2_internalU8PrevIndex(const UTrie2 *trie, UChar32 c, const uint8_t *start, const uint8_t *src) utrie2_internalU8PrevIndex() argument 443 enumEitherTrie(const UTrie2 *trie, UChar32 start, UChar32 limit, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) enumEitherTrie() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 565 const KeyT &start(unsigned i) const { return this->first[i].first; } in start() function in llvm::IntervalMapImpl::LeafNode 569 KeyT &start(unsigned i) { return this->first[i].first; } in start() function in llvm::IntervalMapImpl::LeafNode [all...] |
/third_party/toybox/toys/pending/ |
H A D | telnetd.c | 177 char *curr ,*start,*end; in handle_iacs() local 243 static int dup_iacs(char *start, int fd, int len) in dup_iacs() argument [all...] |
/third_party/toybox/toys/posix/ |
H A D | grep.c | 148 char *line = 0, *start; in do_grep() local [all...] |
H A D | sort.c | 86 int start = 0, end, len, i, j; in get_key_data() local [all...] |
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-utils.cc | 98 Label start; in Generate() local
|
/third_party/vixl/src/aarch64/ |
H A D | cpu-aarch64.cc | 496 uintptr_t start = reinterpret_cast<uintptr_t>(address); in EnsureIAndDCacheCoherency() local
|
/third_party/vixl/test/aarch32/ |
H A D | test-disasm-a32.cc | 363 DisassembleA32(const CodeBuffer& buffer, ptrdiff_t start, ptrdiff_t end) DisassembleA32() argument 370 DisassembleT32(const CodeBuffer& buffer, ptrdiff_t start, ptrdiff_t end) DisassembleT32() argument [all...] |
/third_party/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 608 Label start; in TEST() local
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 2075 Label start; in TEST() local [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | printer.cc | 311 auto start = format; in WriteVariable() local [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8TestUtil.java | 169 final long start; field in IsValidUtf8TestUtil.Shard 173 public Shard(long index, long start, long lim, long expected) { in Shard() argument 252 testBytes( ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) testBytes() argument 358 testBytesUsingByteBuffers( ByteStringFactory factory, int numBytes, long expectedCount, long start, long lim) testBytesUsingByteBuffers() argument [all...] |
/third_party/python/Parser/ |
H A D | pegen_errors.c | 169 const char *start; in _PyPegen_tokenize_full_source_to_check_for_errors() local 226 const char* start = p->tok->buf ? p->tok->line_start : p->tok->buf; in _PyPegen_raise_error() local
|
H A D | tokenizer.h | 41 const char *start; /* Start of current token if not NULL */ member
|
/third_party/python/Modules/_sre/ |
H A D | sre.h | 66 const void* start; /* start of current slice */ member
|
/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
|