OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colwidth
(Results
1 - 2
of
2
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Shell.java
27
int
colwidth
[];
field in class:Shell
59
s.
colwidth
=
colwidth
;
193
colwidth
= new int[args.length];
200
colwidth
[i] = w;
/external/oprofile/pp/
opreport.cpp
242
size_t
colwidth
= 9 + 1 + percent_width;
local
246
if (name.length() >
colwidth
)
247
name = name.substr(0,
colwidth
- 3)
253
cout << setw(
colwidth
) << name.c_str();
Completed in 39 milliseconds