/third_party/curl/tests/ |
H A D | runtests.pl | 123 my $start; # time at which testing started 148 my %timeprepini; # timestamp for each test preparation start 149 my %timesrvrini; # timestamp for each test required servers verification start 1728 my $sofar= time()-$start; 1763 # start buffering logmsg; stop it on return 2607 $TESTCASES=""; # start with no test cases 2775 $start = time(); 2811 # - if a runner is idle, start a new test on it 2838 # so start a new test. 2946 my $sofar = time() - $start; [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 496 av_log(s, AV_LOG_ERROR, "Failed to start command recoding: %s\n", in ff_vk_start_exec_recording() 831 const char *start = p; in ff_vk_print_shader() local 840 av_bprint_append_data(&buf, start, &p[i] - start + 1); in ff_vk_print_shader() 841 start = &p[i + 1]; in ff_vk_print_shader()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 1026 # selected test image and these settings, but might start to fail in 1359 start = time.time() 1361 refTime = time.time() - start 1364 start = time.time() 1366 testTime = time.time() - start
|
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 539 * 0: unknown, used to start linear sequence during calibration 808 struct timeval start, end; in cis_wait_bank_change() local 812 gettimeofday (&start, NULL); in cis_wait_bank_change() 827 (start.tv_sec * 1000 + start.tv_usec / 1000); in cis_wait_bank_change() 1038 * offset, the resulting scan seems to start 2mm to soon. in cis_config_ccd() 2093 * 90 steps is a fraction to short to reach the start of the in cis_calibrate() 2169 and the start of the glass plate. */ in cis_calibrate() 2752 /* It is vital to reinitialize the scanner right before we start the in cis_drv_start()
|
H A D | hs2p-scsi.c | 1581 * 001 Load instructs document feed to scan start position 1734 /* 1-3-8 SCAN command is used to instruct scanner to start scanning */ 1771 time_t now, start; in hs2p_wait_ready() local 1774 start = time (NULL); in hs2p_wait_ready() 1791 if (now - start >= MAX_WAITING_TIME) in hs2p_wait_ready() 1795 (u_long) (now - start)); in hs2p_wait_ready() 2110 /* When SCAN, READ, or LOAD (in ADF mode) is issued, scanner waits until operator panel start button is pressed */
|
H A D | mustek_pp_ccd300.c | 139 struct timeval start, end; in wait_bank_change() local 144 gettimeofday (&start, NULL); in wait_bank_change() 157 (start.tv_sec * 1000 + start.tv_usec / 1000); in wait_bank_change()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | parse.cpp | 748 * genrb -s. icu/data --- start from CWD and look in icu/data dir in getRules() 943 convertTrie(const void *context, UChar32 start, UChar32 end, uint32_t value) { in convertTrie() argument 944 if (start >= 0x1100 && start < 0x1200 && end >= 0x1100 && end < 0x1200) { in convertTrie() 949 umutablecptrie_setRange((UMutableCPTrie*)context, start, end, value, status); in convertTrie()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 1130 * Fills some of the keys array (from start) with the num keys from the path string. 1135 * @param start index where the first path key is stored 1137 private static void getResPathKeys(String path, int num, String[] keys, int start) { in getResPathKeys() argument 1142 keys[start] = path; in getResPathKeys() 1149 keys[start++] = path.substring(i, j); in getResPathKeys() 1152 keys[start] = path.substring(j + 1); in getResPathKeys() 1673 //no path start with locale in getAliasedResource()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 180 Date start = cal.getTime(); in Test4056591() 181 fmt.set2DigitYearStart(start); in Test4056591() 182 if ((fmt.get2DigitYearStart() != start)) in Test4056591() 1555 t.start(); in TestT11363()
|
H A D | PluralRulesTest.java | 310 assertEquals("first; " + title, firstInRange, samples.samples.iterator().next().start); in checkNewSamples() 472 return Arrays.stream(new DecimalQuantity[] {range.start, range.end}); in testUniqueRules() 587 int start = shouldBeEqual ? i : i + 1; in compareEquality() 588 for (int j = start; j < objects.length; ++j) { in compareEquality()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 183 Date start = cal.getTime(); in Test4056591() 184 fmt.set2DigitYearStart(start); in Test4056591() 185 if ((fmt.get2DigitYearStart() != start)) in Test4056591() 1558 t.start(); in TestT11363()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | measunit.cpp | 2108 const char * const * array, int32_t start, int32_t end, StringPiece key) { in binarySearch() 2109 while (start < end) { in binarySearch() 2110 int32_t mid = (start + end) / 2; in binarySearch() 2113 start = mid + 1; in binarySearch() 2107 binarySearch( const char * const * array, int32_t start, int32_t end, StringPiece key) binarySearch() argument
|
H A D | msgfmt.cpp | 201 void append(const UnicodeString& s, int32_t start, int32_t length) { in append() argument 202 append(s.tempSubString(start, length)); in append() 973 PluralSelectorContext(int32_t start, const UnicodeString &name, in PluralSelectorContext() argument 975 : startIndex(start), argName(name), offset(off), in PluralSelectorContext()
|
/third_party/icu/icu4c/source/common/ |
H A D | uloc_tag.cpp | 791 const char* start = s; in _isStatefulSepListOf() local 800 if (!test(state, start, subtagLen)) { in _isStatefulSepListOf() 804 start = p + 1; in _isStatefulSepListOf() 810 if (test(state, start, subtagLen) && state >= 0) { in _isStatefulSepListOf() 2300 * reset the start and the end location of extension value in ultag_parse() 2313 /* if the start position of this extension's value is not yet, in ultag_parse() 2359 /* back up the private use value start position */ in ultag_parse()
|
/third_party/libsnd/src/ |
H A D | common.c | 406 char *start ; in psf_asciiheader_printf() local 412 start = ((char*) psf->header.ptr) + maxlen ; in psf_asciiheader_printf() 416 vsnprintf (start, maxlen, format, argptr) ; in psf_asciiheader_printf() 420 start [maxlen - 1] = 0 ; in psf_asciiheader_printf() 822 ** p - jump a given number of position from start of file. 1146 case 'p' : /* Seek to position from start. */ in psf_binheader_readf()
|
H A D | aiff.c | 313 /* Lite remove start */ in aiff_open() 416 /* Set position to start of file to begin reading header. */ in aiff_read_header() 756 psf->instrument->loops [0].start = begin ; in aiff_read_header() 770 psf->instrument->loops [1].start = begin ; in aiff_read_header() 931 { psf->instrument->loops [ji].start = marker_to_position (paiff->markstr, psf->instrument->loops [ji].start, mark_count) ; in aiff_read_header()
|
/third_party/libsnd/tests/ |
H A D | command_test.c | 66 /* Force the start of this buffer to be double aligned. Sparc-solaris will 305 /* Seek to start of file, turn normalisation off, read float_data and check again. */ in float_norm_test() 320 /* Seek to start of file, turn normalisation on, read float_data and do final check. */ in float_norm_test() 421 /* Seek to start of file, turn normalisation off, read double_data and check again. */ in double_norm_test() 436 /* Seek to start of file, turn normalisation on, read double_data and do final check. */ in double_norm_test() 808 " start : %d\tend : %d\tcount :%d\n" in instrument_test() 810 " start : %d\tend : %d\tcount :%d\n\n", in instrument_test() 816 write_inst.loops [0].mode, write_inst.loops [0].start, in instrument_test() 818 write_inst.loops [1].mode, write_inst.loops [1].start, in instrument_test() 826 " start in instrument_test() [all...] |
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 96 \item[\Type{unw\_word\_t} \Var{start\_ip}] The start-address of the 101 \Var{end\_ip}-\Var{start\_ip} is the size of the procedure in 241 before the start of another region.
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 558 /* start updating lame internal flags */ in lame_init_params() 947 int const start = gfc->scalefac_band.l[21] + i * size; in lame_init_params() local 948 gfc->scalefac_band.psfb21[i] = start; in lame_init_params() 957 int const start = gfc->scalefac_band.s[12] + i * size; in lame_init_params() local 958 gfc->scalefac_band.psfb12[i] = start; in lame_init_params()
|
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 114 lws_pad_set_length(struct per_session_data__sshd *pss, void *start, uint8_t **p, in lws_pad_set_length() argument 117 uint32_t len = (uint32_t)lws_ptr_diff(*p, start); in lws_pad_set_length() 118 uint8_t padc = 4, *bs = start; in lws_pad_set_length() 140 lws_p32(start, len - 4); in lws_pad_set_length() 1564 * This message will request that the server start the in lws_ssh_parse_plaintext() 1620 /* we start the scp protocol first by sending an ACK */ in lws_ssh_parse_plaintext()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_query.c | 872 /* Clear the emulated counter end value. We don't clear start because it's unused. */ in si_query_hw_do_emit_start() 1349 uint64_t start, end; in si_query_read_result() local 1351 start = (uint64_t)current_result[start_index] | (uint64_t)current_result[start_index + 1] << 32; in si_query_read_result() 1354 if (!test_status_bit || ((start & 0x8000000000000000UL) && (end & 0x8000000000000000UL))) { in si_query_read_result() 1355 return end - start; in si_query_read_result()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_draw.c | 55 /* The PTB will request the tile alloc initial size per tile at start in start_binning() 111 /* "Binning mode lists start with a Tile Binning Mode Configuration in start_binning() 346 /* Fragment shaders can only start executing after all in v3d_emit_wait_for_tf_if_needed() 1141 uint32_t offset = draws[0].start * index_size; in v3d_draw_vbo() 1144 unsigned start_offset = draws[0].start * info->index_size; in v3d_draw_vbo() 1231 prim.index_of_first_vertex = draws[0].start; in v3d_draw_vbo() 1245 prim.index_of_first_vertex = draws[0].start; in v3d_draw_vbo() 1318 /* Allow this dispatch to start while the last one is still running. */ 1530 * Attempts to perform the GL clear by using the TLB's fast clear at the start
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 243 * We are guaranteed to succeed from here so can start modifying the in ntfs_rl_append() 302 /* disc => Discontinuity between the end of @dst and the start of @src. in ntfs_rl_insert() 326 * We are guaranteed to succeed from here so can start modifying the in ntfs_rl_insert() 417 * We are guaranteed to succeed from here so can start modifying the in ntfs_rl_replace() 486 * We are guaranteed to succeed from here so can start modifying the in ntfs_rl_split() 539 /* Insert start element at the front of the runlist. */ in ntfs_runlists_merge_i() 550 /* Skip any unmapped start element(s) in the source runlist. */ in ntfs_runlists_merge_i() 599 BOOL start; in ntfs_runlists_merge_i() local 604 start = ((drl[dins].lcn < LCN_RL_NOT_MAPPED) || /* End of file */ in ntfs_runlists_merge_i() 618 ntfs_log_debug("start in ntfs_runlists_merge_i() [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_hd.c | 858 const uint8_t *start = in; in decode_length() local 874 return (ssize_t)(in - start); in decode_length() 909 return (ssize_t)(in - start); in decode_length() 914 return (ssize_t)(in + 1 - start); in decode_length() 1886 DEBUGF("inflatehd: start state=%d\n", inflater->state); in nghttp2_hd_inflate_hd_nv()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uloc_tag.cpp | 791 const char* start = s; in _isStatefulSepListOf() local 800 if (!test(state, start, subtagLen)) { in _isStatefulSepListOf() 804 start = p + 1; in _isStatefulSepListOf() 810 if (test(state, start, subtagLen) && state >= 0) { in _isStatefulSepListOf() 2279 * reset the start and the end location of extension value in ultag_parse() 2292 /* if the start position of this extension's value is not yet, in ultag_parse() 2338 /* back up the private use value start position */ in ultag_parse()
|