OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:placeHolder
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/ctestfw/unicode/
utimer.h
167
LARGE_INTEGER
placeHolder
;
172
return QueryPerformanceFrequency(&timer->
placeHolder
);
179
return ((double)(timer2->start.QuadPart - timer1->start.QuadPart))/((double)timer1->
placeHolder
.QuadPart);
182
return (timer1->
placeHolder
.QuadPart == timer2->
placeHolder
.QuadPart);
189
struct timeval
placeHolder
;
/external/clang/lib/Frontend/
InitHeaderSearch.cpp
239
// of a $VERSION
placeholder
in the key path.
240
// $VERSION in the key path is a
placeholder
for the version number,
271
const char *
placeHolder
= strstr(subKey, "$VERSION");
274
// If we have a $VERSION
placeholder
, do the highest-version search.
275
if (
placeHolder
) {
276
const char *keyEnd =
placeHolder
- 1;
277
const char *nextKey =
placeHolder
;
[
all
...]
Completed in 202 milliseconds