Searched defs:path (Results 1 - 25 of 1342) sorted by relevance

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/tests/
H A Dtest.py3 from os import path,getcwd namespace
26 nx_install_dir=path.join(path.dirname(__file__), path.pardir)
28 if getcwd() == path.abspath(path.join(nx_install_dir,path.pardir)):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A Didle.py1 import os.path namespace
5 # parent of this idlelib dir to sys.path. Otherwise, importing idlelib gets
7 idlelib_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
8 sys.path.insert(0, idlelib_dir)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A Didle.py1 import os.path namespace
5 # parent of this idlelib dir to sys.path. Otherwise, importing idlelib gets
7 idlelib_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
8 sys.path.insert(0, idlelib_dir)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A D__init__.py7 import os.path namespace
15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
H A Dsupport.py8 import os.path namespace
16 test_dir = os.path.dirname(__file__)
17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
18 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
52 yield os.path.join(dirpath, filename)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dthreaded_import_hangers.py13 import os.path namespace
35 ("os.path.abspath", os.path.abspath, ('.',)),
H A Dtest_startfile.py13 from os import path namespace
27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A D__init__.py7 import os.path namespace
15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dthreaded_import_hangers.py13 import os.path namespace
35 ("os.path.abspath", os.path.abspath, ('.',)),
H A Dtest_startfile.py13 from os import path namespace
27 empty = path.join(path.dirname(__file__), "empty.vbs")
36 empty = path.join(path.dirname(__file__), "empty.vbs")
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
H A Dwagon-file-2.6.jar ... .File sourceDirectory String destinationDirectory java.io.File path private java.io.File resolveDestinationPath (java.lang ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
H A Dlibstdc++.so.6.0.18-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
H A Dlibstdc++.so.6.0.18-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
H A Dlibstdc++.so.6.0.19-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
H A Dlibstdc++.so.6.0.19-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/lib/
H A Dlibstdc++.a-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/lib32/
H A Dlibstdc++.a-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/lib64/
H A Dlibstdc++.a-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
H A Dlibstdc++.a-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
H A Dlibstdc++.a-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib64/
H A Dlibstdc++.a-gdb.py20 import os.path namespace
27 # update sys.path; instead we just hope the user managed to do that
30 # Update module path. We want to find the relative path from libdir
31 # to pythondir, and then we want to apply that relative path to the
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
53 dir_ = os.path
[all...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dimport.h24 PyAPI_FUNC(PyObject *) PyImport_GetImporter(PyObject *path); variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dimport.h24 PyAPI_FUNC(PyObject *) PyImport_GetImporter(PyObject *path); variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
H A Dgenfsconquery.py38 path The criteria to match the path.
40 will be used on the path.
64 path = CriteriaDescriptor("path_regex") variable in class:GenfsconQuery
71 self.log.debug("Path: {0.path!r}, regex: {0.path_regex}".format(self))
86 if self.path and not self._match_regex(
87 genfs.path,
88 self.path,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
H A Dgenfsconquery.py38 path The criteria to match the path.
40 will be used on the path.
64 path = CriteriaDescriptor("path_regex") variable in class:GenfsconQuery
71 self.log.debug("Path: {0.path!r}, regex: {0.path_regex}".format(self))
86 if self.path and not self._match_regex(
87 genfs.path,
88 self.path,

Completed in 4639 milliseconds

1234567891011>>