HomeSort by relevance Sort by last modified time
    Searched refs:topic (Results 1 - 25 of 37) sorted by null

1 2

  /external/qemu/android/
help.h 39 /* appends the help for a given help topic into a dynamic string
40 * returns 0 on success, or -1 on error (i.e. unknown topic)
42 extern int android_help_for_topic( const char* topic, stralloc_t* out );
help.c 48 " For more information on this topic, see -help-sdk-images.\n\n"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 132 def help_noop(self, error=None, topic=None, parser=None):
256 usage = "<topic>",
352 def help(self, error=None, topic=None, parser=None):
353 """Display an error message, or the named topic."""
354 assert error or topic or parser
361 # Parse out the topic we want from HELP_TOPICS
364 help_msg = topics.get(topic, '').strip()
368 print("Don't know topic %r" % topic)
381 self.help_fn(topic='minimum_help'
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 178 var topicList = $('#devdoc-nav-topic-list');
184 for (var topic in ANDROID_TAGS['topic']) {
185 topics.push({name:topic,title:ANDROID_TAGS['topic'][topic]});
android-developer-resource-browser.js 89 } else if (allTags[tag].tagClass == 'topic') {
  /external/llvm/docs/_static/
llvm.css 110 .topic-title{ display: none }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 36 /* Help topic identifiers. */
683 * @param {number} helpId Help topic Id associated with help link.
750 * Shows help topic about enrolled devices.
login_common.js 127 * @param {number} helpId Help topic Id associated with help link.
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 298 div.topic {
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 161 false; // navigate across topic boundaries only in design docs
164 // jump to last topic of previous section
167 // jump to previous topic in this section
190 // we're on an index page, jump to the first topic
196 } else if ($('.topic-start-link').length) {
197 // as long as there's a child link and there is a "topic start link" (we're on a landing)
199 $('.topic-start-link').text($nextLink.text().toUpperCase());
208 // jump to the next topic in this section (if it exists)
212 // no more topics in this section, jump to the first topic in the next section
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 218 false; // navigate across topic boundaries only in design docs
221 // jump to last topic of previous section
224 // jump to previous topic in this section
247 // we're on an index page, jump to the first topic
253 } else if ($('.topic-start-link').length) {
254 // as long as there's a child link and there is a "topic start link" (we're on a landing)
256 $('.topic-start-link').text($nextLink.text().toUpperCase());
265 // jump to the next topic in this section (if it exists)
269 // no more topics in this section, jump to the first topic in the next section
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 216 false; // navigate across topic boundaries only in design docs
219 // jump to last topic of previous section
222 // jump to previous topic in this section
245 // we're on an index page, jump to the first topic
251 } else if ($('.topic-start-link').length) {
252 // as long as there's a child link and there is a "topic start link" (we're on a landing)
254 $('.topic-start-link').text($nextLink.text().toUpperCase());
263 // jump to the next topic in this section (if it exists)
267 // no more topics in this section, jump to the first topic in the next section
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_tasks.js 36 'answer.py?answer=1700055&topic=29026&ctx=topic';
  /external/e2fsprogs/lib/et/
texinfo.tex 815 % There is also \dosubind {index}{topic}{subtopic}
895 % \entry {sortstring}{page}{topic}
897 % \entry {sortstring}{page}{topic}{subtopic}
901 % before the first topic whose initial is c
902 % \entry {topic}{pagelist}
903 % for a topic that is used without subtopics
904 % \primary {topic}
905 % for the beginning of a topic that is used with subtopics
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /external/ceres-solver/docs/source/_themes/armstrong/static/
rtd.css_t 447 div.topic {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb     [all...]
tree.rb 83 For more in-depth coverage of the topic, check out the ANTLR documentation
    [all...]

Completed in 1464 milliseconds

1 2