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

1 2 3

  /compatibility/cdd/9_security-model/
9_3_filesystem-permissions.md 7 http://developer.android.com/guide/topics/security/permissions.html).
9_2_uid-and-process-isolation.md 10 and constructed, as defined in the [Security and Permissions reference](http://developer.android.com/guide/topics/security/permissions.html).
9_1_permissions.md 6 http://developer.android.com/guide/topics/security/permissions.html)
9_5_multi-user-support.md 25 http://developer.android.com/guide/topics/security/permissions.html)
  /compatibility/cdd/3_software/
3_15_instant-apps.md 6 [`android:protectionLevel`](https://developer.android.com/guide/topics/manifest/permission-element.html#plevel)
3_9_device-administration.md 6 [Android Device Administration API](http://developer.android.com/guide/topics/admin/device-admin.html)].
9 http://developer.android.com/guide/topics/admin/device-admin.html)
139 * The DPC [password policies](https://developer.android.com/guide/topics/admin/device-admin.html#pwd)
3_8_user-interface-compatibility.md 105 http://developer.android.com/guide/topics/ui/notifiers/notifications.html), they:
114 https://developer.android.com/guide/topics/resources/available-resources.html)
122 https://developer.android.com/guide/topics/ui/notifiers/notifications.html#Managing)
278 [Holo theme look and feel](http://developer.android.com/guide/topics/ui/themes.html)
377 [Input Management](http://developer.android.com/guide/topics/text/creating-input-method.html)
462 https://developer.android.com/guide/topics/ui/multi-window.html) and meet
482 https://developer.android.com/guide/topics/ui/multi-window.html#configuring)
  /frameworks/rs/script_api/
generate.sh 44 rm -f ../../base/docs/html/guide/topics/renderscript/reference/*.jd
45 mv docs/*.jd ../../base/docs/html/guide/topics/renderscript/reference/
  /external/python/cpython2/Doc/
Makefile 17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
33 @echo " pydoc-topics to regenerate the pydoc topics file"
96 pydoc-topics: BUILDER = pydoc-topics
97 pydoc-topics: build
98 @echo "Building finished; now copy build/pydoc-topics/topics.py" \
99 "to ../Lib/pydoc_data/topics.py"
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 83 // Determine the type and topics of the resource by inspecting its tags.
84 resource.topics = [];
90 resource.topics.push(tag);
94 // Add a humanized topics list string.
95 resource.topicsHtml = humanizeList(resource.topics, function(item) {
android-developer-docs.js 183 var topics = [];
185 topics.push({name:topic,title:ANDROID_TAGS['topic'][topic]});
187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; });
188 for (var i = 0; i < topics.length; i++) {
192 .attr('href', toRoot + "resources/browser.html?tag=" + topics[i].name)
195 .html(topics[i].title)
265 // get the path and page name from the URL (such as 'guide/topics/graphics/index.html')
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
HelpActivity.java 62 LinearLayout content = (LinearLayout) findViewById(R.id.topics);
  /external/python/cpython2/Doc/tools/extensions/
pyspecific.py 159 name = 'pydoc-topics'
162 self.topics = {}
165 return 'all pydoc topics'
173 'building topics... ',
184 self.topics[label] = writer.output
187 f = open(path.join(self.outdir, 'topics.py'), 'wb')
191 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
  /external/autotest/site_utils/
pubsub_utils.py 92 resp = pubsub.projects().topics().publish(
pubsub_utils_unittest.py 39 def topics(self): member in class:MockedPubSub
40 """Mocked PubSub topics."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
290 topics = set(a[5:] for a in self.get_names()
292 return list(commands | topics)
  /compatibility/cdd/7_hardware-compatibility/
7_1_display-and-graphics.md 60 https://developer.android.com/guide/topics/manifest/supports-screens-element.html)
85 https://developer.android.com/guide/topics/ui/multi-window.html#configuring)
209 https://developer.android.com/guide/topics/graphics/opengl.html).
299 http://developer.android.com/guide/topics/renderscript/), as detailed
308 http://developer.android.com/guide/topics/graphics/hardware-accel.html)
319 http://developer.android.com/guide/topics/graphics/hardware-accel.html).
7_7_usb.md 54 [`android.hardware.usb.accessory`](http://developer.android.com/guide/topics/connectivity/usb/accessory.html).
68 [`android.hardware.usb.host`](http://developer.android.com/guide/topics/connectivity/usb/host.html).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /external/python/cpython2/Lib/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /prebuilts/gdb/linux-x86/lib/python2.7/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
74 misc_header = "Miscellaneous help topics:"
292 topics = set(a[5:] for a in self.get_names()
294 return list(commands | topics)
  /compatibility/cdd/2_device-types/
2_2_handheld-reqs.md 92 http://developer.android.com/guide/topics/admin/device-admin.html)

Completed in 307 milliseconds

1 2 3