Searched refs:isabs (Results 1 - 25 of 122) sorted by relevance

12345

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_macpath.py12 isabs = macpath.isabs
13 self.assertTrue(isabs("xx:yy"))
14 self.assertTrue(isabs("xx:yy:"))
15 self.assertTrue(isabs("xx:"))
16 self.assertFalse(isabs("foo"))
17 self.assertFalse(isabs(":foo"))
18 self.assertFalse(isabs(":foo:bar"))
19 self.assertFalse(isabs(":foo:bar:"))
H A Dtest_sysconfig.py40 self.isabs = os.path.isabs
60 os.path.isabs = self.isabs
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_macpath.py12 isabs = macpath.isabs
13 self.assertTrue(isabs("xx:yy"))
14 self.assertTrue(isabs("xx:yy:"))
15 self.assertTrue(isabs("xx:"))
16 self.assertFalse(isabs("foo"))
17 self.assertFalse(isabs(":foo"))
18 self.assertFalse(isabs(":foo:bar"))
19 self.assertFalse(isabs(":foo:bar:"))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_macpath.py12 isabs = macpath.isabs
13 self.assertTrue(isabs("xx:yy"))
14 self.assertTrue(isabs("xx:yy:"))
15 self.assertTrue(isabs("xx:"))
16 self.assertFalse(isabs("foo"))
17 self.assertFalse(isabs(":foo"))
18 self.assertFalse(isabs(":foo:bar"))
19 self.assertFalse(isabs(":foo:bar:"))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_macpath.py12 isabs = macpath.isabs
13 self.assertTrue(isabs("xx:yy"))
14 self.assertTrue(isabs("xx:yy:"))
15 self.assertTrue(isabs("xx:"))
16 self.assertFalse(isabs("foo"))
17 self.assertFalse(isabs(":foo"))
18 self.assertFalse(isabs(":foo:bar"))
19 self.assertFalse(isabs(":foo:bar:"))
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dos2emxpath.py11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
48 if isabs(b):
148 if not isabs(path):
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
32 def isabs(s): function
45 if (not s) or isabs(t):
93 if not isabs(s):
188 if not isabs(path):
H A Dmacurl2path.py70 if os.path.isabs(pathname):
H A Dlinecache.py108 if os.path.isabs(filename):
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dos2emxpath.py11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
48 if isabs(b):
148 if not isabs(path):
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
32 def isabs(s): function
45 if (not s) or isabs(t):
93 if not isabs(s):
188 if not isabs(path):
H A Dmacurl2path.py70 if os.path.isabs(pathname):
H A Dlinecache.py108 if os.path.isabs(filename):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
48 if isabs(b):
148 if not isabs(path):
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
32 def isabs(s): function
45 if (not s) or isabs(t):
93 if not isabs(s):
188 if not isabs(path):
H A Dmacurl2path.py70 if os.path.isabs(pathname):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dos2emxpath.py11 from ntpath import (expanduser, expandvars, isabs, islink, splitdrive, namespace
14 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
48 if isabs(b):
148 if not isabs(path):
H A Dmacpath.py9 __all__ = ["normcase","isabs","join","splitdrive","split","splitext",
32 def isabs(s): function
45 if (not s) or isabs(t):
93 if not isabs(s):
188 if not isabs(path):
H A Dmacurl2path.py70 if os.path.isabs(pathname):
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dinstall_data.py59 if not os.path.isabs(dir):
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dinstall_data.py59 if not os.path.isabs(dir):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall_data.py59 if not os.path.isabs(dir):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dinstall_data.py59 if not os.path.isabs(dir):
/prebuilts/checkstyle/gitlint/
H A Dgit.py65 assert os.path.isabs(root), "Root has to be absolute, got: %s" % root
H A Dutils.py46 if (os.path.isabs(program) and os.path.isfile(program) and

Completed in 547 milliseconds

12345