HomeSort by relevance Sort by last modified time
    Searched refs:IndentString (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/libtiutils/
DebugUtils.h 39 class IndentString
42 IndentString(int length);
153 Ti::IndentString<>(debug->offsetForCurrentThread()).string(), \
228 inline int IndentString<Size>::calculateOffset(const int length) const
235 inline IndentString<Size>::IndentString(const int length) :
240 inline const char * IndentString<Size>::string() const
357 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(),
368 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(),
382 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string()
    [all...]
  /external/jhead/
exif.c 551 char IndentString[25];
559 memset(IndentString, ' ', 25);
560 IndentString[NestingLevel * 4] = '\0';
638 printf("%s Maker note: ",IndentString);
648 printf("%s", IndentString);
653 printf("%s", IndentString);
    [all...]

Completed in 73 milliseconds