HomeSort by relevance Sort by last modified time
    Searched refs:dist (Results 101 - 125 of 584) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/tools/gentest/
Makefile.in 33 distclean distclean-local dist dist-local check check-local
43 dist: dist-local
50 dist-local:
  /external/icu4c/tools/icupkg/
Makefile.in 38 distclean distclean-local dist dist-local check check-local install-man
48 dist: dist-local
62 dist-local:
  /external/icu4c/tools/icuswap/
Makefile.in 38 distclean distclean-local dist dist-local check check-local install-man
48 dist: dist-local
62 dist-local:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 63 dist = Distribution({'name': 'foo', 'version': '0.1',
67 dist.script_name = 'setup.py'
71 cmd = bdist_rpm(dist)
79 dist_created = os.listdir(os.path.join(pkg_dir, 'dist'))
83 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm'), dist.dist_files)
84 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm'), dist.dist_files)
108 dist = Distribution({'name': 'foo', 'version': '0.1',
112 dist.script_name = 'setup.py
    [all...]
test_build_clib.py 18 pkg_dir, dist = self.create_dist()
19 cmd = build_clib(dist)
48 pkg_dir, dist = self.create_dist()
49 cmd = build_clib(dist)
71 pkg_dir, dist = self.create_dist()
72 cmd = build_clib(dist)
91 pkg_dir, dist = self.create_dist()
92 cmd = build_clib(dist)
110 pkg_dir, dist = self.create_dist()
111 cmd = build_clib(dist)
    [all...]
test_install_lib.py 18 pkg_dir, dist = self.create_dist()
19 cmd = install_lib(dist)
36 pkg_dir, dist = self.create_dist()
37 cmd = install_lib(dist)
54 pkg_dir, dist = self.create_dist()
55 cmd = install_lib(dist)
57 # setting up a dist environment
71 pkg_dir, dist = self.create_dist()
72 cmd = install_lib(dist)
74 # setting up a dist environmen
    [all...]
test_install.py 39 dist = Distribution({"name": "foopkg"})
41 dist.script_name = os.path.join(builddir, "setup.py")
42 dist.command_obj["build"] = support.DummyCommand(
47 cmd = install(dist)
101 dist = Distribution({'name': 'xx'})
102 cmd = install(dist)
127 dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'})
128 cmd = install(dist)
144 dist.extra_path = cmd.extra_path = None
155 dist = Distribution({'name': 'xx'}
    [all...]
test_build_ext.py 50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
51 dist.package_dir = self.tmp_dir
52 cmd = build_ext(dist)
92 dist = Distribution({'name': 'xx'})
93 cmd = build_ext(dist)
118 dist = Distribution({'name': 'xx'})
119 cmd = build_ext(dist)
146 dist = Distribution({'name': 'xx', 'ext_modules': modules})
147 cmd = build_ext(dist)
158 cmd = build_ext(dist)
    [all...]
test_check.py 17 pkg_info, dist = self.create_dist(**metadata)
18 cmd = check(dist)
62 pkg_info, dist = self.create_dist()
63 cmd = check(dist)
80 pkg_info, dist = self.create_dist(long_description=broken_rest)
81 cmd = check(dist)
test_config_cmd.py 44 pkg_dir, dist = self.create_dist()
45 cmd = config(dist)
57 pkg_dir, dist = self.create_dist()
58 cmd = config(dist)
80 pkg_dir, dist = self.create_dist()
81 cmd = config(dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 63 dist = Distribution({'name': 'foo', 'version': '0.1',
67 dist.script_name = 'setup.py'
71 cmd = bdist_rpm(dist)
79 dist_created = os.listdir(os.path.join(pkg_dir, 'dist'))
83 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm'), dist.dist_files)
84 self.assertIn(('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm'), dist.dist_files)
108 dist = Distribution({'name': 'foo', 'version': '0.1',
112 dist.script_name = 'setup.py
    [all...]
test_build_clib.py 18 pkg_dir, dist = self.create_dist()
19 cmd = build_clib(dist)
48 pkg_dir, dist = self.create_dist()
49 cmd = build_clib(dist)
71 pkg_dir, dist = self.create_dist()
72 cmd = build_clib(dist)
91 pkg_dir, dist = self.create_dist()
92 cmd = build_clib(dist)
110 pkg_dir, dist = self.create_dist()
111 cmd = build_clib(dist)
    [all...]
test_install_lib.py 18 pkg_dir, dist = self.create_dist()
19 cmd = install_lib(dist)
36 pkg_dir, dist = self.create_dist()
37 cmd = install_lib(dist)
54 pkg_dir, dist = self.create_dist()
55 cmd = install_lib(dist)
57 # setting up a dist environment
71 pkg_dir, dist = self.create_dist()
72 cmd = install_lib(dist)
74 # setting up a dist environmen
    [all...]
test_install.py 39 dist = Distribution({"name": "foopkg"})
41 dist.script_name = os.path.join(builddir, "setup.py")
42 dist.command_obj["build"] = support.DummyCommand(
47 cmd = install(dist)
101 dist = Distribution({'name': 'xx'})
102 cmd = install(dist)
127 dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'})
128 cmd = install(dist)
144 dist.extra_path = cmd.extra_path = None
155 dist = Distribution({'name': 'xx'}
    [all...]
test_build_ext.py 50 dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]})
51 dist.package_dir = self.tmp_dir
52 cmd = build_ext(dist)
92 dist = Distribution({'name': 'xx'})
93 cmd = build_ext(dist)
118 dist = Distribution({'name': 'xx'})
119 cmd = build_ext(dist)
146 dist = Distribution({'name': 'xx', 'ext_modules': modules})
147 cmd = build_ext(dist)
158 cmd = build_ext(dist)
    [all...]
test_check.py 17 pkg_info, dist = self.create_dist(**metadata)
18 cmd = check(dist)
62 pkg_info, dist = self.create_dist()
63 cmd = check(dist)
80 pkg_info, dist = self.create_dist(long_description=broken_rest)
81 cmd = check(dist)
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 128 FT_Pos dist; local
131 dist = seg->pos - link->pos;
132 if ( dist < 0 )
133 dist = -dist;
136 axis->widths[ num_widths++ ].org = dist;
296 FT_Pos dist; local
309 dist = points[prev].y - best_y;
310 if ( dist < -5 || dist > 5
607 FT_Pos dist; local
976 FT_Pos dist = pos2 - pos1; local
1117 FT_Pos dist = seg->serif->pos - seg->pos; local
1135 FT_Pos dist; local
1408 FT_Pos dist; local
1560 FT_Pos dist; local
1602 FT_Pos dist = width; local
1767 FT_Pos dist = stem_edge->opos - base_edge->opos; local
    [all...]
aflatin.c 129 FT_Pos dist; local
132 dist = seg->pos - link->pos;
133 if ( dist < 0 )
134 dist = -dist;
137 axis->widths[ num_widths++ ].org = dist;
304 FT_Pos dist; local
319 dist = points[prev].y - best_y;
320 if ( dist < -5 || dist > 5
627 FT_Pos dist; local
981 FT_Pos dist = pos2 - pos1; local
1123 FT_Pos dist; local
1405 FT_Pos dist; local
1550 FT_Pos dist; local
1594 FT_Pos dist = width; local
1755 FT_Pos dist = stem_edge->opos - base_edge->opos; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 129 FT_Pos dist; local
132 dist = seg->pos - link->pos;
133 if ( dist < 0 )
134 dist = -dist;
137 axis->widths[num_widths++].org = dist;
296 FT_Pos dist; local
309 dist = FT_ABS( points[prev].y - best_y );
312 if ( dist > 5 )
313 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist )
634 FT_Pos dist; local
1005 FT_Pos dist = pos2 - pos1; local
1146 FT_Pos dist = seg->serif->pos - seg->pos; local
1165 FT_Pos dist; local
1438 FT_Pos dist; local
1590 FT_Pos dist; local
1632 FT_Pos dist = width; local
1797 FT_Pos dist = stem_edge->opos - base_edge->opos; local
    [all...]
aflatin.c 136 FT_Pos dist; local
139 dist = seg->pos - link->pos;
140 if ( dist < 0 )
141 dist = -dist;
144 axis->widths[num_widths++].org = dist;
332 FT_Pos dist; local
358 dist = FT_ABS( points[prev].y - best_y );
361 if ( dist > 5 )
362 if ( FT_ABS( points[prev].x - best_x ) <= 20 * dist )
693 FT_Pos dist; local
1048 FT_Pos dist = pos2 - pos1; local
1190 FT_Pos dist; local
1472 FT_Pos dist; local
1615 FT_Pos dist; local
1659 FT_Pos dist = width; local
1820 FT_Pos dist = stem_edge->opos - base_edge->opos; local
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.h 301 static bool QuickIsChromeRegisteredInHKLM(BrowserDistribution* dist,
314 BrowserDistribution* dist,
320 // |dist| gives the type of browser distribution currently in use.
327 BrowserDistribution* dist,
347 // |dist| distribution) and their reinstall command (which usually sets
352 static void GetRegisteredBrowsers(BrowserDistribution* dist,
371 static string16 GetCurrentInstallationSuffix(BrowserDistribution* dist,
374 // Returns the application name of the program under |dist|.
379 static string16 GetApplicationName(BrowserDistribution* dist,
382 // Returns the AppUserModelId for |dist|. This identifier is unconditionall
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 67 difference_type** dist; member in struct:__gnu_parallel::DRandomShufflingGlobalData
133 // Indexing: dist[bin][processor]
136 difference_type* dist = new difference_type[sd->num_bins + 1]; local
142 dist[b] = 0;
154 ++(dist[oracle + 1]);
158 sd->dist[b][iam + 1] = dist[b];
164 // Sum up bins, sd->dist[s + 1][d->num_threads] now contains the
167 __gnu_sequential::partial_sum(sd->dist[s + 1],
168 sd->dist[s + 1] + d->num_threads + 1
    [all...]
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 144 find $OBJROOT/dist/bin ! -type d > $ALLFILES
146 find $OBJROOT/dist/bin -not -type d > $ALLFILES
200 $OBJROOT/dist/bin/nm2tsv --input $NMRESULTS > $RAWTSVFILE
221 $OBJROOT/dist/bin/maptsvdifftool $ZERODRIFT --input $DIFFFILE >> $SUMMARYFILE
223 $OBJROOT/dist/bin/codesighs --modules --input $COPYSORTTSV >> $SUMMARYFILE
238 $OBJROOT/dist/bin/codesighs --totalonly --input $COPYSORTTSV
244 $OBJROOT/dist/bin/maptsvdifftool $ZERODRIFT --summary --input $DIFFFILE
  /external/libvorbis/
Makefile.am 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
32 dist-hook:
  /external/libvpx/libvpx/vp9/common/
vp9_tapify.py 13 def dist(p1,p2): function
26 return int((scale*dist(b,p)+s/2)/s)
32 sum = dist(ul,p)+dist(ur,p)+dist(ll,p)+dist(lr,p)

Completed in 522 milliseconds

1 2 3 45 6 7 8 91011>>