Home
last modified time | relevance | path

Searched refs:older (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/curl/tests/libtest/
H A Dtestutil.c114 long tutil_tvdiff(struct timeval newer, struct timeval older) in tutil_tvdiff() argument
116 return (long)(newer.tv_sec-older.tv_sec)*1000+ in tutil_tvdiff()
117 (long)(newer.tv_usec-older.tv_usec)/1000; in tutil_tvdiff()
125 double tutil_tvdiff_secs(struct timeval newer, struct timeval older) in tutil_tvdiff_secs() argument
127 if(newer.tv_sec != older.tv_sec) in tutil_tvdiff_secs()
128 return (double)(newer.tv_sec-older.tv_sec)+ in tutil_tvdiff_secs()
129 (double)(newer.tv_usec-older.tv_usec)/1000000.0; in tutil_tvdiff_secs()
130 return (double)(newer.tv_usec-older.tv_usec)/1000000.0; in tutil_tvdiff_secs()
/third_party/curl/lib/
H A Dtimeval.c201 timediff_t Curl_timediff(struct curltime newer, struct curltime older) in Curl_timediff() argument
203 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff()
208 return diff * 1000 + (newer.tv_usec-older.tv_usec)/1000; in Curl_timediff()
215 timediff_t Curl_timediff_ceil(struct curltime newer, struct curltime older) in Curl_timediff_ceil() argument
217 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_ceil()
222 return diff * 1000 + (newer.tv_usec - older.tv_usec + 999)/1000; in Curl_timediff_ceil()
229 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older) in Curl_timediff_us() argument
231 timediff_t diff = (timediff_t)newer.tv_sec-older.tv_sec; in Curl_timediff_us()
236 return diff * 1000000 + newer.tv_usec-older.tv_usec; in Curl_timediff_us()
H A Dtimeval.h39 * Make sure that the first argument (newer) is the more recent time and older
40 * is the older time, as otherwise you get a weird negative time-diff back...
44 timediff_t Curl_timediff(struct curltime newer, struct curltime older);
47 * Make sure that the first argument (newer) is the more recent time and older
48 * is the older time, as otherwise you get a weird negative time-diff back...
52 timediff_t Curl_timediff_ceil(struct curltime newer, struct curltime older);
55 * Make sure that the first argument (newer) is the more recent time and older
56 * is the older time, as otherwise you get a weird negative time-diff back...
60 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older);
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dcan-detect-when-and-what-to-rebuild.js395 [12:00:27 AM] Project 'src/core/tsconfig.json' is up to date because newest input 'src/core/anotherModule.ts' is older than output 'src/core/tsconfig.tsbuildinfo'
397 [12:00:28 AM] Project 'src/logic/tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than output 'src/logic/tsconfig.tsbuildinfo'
399 [12:00:29 AM] Project 'src/tests/tsconfig.json' is up to date because newest input 'src/tests/index.ts' is older than output 'src/tests/tsconfig.tsbuildinfo'
420 [12:00:32 AM] Project 'src/core/tsconfig.json' is up to date because newest input 'src/core/anotherModule.ts' is older than output 'src/core/tsconfig.tsbuildinfo'
422 [12:00:33 AM] Project 'src/logic/tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than output 'src/logic/tsconfig.tsbuildinfo'
424 [12:00:34 AM] Project 'src/tests/tsconfig.json' is out of date because output 'src/tests/tsconfig.tsbuildinfo' is older than input 'src/tests/index.ts'
497 [12:00:43 AM] Project 'src/core/tsconfig.json' is out of date because output 'src/core/tsconfig.tsbuildinfo' is older than input 'src/core/index.ts'
608 [12:01:00 AM] Project 'src/core/tsconfig.json' is up to date because newest input 'src/core/index.ts' is older than output 'src/core/tsconfig.tsbuildinfo'
610 [12:01:01 AM] Project 'src/logic/tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than output 'src/logic/tsconfig.tsbuildinfo'
612 [12:01:02 AM] Project 'src/tests/tsconfig.json' is out of date because output 'src/tests/tsconfig.tsbuildinfo' is older tha
[all...]
H A Ddoes-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js201 [12:00:24 AM] Project 'src/core/tsconfig.json' is up to date because newest input 'src/core/anotherModule.ts' is older than output 'src/core/tsconfig.tsbuildinfo'
203 [12:00:25 AM] Project 'src/logic/tsconfig.json' is up to date because newest input 'src/logic/index.ts' is older than output 'src/logic/tsconfig.tsbuildinfo'
205 [12:00:26 AM] Project 'src/tests/tsconfig.json' is up to date because newest input 'src/tests/index.ts' is older than output 'src/tests/tsconfig.tsbuildinfo'
/third_party/curl/src/
H A Dtool_util.c133 long tvdiff(struct timeval newer, struct timeval older) in tvdiff() argument
135 return (long)(newer.tv_sec-older.tv_sec)*1000+ in tvdiff()
136 (long)(newer.tv_usec-older.tv_usec)/1000; in tvdiff()
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Drebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js629 [12:00:44 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
633 [12:00:53 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
801 [12:01:02 AM] Project 'src/first/tsconfig.json' is out of date because output 'src/first/bin/first-output.tsbuildinfo' is older than input 'src/first/first_PART1.ts'
805 [12:01:11 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
H A Dverify-buildInfo-absence-results-in-new-build.js602 [12:00:53 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
604 [12:00:54 AM] Project 'src/third/tsconfig.json' is out of date because output 'src/third/thirdjs/output/third-output.tsbuildinfo' is older than input 'src/first'
H A Dwhen-input-file-text-does-not-change-but-its-modified-time-changes.js630 [12:00:44 AM] Project 'src/first/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files
634 [12:00:48 AM] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
/third_party/curl/tests/server/
H A Dutil.c457 long timediff(struct timeval newer, struct timeval older) in timediff() argument
459 timediff_t diff = newer.tv_sec-older.tv_sec; in timediff()
464 return (long)(newer.tv_sec-older.tv_sec)*1000+ in timediff()
465 (long)(newer.tv_usec-older.tv_usec)/1000; in timediff()
H A Dutil.h30 long timediff(struct timeval newer, struct timeval older);
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/
H A Ddoes-not-emit-any-files-on-error.js242 [12:01:11 AM] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts'
298 [12:01:19 AM] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts'
355 [12:01:26 AM] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts'
416 [12:01:39 AM] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts'
/third_party/protobuf/objectivec/
H A DGPBAny.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBSourceContext.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBFieldMask.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBTimestamp.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBDuration.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBEmpty.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBStruct.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBWrappers.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
H A DGPBApi.pbobjc.h24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
/third_party/python/Tools/gdb/
H A Dlibpython.py1650 def older(self): member in Frame
1651 older = self._gdbframe.older()
1652 if older:
1653 return Frame(older)
1820 frame = frame.older()
1834 frame = frame.older()
1979 iter_frame = frame.older()
1995 print('Unable to find an older python frame')
2047 frame = frame.older()
[all...]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/reexport/
H A DReports-errors-correctly.js271 [12:01:10 AM] Project 'src/pure/tsconfig.json' is out of date because output 'out/pure/tsconfig.tsbuildinfo' is older than input 'src/pure/session.ts'
275 [12:01:28 AM] Project 'src/main/tsconfig.json' is out of date because output 'out/main/index.js' is older than input 'src/pure/tsconfig.json'
436 [12:01:35 AM] Project 'src/pure/tsconfig.json' is out of date because output 'out/pure/tsconfig.tsbuildinfo' is older than input 'src/pure/session.ts'
/third_party/libunwind/libunwind/doc/
H A Dunw_step.tex20 the next older, less deeply nested stack frame.
/third_party/protobuf/src/google/protobuf/
H A Dempty.pb.h17 #error This file was generated by an older version of protoc which is

Completed in 16 milliseconds

1234