/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | Calls.py | 181 f2 = cmp 194 f2(1,2) 195 f2(1,2) 196 f2(1,2) 197 f2(1,2) 198 f2(1,2) 212 f2(1,2) 213 f2(1,2) 214 f2(1,2) 215 f2(1,2) [all …]
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | Intel_UEFI_Packaging_Tool_Man_Page.rtf | 1 … \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f2\fbidi \fmodern\fchar… 79 …ch\fcs1 \af2\afs16 \ltrch\fcs0 \f2\fs16\cf13\insrsid9138298 \hich\af2\dbch\af31505\loch\f2 upt \hi… 80 …s1 \af2\afs16 \ltrch\fcs0 \f2\fs16\cf13\insrsid13187009 \hich\af2\dbch\af31505\loch\f2 upt [-v|\hi… 81 …trch\fcs0 \f2\fs16\cf13\insrsid13187009 \hich\af2\dbch\af31505\loch\f2 f] [-x] \hich\f2 \endash \l… 82 \f2\fs16\cf13\insrsid13187009 83 …cs1 \af2\afs16 \ltrch\fcs0 \f2\fs16\cf13\insrsid9138298 \hich\af2\dbch\af31505\loch\f2 upt [-v|\hi… 84 \hich\f2 \endash \loch\f2 c DistFile \hich\f2 \endash \loch\f2 t DistInfo [-m INF_File\hich\af2\dbc… 85 …f2 upt [-v|-q|-d DEBUG_LEVEL|-s] [-f] [-x] \hich\f2 \endash \loch\f2 c DistFile \hich\f2 \endash \… 86 …f2 upt [-v|-q|-d DEBUG_LEVEL|-s] [-f] [-x] \hich\f2 \endash \loch\f2 c DistFile \hich\f2 \endash \… 87 \hich\af2\dbch\af31505\loch\f2 ]+ [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ndiff.py | 70 f2 = fopen(f2name) 71 if not f1 or not f2: 75 b = f2.readlines(); f2.close()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_config_cmd.py | 71 f2 = os.path.join(tmp_dir, 'two') 74 self.write_file(f2, 'xxx') 76 for f in (f1, f2): 81 cmd._clean(f1, f2) 83 for f in (f1, f2):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mhlib.py | 290 f2 = mh.openfolder("dummy2") 291 eq(f2.listmessages(), []) 292 f.movemessage(10, f2, 3) 293 f.movemessage(11, f2, 5) 295 eq(f2.listmessages(), [3, 5]) 296 eq(readFile(f2.getmessagefilename(3)), 299 f.copymessage(9, f2, 4) 301 eq(readFile(f2.getmessagefilename(4)), 304 f.refilemessages([9, 12], f2) 306 eq(f2.listmessages(), [3, 4, 5, 6, 7]) [all …]
|
D | test_scope.py | 260 f2 = lambda x: (lambda : lambda y: x + y)() function 261 inc = f2(1) 262 plus10 = f2(10) 429 def f2(): function 431 f2()
|
D | test_pep277.py | 152 f2 = os.listdir(unicode(test_support.TESTFN, 154 sf2 = set(os.path.join(unicode(test_support.TESTFN), f) for f in f2) 156 self.assertEqual(len(f1), len(f2))
|
D | test_difflib.py | 146 f2 = patch914575_from2.splitlines() 174 j.make_table(f2,t2), 176 i.make_table(f2,t2),
|
D | test_compile.py | 356 f2 = lambda x=2: x function 357 return f1, f2 358 f1, f2 = f() 359 self.assertNotEqual(id(f1.func_code), id(f2.func_code))
|
D | test_decorators.py | 111 def f2(): return 84 function 112 self.assertEqual(f2(), 84) 113 self.assertEqual(f2.dbval, (('terry', 'gilliam'),
|
D | test_threading_local.py | 141 def f2(): function 155 t2 = threading.Thread(target=f2)
|
D | test_grammar.py | 148 def f2(one_argument): pass function 153 self.assertEqual(f2.func_code.co_varnames, ('one_argument',)) 175 f2(1) 176 f2(1,)
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_exponent | 8 f2:6b:71:64:54:18:a3:d2:0a:42:c1:98:f2:36:eb: 10 2e:64:f2:84:8f:0f:7d:f7:0a:ee:19:f4:6a:ec:5b: 15 a0:0f:aa:b8:f2:f8:be:09:13:dc:e4:18:24:0b:dc:
|
D | test_modulus | 8 c5:f2:e8:36:2b:a1:7b:f9:c8:21:98:46:cd:0e:92: 17 55:0d:72:f2:a9:2a:b3:a9:75:35:0a:50:d0:54:2b:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | Synch.py | 107 def f2(lock, done=done): function 113 def f1(lock, f2=f2, done=done): argument 117 f2(lock) 131 thread.start_new_thread(f2, (lock,)) # Adds 1 132 thread.start_new_thread(f2, (lock,)) # Adds 1
|
/device/google/coral/ |
D | init.msm.usb.configfs.rc | 32 rm /config/usb_gadget/g1/configs/b.1/f2 44 rm /config/usb_gadget/g1/configs/b.1/f2 64 rm /config/usb_gadget/g1/configs/b.1/f2 75 symlink /config/usb_gadget/g1/functions/mass_storage.0 /config/usb_gadget/g1/configs/b.1/f2 85 rm /config/usb_gadget/g1/configs/b.1/f2 96 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 103 rm /config/usb_gadget/g1/configs/b.1/f2 123 rm /config/usb_gadget/g1/configs/b.1/f2 134 symlink /config/usb_gadget/g1/functions/cser.dun.0 /config/usb_gadget/g1/configs/b.1/f2 143 rm /config/usb_gadget/g1/configs/b.1/f2 [all …]
|
/device/google/sunfish/ |
D | init.msm.usb.configfs.rc | 32 rm /config/usb_gadget/g1/configs/b.1/f2 44 rm /config/usb_gadget/g1/configs/b.1/f2 64 rm /config/usb_gadget/g1/configs/b.1/f2 75 symlink /config/usb_gadget/g1/functions/mass_storage.0 /config/usb_gadget/g1/configs/b.1/f2 85 rm /config/usb_gadget/g1/configs/b.1/f2 96 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 103 rm /config/usb_gadget/g1/configs/b.1/f2 123 rm /config/usb_gadget/g1/configs/b.1/f2 134 symlink /config/usb_gadget/g1/functions/cser.dun.0 /config/usb_gadget/g1/configs/b.1/f2 143 rm /config/usb_gadget/g1/configs/b.1/f2 [all …]
|
/device/google/redbull/ |
D | init.msm.usb.configfs.rc | 32 rm /config/usb_gadget/g1/configs/b.1/f2 44 rm /config/usb_gadget/g1/configs/b.1/f2 64 rm /config/usb_gadget/g1/configs/b.1/f2 75 symlink /config/usb_gadget/g1/functions/mass_storage.0 /config/usb_gadget/g1/configs/b.1/f2 85 rm /config/usb_gadget/g1/configs/b.1/f2 96 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f2 103 rm /config/usb_gadget/g1/configs/b.1/f2 123 rm /config/usb_gadget/g1/configs/b.1/f2 134 symlink /config/usb_gadget/g1/functions/cser.dun.0 /config/usb_gadget/g1/configs/b.1/f2 143 rm /config/usb_gadget/g1/configs/b.1/f2 [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | filecmp.py | 21 def cmp(f1, f2, shallow=1): argument 43 s2 = _sig(os.stat(f2)) 51 result = _cache.get((f1, f2)) 54 outcome = _do_cmp(f1, f2) 55 _cache[f1, f2] = s1, s2, outcome 63 def _do_cmp(f1, f2): argument 65 with open(f1, 'rb') as fp1, open(f2, 'rb') as fp2:
|
D | posixpath.py | 151 def samefile(f1, f2): argument 154 s2 = os.stat(f2)
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/certs/ |
D | trusted.pem | 26 22:84:e9:bf:f2:3e:ee:69:70:ce:ca:8f:8b:67:f6: 46 bf:d4:5c:f2:22:3d:3c:d0:85:f7:e5:b8:ce:5e:a9:23:24:43:
|
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/ |
D | trusted.pem | 26 d1:ef:3a:2b:a5:01:59:20:d6:28:f2:e6:6a:b5:75: 38 ce:10:4a:e2:87:34:e0:e6:76:f2:3f:f9:56:69:d8:9c:b8:18:
|
/device/linaro/poplar/optee/ |
D | optee-packages.mk | 26 PRODUCT_PACKAGES += 614789f2-39c0-4ebf-b235-92b32ac107ed.ta
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 153 def f2(one_argument): pass function 157 self.assertEquals(f2.func_code.co_varnames, ('one_argument',)) 178 f2(1) 179 f2(1,)
|
D | py3_test_grammar.py | 166 def f2(one_argument): pass function 168 self.assertEquals(f2.__code__.co_varnames, ('one_argument',)) 177 f2(1) 178 f2(1,)
|