Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfuture.c15 future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename) in future_check_features() argument
33 ff->ff_features |= CO_FUTURE_DIVISION; in future_check_features()
35 ff->ff_features |= CO_FUTURE_ABSOLUTE_IMPORT; in future_check_features()
37 ff->ff_features |= CO_FUTURE_WITH_STATEMENT; in future_check_features()
39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION; in future_check_features()
41 ff->ff_features |= CO_FUTURE_UNICODE_LITERALS; in future_check_features()
58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) in future_parse() argument
103 if (!future_check_features(ff, s, filename)) in future_parse()
105 ff->ff_lineno = s->lineno; in future_parse()
127 PyFutureFeatures *ff; in PyFuture_FromAST() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dfuture.c15 future_check_features(PyFutureFeatures *ff, stmt_ty s, const char *filename) in future_check_features() argument
33 ff->ff_features |= CO_FUTURE_DIVISION; in future_check_features()
35 ff->ff_features |= CO_FUTURE_ABSOLUTE_IMPORT; in future_check_features()
37 ff->ff_features |= CO_FUTURE_WITH_STATEMENT; in future_check_features()
39 ff->ff_features |= CO_FUTURE_PRINT_FUNCTION; in future_check_features()
41 ff->ff_features |= CO_FUTURE_UNICODE_LITERALS; in future_check_features()
58 future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename) in future_parse() argument
98 if (!future_check_features(ff, s, filename)) in future_parse()
100 ff->ff_lineno = s->lineno; in future_parse()
122 PyFutureFeatures *ff; in PyFuture_FromAST() local
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/certs/
Dtrusted.pem18 72:15:e8:cc:94:a8:62:9b:85:1b:8d:d9:23:ff:5e:
21 1f:ff:60:34:7f:4f:69:1e:a4:c8:e4:ef:79:2f:43:
39 ed:c6:53:17:4e:eb:2b:05:1e:23:6b:ff:c0:3a:d7:28:ff:6a:
47 45:56:16:c7:70:b5:3d:27:67:89:a4:dc:ff:20:d0:14:be:54:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcleanfuture.py99 ff = FutureFinder(f, file)
100 changed = ff.run()
102 ff.gettherest()
112 print ff.lines[i],
126 ff.write(g)
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/
Dtrusted.pem16 00:db:29:08:b3:c2:ff:fe:8b:35:92:00:ae:6c:52:
22 fa:8b:56:6b:67:8b:87:c0:34:27:b7:8d:ff:19:fd:
23 72:5e:f1:b4:6f:2e:52:a5:9c:ff:44:27:6b:b6:e9:
/device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeServicesTableLib/
DUefiRuntimeServicesTableLib.inf20 FILE_GUID = 19cbbb97-ff61-45ff-8c3f-dfa66dd118c8
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
DScanMem.asm49 ; this lets us check a flag in a 00/ff byte easily in either endianness
95 …sel r6, r5, r7 ; chained....bytes are 00 for none-00 bytes, or ff for 00 bytes - NOTE INVER…
123 ; r5 has the 00/ff pattern for the first word, r6 has the chained value
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformLibNull/
DArmPlatformLibNullSec.inf17 FILE_GUID = cb494bad-23ff-427e-8608-d7e138d3363b
DArmPlatformLibNull.inf17 FILE_GUID = cb494bad-23ff-427e-8608-d7e138d3363b
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/
DArmVExpressSecLib.inf17 FILE_GUID = 1fdaabb0-ab7d-480c-91ff-428dc1546f3a
/device/google/contexthub/util/nanoapp_sign/
Dtest_exponent4 21:34:1c:0c:d2:8a:b8:77:ff:18:d7:94:8c:c0:b7:
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DSmmCpuExceptionHandlerLib.inf19 FILE_GUID = 8D2C439B-3981-42ff-9CE5-1B50ECA502D6
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdsEncode.decTest365 decs784 apply #225000ff -> 999
366 decs785 apply #225001ff -> 999
367 decs786 apply #225002ff -> 999
368 decs787 apply #225003ff -> 999
DddEncode.decTest457 decd784 apply #22380000000000ff -> 999
458 decd785 apply #22380000000001ff -> 999
459 decd786 apply #22380000000002ff -> 999
460 decd787 apply #22380000000003ff -> 999
DdqEncode.decTest433 decq784 apply #220800000000000000000000000000ff -> 999
434 decq785 apply #220800000000000000000000000001ff -> 999
435 decq786 apply #220800000000000000000000000002ff -> 999
436 decq787 apply #220800000000000000000000000003ff -> 999
DdqCanonical.decTest52 dqcan013 apply 9.99 -> #220780000000000000000000000000ff
DddCanonical.decTest51 ddcan013 apply 9.99 -> #22300000000000ff
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_uuid.py261 for ff in [[], [('fields', f)]]:
262 args = dict(hh + bb + bble + ii + ff)
Dtest_descr.py1383 ff = classmethod(f)
1384 self.assertEqual(ff.__get__(0, int)(42), (int, 42))
1385 self.assertEqual(ff.__get__(0)(42), (int, 42))
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6DxeStrings.uni40 … alternative interface ID for the device. The string is colon separated. e.g. ff:dd:88:66:cc:1:2:3"
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6Strings.uni91 " IfConfig6 -s eth0 man id ff:dd:aa:88:66:cc\r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DUefiShellNetwork2CommandsLib.uni161 " Shell:\> ifconfig6 -s eth0 man id ff:dd:aa:88:66:cc\r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni650 " ff - Function\r\n"
657 " ff - Function\r\n"
735 " * To display PCI configuration space, ss=00, bb=00, dd=00, ff=00, rr=00:\r\n"
745 " * To display PCIE configuration space, ss=00, bb=06, dd=00, ff=00, rrr=000:\r\n"
/device/google/sunfish/audio/acdbdata/
DworkspaceFile.qwsp1 …krlCjfAwLq3ESWcaC0px/vjjnfCHRntjaxo9MGSV5DUOqpKQO3LFo/8Ul0wj9iwuf2i/et9c/80ff/xV04pDvIPA550TEkDvPu…
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch1700 index 53597ff..1abec9d 100644