HomeSort by relevance Sort by last modified time
    Searched refs:hosted (Results 1 - 10 of 10) sorted by null

  /development/scripts/
add-accounts-sdk 60 "[<hosted address[:password]>] "
67 hosted = None
73 hosted = addr
97 if hosted and hosted_account:
99 print "A hosted account is already configured on this device;"
102 hosted = None
111 if not gmail and not hosted: break
113 if hosted:
114 SetProp(adb_flags, "ro.config.hosted_account", hosted)
115 print "set hosted_account to", hosted
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_type.js 79 // Hosted docs.
80 {type: 'hosted', icon: 'gdoc', name: 'GDOC_DOCUMENT_FILE_TYPE',
82 {type: 'hosted', icon: 'gsheet', name: 'GSHEET_DOCUMENT_FILE_TYPE',
84 {type: 'hosted', icon: 'gslides', name: 'GSLIDES_DOCUMENT_FILE_TYPE',
86 {type: 'hosted', icon: 'gdraw', name: 'GDRAW_DOCUMENT_FILE_TYPE',
88 {type: 'hosted', icon: 'gtable', name: 'GTABLE_DOCUMENT_FILE_TYPE',
90 {type: 'hosted', icon: 'glink', name: 'GLINK_DOCUMENT_FILE_TYPE',
92 {type: 'hosted', icon: 'gform', name: 'GFORM_DOCUMENT_FILE_TYPE',
256 * @return {boolean} Returns true if the file is hosted.
259 return FileType.getType(file).type === 'hosted';
    [all...]
file_tasks.js 247 } else if (taskParts[2] === 'open-hosted-generic') {
253 } else if (taskParts[2] === 'open-hosted-gdoc') {
256 } else if (taskParts[2] === 'open-hosted-gsheet') {
259 } else if (taskParts[2] === 'open-hosted-gslides') {
463 props[0].hosted ?
file_manager_commands.js 153 if (!metadata || metadata.hosted)
file_manager.js 797 this.hostedButton = this.dialogDom_.querySelector('#drive-hosted-settings');
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 317 * **hosted application:** all modules are hosted together on a web server of
320 * **packaged application:** all modules are packaged into one file, hosted in
324 either the hosted application or the packaged application case. For hosted
335 manifest file rather than edit the original manifest file. For hosted
  /external/chromium_org/chrome_frame/
CFInstance.js 14 * use for communicating from ChromeFrame hosted content to an external
16 * a CDN, and built to not create side-effects for other hosted content.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_cache.js 15 * drive: pinned, present, hosted, availableOffline
693 * drive: { pinned, hosted, present, customIconUrl, etc. }
819 hosted: data.isHosted,
  /external/mksh/src/
Build.sh     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 40 // layout hosted on devsite is special
    [all...]

Completed in 768 milliseconds