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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/installer/util/
product.h 35 // installation, each distribution could derive from this class and provide
36 // distribution specific functionality.
39 explicit Product(BrowserDistribution* distribution);
48 BrowserDistribution* distribution() const { function in class:installer::Product
product_unittest.cc 51 // TODO(tommi): We should mock this and use our mocked distribution.
65 BrowserDistribution* distribution = product->distribution(); local
66 EXPECT_EQ(BrowserDistribution::CHROME_BROWSER, distribution->GetType());
87 system_level, distribution->GetType()) == NULL);
90 RegKey version_key(root, distribution->GetVersionKey().c_str(),
103 machine_state.GetProductState(system_level, distribution->GetType());
112 std::wstring state_key_path(distribution->GetStateKey());
120 machine_state.GetProductState(system_level, distribution->GetType());
installation_state.cc 50 BrowserDistribution* distribution) {
52 const std::wstring version_key(distribution->GetVersionKey());
53 const std::wstring state_key(distribution->GetStateKey());
118 if (distribution->GetType() == BrowserDistribution::CHROME_BINARIES)
127 key.Open(root_key, distribution->GetStateMediumKey().c_str(), kAccess) ==
240 BrowserDistribution* distribution; local
242 distribution = BrowserDistribution::GetSpecificDistribution(
244 user_products_[CHROME_BROWSER_INDEX].Initialize(false, distribution);
245 system_products_[CHROME_BROWSER_INDEX].Initialize(true, distribution);
247 distribution = BrowserDistribution::GetSpecificDistribution
    [all...]
installer_state_unittest.cc 397 BrowserDistribution* distribution = local
401 key.Open(root, distribution->GetStateKey().c_str(), KEY_READ));
429 BrowserDistribution* distribution = local
436 key.Open(root, distribution->GetStateKey().c_str(), KEY_READ));
    [all...]
shell_util.cc 1793 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
1815 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
1847 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
    [all...]
  /art/test/004-ThreadStress/src/
Main.java 58 // operations. The distribution of operations is determined by
66 // reasonable distribution if the count of Operation
107 Map<Operation, Integer> distribution = new HashMap<Operation, Integer>(); local
109 Integer ops = distribution.get(operation);
115 distribution.put(operation, ops);
117 System.out.println("Distribution for " + t);
119 System.out.println(op + " = " + distribution.get(op));
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 250 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
251 if (distribution->GetDefaultBrowserControlPolicy() !=
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ElementShadow.cpp 87 ContentDistribution distribution; local
97 distribution.append(node);
103 if (insertionPoint->isContentInsertionPoint() && distribution.isEmpty()) {
105 distribution.append(fallbackNode);
109 insertionPoint->setDistribution(distribution);
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 252 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
256 distribution, is_per_user_install);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 79 * the input for a specific Distribution.
121 * distribution.
222 * Produces random numbers on a given distribution function using a
247 * generator @p __eng for the random distribution @p __dist.
256 * Gets the next generated value on the distribution.
287 * Gets a reference to the underlying random distribution.
290 distribution() function in class:variate_generator
294 * Gets a const reference to the underlying random distribution.
297 distribution() const function in class:variate_generator
301 * Gets the closed lower bound of the distribution interval
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 218 BrowserDistribution* distribution = GetDistribution(); local
219 installer::Product product(distribution);
223 ShellUtil::SHORTCUT_LOCATION_DESKTOP, distribution, properties,
227 distribution->
294 BrowserDistribution* distribution = GetDistribution(); local
299 distribution));
316 BrowserDistribution* distribution = GetDistribution(); local
321 distribution));
325 BrowserDistribution* distribution = GetDistribution(); local
327 distribution->GetShortcutName(BrowserDistribution::SHORTCUT_CHROME)
    [all...]
profile_shortcut_manager_win.cc 154 // badging the browser distribution icon with the profile avatar.
232 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
235 distribution, ShellUtil::CURRENT_USER,
242 distribution, ShellUtil::SYSTEM_LEVEL,
414 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
415 // Ensure that the distribution supports creating shortcuts. If it doesn't,
417 DCHECK(distribution->CanCreateDesktopShortcuts());
423 distribution);
426 distribution);
432 installer::Product product(distribution);
533 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
    [all...]
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 77 // Iterates over the list of distribution types in |dist_types|, and
125 BrowserDistribution* distribution = product.distribution(); local
127 original_state.GetProductState(system_level, distribution->GetType());
143 if (distribution->GetType() != other_dist_type)
320 BrowserDistribution* dist = product.distribution();
343 BrowserDistribution* dist = product.distribution();
404 path = path.Append(product.distribution()->GetInstallSubDir());
670 BrowserDistribution* distribution = BrowserDistribution::GetDistribution(); local
672 distribution->GetBrowserProgIdPrefix() + browser_entry_suffix)
751 BrowserDistribution* distribution = product.distribution(); local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 180 int distribution[MAX_COEFF_THRESH + 1]; member in struct:VP8Histogram
  /external/webp/src/enc/
vp8enci.h 180 int distribution[MAX_COEFF_THRESH + 1]; member in struct:VP8Histogram
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 

Completed in 804 milliseconds

1 2 3 4 5 6 7 8 910