/third_party/icu/icu4c/source/i18n/ |
H A D | string_segment.cpp | 29 void StringSegment::setOffset(int32_t start) { in setOffset() argument 30 fStart = start; in setOffset()
|
H A D | regexcmp.h | 113 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 D | brktrans.cpp | 101 bi->preceding(offsets.start); in handleTransliterate() 143 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit; in handleTransliterate()
|
H A D | rbt.cpp | 207 * 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 D | rbt_pars.h | 205 * 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 D | savage_drm.h | 187 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 D | RangeCoderBit.cs | 55 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 D | Encoder.java | 131 int start = 1 << (kNumBits - i - 1);
133 for (int j = start; j < end; j++)
|
/third_party/mesa3d/.gitlab-ci/lava/utils/ |
H A D | gitlab_section.py | 46 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 D | mugeco.sh | 117 start=`date` 134 e "Start: $start"
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | file_lock.c | 94 "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 D | queue.h | 150 // 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 D | node_string.h | 49 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 D | patched-global.any.js | 23 const trappedProperties = ['highWaterMark', 'size', 'start', 'type', 'mode']; 63 start(c) { 135 start(c) {
|
/third_party/node/test/fixtures/wpt/user-timing/resources/ |
H A D | webperftestharness.js | 101 var start = new Date().getTime(); 103 if ((new Date().getTime() - start) >= n) break;
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-maxtotalsockets.js | 30 function start(param = {}) { function 111 }].forEach(start);
|
H A D | test-repl-editor.js | 27 const replServer = repl.start({ 86 const replServer = repl.start({
|
H A D | test-tls-ticket.js | 102 start(function() { 116 function start(callback) { function
|
/third_party/node/test/sequential/ |
H A D | test-child-process-execsync.js | 55 const start = Date.now(); 67 const end = Date.now() - start;
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | corpus.js | 100 const start = Date.now(); 104 const duration = Date.now() - start;
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.h | 46 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 D | timer_create.c | 38 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 D | mq_notify.c | 22 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 D | brktrans.cpp | 101 bi->preceding(offsets.start); in handleTransliterate() 143 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit; in handleTransliterate()
|
H A D | rbt.cpp | 207 * 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()
|