Home
last modified time | relevance | path

Searched refs:start (Results 2401 - 2425 of 7130) sorted by relevance

1...<<919293949596979899100>>...286

/third_party/icu/icu4c/source/i18n/
H A Dstring_segment.cpp29 void StringSegment::setOffset(int32_t start) { in setOffset() argument
30 fStart = start; in setOffset()
H A Dregexcmp.h113 int32_t minMatchLength(int32_t start,
115 int32_t maxMatchLength(int32_t start,
181 // needs to add a SAVE at the start of a (block)
189 // at the start of the most recently processed
H A Dbrktrans.cpp101 bi->preceding(offsets.start); in handleTransliterate()
143 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit; in handleTransliterate()
H A Drbt.cpp207 * text is inserted or removed. The start offset moves toward in handleTransliterate()
213 * |eabcd begin - no match, advance start in handleTransliterate()
214 * e|abcd match rule 1 - change text & adjust start in handleTransliterate()
215 * ex|ycd match rule 2 - change text & adjust start in handleTransliterate()
216 * exz|d no match, advance start in handleTransliterate()
230 uint32_t loopLimit = index.limit - index.start; in handleTransliterate()
271 while (index.start < index.limit && in handleTransliterate()
H A Drbt_pars.h205 * Set the variable range to [start, end] (inclusive).
206 * @param start the start value of the range.
209 void setVariableRange(int32_t start, int32_t end, UErrorCode& status);
258 * In any case the rule start will be correctly reported.
261 * @param start position of first character of current rule.
262 * @return start position of first character of current rule.
264 int32_t syntaxError(UErrorCode parseErrorCode, const UnicodeString&, int32_t start,
272 * @param pos the position in pattern at which to start parsing.
/third_party/libdrm/include/drm/
H A Dsavage_drm.h187 unsigned short start; /* first register */ member
195 unsigned short start; /* first vertex in DMA/vertex buffer */ member
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cs55 UInt32 start = (UInt32)1 << (kNumBits - i - 1); in BitEncoder()
57 for (UInt32 j = start; j < end; j++) in BitEncoder()
/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H A DEncoder.java131 int start = 1 << (kNumBits - i - 1);
133 for (int j = start; j < end; j++)
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dgitlab_section.py46 collapse = marker == "start" and self.start_collapsed
58 print(self.start())
64 def start(self) -> str: member in GitlabSection
67 return self.section(marker="start", header=self.header, time=self.__start_time)
/third_party/lame/misc/
H A Dmugeco.sh117 start=`date`
134 e "Start: $start"
/third_party/ltp/testcases/kernel/fs/doio/
H A Dfile_lock.c94 "fcntl(%d, %d, &flocks): type:%d whence:%d, start:%lld len:%lld\n", in file_lock()
133 int record_lock(int fd, int flags, int start, int len, char **errormsg) in record_lock() argument
146 flocks.l_start = start; in record_lock()
166 "fcntl(%d, %d, &flocks): type:%d whence:%d, start:%lld len:%lld\n", in record_lock()
/third_party/node/src/dataqueue/
H A Dqueue.h150 // from the start offset to the ending offset. If the end
164 uint64_t start, std::optional<uint64_t> end = std::nullopt) = 0;
250 // from the start offset to the ending offset. If the end offset
253 // The slice will coverage a range from start up to, but excluding, end.
265 uint64_t start, std::optional<uint64_t> end = std::nullopt) = 0;
/third_party/node/src/inspector/
H A Dnode_string.h49 inline String substring(const String& string, size_t start, size_t count) { in substring() argument
50 return string.substr(start, count); in substring()
/third_party/node/test/fixtures/wpt/streams/readable-streams/
H A Dpatched-global.any.js23 const trappedProperties = ['highWaterMark', 'size', 'start', 'type', 'mode'];
63 start(c) {
135 start(c) {
/third_party/node/test/fixtures/wpt/user-timing/resources/
H A Dwebperftestharness.js101 var start = new Date().getTime();
103 if ((new Date().getTime() - start) >= n) break;
/third_party/node/test/parallel/
H A Dtest-http-agent-maxtotalsockets.js30 function start(param = {}) { function
111 }].forEach(start);
H A Dtest-repl-editor.js27 const replServer = repl.start({
86 const replServer = repl.start({
H A Dtest-tls-ticket.js102 start(function() {
116 function start(callback) { function
/third_party/node/test/sequential/
H A Dtest-child-process-execsync.js55 const start = Date.now();
67 const end = Date.now() - start;
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dcorpus.js100 const start = Date.now();
104 const duration = Date.now() - start;
/third_party/ntfs-3g/ntfsprogs/
H A Dutils.h46 int utils_parse_range(const char *string, s64 *start, s64 *finish, BOOL scale);
52 void utils_dump_mem(void *buf, int start, int length, int flags);
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c38 static void *start(void *arg) in start() function
107 r = pthread_create(&td, &attr, start, &args); in timer_create()
/third_party/musl/src/mq/
H A Dmq_notify.c22 static void *start(void *p) in start() function
83 if (pthread_create(&td, &attr, start, &args)) { in mq_notify()
/third_party/node/deps/icu-small/source/i18n/
H A Dbrktrans.cpp101 bi->preceding(offsets.start); in handleTransliterate()
143 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit; in handleTransliterate()
H A Drbt.cpp207 * text is inserted or removed. The start offset moves toward in handleTransliterate()
213 * |eabcd begin - no match, advance start in handleTransliterate()
214 * e|abcd match rule 1 - change text & adjust start in handleTransliterate()
215 * ex|ycd match rule 2 - change text & adjust start in handleTransliterate()
216 * exz|d no match, advance start in handleTransliterate()
230 uint32_t loopLimit = index.limit - index.start; in handleTransliterate()
271 while (index.start < index.limit && in handleTransliterate()

Completed in 11 milliseconds

1...<<919293949596979899100>>...286