/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/ |
D | uninstall.py | 21 for bundle_name in valid_bundles: 22 logging.info('Removing %s' % (bundle_name,)) 23 bundle_dir = os.path.join(install_dir, bundle_name) 29 local_manifest.RemoveBundle(bundle_name)
|
D | update.py | 39 def BundleDirectoryExists(self, bundle_name): argument 57 def BundleDirectoryExists(self, bundle_name): argument 58 bundle_path = os.path.join(self.install_dir, bundle_name) 236 for bundle_name in requested_bundles: 237 logging.info('Trying to update %s' % (bundle_name,)) 239 bundle_name, force) 254 for bundle_name in valid_bundles: 255 bundle = copy.deepcopy(local_manifest.GetBundle(bundle_name)) 279 bundle_name, force): argument 280 bundle = remote_manifest.GetBundle(bundle_name) [all …]
|
D | info.py | 19 for bundle_name in valid_bundles: 20 bundle = manifest.GetBundle(bundle_name)
|
D | list.py | 24 for bundle_name in local_only_bundles: 25 local_bundle = local_manifest.GetBundle(bundle_name)
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
D | update_nacl_manifest.py | 608 def AddVersionToUpdate(self, bundle_name, version, channel, archives): argument 616 self.versions_to_update.append((bundle_name, version, channel, archives)) 618 def AddLockedBundle(self, bundle_name): argument 628 self.locked_bundles.append(bundle_name) 648 for bundle_name in self.locked_bundles: 649 online_bundle = self.online_manifest.GetBundle(bundle_name) 655 raise UnknownLockedBundleException(msg % bundle_name) 670 for bundle_name, version, channel, archives in self.versions_to_update: 671 logger.info('Updating %s to %s...' % (bundle_name, version)) 672 bundle = manifest.GetBundle(bundle_name) [all …]
|
D | manifest_util.py | 592 for bundle_name in self_bundle_names: 593 if self.GetBundle(bundle_name) != other.GetBundle(bundle_name):
|
/external/chromium/base/mac/ |
D | foundation_util.mm | 170 std::string bundle_name = *it; 175 return FilePath(bundle_name); 179 if (bundle_name[bundle_name.length() - 1] != '/') 180 bundle_name += '/'; 186 bundle_name += *it; 191 return FilePath(bundle_name); 194 bundle_name += '/';
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
D | sdktools_commands_test.py | 27 def _AddDummyBundle(self, manifest, bundle_name): argument 28 bundle = manifest_util.Bundle(bundle_name) 31 bundle.description = bundle_name 34 bundle.repath = bundle_name 35 archive = self._MakeDummyArchive(bundle_name) 41 return manifest.GetBundle(bundle_name) 43 def _MakeDummyArchive(self, bundle_name, tarname=None, filename='dummy.txt'): argument 44 tarname = (tarname or bundle_name) + '.tar.bz2' 49 stream.write('Dummy stuff for %s' % bundle_name) 55 tarstream.add(dummy_path, os.path.join(bundle_name, filename))
|
D | update_nacl_manifest_test.py | 108 bundle_name = CANARY_BUNDLE_NAME 110 bundle_name = 'pepper_' + str(major_version) 112 bundle = manifest_util.Bundle(bundle_name) 290 bundle_name = CANARY_BUNDLE_NAME 292 bundle_name = bundle.name 294 uploaded_manifest_bundle = self.uploaded_manifest.GetBundle(bundle_name)
|
/external/chromium_org/base/mac/ |
D | foundation_util.mm | 146 std::string bundle_name = *it; 151 return FilePath(bundle_name); 155 if (bundle_name[bundle_name.length() - 1] != '/') 156 bundle_name += '/'; 162 bundle_name += *it; 167 return FilePath(bundle_name); 170 bundle_name += '/';
|
/external/chromium/chrome/browser/ |
D | memory_details_mac.cc | 148 FilePath bundle_name = in CollectProcessData() local 150 if (!bundle_name.empty()) { in CollectProcessData() 152 bundle_name)); in CollectProcessData()
|
/external/chromium_org/media/audio/mac/ |
D | aggregate_device_manager.cc | 147 CFStringRef bundle_name = CFSTR("com.apple.audio.CoreAudio"); in GetPluginID() local 150 plugin_translation.mInputData = &bundle_name; in GetPluginID() 151 plugin_translation.mInputDataSize = sizeof(bundle_name); in GetPluginID()
|
/external/chromium_org/chrome/browser/ |
D | memory_details_mac.cc | 160 base::FilePath bundle_name = in CollectProcessData() local 162 if (!bundle_name.empty()) { in CollectProcessData() 164 bundle_name)); in CollectProcessData()
|
/external/chromium_org/chrome/browser/web_applications/ |
D | web_app_mac.mm | 629 NSString* bundle_name = base::SysUTF16ToNSString(info_.title); 634 display_name = [bundle_name 640 base::mac::CFToNSCast(kCFBundleNameKey) : bundle_name,
|
/external/ppp/pppd/ |
D | options.c | 113 char *bundle_name = NULL; /* bundle name for multilink */ variable 290 { "bundle", o_string, &bundle_name,
|
D | pppd.h | 317 extern char *bundle_name; /* bundle name for multilink */
|