HomeSort by relevance Sort by last modified time
    Searched full:help (Results 51 - 75 of 4257) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
mssnapshot.vgtest 1 # test the memcheck monitor help
  /external/webkit/Source/JavaScriptCore/
THANKS 2 I would like to thank the following people for their help:
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 26 * Handles app help.
28 public class Help {
33 public Help(Context context, Config config) {
46 inflater.inflate(R.menu.help, menu);
  /external/iproute2/doc/
rtstat.sgml 22 Hopefully it can help understanding performance and DoS and other related
41 <item><tt/-h/, <tt/-help/ - show help page and version of the utility.
  /external/libpng/scripts/
libpng-config-body.in 21 --help print this help and exit
44 --help)
  /sdk/monkeyrunner/scripts/
help.py 23 print 'help.py: format output'
32 output = mr.help(format=format)
34 print 'Error generating help format'
  /sdk/monkeyrunner/src/resources/com/android/monkeyrunner/
html.cs 3 <h1>MonkeyRunner Help<h1>
6 <?cs each:item = help ?>
10 <?cs each:item = help ?>
sdk-docs.cs 4 <h2>MonkeyRunner Help<h2>
7 <?cs each:item = help ?>
11 <?cs each:item = help ?>
  /external/iproute2/examples/
gaiconf 46 function help ()
67 help
80 help
87 help
127 help
  /external/chromium/testing/gtest/test/
gtest_help_test.py 32 """Tests the --help flag of Google C++ Testing Framework.
64 # The help message must match this regex.
99 """Tests the --help flag and its equivalent forms."""
102 """Verifies correct behavior when help flag is specified.
126 """Verifies correct behavior when no help flag is specified.
128 Verifies that when no help flag is specified, the tests are run
129 and the help message is not printed.
140 self.TestHelpFlag('--help')
159 """Verifies that when no help flag is specified, the tests are run
160 and the help message is not printed.""
    [all...]
  /external/gtest/test/
gtest_help_test.py 32 """Tests the --help flag of Google C++ Testing Framework.
64 # The help message must match this regex.
99 """Tests the --help flag and its equivalent forms."""
102 """Verifies correct behavior when help flag is specified.
126 """Verifies correct behavior when no help flag is specified.
128 Verifies that when no help flag is specified, the tests are run
129 and the help message is not printed.
140 self.TestHelpFlag('--help')
159 """Verifies that when no help flag is specified, the tests are run
160 and the help message is not printed.""
    [all...]
  /external/webkit/Tools/Scripts/
new-run-webkit-websocketserver 45 help='Server action (start|stop).')
47 default=None, help='Port to listen on.')
49 help='Absolute path to DocumentRoot '
53 default=False, help='use TLS (wss://).')
55 default='', help='TLS private key file.')
57 default='', help='TLS certificate file.')
61 help='Use the Chromium port.')
64 help='Register Cygwin paths (on Win try bots).')
65 option_parser.add_option('--pidfile', help='path to pid file.')
67 default=None, help='output directory.'
    [all...]
new-run-webkit-httpd 79 help='Server action (start|stop)')
81 help='Port to listen on (overrides layout test ports)')
83 help='Absolute path to DocumentRoot (overrides layout test roots)')
85 dest="register_cygwin", help='Register Cygwin paths (on Win try bots)')
88 help='Run on background (for running as UI test)')
91 help='Absolute path to LayoutTests root')
  /external/yaffs2/yaffs2/
Kconfig 11 help
27 help
36 help
46 help
57 help
66 help
77 help
97 help
112 help
130 help
    [all...]
  /frameworks/base/docs/html/tools/
tools_toc.cs 127 <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/index.html"><span
128 class="en">Tools Help</span></a></div>
130 <li><a href="<?cs var:toroot ?>tools/help/adb.html">adb</a></li>
131 <li><a href="<?cs var:toroot ?>tools/help/adt.html">ADT</a></li>
132 <li><a href="<?cs var:toroot ?>tools/help/android.html">android</a></li>
133 <li><a href="<?cs var:toroot ?>tools/help/bmgr.html">bmgr</a>
134 <li><a href="<?cs var:toroot ?>tools/help/monitor.html">Device Monitor</a></li>
135 <li><a href="<?cs var:toroot ?>tools/help/dmtracedump.html">dmtracedump</a></li>
136 <li><a href="<?cs var:toroot ?>tools/help/draw9patch.html">Draw 9-Patch</a></li>
137 <li><a href="<?cs var:toroot ?>tools/help/emulator.html">Emulator</a></li
    [all...]
  /external/llvm/utils/Misc/
zkill 145 help="Name of the signal to use (default=%default)",
149 help="List known signal names",
153 help="Only print the actions that would be taken",
156 help="Print more verbose output",
159 help="Enable debugging output",
162 help="Perform the specified commands, even if it seems like a bad idea",
168 help="Kill processes whose name matches the given regexp",
171 help="Kill processes whose executable matches the given regexp",
174 help="Kill processes whose user matches the given regexp",
177 help="Kill processes with CPU usage >= PCT"
    [all...]
  /external/clang/tools/scan-view/
scan-view 83 help="Host interface to listen on. (default=%s)" % kDefaultHost)
86 help="Port to listen on. (default=%s)" % kDefaultPort)
89 help="Print additional debugging information.")
92 help="Automatically update module for each request.")
95 help="Don't open a webbrowser on startup.")
98 help='Allow connections from any host (access restricted to "127.0.0.1" by default)')
  /external/protobuf/gtest/test/
gtest_help_test.py 32 """Tests the --help flag of Google C++ Testing Framework.
54 # The help message must match this regex.
88 """Tests the --help flag and its equivalent forms."""
105 self.TestHelpFlag('--help')
117 """Verifies that when no help flag is specified, the tests are run
118 and the help message is not printed."""
  /external/webkit/Source/WebCore/inspector/front-end/
HelpScreen.js 34 this._element.className = "help-window-outer";
37 var mainWindow = this._element.createChild("div", "help-window-main");
38 var captionWindow = mainWindow.createChild("div", "help-window-caption");
39 var closeButton = captionWindow.createChild("button", "help-close-button");
40 this.contentElement = mainWindow.createChild("div", "help-content");
43 captionWindow.createChild("h1", "help-window-title").textContent = title;
  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 22 " \"help_page\" : \"file:///opt/oem/help/en-US/help.html\","
26 " \"help_page\" : \"file:///opt/oem/help/ru-RU/help.html\","
30 " \"help_page\" : \"file:///opt/oem/help/en/help.html\","
133 EXPECT_EQ("file:///opt/oem/help/en-US/help.html",
135 EXPECT_EQ("file:///opt/oem/help/ru-RU/help.html"
    [all...]
  /external/iproute2/man/man8/
rtmon.8 32 .B help
42 .B \-family [ inet | inet6 | link | help ]
44 means that no networking protocol is involved and 'help' prints usage information.
  /external/llvm/docs/CommandGuide/
llvm-ranlib.pod 9 B<llvm-ranlib> [--version] [-help] <archive-file>
33 =item F<-help>
35 Print usage help for B<llvm-ranlib> and exit without building a symbol table.
  /docs/source.android.com/src/source/
index.md 20 and help us improve Android. For background on the Android project and our
25 One of the easiest and most effective ways you can help improve Android is
35 to users on an open platform. One of the best ways you can help Android is to
53 If you need help along the way, you can join our [discussion groups](/community/index.html).
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.h 27 // Called when the user clicked on help link.
42 const std::wstring& help,
53 const std::wstring& help,
82 const std::wstring& help,
  /external/jmdns/src/javax/jmdns/
package-info.java 5 * at Strangeberry. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.

Completed in 662 milliseconds

1 23 4 5 6 7 8 91011>>