HomeSort by relevance Sort by last modified time
    Searched refs:unc (Results 1 - 12 of 12) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 57 # Parse UNC paths
59 """Split a pathname into UNC mount point and relative path specifiers.
61 Return a 2-tuple (unc, rest); either part may be empty.
62 If unc is not empty, it has the form '//host/mount' (or similar
63 using backslashes). unc+rest is always the input path.
64 Paths containing drive letters never have an UNC part.
70 # is a UNC path:
77 ##raise RuntimeError, 'illegal UNC path: "' + p + '"'
107 # or an UNC path with at most a / or \ after the mount point.
111 unc, rest = splitunc(path
    [all...]
ntpath.py 52 # volume), or if a pathname after the volume letter and colon / UNC resource
130 # Parse UNC paths
132 """Split a pathname into UNC mount point and relative path specifiers.
134 Return a 2-tuple (unc, rest); either part may be empty.
135 If unc is not empty, it has the form '//host/mount' (or similar
136 using backslashes). unc+rest is always the input path.
137 Paths containing drive letters never have an UNC part.
143 # is a UNC path:
150 ##raise RuntimeError, 'illegal UNC path: "' + p + '"'
220 # or an UNC path with at most a / or \ after the mount point
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 57 # Parse UNC paths
59 """Split a pathname into UNC mount point and relative path specifiers.
61 Return a 2-tuple (unc, rest); either part may be empty.
62 If unc is not empty, it has the form '//host/mount' (or similar
63 using backslashes). unc+rest is always the input path.
64 Paths containing drive letters never have an UNC part.
70 # is a UNC path:
77 ##raise RuntimeError, 'illegal UNC path: "' + p + '"'
107 # or an UNC path with at most a / or \ after the mount point.
111 unc, rest = splitunc(path
    [all...]
ntpath.py 52 # volume), or if a pathname after the volume letter and colon / UNC resource
130 # Parse UNC paths
132 """Split a pathname into UNC mount point and relative path specifiers.
134 Return a 2-tuple (unc, rest); either part may be empty.
135 If unc is not empty, it has the form '//host/mount' (or similar
136 using backslashes). unc+rest is always the input path.
137 Paths containing drive letters never have an UNC part.
143 # is a UNC path:
150 ##raise RuntimeError, 'illegal UNC path: "' + p + '"'
220 # or an UNC path with at most a / or \ after the mount point
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 516 # Create the UNC path, like \\myhost\c$\foo\bar.
521 unc = "\\\\%s\\%s$"%(hn, drive)
522 unc += path[2:]
524 os.listdir(unc)
528 self.skipTest("cannot access administrative share %r" % (unc,))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 516 # Create the UNC path, like \\myhost\c$\foo\bar.
521 unc = "\\\\%s\\%s$"%(hn, drive)
522 unc += path[2:]
524 os.listdir(unc)
528 self.skipTest("cannot access administrative share %r" % (unc,))
  /external/chromium_org/v8/src/
d8.js 1004 // en[able] exc[eptions] [all|unc[aught]]
1005 // en[able] [all|unc[aught]] exc[eptions]
1006 // dis[able] exc[eptions] [all|unc[aught]]
1007 // dis[able] [all|unc[aught]] exc[eptions]
1015 // en[able] exc[eptions] [all|unc[aught]]
1016 // dis[able] exc[eptions] [all|unc[aught]]
1023 } else if (arg2 == 'unc') { // check for short cut.
1029 // en[able] [all|unc[aught]] exc[eptions]
1030 // dis[able] [all|unc[aught]] exc[eptions]
1031 } else if (arg1 == 'all' || arg1 == 'unc' || arg1 == 'uncaught')
    [all...]
  /external/v8/src/
d8.js 1058 // en[able] exc[eptions] [all|unc[aught]]
1059 // en[able] [all|unc[aught]] exc[eptions]
1060 // dis[able] exc[eptions] [all|unc[aught]]
1061 // dis[able] [all|unc[aught]] exc[eptions]
1069 // en[able] exc[eptions] [all|unc[aught]]
1070 // dis[able] exc[eptions] [all|unc[aught]]
1077 } if (arg2 == 'unc') { // check for short cut.
1083 // en[able] [all|unc[aught]] exc[eptions]
1084 // dis[able] [all|unc[aught]] exc[eptions]
1085 } else if (arg1 == 'all' || arg1 == 'unc' || arg1 == 'uncaught')
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64-mont.pl 82 (p6) cmp4.lt.unc p8,p9=8,r37
630 { .mfi; (p16) cmp.ltu.unc p42,p40=a1,n1
634 (p16) cmp.ltu.unc p50,p48=t0,a1
ia64.S 198 (p19) cmp.ltu.unc p56,p0=r40,r38 }
251 (p19) cmp.gtu.unc p56,p0=r40,r38 }
    [all...]
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 82 (p6) cmp4.lt.unc p8,p9=8,r37
630 { .mfi; (p16) cmp.ltu.unc p42,p40=a1,n1
634 (p16) cmp.ltu.unc p50,p48=t0,a1
ia64.S 198 (p19) cmp.ltu.unc p56,p0=r40,r38 }
251 (p19) cmp.gtu.unc p56,p0=r40,r38 }
    [all...]

Completed in 307 milliseconds