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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/installer/util/
installation_state.cc 48 BrowserDistribution* distribution) {
49 const std::wstring version_key(distribution->GetVersionKey());
50 const std::wstring state_key(distribution->GetStateKey());
117 if (distribution->GetType() == BrowserDistribution::CHROME_BINARIES)
126 key.Open(root_key, distribution->GetStateMediumKey().c_str(),
239 BrowserDistribution* distribution; local
241 distribution = BrowserDistribution::GetSpecificDistribution(
243 user_products_[CHROME_BROWSER_INDEX].Initialize(false, distribution);
244 system_products_[CHROME_BROWSER_INDEX].Initialize(true, distribution);
246 distribution = BrowserDistribution::GetSpecificDistribution
    [all...]
product_unittest.cc 57 // TODO(tommi): We should mock this and use our mocked distribution.
71 BrowserDistribution* distribution = product->distribution(); local
72 EXPECT_EQ(BrowserDistribution::CHROME_BROWSER, distribution->GetType());
98 system_level, distribution->GetType()) == NULL);
106 RegKey version_key(root, distribution->GetVersionKey().c_str(),
118 machine_state.GetProductState(system_level, distribution->GetType());
127 std::wstring state_key_path(distribution->GetStateKey());
135 machine_state.GetProductState(system_level, distribution->GetType());
helper.cc 20 BrowserDistribution* distribution,
30 install_path = install_path.Append(distribution->GetInstallSubDir());
product.cc 30 Product::Product(BrowserDistribution* distribution)
31 : distribution_(distribution) {
32 switch (distribution->GetType()) {
49 << distribution->GetType();
product.h 33 // installation, each distribution could derive from this class and provide
34 // distribution specific functionality.
37 explicit Product(BrowserDistribution* distribution);
45 BrowserDistribution* distribution() const { function in class:installer::Product
  /external/chromium_org/chrome/tools/build/win/
scan_server_dlls.py 86 def ScanServerDlls(config, distribution, output_dir):
96 if distribution:
97 if len(distribution) > 1 and distribution[0] == '_':
98 distribution = distribution[1:]
99 ScanDllsInSection(config, distribution.upper(), output_dir,
140 option_parser.add_option('-d', '--distribution',
141 help='Name of Chromium Distribution. Optional.')
145 registered_dll_list = ScanServerDlls(config, options.distribution,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 36 headers = self.distribution.headers
46 return self.distribution.headers or []
build.py 29 "build directory for all distribution (defaults to either " +
92 # them for a given distribution, though --
100 # particular module distribution -- if user didn't supply it, pick
103 if self.distribution.ext_modules:
132 return self.distribution.has_pure_modules()
135 return self.distribution.has_c_libraries()
138 return self.distribution.has_ext_modules()
141 return self.distribution.has_scripts()
install_lib.py 100 if outfiles is not None and self.distribution.has_pure_modules():
108 if self.distribution.has_pure_modules():
110 if self.distribution.has_ext_modules():
188 self._mutate_outputs(self.distribution.has_pure_modules(),
197 self._mutate_outputs(self.distribution.has_ext_modules(),
211 if self.distribution.has_pure_modules():
215 if self.distribution.has_ext_modules():
bdist_rpm.py 21 description = "create an RPM distribution"
45 "use bzip2 instead of gzip to create source distribution"),
52 ('distribution-name=', None,
53 "name of the (Linux) distribution to which this "
54 "RPM applies (*not* the name of the module distribution!)"),
214 if not self.distribution.has_ext_modules():
225 "%s <%s>" % (self.distribution.get_contact(),
226 self.distribution.get_contact_email()))
292 "%s.spec" % self.distribution.get_name())
301 # Make a source distribution and copy to SOURCES directory wit
    [all...]
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 62 cmd.distribution.py_modules = [pkg_dir]
63 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
64 cmd.distribution.packages = [pkg_dir]
65 cmd.distribution.script_name = 'setup.py'
79 cmd.distribution.py_modules = [pkg_dir]
80 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
81 cmd.distribution.packages = [pkg_dir]
82 cmd.distribution.script_name = 'setup.py'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_headers.py 36 headers = self.distribution.headers
46 return self.distribution.headers or []
build.py 29 "build directory for all distribution (defaults to either " +
92 # them for a given distribution, though --
100 # particular module distribution -- if user didn't supply it, pick
103 if self.distribution.ext_modules:
132 return self.distribution.has_pure_modules()
135 return self.distribution.has_c_libraries()
138 return self.distribution.has_ext_modules()
141 return self.distribution.has_scripts()
install_lib.py 100 if outfiles is not None and self.distribution.has_pure_modules():
108 if self.distribution.has_pure_modules():
110 if self.distribution.has_ext_modules():
188 self._mutate_outputs(self.distribution.has_pure_modules(),
197 self._mutate_outputs(self.distribution.has_ext_modules(),
211 if self.distribution.has_pure_modules():
215 if self.distribution.has_ext_modules():
bdist_rpm.py 21 description = "create an RPM distribution"
45 "use bzip2 instead of gzip to create source distribution"),
52 ('distribution-name=', None,
53 "name of the (Linux) distribution to which this "
54 "RPM applies (*not* the name of the module distribution!)"),
214 if not self.distribution.has_ext_modules():
225 "%s <%s>" % (self.distribution.get_contact(),
226 self.distribution.get_contact_email()))
292 "%s.spec" % self.distribution.get_name())
301 # Make a source distribution and copy to SOURCES directory wit
    [all...]
install_egg_info.py 25 to_filename(safe_name(self.distribution.get_name())),
26 to_filename(safe_version(self.distribution.get_version())),
44 self.distribution.metadata.write_pkg_file(f)
56 """Convert an arbitrary string to a standard distribution name
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
bdist_wininst.py 25 "temporary directory for creating the distribution"),
31 "creating the distribution archive"),
54 "distribution"),
89 bdist = self.distribution.get_command_obj('bdist')
98 if not self.skip_build and self.distribution.has_ext_modules():
112 for script in self.distribution.scripts:
124 (self.distribution.has_ext_modules() or
125 self.distribution.has_c_libraries())):
127 ("distribution contains extensions and/or C libraries; "
144 if self.distribution.has_ext_modules()
    [all...]
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_lib.py 62 cmd.distribution.py_modules = [pkg_dir]
63 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
64 cmd.distribution.packages = [pkg_dir]
65 cmd.distribution.script_name = 'setup.py'
79 cmd.distribution.py_modules = [pkg_dir]
80 cmd.distribution.ext_modules = [Extension('foo', ['xxx'])]
81 cmd.distribution.packages = [pkg_dir]
82 cmd.distribution.script_name = 'setup.py'
  /external/chromium_org/tools/grit/grit/gather/
chrome_html.py 27 # Distribution string to replace with distribution.
28 DIST_SUBSTR = '%DISTRIBUTION%'
52 base_path, filename, scale_factors, distribution,
65 distribution: string that should replace %DISTRIBUTION%
87 filename = filename.replace(DIST_SUBSTR, distribution)
125 src_match, base_path, scale_factors, distribution,
140 distribution: string that should replace %DISTRIBUTION%
    [all...]

Completed in 496 milliseconds

1 2 3 4 5 6 7 8 91011>>