Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pprint.py44 for safe in (2, 2.0, 2j, "abc", [3], (2,2), {3: 3}, uni("yaddayadda"),
47 self.assertFalse(pprint.isrecursive(safe),
48 "expected not isrecursive for %r" % (safe,))
49 self.assertTrue(pprint.isreadable(safe),
50 "expected isreadable for %r" % (safe,))
52 self.assertFalse(pp.isrecursive(safe),
53 "expected not isrecursive for %r" % (safe,))
54 self.assertTrue(pp.isreadable(safe),
55 "expected isreadable for %r" % (safe,))
78 for safe in self.a, self.b, self.d, (self.d, self.d):
[all …]
Dtest_sgmllib.py236 safe = "$-_.+"
240 safe, extra, reserved)
Dtest_urllib.py376 result = urllib.quote(quote_by_default, safe=quote_by_default)
379 result = urllib.quote_plus(quote_by_default, safe=quote_by_default)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib.py180 fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")
730 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
747 proxyhost = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + proxyhost
760 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
773 host = quote(user, safe='') + ':' + quote(passwd, safe='') + '@' + host
1213 def quote(s, safe='/'): argument
1239 cachekey = (safe, always_safe)
1241 (quoter, safe) = _safe_quoters[cachekey]
1244 safe_map.update([(c, c) for c in safe])
1246 safe = always_safe + safe
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dqueens.py30 if self.safe(x, y):
38 def safe(self, x, y): member in Queens
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
DFaultTolerantWriteSmmDxe.uni5 // The FTW protocol will not work after End Of Dxe because it will be not safe to expose
DFaultTolerantWriteSmmDxe.inf5 # The FTW protocol will not work after End Of Dxe because it will be not safe to expose
/device/google/marlin/sepolicy/
Dhal_gnss_default.te24 # but it is safe to ignore.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dutil.py67 path_info = quote(environ.get('PATH_INFO',''),safe='/;=,')
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
DDxeRuntimePciExpressLib.inf3 # is safe for runtime use.
DDxeRuntimePciExpressLib.uni4 // is safe for runtime use.
/device/linaro/bootloader/edk2/ArmPlatformPkg/Sec/Arm/
DHelper.S73 bx lr @ return (hopefully thumb-safe!)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py250 s = urllib.quote(s, safe='')
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dcpu-specific-build-macros.md64 is a known safe deviation from the Cortex-A57 TRM defined power down
Dfirmware-design.md51 secondary CPUs are kept in a safe platform-specific state until the primary
107 entrypoint. In the case of a cold boot, the secondary CPUs are placed in a safe
546 must place any secondary CPUs into a safe state while the primary CPU executes
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Common/Arm/
DArmLibSupport.S86 bx lr @ return (hopefully thumb-safe!)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DREADME4 thread safe. The data format used by the zlib library is described by RFCs
DFAQ152 21. Is zlib thread-safe?
155 provided memory allocation routines must also be thread-safe. zlib's gz*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgc_weakref.txt26 so it's also safe to invoke the callback (although that's trickier than it
179 objects reachable from them, and it's safe to call them at the end of gc.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DREADME4 thread safe. The data format used by the zlib library is described by RFCs
DFAQ151 21. Is zlib thread-safe?
154 provided memory allocation routines must also be thread-safe. zlib's gz*
/device/linaro/bootloader/edk2/ArmPkg/
DArmPkg.dec77 # Whether to map normal memory as non-shareable. FALSE is the safe choice, but
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt108 where "[it] is safe for another driver to initialize". (Clearly another UEFI
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm20.h1144 TPMI_YES_NO safe; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.uni179 " 0 - Safe Defaults. Places a controller in a safe configuration with\r\n"

12