/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/BaseTools/UserManuals/ |
D | PatchPcdValue_Utility_Man_Page.rtf | 1 …033\deflangfe2052\deftab360{\fonttbl{\f0\fswiss\fprq2\fcharset0 Verdana;}{\f1\froman\fprq2\fcharse… 5 …tchPcdValue.exe or PatchPcdValue.py \endash Patch the specific value into the binary image.\f1\par 7 …ctlpar\sb200\cf2\fs18 PatchPcdValue.exe -f Offset -u Value -t Type [-s MaxSize] <input_file>\f1\par 9 … valid for the input binary image, but doesn\rquote t check the format of the binary image. \f1\par 10 …nPatchPcdTable tool to set the specific value of a patchable PCD into the binary EFI image. \f1\par 12 \pard\nowidctlpar\sb200\cf2\fs18 -f PCDOFFSET, --offset=PCDOFFSET\f1\par 13 \pard\nowidctlpar\li360\sb200\b0\f0 Start offset to the image is used to store PCD value.\f1\par 14 \pard\nowidctlpar\sb200\b\f0 -u PCDVALUE, --value=PCDVALUE\f1\par 15 …}\rdblquote , the input string will be byte array, or the input string will be ASCII string.\f1\par 16 \pard\nowidctlpar\sb200\b\f0 -t PCDTYPENAME, --type=PCDTYPENAME\f1\par [all …]
|
D | UtilityManPage_template.rtf | 1 …g1033\deflangfe2052\deftab360{\fonttbl{\f0\fnil\fcharset77 Verdana-Bold;}{\f1\fswiss\fprq2\fcharse… 4 \pard\nowidctlpar\sb200\cf0\b0\f1\fs18 \~tool name - short description\par 6 \pard\nowidctlpar\sb200\cf0\b0\f1\fs18 \~tool_name [Options] RequiredArguments\par 8 \pard\nowidctlpar\sb200\cf0\b0\f1\fs18 tool functions and usage (when does this tool need to be use… 11 \b0\f1\tab x equal to xyz, set to required value value: abc\par 12 \b\f0 -x [abc], --xyz [abc]\b0\f1\par 15 \pard\nowidctlpar\sb200\cf0\b0\f1\fs18 Example 1 Description\par 16 \cf2 \b\f0 code snippet\cf0\b0\f1\par 18 \cf2 \b\f0 code snippet\cf0\b0\f1\par 20 \pard\nowidctlpar\sb200\cf0\b0\f1\fs18 No known bugs.\par [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/google/wahoo/ |
D | init.hardware.diag.rc.userdebug | 30 rm /config/usb_gadget/g1/configs/b.1/f1 37 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1 47 rm /config/usb_gadget/g1/configs/b.1/f1 54 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1 65 rm /config/usb_gadget/g1/configs/b.1/f1 73 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1 82 rm /config/usb_gadget/g1/configs/b.1/f1 90 symlink /config/usb_gadget/g1/functions/diag.diag /config/usb_gadget/g1/configs/b.1/f1 99 rm /config/usb_gadget/g1/configs/b.1/f1 106 symlink /config/usb_gadget/g1/functions/gsi.rndis /config/usb_gadget/g1/configs/b.1/f1 [all …]
|
D | init.hardware.usb.rc | 64 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 70 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 75 symlink /config/usb_gadget/g1/functions/gsi.rndis /config/usb_gadget/g1/configs/b.1/f1 80 symlink /config/usb_gadget/g1/functions/gsi.rndis /config/usb_gadget/g1/configs/b.1/f1 86 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1 92 symlink /config/usb_gadget/g1/functions/ffs.mtp /config/usb_gadget/g1/configs/b.1/f1
|
D | init.recovery.hardware.rc | 23 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
|
/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/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_threading_local.py | 134 def f1(): function 152 t1 = threading.Thread(target=f1)
|
D | test_pep277.py | 151 f1 = os.listdir(test_support.TESTFN) 156 self.assertEqual(len(f1), len(f2))
|
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/google/dragon/ |
D | init.recovery.dragon.rc | 25 rm /config/usb_gadget/g1/configs/b.1/f1 27 symlink /config/usb_gadget/g1/functions/ffs.adb /config/usb_gadget/g1/configs/b.1/f1
|
/device/google/dragon/audio/hal/dsp/ |
D | drc.c | 128 float f1 = normalized_frequency * gk; in emphasis_stage_roots() local 130 *zero = expf(-f1 * PI_FLOAT); in emphasis_stage_roots() 135 static void emphasis_stage_pair_biquads(float gain, float f1, float f2, in emphasis_stage_pair_biquads() argument 142 emphasis_stage_roots(gain, f1, &z1, &p1); in emphasis_stage_pair_biquads()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 162 def f1(): pass function 163 f1() 164 f1(*()) 165 f1(*(), **{}) 176 f1()
|
D | py2_test_grammar.py | 149 def f1(): pass function 150 f1() 151 f1(*()) 152 f1(*(), **{}) 177 f1()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
D | ArmJunoDxe.inf | 16 FILE_GUID = 1484ebe8-2681-45f1-a2e5-12ecad893b62
|