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

1 2 34 5 6 7 8 91011>>

  /external/linux-tools-perf/util/
generate-cmdlist.sh 9 char help[80];
help.h 8 size_t len; /* also used for similarity index in help.c */
  /external/mesa3d/docs/
helpwanted.html 3 <TITLE>Help Wanted</TITLE>
9 <H1>Help Wanted / To-Do List</H1>
12 We can always use more help with the Mesa project.
13 Here are some specific ideas and areas where help would be appreciated:
  /external/qemu/distrib/sdl-1.2.12/
BUGS 11 You may also find help at the SDL mailing list. Subscription information:
  /frameworks/base/docs/html/tools/help/
traceview.jd 7 Traceview can help you debug your application and profile its performance.</p>
  /frameworks/base/docs/html/training/
advanced.jd 10 existing classes, re-organize, and build courses that help you enhance your apps using
index.jd 2 page.metaDescription=Android Training provides a collection of classes that aim to help you build great apps for Android. Each class explains the steps required to solve a problem or implement a feature using code snippets and sample code for you to use in your apps.
6 <p>Welcome to Android Training. Here you'll find a collection of classes that aim to help you
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
version.gin 8 General help using GNU software: <http://www.gnu.org/gethelp/>.
  /external/chromium-trace/
systrace.py 30 parser.add_option('-o', dest='output_file', help='write HTML to FILE',
33 help='trace for N seconds', metavar='N')
35 help='use a trace buffer size of N KB', metavar='N')
37 action='store_true', help='trace disk I/O (requires root)')
39 action='store_true', help='trace CPU frequency changes')
41 action='store_true', help='trace CPU idle events')
43 action='store_true', help='trace CPU load')
45 action='store_false', help='inhibit tracing CPU ' +
49 action='store_true', help='trace the kernel workqueues ' +
52 help='set the enabled trace tags and exit; set to a '
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
gnuplot.php 50 // copy output of help command, indent properly and use this replace regexp:
53 // commands as found in `help commands`
56 'exit', 'fit', 'help', 'history',
65 // set commands as returned by `help set`
138 // predefined functions `help functions`
163 // `help set key`
169 // help set terminal postscript
176 // help set terminal png
181 // `help plot`
189 // `help plotting styles
    [all...]
  /docs/source.android.com/src/tech/datausage/
index.md 19 Android 4.0 (Ice Cream Sandwich) introduces new features that help
31 and mobile operators, to help explain technical details they should be
  /external/bluetooth/glib/docs/reference/glib/
glib-gettextize.1 38 \fB\-\-help\fR
39 print help and exit
glib-gettextize.xml 39 <term><option>--help</option></term>
41 print help and exit
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.cc 27 const std::wstring& help,
49 if (!help.empty()) {
78 if (!help.empty()) {
80 help_link_ = new views::Link(help);
112 const std::wstring& help,
116 views::WidgetGtk::TYPE_WINDOW, parent, image, text, help, true, delegate);
129 const std::wstring& help,
133 views::WidgetGtk::TYPE_CHILD, parent, image, text, help, false, delegate);
  /external/clang/
gen_diff.sh 15 ARGS=`getopt -o h --long help -- "$@"`
20 -h|--help)
  /external/clang/test/SemaObjCXX/
arc-unbridged-cast.mm 40 x = (id) (cond ? (CFStringRef) @"help" : auditedString());
45 x = (id) (cond ? (CFStringRef) @"help" : unauditedString()); // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CFBridgingRelease call to}}
50 x = (id) (cond ? (CFStringRef) @"help" : auditedCreateString()); // expected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CFBridgingRelease call to}}
55 x = (id) (cond ? (CFStringRef) @"help" : [object property]);
60 x = (id) (cond ? (CFStringRef) @"help" : object.property);
65 x = (id) (cond ? (CFStringRef) @"help" : object.implicitProperty);
70 x = (id) (cond ? (CFStringRef) @"help" : [object makeString]);
75 x = (id) (cond ? (CFStringRef) @"help" : [object newString]); // a bit questionable
  /external/markdown/tests/extensions-x-tables/
tables.txt 22 | `help()` | Display the help window. |
  /external/oprofile/doc/
opgprof.1.in 20 .BI "--help / -? / --usage"
21 Show help message.
ophelp.1.in 34 .BI "--help / -? / --usage"
35 Show help message.
opimport.1.in 34 .BI "--help / -? / --usage"
35 Show help message.
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 4 help [debug] : monitor command help. With debug: + debugging commands
  /external/webkit/Source/WebCore/manual-tests/
custom-cursors.html 9 Move the cursor over the blue box - it should become a help cursor (question mark).
10 <div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), help;"></div>
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 133 help="set the timeout for each test") variable
136 help="include debug-level logging") variable
139 help="pass options to adb, such as -d -e, etc"); variable
142 help="directory which results are stored.") variable
146 help="log draw time for each page rendered.") variable
150 help="stores rendered page to a location on device.") variable
154 help="(for network mode) specify the suite to" variable
159 help="(for network mode) specify how many iterations" variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/templates/
addNdkSupport.xml 9 help="help.html">
  /external/clang/utils/
FuzzTest 4 This is a generic fuzz testing tool, see --help for more information.
203 parser.add_option("-v", "--verbose", help="Show more output",
205 parser.add_option("-s", "--succinct", help="Reduce amount of output",
209 group.add_option("", "--expected-exit-code", help="Set expected exit code",
213 help="Set additional expected exit code",
217 help="Capture test logs to an output directory",
221 help="Log all outputs (not just failures)",
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
236 help="Characters to insert/replace"
    [all...]

Completed in 921 milliseconds

1 2 34 5 6 7 8 91011>>