Searched defs:brief (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java53 public void writeHeader(String define, String[] includeFiles, String brief) argument
81 if (brief != null) {
82 output.print(brief);
/external/iproute2/ip/
H A Dip.c35 int brief; variable
260 } else if (matches(opt, "-brief") == 0) {
261 ++brief;
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DReportAPI.java69 public String get(int typ, boolean brief) { argument
70 return added.get(typ, brief);
H A DCheckTags.java43 boolean brief; field in class:CheckTags
121 boolean show = !brief || last.reportError;
122 // boolean nomsg = show && brief && error;
126 if (isShort || (brief && error)) {
127 msg = null; // nuke error messages if we're brief, just report headers and totals
170 } else if (option.equals("-brief")) {
186 } else if (opt.equals("-brief")) {
187 this.brief = true;
326 doDocs(cdoc.fields(), "Fields", !brief);
327 doDocs(cdoc.constructors(), "Constructors", !brief);
[all...]
H A DCheckAPI.java98 public abstract String get(int typ, boolean brief); argument
99 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); argument
115 public String get(int typ, boolean brief) { argument
117 String[] vals = brief ? shortNames[typ] : names[typ];
162 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { argument
164 if (brief) {
522 public String get(int typ, boolean brief) { argument
523 return a.get(typ, brief);
526 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { argument
527 a.write(w, brief, htm
824 writeResults(Collection c, BufferedWriter w, boolean brief, boolean html, boolean detail) argument
[all...]
H A DAPIInfo.java161 public String get(int typ, boolean brief) { argument
163 String[] vals = brief ? shortNames[typ] : names[typ];
192 * the value should be a string in 'brief' format. For
246 * Write the information out as a single line in brief format.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1186 milliseconds