/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | rrcs.py | 47 def checkin(x, copts, fn): argument 61 def checkout(x, copts, fn): argument 67 def lock(x, copts, fn): argument 70 def unlock(x, copts, fn): argument 73 def info(x, copts, fn): argument 81 def head(x, copts, fn): argument 85 def list(x, copts, fn): argument 89 def log(x, copts, fn): argument 97 def diff(x, copts, fn): argument 113 def same(x, copts, fn, data = None): argument [all …]
|
D | rcslib.py | 325 def _remove(self, fn): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | svneol.py | 36 def propfiles(root, fn): argument 49 def proplist(root, fn): argument
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | md_var.h | 43 #define FDESC_FUNC(fn) (((struct ia64_fdesc *) fn)->func) argument 44 #define FDESC_GP(fn) (((struct ia64_fdesc *) fn)->gp) argument
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
D | platform.c | 174 uint32_t fn, in pciwrite32() 187 uint32_t fn, in pciread32()
|
D | io.h | 60 #define PCIADDR(bus,dev,fn,reg) ( \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | pytree_idempotency.py | 80 def diff(fn, tree): argument
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/ |
D | key.h | 49 char *fn; /* Filename to load/store the key */ member
|
D | cert.h | 54 const char *fn; /* Filename to save the certificate */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_shelve.py | 11 fn = "shelftemp" + os.extsep + "db" variable in TestCase 108 fn = "shelftemp.db" variable in TestShelveBase
|
D | test_fnmatch.py | 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch): argument
|
D | test_ntpath.py | 8 def tester(fn, wantResult): argument
|
D | test_pep277.py | 93 def _apply_failure(self, fn, filename, expected_exception, argument
|
D | test_hotshot.py | 16 def shortfilename(fn): argument
|
D | test_queue.py | 13 def __init__(self, fn, args): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _functoolsmodule.c | 94 PyObject *fn; member 295 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _functoolsmodule.c | 94 PyObject *fn; member 291 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_rem_pio2.c | 105 float z,w,t,r,fn; local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
D | e_rem_pio2.c | 78 double z,w,t,r,fn; in __ieee754_rem_pio2() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | sysconfig.py | 248 def parse_makefile(fn, g=None): argument
|
/device/asus/fugu/original-kernel-headers/linux/ |
D | kct.h | 110 #define MKFN(fn, ...) MKFN_N(fn, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)(__VA_ARGS… argument 111 #define MKFN_N(fn, n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n, ...) fn##n argument
|
/device/asus/fugu/kernel-headers/linux/ |
D | kct.h | 91 #define MKFN(fn, ...) MKFN_N(fn, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)(__VA_ARGS… argument 92 #define MKFN_N(fn, n0, n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n, ...) fn##n argument
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | main.c | 57 #define CHECK_NULL(v, fn) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | tempfile.py | 92 def _stat(fn): argument 99 def _exists(fn): argument
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 962 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob) in g_lstat() 978 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob) in g_stat()
|