Home
last modified time | relevance | path

Searched refs:distribution (Results 1 – 25 of 2652) sorted by relevance

12345678910>>...107

/external/chromium_org/chrome/installer/util/
Dinstallation_state.cc48 BrowserDistribution* distribution) { in Initialize() argument
49 const std::wstring version_key(distribution->GetVersionKey()); in Initialize()
50 const std::wstring state_key(distribution->GetStateKey()); in Initialize()
117 if (distribution->GetType() == BrowserDistribution::CHROME_BINARIES) in Initialize()
126 key.Open(root_key, distribution->GetStateMediumKey().c_str(), in Initialize()
239 BrowserDistribution* distribution; in Initialize() local
241 distribution = BrowserDistribution::GetSpecificDistribution( in Initialize()
243 user_products_[CHROME_BROWSER_INDEX].Initialize(false, distribution); in Initialize()
244 system_products_[CHROME_BROWSER_INDEX].Initialize(true, distribution); in Initialize()
246 distribution = BrowserDistribution::GetSpecificDistribution( in Initialize()
[all …]
Dproduct_unittest.cc71 BrowserDistribution* distribution = product->distribution(); in TEST_F() local
72 EXPECT_EQ(BrowserDistribution::CHROME_BROWSER, distribution->GetType()); in TEST_F()
98 system_level, distribution->GetType()) == NULL); in TEST_F()
106 RegKey version_key(root, distribution->GetVersionKey().c_str(), in TEST_F()
118 machine_state.GetProductState(system_level, distribution->GetType()); in TEST_F()
127 std::wstring state_key_path(distribution->GetStateKey()); in TEST_F()
135 machine_state.GetProductState(system_level, distribution->GetType()); in TEST_F()
Dinstaller_state.cc120 << " distribution: " << p->distribution()->GetDisplayName(); in Initialize()
127 << " distribution: " << p->distribution()->GetDisplayName(); in Initialize()
157 << p->distribution()->GetDisplayName(); in Initialize()
192 << p->distribution()->GetDisplayName(); in Initialize()
255 << " distribution: " << p->distribution()->GetDisplayName(); in Initialize()
369 if (FindProduct(product.distribution()->GetType()) != NULL) { in CanAddProduct()
376 default_dir = GetDefaultProductInstallPath(product.distribution()); in CanAddProduct()
413 target_path_ = GetDefaultProductInstallPath(the_product.distribution()); in AddProductInDirectory()
419 state_key_ = the_product.distribution()->GetStateKey(); in AddProductInDirectory()
523 (*scan)->distribution()->GetType(); in GetCurrentVersion()
[all …]
Dproduct.cc30 Product::Product(BrowserDistribution* distribution) in Product() argument
31 : distribution_(distribution) { in Product()
32 switch (distribution->GetType()) { in Product()
49 << distribution->GetType(); in Product()
Dhelper.cc20 BrowserDistribution* distribution, in GetChromeInstallBasePath() argument
30 install_path = install_path.Append(distribution->GetInstallSubDir()); in GetChromeInstallBasePath()
/external/chromium_org/tools/grit/grit/gather/
Dchrome_html.py56 base_path, filename, scale_factors, distribution, argument
91 filename = filename.replace(DIST_SUBSTR, distribution)
129 src_match, base_path, scale_factors, distribution, argument
152 base_path, filename, scale_factors, distribution,
163 src_match, base_path, scale_factors, distribution, argument
181 lambda m: UrlToImageSet(m, base_path, scale_factors, distribution,
189 src_match, base_path, scale_factors, distribution, argument
198 base_path, filename, scale_factors, distribution,
211 filepath, text, scale_factors, distribution, argument
220 m, filepath, scale_factors, distribution,
[all …]
/external/chromium_org/chrome/tools/build/win/
Dscan_server_dlls.py86 def ScanServerDlls(config, distribution, output_dir): argument
96 if distribution:
97 if len(distribution) > 1 and distribution[0] == '_':
98 distribution = distribution[1:]
99 ScanDllsInSection(config, distribution.upper(), output_dir,
145 registered_dll_list = ScanServerDlls(config, options.distribution,
Dcreate_installer_archive.py92 def CopyAllFilesToStagingDir(config, distribution, staging_dir, build_dir, argument
99 if distribution:
100 if len(distribution) > 1 and distribution[0] == '_':
101 distribution = distribution[1:]
102 CopySectionFilesToStagingDir(config, distribution.upper(),
512 CopyAllFilesToStagingDir(config, options.distribution,
517 CopyAllFilesToStagingDir(config, options.distribution,
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.cpp57 void InsertionPoint::setDistribution(ContentDistribution& distribution) in setDistribution() argument
70 for ( ; i < m_distribution.size() && j < distribution.size(); ++i, ++j) { in setDistribution()
71 if (m_distribution.size() < distribution.size()) { in setDistribution()
74 for ( ; j < distribution.size() && m_distribution.at(i) != distribution.at(j); ++j) in setDistribution()
75 distribution.at(j)->lazyReattachIfAttached(); in setDistribution()
76 } else if (m_distribution.size() > distribution.size()) { in setDistribution()
79 for ( ; i < m_distribution.size() && m_distribution.at(i) != distribution.at(j); ++i) in setDistribution()
81 } else if (m_distribution.at(i) != distribution.at(j)) { in setDistribution()
84 distribution.at(j)->lazyReattachIfAttached(); in setDistribution()
93 for ( ; j < distribution.size(); ++j) in setDistribution()
[all …]
DElementShadow.cpp83 ContentDistribution distribution; in distributeTo() local
93 distribution.append(node); in distributeTo()
99 if (insertionPoint->isContentInsertionPoint() && distribution.isEmpty()) { in distributeTo()
101 distribution.append(fallbackNode); in distributeTo()
105 insertionPoint->setDistribution(distribution); in distributeTo()
/external/chromium_org/tools/grit/grit/format/
Dhtml_inline.py66 distribution = DIST_DEFAULT
68 distribution = os.environ[DIST_ENV_VAR]
69 if len(distribution) > 1 and distribution[0] == '_':
70 distribution = distribution[1:].lower()
71 return distribution
75 src_match, base_path, distribution, inlined_files, names_only=False, argument
105 filename = filename.replace(DIST_SUBSTR , distribution)
154 distribution = GetDistribution()
163 src_match, filepath, distribution, inlined_files, names_only=names_only,
173 filename = filename.replace('%DISTRIBUTION%', distribution)
[all …]
/external/iproute2/netem/
DREADME.distribution1 Notes about distribution tables from Nistnet
3 I. About the distribution tables
5 The table used for "synthesizing" the distribution is essentially a scaled,
6 translated, inverse to the cumulative distribution function.
8 Here's how to think about it: Let F() be the cumulative distribution
9 function for a probability distribution X. We'll assume we've scaled
26 distribution has the same approximate "shape" as X, simply by letting
28 To see this, it's enough to show that Y's cumulative distribution function,
41 II. How to create distribution tables (in theory)
45 pareto distribution is one example of this. In other cases, and
[all …]
/external/iproute2/
DREADME.distribution1 I. About the distribution tables
3 The table used for "synthesizing" the distribution is essentially a scaled,
4 translated, inverse to the cumulative distribution function.
6 Here's how to think about it: Let F() be the cumulative distribution
7 function for a probability distribution X. We'll assume we've scaled
24 distribution has the same approximate "shape" as X, simply by letting
26 To see this, it's enough to show that Y's cumulative distribution function,
39 II. How to create distribution tables (in theory)
43 Pareto distribution is one example of this. In other cases, and
44 especially for matching an experimentally observed distribution, it's
[all …]
/external/chromium_org/chrome/browser/profiles/
Dprofile_shortcut_manager_win.cc247 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); in GetDesktopShortcutsDirectories() local
250 distribution, ShellUtil::CURRENT_USER, in GetDesktopShortcutsDirectories()
257 distribution, ShellUtil::SYSTEM_LEVEL, in GetDesktopShortcutsDirectories()
429 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
432 DCHECK(distribution->CanCreateDesktopShortcuts()); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
438 distribution); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
441 distribution); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
447 installer::Product product(distribution); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
479 distribution); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
489 distribution, properties, operation); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
[all …]
Dprofile_shortcut_manager_unittest_win.cc218 BrowserDistribution* distribution = GetDistribution(); in CreateRegularSystemLevelShortcut() local
219 installer::Product product(distribution); in CreateRegularSystemLevelShortcut()
223 ShellUtil::SHORTCUT_LOCATION_DESKTOP, distribution, properties, in CreateRegularSystemLevelShortcut()
227 distribution-> in CreateRegularSystemLevelShortcut()
294 BrowserDistribution* distribution = GetDistribution(); in TEST_F() local
299 distribution)); in TEST_F()
316 BrowserDistribution* distribution = GetDistribution(); in TEST_F() local
321 distribution)); in TEST_F()
325 BrowserDistribution* distribution = GetDistribution(); in TEST_F() local
327 distribution->GetShortcutName(BrowserDistribution::SHORTCUT_CHROME) + in TEST_F()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/
DArtistic.txt69 d) make other distribution arrangements with the Copyright Holder.
78 b) accompany the distribution with the machine-readable source of
85 d) make other distribution arrangements with the Copyright Holder.
87 5. You may charge a reasonable copying fee for any distribution of this
92 distribution provided that you do not advertise this Package as a
104 binary executable image, then distribution of such an image shall
105 neither be construed as a distribution of this Package nor shall it
118 8. Aggregation of this Package with a commercial distribution is always
121 to the end user of the commercial distribution. Such use shall not be
122 construed as a distribution of this Package.
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT10 in advertising or publicity pertaining to distribution of the program
12 documentation that copying and distribution is by permission of
26 distribution of the program without specific prior permission, and notice be
27 given in supporting documentation that copying and distribution is by
42 publicity pertaining to distribution of the program without specific
44 copying and distribution is by permission of Livingston Enterprises, Inc.
/external/chromium_org/chrome/installer/setup/
Dinstall_worker.cc211 string16 full_cmd_key(GetRegCommandKey(product.distribution(), command_key)); in AddCommandWithParameterWorkItems()
386 string16 uninstall_reg(product.distribution()->GetUninstallRegPath()); in AddDeleteUninstallShortcutsForMSIWorkItems()
404 product.distribution()->GetStartMenuShortcutSubfolder( in AddDeleteUninstallShortcutsForMSIWorkItems()
407 product.distribution()->GetUninstallLinkName() + installer::kLnkExt); in AddDeleteUninstallShortcutsForMSIWorkItems()
633 BrowserDistribution* browser_dist = product.distribution(); in AddUninstallShortcutWorkItems()
682 BrowserDistribution* dist = product.distribution(); in AddUninstallShortcutWorkItems()
781 source_type = installer_state.products()[0]->distribution()->GetType(); in AddOemInstallWorkItems()
834 BrowserDistribution::Type this_type = product.distribution()->GetType(); in AddEulaAcceptedWorkItems()
931 BrowserDistribution* dist = (*scan)->distribution(); in AddUsageStatsWorkItems()
954 BrowserDistribution* dist = (*scan)->distribution(); in AddUsageStatsWorkItems()
[all …]
/external/chromium_org/third_party/protobuf/java/
DREADME.txt16 2) Build the C++ code, or obtain a binary distribution of protoc. If
17 you install a binary distribution, make sure that it is the same
72 1) Build the C++ code, or obtain a binary distribution of protoc. If
73 you install a binary distribution, make sure that it is the same
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
DREADME8 The re2c distribution can be found at:
12 The source distribution is available from:
16 This distribution is a cleaned up version of the 0.5 release
52 distribution) careful coding is required for efficiency (and
123 described in an upcoming LOPLAS article (included in the distribution).
148 improving the distribution) to
/external/libpng/contrib/visupng/
DREADME.txt7 For conditions of distribution and use, see the disclaimer
46 include the executable from the ./lib directory in your distribution.
49 in your distribution the executable from the ./dll directory and the dll's
/external/chromium_org/remoting/host/installer/linux/
Dbuild-deb.sh115 --force-distribution \
116 --distribution unstable \
/external/emma/
Dwork.dirs.properties14 # distribution dir:
17 # distribution dir:
/external/valgrind/main/
DREADME4 If you are building a binary package of Valgrind for distribution,
22 The Valgrind distribution currently includes six production-quality
48 Read the file COPYING in the source distribution for details.
75 To install from a tar.bz2 distribution:
/external/wpa_supplicant_8/
DCOPYING13 the BSD license option for future distribution. As such, the GPL v2
21 only for attribution purposes and any distribution of this software

12345678910>>...107