Home
last modified time | relevance | path

Searched refs:maxName (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/diagtool/
DDiagTool.cpp44 unsigned maxName = 0; in printCommands() local
49 if (len > maxName) in printCommands()
50 maxName = len; in printCommands()
58 unsigned spaces = (maxName + 3) - (it->size()); in printCommands()
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Ddisplay-profiler-output480 maxName = 0
490 maxName = [bytecodes.to_s.size, maxName].max
494 hashCols = [[maxName, 30].min, "CodeBlock".size].max
/external/chromium_org/third_party/icu/source/test/cintltst/
Dccapitst.c1733 const char *maxName; in TestConvertSafeClone() local
1831 maxName = ""; in TestConvertSafeClone()
1851 maxName = names[index]; in TestConvertSafeClone()
1924 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
1927 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
/external/icu4c/test/cintltst/
Dccapitst.c1691 const char *maxName; in TestConvertSafeClone() local
1789 maxName = ""; in TestConvertSafeClone()
1809 maxName = names[idx]; in TestConvertSafeClone()
1882 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
1885 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()