/third_party/curl/tests/libtest/ |
H A D | testutil.c | 114 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 D | timeval.c | 201 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 D | timeval.h | 39 * 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 D | can-detect-when-and-what-to-rebuild.js | 395 [[90m12:00:27 AM[0m] 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 [[90m12:00:28 AM[0m] 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 [[90m12:00:29 AM[0m] 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 [[90m12:00:32 AM[0m] 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 [[90m12:00:33 AM[0m] 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 [[90m12:00:34 AM[0m] Project 'src/tests/tsconfig.json' is out of date because output 'src/tests/tsconfig.tsbuildinfo' is older than input 'src/tests/index.ts'
497 [[90m12:00:43 AM[0m] Project 'src/core/tsconfig.json' is out of date because output 'src/core/tsconfig.tsbuildinfo' is older than input 'src/core/index.ts'
608 [[90m12:01:00 AM[0m] 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 [[90m12:01:01 AM[0m] 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 [[90m12:01:02 AM[0m] Project 'src/tests/tsconfig.json' is out of date because output 'src/tests/tsconfig.tsbuildinfo' is older tha [all...] |
H A D | does-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js | 201 [[90m12:00:24 AM[0m] 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 [[90m12:00:25 AM[0m] 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 [[90m12:00:26 AM[0m] 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 D | tool_util.c | 133 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 D | rebuilds-completely-when-command-line-incremental-flag-changes-between-non-dts-changes.js | 629 [[90m12:00:44 AM[0m] 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 [[90m12:00:53 AM[0m] 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 [[90m12:01:02 AM[0m] 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 [[90m12:01:11 AM[0m] 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 D | verify-buildInfo-absence-results-in-new-build.js | 602 [[90m12:00:53 AM[0m] 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 [[90m12:00:54 AM[0m] 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 D | when-input-file-text-does-not-change-but-its-modified-time-changes.js | 630 [[90m12:00:44 AM[0m] Project 'src/first/tsconfig.json' is up to date but needs to update timestamps of output files that are older than input files
634 [[90m12:00:48 AM[0m] 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 D | util.c | 457 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 D | util.h | 30 long timediff(struct timeval newer, struct timeval older);
|
/third_party/typescript/tests/baselines/reference/tsbuildWatch/noEmitOnError/ |
H A D | does-not-emit-any-files-on-error.js | 242 [[90m12:01:11 AM[0m] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts' 298 [[90m12:01:19 AM[0m] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts' 355 [[90m12:01:26 AM[0m] Project 'tsconfig.json' is out of date because output 'dev-build/shared/types/db.js' is older than input 'src/main.ts' 416 [[90m12:01:39 AM[0m] 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 D | GPBAny.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBSourceContext.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBFieldMask.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBTimestamp.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBDuration.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBEmpty.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBStruct.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBWrappers.pbobjc.h | 24 #error This file was generated by an older version of protoc which is incompatible with your Protocol Buffer library sources.
|
H A D | GPBApi.pbobjc.h | 24 #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 D | libpython.py | 1650 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 D | Reports-errors-correctly.js | 271 [[90m12:01:10 AM[0m] Project 'src/pure/tsconfig.json' is out of date because output 'out/pure/tsconfig.tsbuildinfo' is older than input 'src/pure/session.ts' 275 [[90m12:01:28 AM[0m] Project 'src/main/tsconfig.json' is out of date because output 'out/main/index.js' is older than input 'src/pure/tsconfig.json' 436 [[90m12:01:35 AM[0m] 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 D | unw_step.tex | 20 the next older, less deeply nested stack frame.
|
/third_party/protobuf/src/google/protobuf/ |
H A D | empty.pb.h | 17 #error This file was generated by an older version of protoc which is
|