/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 50 # 6 0x7f7ab661acd1 - 1 start 67 # 5 0xf77c1a48 - 1 start 203 start (void *arg UNUSED) in start() function 231 int i = pthread_create (&thread, NULL, start, NULL); in main()
|
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 39 time_t start = time(NULL); in test() local 54 while(time(NULL) - start < 5) { in test()
|
/third_party/elfutils/libdw/ |
H A D | cfi.h | 65 /* This FDE describes PC values in [start, end). */ 66 Dwarf_Addr start; member 160 /* This frame description covers PC values in [start, end). */ 161 Dwarf_Addr start; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_bench.c | 45 { "start", "start timer", 0, AV_OPT_TYPE_CONST, {.i64=ACTION_START}, INT_MIN, INT_MAX, FLAGS, "action" }, \ 76 const int64_t start = strtoll(e->value, NULL, 0); in filter_frame() local 77 const int64_t diff = t - start; in filter_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | vorbiscomment.c | 98 s = av_rescale(chp->start, chp->time_base.num, chp->time_base.den); in ff_vorbiscomment_write() 101 ms = av_rescale_q(chp->start, chp->time_base, av_make_q( 1, 1000)) % 1000; in ff_vorbiscomment_write()
|
/third_party/curl/lib/ |
H A D | socketpair.c | 127 struct curltime start = Curl_now(); in Curl_socketpair() local 151 if(Curl_timediff(Curl_now(), start) > (60 * 1000)) in Curl_socketpair()
|
/third_party/curl/tests/unit/ |
H A D | unit1399.c | 93 data.progress.start.tv_sec = now.tv_sec - 2; 94 data.progress.start.tv_usec = now.tv_usec;
|
/third_party/backends/backend/ |
H A D | rts88xx_lib.h | 120 SANE_Status sanei_rts88xx_write_regs (SANE_Int devnum, SANE_Int start, 124 SANE_Status sanei_rts88xx_read_regs (SANE_Int devnum, SANE_Int start,
|
/third_party/benchmark/bindings/python/google_benchmark/ |
H A D | example.py | 66 start = time.perf_counter() # perf_counter_ns() in Python 3.7+ 70 state.set_iteration_time(end - start)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | FormattedNumberRange.java | 95 public CharSequence subSequence(int start, int end) { in subSequence() argument 96 return string.subString(start, end); in subSequence()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ChineseDateFormat.java | 151 protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, in subParse() argument 159 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
|
H A D | ConstrainedFieldPosition.java | 216 * Gets the INCLUSIVE start index for the current position. 220 * @return The start index saved in the instance. 290 * @param start 291 * The new inclusive start index. 296 public void setState(Field field, Object value, int start, int limit) { in setState() argument 304 fStart = start; in setState()
|
H A D | UCharacterIterator.java | 94 public static final UCharacterIterator getInstance(char[] source, int start, int limit) { in getInstance() argument 95 return new UCharArrayIterator(source, start, limit); in getInstance() 230 * @return the previous code unit in the text, or DONE if the new index is before the start of the text. 236 * Retreat to the start of the previous code point in the text, and return it (pre-decrement semantics). If the 238 * the iterator is decremented to the start of the surrogate pair, and the code point represented by the pair is 241 * @return the previous code point in the text, or DONE if the new index is before the start of the text. 279 * Sets the current index to the start. 313 * the position within the array to start putting the data.
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uitercollationiterator.h | 69 state(ITER_CHECK_FWD), start(startIndex), in FCDUIterCollationIterator() 119 * The input text [start..(iter index)[ passes the FCD check. 127 * start & pos are undefined. 131 * The input text [start..limit[ passes the FCD check. 136 * The input text [start..limit[ failed the FCD check and was normalized. 142 * The input text [start..limit[ failed the FCD check and was normalized. 144 * The text iterator is at the start index. 151 int32_t start; member in FCDUIterCollationIterator
|
H A D | utf8collationiterator.h | 85 state(CHECK_FWD), start(p), in FCDUTF8CollationIterator() 139 * The input text [start..pos[ passes the FCD check. 147 * start is undefined. 151 * The input text [start..limit[ passes the FCD check. 156 * The input text [start..limit[ failed the FCD check and was normalized. 164 int32_t start; member in FCDUTF8CollationIterator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | listformatter.h | 57 ListFormatData(const UnicodeString& two, const UnicodeString& start, const UnicodeString& middle, const UnicodeString& end, in ListFormatData() 59 twoPattern(two), startPattern(start), middlePattern(middle), endPattern(end), locale(loc) {} in ListFormatData() 76 * The fields are returned from start to end. The special field category
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | SimpleHoliday.java | 148 Calendar start = new GregorianCalendar(startYear, Calendar.JANUARY, 1); in rangeRule() 149 rangeRule.add(start.getTime(), rule); in rangeRule()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | NameUnicodeTransliterator.java | 61 int cursor = offsets.start; in handleTransliterate() 170 offsets.start = (isIncremental && openPos >= 0) ? openPos : cursor; in handleTransliterate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | IncrementalProgressTest.java | 53 // we have a few special cases. Any-Remove (pos.start = 0, but also = limit) and U+XXXXX?X? in CheckIncrementalAux() 54 if (pos.start == 0 && pos.limit != 0 && !t.getID().equals("Hex-Any/Unicode")) { in CheckIncrementalAux() 61 if (pos.start != pos.limit) { in CheckIncrementalAux()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NameUnicodeTransliterator.java | 62 int cursor = offsets.start; in handleTransliterate() 171 offsets.start = (isIncremental && openPos >= 0) ? openPos : cursor; in handleTransliterate()
|
H A D | UCharacterIterator.java | 88 public static final UCharacterIterator getInstance(char[] source, int start, int limit) { in getInstance() argument 89 return new UCharArrayIterator(source, start, limit); in getInstance() 215 * @return the previous code unit in the text, or DONE if the new index is before the start of the text. 220 * Retreat to the start of the previous code point in the text, and return it (pre-decrement semantics). If the 222 * the iterator is decremented to the start of the surrogate pair, and the code point represented by the pair is 225 * @return the previous code point in the text, or DONE if the new index is before the start of the text. 259 * Sets the current index to the start. 291 * the position within the array to start putting the data.
|
H A D | ConstrainedFieldPosition.java | 209 * Gets the INCLUSIVE start index for the current position. 213 * @return The start index saved in the instance. 278 * @param start 279 * The new inclusive start index. 283 public void setState(Field field, Object value, int start, int limit) { in setState() argument 289 fStart = start; in setState()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | SimpleHoliday.java | 150 Calendar start = new GregorianCalendar(startYear, Calendar.JANUARY, 1); in rangeRule() 151 rangeRule.add(start.getTime(), rule); in rangeRule()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | IncrementalProgressTest.java | 50 // we have a few special cases. Any-Remove (pos.start = 0, but also = limit) and U+XXXXX?X? in CheckIncrementalAux() 51 if (pos.start == 0 && pos.limit != 0 && !t.getID().equals("Hex-Any/Unicode")) { in CheckIncrementalAux() 58 if (pos.start != pos.limit) { in CheckIncrementalAux()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | FormattedNumberRange.java | 85 public CharSequence subSequence(int start, int end) { in subSequence() argument 86 return string.subString(start, end); in subSequence()
|