/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | Calls.py | 11 global f,f1,g,h 17 def f1(x): function 30 f1(i) 31 f1(i) 32 f1(i) 33 f1(i) 42 f1(i) 43 f1(i) 44 f1(i) 45 f1(i) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ndiff.py | 69 f1 = fopen(f1name) 71 if not f1 or not f2: 74 a = f1.readlines(); f1.close()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_config_cmd.py | 70 f1 = os.path.join(tmp_dir, 'one') 73 self.write_file(f1, '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/ |
D | filecmp.py | 21 def cmp(f1, f2, shallow=1): argument 42 s1 = _sig(os.stat(f1)) 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 | profile.py | 528 def f1(n): function 532 def f(m, f1=f1): argument 534 f1(100)
|
D | posixpath.py | 151 def samefile(f1, f2): argument 153 s1 = os.stat(f1)
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_exponent | 11 7d:f1:83:42:82:7d:83:24:5b:9d:36:81:c4:dd:04: 17 4e:c5:2a:5d:5b:81:39:f5:e6:c5:01:8c:f1:0d:34: 18 4c:f1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | Synch.py | 113 def f1(lock, f2=f2, done=done): function 124 f1(lock) # Adds 2 to done 129 thread.start_new_thread(f1, (lock,)) # Adds 2 130 thread.start_new_thread(f1, (lock, f1)) # Adds 3
|
/device/ti/beagle_x15/ |
D | init.beagle_x15board.usb.rc | 33 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 38 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 43 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 48 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1
|
/device/google/cuttlefish/shared/config/ |
D | init.hardware.usb.rc | 56 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 60 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 64 symlink /config/usb_gadget/g1/functions/gsi.rndis /config/usb_gadget/g1/configs/b.1/f1 68 symlink /config/usb_gadget/g1/functions/gsi.rndis /config/usb_gadget/g1/configs/b.1/f1 72 symlink /config/usb_gadget/g1/functions/ffs.ptp /config/usb_gadget/g1/configs/b.1/f1 76 symlink /config/usb_gadget/g1/functions/ffs.ptp /config/usb_gadget/g1/configs/b.1/f1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_scope.py | 254 f1 = lambda x: lambda y: x + y function 255 inc = f1(1) 256 plus10 = f1(10) 427 def f1(): function 434 f1()
|
D | test_compile.py | 355 f1 = lambda x=1: 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 | 106 def f1(): return 42 function 107 self.assertEqual(f1(), 42) 108 self.assertEqual(f1.dbval, (args, kwds))
|
D | test_pep277.py | 151 f1 = os.listdir(test_support.TESTFN) 156 self.assertEqual(len(f1), len(f2))
|
D | test_threading_local.py | 134 def f1(): function 152 t1 = threading.Thread(target=f1)
|
D | test_inspect.py | 668 f1 = self.makeCallable('a, b') 675 self.assertEqualException(f1, '') 676 self.assertEqualException(f1, '1') 677 self.assertEqualException(f1, 'a=2') 678 self.assertEqualException(f1, 'b=3') 682 for f in f1, f2:
|
D | test_grammar.py | 144 def f1(): pass function 145 f1() 146 f1(*()) 147 f1(*(), **{}) 174 f1()
|
/device/linaro/hikey/ |
D | init.common.usb.rc | 41 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 46 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 57 symlink /config/usb_gadget/g1/functions/ffs.ptp /config/usb_gadget/g1/configs/b.1/f1 62 symlink /config/usb_gadget/g1/functions/ffs.ptp /config/usb_gadget/g1/configs/b.1/f1
|
D | init.recovery.common.rc | 33 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
|
/device/google/crosshatch/ |
D | init.hardware.usb.rc | 60 rm /config/usb_gadget/g1/configs/b.1/f1 92 rm /config/usb_gadget/g1/configs/b.1/f1 98 symlink /config/usb_gadget/g1/functions/midi.gs5 /config/usb_gadget/g1/configs/b.1/f1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 149 def f1(): pass function 150 f1() 151 f1(*()) 152 f1(*(), **{}) 177 f1()
|
D | py3_test_grammar.py | 162 def f1(): pass function 163 f1() 164 f1(*()) 165 f1(*(), **{}) 176 f1()
|
/device/google/bonito/ |
D | init.recovery.hardware.rc | 25 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
D | ArmJunoDxe.inf | 16 FILE_GUID = 1484ebe8-2681-45f1-a2e5-12ecad893b62
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/tools/ |
D | elftobin.sh | 30 sections=`less __proc | cut -f1 -d' ' | tr '\n' ',' | sed 's/\,$//g'`
|