HomeSort by relevance Sort by last modified time
    Searched full:path (Results 1401 - 1425 of 27077) sorted by null

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 52 path = os.path.join(basedir, fn)
53 if os.path.isdir(path):
54 pkg_init = os.path.join(path, '__init__.py')
55 if os.path.exists(pkg_init):
57 for p, m in self.walk_modules(path, modpath + fn + "."):
62 yield path, modpath + fn[:-3]
88 lib_dir = os.path.dirname(os.path.dirname(__file__)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 49 prefix = os.path.join(sys.prefix,"tcl")
50 if not os.path.exists(prefix):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib")
53 prefix = os.path.abspath(prefix)
55 if os.path.exists(prefix):
60 tcldir = os.path.join(prefix,name)
61 if os.path.isdir(tcldir):
68 v = os.path.join(prefix, 'tk'+ver)
69 if os.path.exists(os.path.join(v, "tclIndex"))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 52 path = os.path.join(basedir, fn)
53 if os.path.isdir(path):
54 pkg_init = os.path.join(path, '__init__.py')
55 if os.path.exists(pkg_init):
57 for p, m in self.walk_modules(path, modpath + fn + "."):
62 yield path, modpath + fn[:-3]
88 lib_dir = os.path.dirname(os.path.dirname(__file__)
    [all...]
  /bionic/libc/tools/
symbols.py 59 lib_dir = os.path.join(out_dir, 'obj')
63 static_lib_dir = os.path.join(
66 '{}_intermediates'.format(os.path.splitext(f)[0]))
68 os.path.join(static_lib_dir, f),
75 lib_dir = os.path.join(out_dir, 'system/lib64')
76 if not os.path.isdir(lib_dir):
77 lib_dir = os.path.join(out_dir, 'system/lib')
81 results |= GetFromElf(os.path.join(lib_dir, f))
89 results |= GetFromElf(glob.glob(os.path.join(lib_dir, f))[-1])
  /cts/tests/tests/graphics/src/android/graphics/cts/
SumPathEffectTest.java 26 import android.graphics.Path;
30 import android.graphics.Path.Direction;
45 Path path = new Path(); local
46 path.addRect(10, 10, WIDTH - 10, HEIGHT - 10, Direction.CW);
55 canvas.drawPath(path, paint);
59 canvas.drawPath(path, paint);
64 canvas.drawPath(path, paint);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 38 private Path mPath;
45 mPath = new Path();
46 mPath.addCircle(40, 40, 45, Path.Direction.CCW);
47 mPath.addCircle(80, 80, 45, Path.Direction.CCW);
50 private void showPath(Canvas canvas, int x, int y, Path.FillType ft,
70 showPath(canvas, 0, 0, Path.FillType.WINDING, paint);
71 showPath(canvas, 160, 0, Path.FillType.EVEN_ODD, paint);
72 showPath(canvas, 0, 160, Path.FillType.INVERSE_WINDING, paint);
73 showPath(canvas, 160, 160, Path.FillType.INVERSE_EVEN_ODD, paint);
  /development/testrunner/tests/
android_mk_tests.py 20 sys.path.append('../..')
30 mk_parser = android_mk.CreateAndroidMK(path='.',
36 mk_parser = android_mk.CreateAndroidMK(path='.',
42 mk_parser = android_mk.CreateAndroidMK(path='.', filename='Android_java.mk')
47 mk_parser = android_mk.CreateAndroidMK(path='.',
56 mk_parser = android_mk.CreateAndroidMK(path='.',
66 mk_parser = android_mk.CreateAndroidMK(path='.', filename='Android_java.mk')
72 mk_parser = android_mk.CreateAndroidMK(path='.',
79 mk_parser = android_mk.CreateAndroidMK(path='.',
  /external/boringssl/src/util/bot/
update_clang.py 15 import os.path namespace
29 LLVM_BUILD_DIR = os.path.join(os.path.dirname(__file__), "llvm-build")
30 STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision")
34 def DownloadFile(url, path):
35 """DownloadFile fetches |url| to |path|."""
42 urllib.urlretrieve(url, path, reporthook=report)
49 if os.path.exists(STAMP_FILE):
55 if os.path.exists(LLVM_BUILD_DIR):
  /external/chromium-trace/catapult/catapult_build/
html_checks.py 19 path = affected_file.LocalPath()
20 if not path.endswith('.html'):
24 return not any(re.match(pattern, path) for pattern in excluded_paths)
35 path = affected_file.LocalPath()
38 check(path, soup, results, output_api)
41 def CheckDoctype(path, soup, results, output_api):
44 error_text = 'Could not find "<!DOCTYPE html>" in %s.' % path
55 def CheckImportOrder(path, soup, results, output_api):
67 'Invalid "%s" link sort order in %s:\n' % (rel, path) + ' ' +
  /external/chromium-trace/catapult/third_party/polymer/components/iron-icons/
hero.svg 13 <path d="M82,33H64V15h18V33z M66,31h14V17H66V31z"/>
16 <path d="M121,33h-18V15h18V33z M105,31h14V17h-14V31z"/>
17 <path d="M160,33h-18V15h18V33z M144,31h14V17h-14V31z"/>
19 <path d="M82,71H64V53h18V71z M66,69h14V55H66V69z"/>
21 <path d="M121,71h-18V53h18V71z M105,69h14V55h-14V69z"/>
23 <path d="M160,71h-18V53h18V71z M144,69h14V55h-14V69z"/>
25 <path d="M82,111H64V93h18V111z M66,109h14V95H66V109z"/>
27 <path d="M121,111h-18V93h18V111z M105,109h14V95h-14V109z"/>
29 <path d="M160,111h-18V93h18V111z M144,109h14V95h-14V109z"/>
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 93 uptr path[BV::kSize]; local
96 if (g.findPath(from, target, path, len) == len)
100 EXPECT_TRUE(target.getBit(path[len - 1]));
101 // fprintf(stderr, "reachable: %zd; path %zd {%zd %zd %zd}\n",
102 // from, len, path[0], path[1], path[2]);
166 uptr path[5]; local
199 EXPECT_EQ(g.findPath(f0, target, path, ARRAY_SIZE(path)), 3U)
226 uptr *path = path_vec.data(); local
267 uptr path[8]; local
    [all...]
  /external/curl/tests/data/
test8 38 Set-Cookie: foobar=name; domain=%HOSTIP; path=/;
39 Set-Cookie: mismatch=this; domain=%HOSTIP; path="/silly/";
40 Set-Cookie: partmatch=present; domain=.0.0.1; path=/w;
41 Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
42 Set-Cookie: cookie=yes; path=/we;
43 Set-Cookie: cookie=perhaps; path=/we/want;
44 Set-Cookie: name with space=is weird but; path=/we/want;
45 Set-Cookie: trailingspace = removed; path=/we/want;
46 Set-Cookie: nocookie=yes; path=/WE;
  /external/google-benchmark/
mingw.py 86 def find_in_path(file, path=None):
88 Attempts to find an executable in the path
92 if path is None:
93 path = os.environ.get('PATH', '')
94 if type(path) is type(''):
95 path = path.split(os.pathsep)
96 return list(filter(os.path.exists,
97 map(lambda dir, file=file: os.path.join(dir, file), path))
    [all...]
  /external/google-breakpad/src/build/
gyp_breakpad 35 script_dir = os.path.dirname(os.path.realpath(__file__))
36 breakpad_root = os.path.abspath(os.path.join(script_dir, os.pardir))
38 sys.path.insert(0, os.path.join(breakpad_root, 'tools', 'gyp', 'pylib'))
50 args.append(os.path.join(script_dir, 'all.gyp'))
53 args.append(os.path.join(breakpad_root, 'build', 'common.gypi'))
58 args.append('--depth=' + os.path.relpath(breakpad_root))
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PathParser.java 33 import gov.nist.javax.sip.header.ims.Path;
51 public PathParser(String path) {
52 super(path);
78 this.lexer.match(TokenTypes.PATH);
83 Path path = new Path(); local
84 super.parse(path);
85 pathList.add(path);
  /external/selinux/libselinux/man/man3/
matchpathcon.3 3 matchpathcon, matchpathcon_index \- get the default SELinux security context for the specified path from the file contexts configuration
8 .BI "int matchpathcon_init(const char *" path ");"
10 .BI "int matchpathcon_init_prefix(const char *" path ", const char *" prefix ");"
14 .BI "int matchpathcon(const char *" path ", mode_t " mode ", char **" con ");
39 .I path
43 .I path
45 i.e. the path returned by
51 files with the same path prefix but a
111 .I path,
  /external/skia/include/effects/
Sk1DPathEffect.h 27 /** Called with the current distance along the path, with the current matrix
52 /** Dash by replicating the specified path.
53 @param path The path to replicate (dash)
54 @param advance The space between instances of path
55 @param phase distance (mod advance) along path for its initial position
56 @param style how to transform path at each point (based on the current
59 static SkPathEffect* Create(const SkPath& path, SkScalar advance, SkScalar phase, Style);
68 SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, Style);
  /external/v8/build/android/
devil_chromium.py 12 if host_paths.DEVIL_PATH not in sys.path:
13 sys.path.append(host_paths.DEVIL_PATH)
17 _DEVIL_CONFIG = os.path.abspath(
18 os.path.join(os.path.dirname(__file__), 'devil_chromium.json'))
115 output_directory: An optional path to the output directory. If not set,
122 'platform': 'path',
134 output_directory = os.path.abspath(output_directory)
140 os.path.join(output_directory, dep_config['name']),
envsetup.sh 43 # Add Android SDK tools to system path.
44 export PATH=$PATH:${ANDROID_SDK_ROOT}/platform-tools
46 # Add Android utility tools to the system path.
47 export PATH=$PATH:${ANDROID_SDK_ROOT}/tools/
49 # Add Chromium Android development scripts to system path.
51 export PATH=$PATH:${CHROME_SRC}/build/android
  /external/v8/build/android/gyp/
generate_resource_rewriter.py 19 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__),
66 help='The path of generated srcjar which has'
74 java_path = os.path.join(output_dir, RESOURCE_REWRITER_JAVA)
84 output_dir = os.path.join(temp_dir, *package.split('.'))
86 build_utils.DoZip([os.path.join(output_dir, RESOURCE_REWRITER_JAVA)],
95 output_dir = os.path.join(options.output_dir, *package.split('.'))
  /external/v8/build/
download_nacl_toolchains.py 19 script_dir = os.path.dirname(os.path.abspath(__file__))
20 src_dir = os.path.dirname(script_dir)
21 nacl_dir = os.path.join(src_dir, 'native_client')
22 nacl_build_dir = os.path.join(nacl_dir, 'build')
23 package_version_dir = os.path.join(nacl_build_dir, 'package_version')
24 package_version = os.path.join(package_version_dir, 'package_version.py')
25 if not os.path.exists(package_version):
30 sys.path.insert(0, package_version_dir)
  /external/vixl/tools/
config.py 30 dir_tools = os.path.dirname(os.path.realpath(__file__))
31 dir_root = os.path.abspath(os.path.join(dir_tools, '..'))
32 dir_build = os.path.join(dir_root, 'obj')
33 dir_build_latest = os.path.join(dir_build, 'latest')
34 dir_src_vixl = os.path.join(dir_root, 'src')
35 dir_benchmarks = os.path.join(dir_root, 'benchmarks')
36 dir_examples = os.path.join(dir_root, 'examples')
  /frameworks/base/tools/aapt/
FileFinder.h 35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
36 * and places path/modification date key/values pointing to
39 * path is a valid system path
42 * compares the end of the path string so if the "."
49 * matching files encountered in subdirectories of path
62 * checkAndAddFile looks at a single file path and stat combo
71 * is added to the KeyedVector with the path as the key and the modification
75 static void checkAndAddFile(String8 path, const struct stat* stats,
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 14 #include "mcld/Support/Path.h"
41 Path path(TOPDIR);
42 path.append("unittests/test3.txt");
44 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
56 Path path(TOPDIR);
57 path.append("unittests/test3.txt");
59 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
  /ndk/tests/
ndk.py 25 THIS_DIR = os.path.dirname(os.path.realpath(__file__))
26 NDK_ROOT = os.path.realpath(os.path.join(THIS_DIR, '..'))
36 test_path = os.path.join(os.environ['NDK'], 'prebuilt', host_tag)
37 if not os.path.exists(test_path):
48 prebuilt_path = os.path.join(os.environ['NDK'], 'prebuilt', host_tag)
49 return os.path.join(prebuilt_path, 'bin', tool) + ext
53 ndk_build_path = os.path.join(os.environ['NDK'], 'ndk-build')

Completed in 1454 milliseconds

<<51525354555657585960>>