Searched defs:about (Results 1 - 5 of 5) sorted by relevance

/external/iptables/iptables/
H A Diptables-apply32 function about() function
83 (-V|--version) about >&2; exit 0;;
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex121 Some applications also did not take care about it.
168 \paragraph{Note about IPv6 options and destination address.}
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js10 "about:histograms": "time-passing.mp3",
11 "about:memory": "transform!.mp3",
12 "about:crash": "sadtrombone.mp3",
/external/junit/src/junit/awtui/
H A DTestRunner.java79 private void about() { method in class:TestRunner
80 AboutDialog about= new AboutDialog(fFrame);
81 about.setModal(true);
82 about.setLocation(300, 300);
83 about.setVisible(true);
147 about();
/external/junit/src/junit/swingui/
H A DTestRunner.java252 about();
845 private void about() { method in class:TestRunner
846 AboutDialog about= new AboutDialog(fFrame);
847 about.show();

Completed in 954 milliseconds