Home
last modified time | relevance | path

Searched defs:start (Results 3726 - 3750 of 9163) sorted by relevance

1...<<141142143144145146147148149150>>...367

/third_party/skia/third_party/externals/icu/source/common/
H A Duniset.cpp151 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 Dustrtrns.cpp1131 int32_t start = i; in u_strFromJavaModifiedUTF8WithSub() local
H A Dutrie2.cpp113 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 DIntervalMap.h565 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 Dtelnetd.c177 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 Dgrep.c148 char *line = 0, *start; in do_grep() local
[all...]
H A Dsort.c86 int start = 0, end, len, i, j; in get_key_data() local
[all...]
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc98 Label start; in Generate() local
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.cc496 uintptr_t start = reinterpret_cast<uintptr_t>(address); in EnsureIAndDCacheCoherency() local
/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc363 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 Dtest-examples.cc608 Label start; in TEST() local
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc2075 Label start; in TEST() local
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc311 auto start = format; in WriteVariable() local
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java169 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 Dpegen_errors.c169 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 Dtokenizer.h41 const char *start; /* Start of current token if not NULL */ member
/third_party/python/Modules/_sre/
H A Dsre.h66 const void* start; /* start of current slice */ member
/third_party/python/Objects/clinic/
H A Dlistobject.c.h238 Py_ssize_t start = 0; in list_index() local
/third_party/python/Modules/clinic/
H A Dmathmodule.c.h681 PyObject *start = NULL; in math_prod() local
/third_party/python/Objects/
H A Denumobject.c44 enum_new_impl(PyTypeObject *type, PyObject *iterable, PyObject *start) in enum_new_impl() argument
[all...]
H A Dsliceobject.c114 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 Dtransmogrify.h262 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 DCodedInputStream.php57 $start = 0; variable
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java370 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 DTimeUtil.java291 public static Timestamp add(Timestamp start, Duration length) { in add() argument
301 public static Timestamp subtract(Timestamp start, Duration length) { in subtract() argument

Completed in 23 milliseconds

1...<<141142143144145146147148149150>>...367