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

<<51525354555657585960>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__))
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_importhooks.py 52 def __init__(self, path=test_path):
53 if path != test_path:
55 # ImportError for any path item that we can't handle.
57 self.path = path
62 def find_module(self, fullname, path=None):
85 return [self.path]
94 def find_module(self, fullname, path=None):
104 def __init__(self, path=None):
105 if path is not None and not os.path.isdir(path)
    [all...]
  /prebuilts/go/darwin-x86/src/
all.bat 14 set OLDPATH=%PATH%
19 :: we must restore %PATH% before running "dist banner" so that the latter
20 :: can get the original %PATH% and give suggestion to add %GOROOT%/bin
21 :: to %PATH% if necessary.
22 set PATH=%OLDPATH%
  /prebuilts/go/darwin-x86/src/net/
interface_bsd_test.go 21 Path: xname,
25 Path: xname,
38 Path: xname,
42 Path: xname,
46 Path: xname,
  /prebuilts/go/linux-x86/src/
all.bat 14 set OLDPATH=%PATH%
19 :: we must restore %PATH% before running "dist banner" so that the latter
20 :: can get the original %PATH% and give suggestion to add %GOROOT%/bin
21 :: to %PATH% if necessary.
22 set PATH=%OLDPATH%
  /prebuilts/go/linux-x86/src/net/
interface_bsd_test.go 21 Path: xname,
25 Path: xname,
38 Path: xname,
42 Path: xname,
46 Path: xname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_startfile.py 13 from os import path namespace
27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__))
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_importhooks.py 52 def __init__(self, path=test_path):
53 if path != test_path:
55 # ImportError for any path item that we can't handle.
57 self.path = path
62 def find_module(self, fullname, path=None):
85 return [self.path]
94 def find_module(self, fullname, path=None):
104 def __init__(self, path=None):
105 if path is not None and not os.path.isdir(path)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_startfile.py 13 from os import path namespace
27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__))
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_importhooks.py 52 def __init__(self, path=test_path):
53 if path != test_path:
55 # ImportError for any path item that we can't handle.
57 self.path = path
62 def find_module(self, fullname, path=None):
85 return [self.path]
94 def find_module(self, fullname, path=None):
104 def __init__(self, path=None):
105 if path is not None and not os.path.isdir(path)
    [all...]
  /system/connectivity/shill/dbus_bindings/
supplicant-process.dbus-xml 9 <arg name="path" type="o" direction="out"/>
12 <arg name="path" type="o" direction="in"/>
16 <arg name="path" type="o" direction="out"/>
21 <arg name="path" type="o"/>
25 <arg name="path" type="o"/>
  /system/media/audio_utils/tests/
Android.mk 11 $(call include-path-for, audio-utils)
26 $(call include-path-for, audio-utils)
37 LOCAL_C_INCLUDES := $(call include-path-for, audio-utils)
47 LOCAL_C_INCLUDES := $(call include-path-for, audio-utils)
56 LOCAL_C_INCLUDES := $(call include-path-for, audio-utils)
  /system/update_engine/
fake_shill_proxy.cc 32 const dbus::ObjectPath& path) {
33 auto it = service_proxy_mocks_.find(path.value());
35 << path.value();
42 const dbus::ObjectPath& path,
44 service_proxy_mocks_[path.value()] = std::move(service_proxy);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPathParser.java 77 * @param path
84 public static XMPPath expandXPath(String schemaNS, String path) throws XMPException
86 if (schemaNS == null || path == null)
93 pos.path = path;
100 while (pos.stepEnd < path.length())
104 skipPathDelimiter(path, pos);
110 if (path.charAt(pos.stepBegin) != '[')
139 verifyQualName(pos.path.substring(pos.nameStart, pos.nameEnd));
157 verifyQualName(pos.path.substring(pos.nameStart, pos.nameEnd))
527 public String path = null; field in class:PathPosition
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 49 * Get an absolute URI from a given relative URI (local path).
51 * <p>The relative URI is a local filesystem path. The path can be
52 * absolute or relative. If it is a relative path, it is resolved relative
55 * relative path. The space and backslash characters are also replaced to
67 // If the local path is a relative path, then it is resolved against
98 * Return an absolute path from a relative path.
100 * @param relativePath A relative path
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 42 * Get an absolute URI from a given relative URI (local path).
44 * <p>The relative URI is a local filesystem path. The path can be
45 * absolute or relative. If it is a relative path, it is resolved relative
48 * relative path. The space and backslash characters are also replaced to
60 // If the local path is a relative path, then it is resolved against
91 * Return an absolute path from a relative path.
93 * @param relativePath A relative path
    [all...]
  /frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp 101 int uniqueId, const String8* path, const int action) {
103 if ((NULL != path) && (EMPTY_STRING != *path)) {
105 getDrmManagerService()->getConstraints(uniqueId, path, action);
110 DrmMetadata* DrmManagerClientImpl::getMetadata(int uniqueId, const String8* path) {
112 if ((NULL != path) && (EMPTY_STRING != *path)) {
113 drmMetadata = getDrmManagerService()->getMetadata(uniqueId, path);
119 int uniqueId, const String8& path, const String8& mimeType) {
121 if ((EMPTY_STRING != path) || (EMPTY_STRING != mimeType))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_importhooks.py 52 def __init__(self, path=test_path):
53 if path != test_path:
55 # ImportError for any path item that we can't handle.
57 self.path = path
62 def find_module(self, fullname, path=None):
85 return [self.path]
94 def find_module(self, fullname, path=None):
104 def __init__(self, path=None):
105 if path is not None and not os.path.isdir(path)
    [all...]
test_mhlib.py 28 _mhpath = os.path.join(_mhroot, "MH")
29 _mhprofile = os.path.join(_mhroot, ".mh_profile")
32 return os.path.join(*f.split('/'))
35 dir = os.path.split(fname)[0]
36 if dir and not os.path.exists(dir):
54 writeFile(os.path.join(_mhpath, "context"),
59 writeFile(os.path.join(_mhpath, folder, ".mh_sequences"),
66 mkdirs(os.path.join(_mhpath, folder))
67 writeFile(os.path.join(_mhpath, folder, str(n)), contents)
70 return mhlib.MH(os.path.abspath(_mhpath), _mhprofile
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 35 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
60 def native(path):
61 """ Convert slash path to native """
62 path = _os.path.sep.join(path.split('/'))
63 return _os.path.normpath(_os.path.join(cwd, path))
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 35 cwd = _os.path.dirname(_os.path.abspath(_sys.argv[0]))
60 def native(path):
61 """ Convert slash path to native """
62 path = _os.path.sep.join(path.split('/'))
63 return _os.path.normpath(_os.path.join(cwd, path))
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
host.py 55 return os.path.abspath(self.join(*comps))
59 if absolute_path not in sys.path:
60 sys.path.insert(0, absolute_path)
62 def basename(self, path):
63 return os.path.basename(path)
96 return os.path.dirname(self.join(*comps))
99 return os.path.exists(self.join(*comps))
105 relpath = self.relpath(os.path.join(root, f), top)
122 return os.path.isdir(os.path.join(*comps)
    [all...]
  /external/fonttools/Lib/fontTools/
t1Lib.py 5 read(path)
8 to by 'path'.
11 write(path, data, kind='OTHER', dohex=False)
12 writes raw Type 1 data to the file pointed to by 'path'.
53 def __init__(self, path=None):
54 if path is not None:
55 self.data, type = read(path)
59 def saveAs(self, path, type):
60 write(path, self.getData(), type)
103 def read(path, onlyHeader=False)
    [all...]

Completed in 2891 milliseconds

<<51525354555657585960>>