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...]
  /external/libunwind/tests/
ia64-test-nat-asm.S 460 (p16) cmp.eq.unc p6,p0 = r0,r0;;
462 (p6) cmp.eq.unc p16,p0 = r0,r0
463 (p63) cmp.eq.unc p6,p0 = r0,r0
466 (p6) cmp.eq.unc p63,p0 = r0,r0
  /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/v8/src/
d8.js 977 // en[able] exc[eptions] [all|unc[aught]]
978 // en[able] [all|unc[aught]] exc[eptions]
979 // dis[able] exc[eptions] [all|unc[aught]]
980 // dis[able] [all|unc[aught]] exc[eptions]
988 // en[able] exc[eptions] [all|unc[aught]]
989 // dis[able] exc[eptions] [all|unc[aught]]
996 } else if (arg2 == 'unc') { // check for short cut.
1002 // en[able] [all|unc[aught]] exc[eptions]
1003 // dis[able] [all|unc[aught]] exc[eptions]
1004 } else if (arg1 == 'all' || arg1 == 'unc' || arg1 == 'uncaught')
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp 312 GpsUtcTime t, int64_t tf, int unc) :
314 mTime(t), mTimeReference(tf), mUncertainty(unc)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 376 GpsUtcTime t, int64_t tf, int unc) :
378 mTime(t), mTimeReference(tf), mUncertainty(unc)
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 372 GpsUtcTime t, int64_t tf, int unc) :
374 mTime(t), mTimeReference(tf), mUncertainty(unc)
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc_eng.cpp 372 GpsUtcTime t, int64_t tf, int unc) :
374 mTime(t), mTimeReference(tf), mUncertainty(unc)
    [all...]

Completed in 367 milliseconds