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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
nturl2path.py 5 to a file system path; not recommended for general use."""
16 # path is something like ////host/path/on/remote/host
17 # convert this to \\host\path\on\remote\host
18 # (notice halving of slashes at the start of the path)
28 path = drive + ':'
32 path = path + '\\' + urllib.unquote(comp)
34 if path.endswith(':') and url.endswith('/'):
35 path += '\\
    [all...]
posixpath.py 4 this module as os.path. The "os.path" name is an alias for this
6 os.path provides the same operations in a manner specific to that
36 # strings representing various path-related bits and pieces
56 # Return whether a path is absolute.
60 """Test whether a path is absolute"""
70 If any component is an absolute path, all previous path components
71 will be discarded. An empty last part will result in a path that
73 path =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
nturl2path.py 5 to a file system path; not recommended for general use."""
16 # path is something like ////host/path/on/remote/host
17 # convert this to \\host\path\on\remote\host
18 # (notice halving of slashes at the start of the path)
28 path = drive + ':'
32 path = path + '\\' + urllib.unquote(comp)
34 if path.endswith(':') and url.endswith('/'):
35 path += '\\
    [all...]
posixpath.py 4 this module as os.path. The "os.path" name is an alias for this
6 os.path provides the same operations in a manner specific to that
36 # strings representing various path-related bits and pieces
56 # Return whether a path is absolute.
60 """Test whether a path is absolute"""
70 If any component is an absolute path, all previous path components
71 will be discarded. An empty last part will result in a path that
73 path =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nturl2path.py 5 to a file system path; not recommended for general use."""
16 # path is something like ////host/path/on/remote/host
17 # convert this to \\host\path\on\remote\host
18 # (notice halving of slashes at the start of the path)
28 path = drive + ':'
32 path = path + '\\' + urllib.unquote(comp)
34 if path.endswith(':') and url.endswith('/'):
35 path += '\\
    [all...]
posixpath.py 4 this module as os.path. The "os.path" name is an alias for this
6 os.path provides the same operations in a manner specific to that
36 # strings representing various path-related bits and pieces
56 # Return whether a path is absolute.
60 """Test whether a path is absolute"""
70 If any component is an absolute path, all previous path components
71 will be discarded. An empty last part will result in a path that
73 path =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 5 to a file system path; not recommended for general use."""
16 # path is something like ////host/path/on/remote/host
17 # convert this to \\host\path\on\remote\host
18 # (notice halving of slashes at the start of the path)
28 path = drive + ':'
32 path = path + '\\' + urllib.unquote(comp)
34 if path.endswith(':') and url.endswith('/'):
35 path += '\\
    [all...]
posixpath.py 4 this module as os.path. The "os.path" name is an alias for this
6 os.path provides the same operations in a manner specific to that
36 # strings representing various path-related bits and pieces
56 # Return whether a path is absolute.
60 """Test whether a path is absolute"""
70 If any component is an absolute path, all previous path components
71 will be discarded. An empty last part will result in a path that
73 path =
    [all...]
  /external/skia/gm/
pathfill.cpp 13 static SkScalar make_frame(SkPath* path) {
16 path->addRoundRect(r, SkIntToScalar(15), SkIntToScalar(15));
21 paint.getFillPath(*path, path);
25 static SkScalar make_triangle(SkPath* path) {
29 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1]));
30 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3]));
31 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5]));
32 path->close();
33 path->offset(SkIntToScalar(10), SkIntToScalar(0))
184 SkPath path; variable
    [all...]
  /frameworks/base/docs/html/guide/
_book.yaml 3 path: /guide/index.html
6 path: /guide/components/fundamentals.html
8 path: /guide/practices/compatibility.html
10 path: /guide/topics/security/permissions.html
13 path: /guide/platform/index.html
16 path: /guide/platform/j8-jack.html
37 path: /guide/practices/verifying-apps-art.html
40 path: /guide/components/index.html
43 path: /guide/components/intents-filters.html
46 path: /guide/components/intents-common.htm
    [all...]
  /frameworks/base/docs/html/design/
_book.yaml 3 path: /design/get-started/creative-vision.html
6 path: /design/get-started/principles.html
23 path: /design/patterns/new.html
26 path: /design/material/index.html
38 path: /design/devices.html
41 path: /design/handhelds/index.html
43 path: /design/wear/index.html
46 path: /design/wear/creative-vision.html
48 path: /design/wear/principles.html
50 path: /design/wear/structure.htm
    [all...]
  /external/autotest/apache/
autotest.wsgi 7 # The frontend directory needs to be added to our path for the WSGI
9 frontend_path = os.path.abspath(
10 os.path.join(os.path.dirname(__file__, '..', 'frontend'))
11 sys.path.append(frontend_path)
  /external/autotest/client/cros/cellular/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir))
9 sys.path.insert(0, client_dir)
11 sys.path.pop(0)
  /external/autotest/client/cros/cellular/mbim_compliance/assertions/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 sys.path.insert(0, client_dir)
12 sys.path.pop(0)
  /external/autotest/client/cros/cellular/mbim_compliance/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 sys.path.insert(0, client_dir)
12 sys.path.pop(0)
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 sys.path.insert(0, client_dir)
12 sys.path.pop(0)
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 sys.path.insert(0, client_dir)
12 sys.path.pop(0)
  /external/autotest/client/cros/cellular/pseudomodem/
common.py 11 dirname = os.path.dirname(sys.modules[__name__].__file__)
12 client_dir = os.path.abspath(os.path.join(dirname, "..", "..", ".."))
13 sys.path.insert(0, client_dir)
17 sys.path.pop(0)
  /external/autotest/client/cros/
tty.py 15 for path in candidates:
18 os.path.realpath('/sys/class/tty/%s/device/driver' %
19 os.path.basename(path))):
20 return path
  /external/autotest/client/deps/fakegudev/
common.py 8 dirname = os.path.dirname(sys.modules[__name__].__file__)
9 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
10 sys.path.insert(0, client_dir)
11 sys.path.pop(0)
  /external/autotest/client/deps/fakemodem/
common.py 8 dirname = os.path.dirname(sys.modules[__name__].__file__)
9 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
10 sys.path.insert(0, client_dir)
11 sys.path.pop(0)
  /external/autotest/client/deps/glbench/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
8 sys.path.insert(0, client_dir)
10 sys.path.pop(0)
  /external/autotest/client/deps/glmark2/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
8 sys.path.insert(0, client_dir)
10 sys.path.pop(0)
  /external/autotest/client/deps/gtest/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
8 sys.path.insert(0, client_dir)
10 sys.path.pop(0)
  /external/autotest/client/deps/ibusclient/
common.py 6 dirname = os.path.dirname(sys.modules[__name__].__file__)
7 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
8 sys.path.insert(0, client_dir)
10 sys.path.pop(0)

Completed in 1759 milliseconds

<<11121314151617181920>>