Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 39) 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/Demo/scripts/
Dqueens.py30 if self.safe(x, y):
38 def safe(self, x, y): member in Queens
/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/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/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/OpenPlatformPkg/Documentation/Marvell/Drivers/
DI2cDriver.txt60 Due to the fact that hardware-based I2C enumeration isn't safe, information
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py250 s = urllib.quote(s, safe='')
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
DArmLibSupport.S56 bx lr @ return (hopefully thumb-safe!)
/device/google/coral/json-c/
DChangeLog59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
/device/google/redbull/json-c/
DChangeLog59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
/device/google/crosshatch/json-c/
DChangeLog59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
/device/google/sunfish/json-c/
DChangeLog59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
/device/google/bonito/json-c/
DChangeLog59 * Make it safe to delete keys while iterating with the json_object_object_foreach macro.
72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md68 thread safe. We do not require thread safety because no decoder state is shared
/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
/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/arm-trusted-firmware/docs/
Dcpu-specific-build-macros.rst122 is a known safe deviation from the Cortex-A57 TRM defined power down
Dreset-design.rst140 the platform must place any secondary CPUs into a safe state while the primary

12