HomeSort by relevance Sort by last modified time
    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 215 // of a $VERSION placeholder in the key path.
216 // $VERSION in the key path is a placeholder for the version number,
247 const char *placeHolder = strstr(subKey, "$VERSION");
250 // If we have a $VERSION placeholder, do the highest-version search.
251 if (placeHolder) {
252 const char *keyEnd = placeHolder - 1;
253 const char *nextKey = placeHolder;
    [all...]

Completed in 60 milliseconds