/external/chromium_org/chrome/installer/util/ |
installation_validator_unittest.cc | 76 void SetUninstallCommand(BrowserDistribution::Type dist_type, 81 void AddInstallExtensionCommand(BrowserDistribution::Type dist_type, 85 void AddOsUpgradeCommand(BrowserDistribution::Type dist_type, 89 void AddQueryEULAAcceptanceCommand(BrowserDistribution::Type dist_type, 93 void AddQuickEnableApplicationHostCommand(BrowserDistribution::Type dist_type, 109 BrowserDistribution::Type dist_type, 114 BrowserDistribution::Type dist_type, 147 BrowserDistribution::Type dist_type, 154 BrowserDistribution::CHROME_BINARIES : dist_type)); 159 BrowserDistribution::Type dist_type, [all...] |
/external/fio/t/ |
genzipf.c | 45 static int dist_type = TYPE_ZIPF; variable 112 dist_type = TYPE_ZIPF; 114 dist_type = TYPE_PARETO; 139 if (dist_type == TYPE_PARETO) { 146 } else if (dist_type == TYPE_ZIPF) { 185 printf("Generating %s distribution with %f input and %lu GB size and %lu block_size.\n", dist_types[dist_type], dist_val, gb_size, block_size); 190 if (dist_type == TYPE_ZIPF) 211 if (dist_type == TYPE_ZIPF)
|
/external/libnl/lib/route/sch/ |
netem.c | 853 * @arg dist_type The name of the distribution (type, file, path/file). 856 int rtnl_netem_set_delay_distribution(struct rtnl_qdisc *qdisc, const char *dist_type) { 871 char *test_suffix = strstr(dist_type, dist_suffix); 879 snprintf(name, NAME_MAX, "%s%s%s", test_path[i], dist_type, dist_suffix);
|
/external/chromium_org/chrome/installer/setup/ |
uninstall.cc | 89 BrowserDistribution::Type dist_type = dist_types[i]; local 91 original_state.GetProductState(system_level, dist_type); 97 BrowserDistribution::GetSpecificDistribution(dist_type); 109 dist_type)->GetDisplayName() 207 BrowserDistribution::Type dist_type = local 210 installer_state.system_install(), dist_type); 214 !installer_state.FindProduct(dist_type)) { 220 if (dist_type != BrowserDistribution::CHROME_APP_HOST) { [all...] |
setup_main.cc | 1212 BrowserDistribution::Type dist_type = BrowserDistribution::CHROME_BROWSER; local [all...] |
/external/opencv/cv/src/ |
cvemd.cpp | 151 int dist_type, 210 if( dist_type < 0 ) 239 switch (dist_type) [all...] |
/external/opencv/cv/include/ |
cvcompat.h | 800 int dims, int dist_type CV_DEFAULT(CV_DIST_L2), 808 return cvCalcEMD2( &sign1, &sign2, dist_type, dist_func, 0, 0, lower_bound, user_param ); [all...] |
cv.h | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 673 CVAPI(void) cvRandArr( CvRNG* rng, CvArr* arr, int dist_type, [all...] |