/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | UpdateBuildVersions.py | 140 def UpdateBuildVersionPython(Rev, UserModified, opts): argument 171 def UpdateBuildVersionH(Rev, UserModified, opts): argument 235 def GetSvnRevision(opts): argument 273 def CheckSvn(opts): argument 347 def RevertBuildVersionFiles(opts): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | rcvs.py | 156 def diff(self, opts = []): argument 293 def diff(self, files, opts): argument 309 def log(self, files, opts): argument 391 def options(self, opts): argument 403 def do_report(self, opts, files): argument 406 def do_update(self, opts, files): argument 420 def do_commit(self, opts, files): argument 431 def do_diff(self, opts, files): argument 438 def do_add(self, opts, files): argument 446 def do_remove(self, opts, files): argument [all …]
|
D | cmdfw.py | 71 def options(self, opts): argument 125 def do_hello(self, opts, args): argument
|
D | rcsclient.py | 29 def openrcsclient(opts = []): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | getopt.py | 144 def do_longs(opts, opt, longopts, args): argument 187 def do_shorts(opts, optstring, shortopts, args): argument
|
D | mimify.py | 439 opts, args = getopt.getopt(sys.argv[1:], 'l:edb') variable
|
D | mimetypes.py | 569 opts, args = getopt.getopt(sys.argv[1:], 'hle', variable
|
D | optparse.py | 560 def __init__(self, *opts, **attrs): 579 def _check_opt_strings(self, opts): argument 588 def _set_opt_strings(self, opts): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | getopt.py | 144 def do_longs(opts, opt, longopts, args): argument 187 def do_shorts(opts, optstring, shortopts, args): argument
|
D | optparse.py | 561 def __init__(self, *opts, **attrs): 580 def _check_opt_strings(self, opts): argument 589 def _set_opt_strings(self, opts): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | script.py | 25 opts, args = getopt.getopt(sys.argv[1:], 'ap') variable
|
/device/generic/goldfish/dhcp/common/ |
D | message.cpp | 254 uint8_t* opts = dhcpData.options; in Message() local 269 uint8_t* opts = nextOption(); in addOption() local 280 uint8_t* opts = nextOption(); in endOptions() local
|
D | message.h | 113 uint8_t* opts = nextOption(); in addOption() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | texcheck.py | 74 def checkit(source, opts, morecmds=[]): argument
|
D | findnocoding.py | 80 opts, args = getopt.getopt(sys.argv[1:], 'cd') variable
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
D | fiptool.c | 404 static struct option *add_opt(struct option *opts, size_t *nr_opts, in add_opt() 418 static struct option *fill_common_opts(struct option *opts, size_t *nr_opts, in fill_common_opts() 647 struct option *opts = NULL; in create_cmd() local 742 struct option *opts = NULL; in update_cmd() local 856 struct option *opts = NULL; in unpack_cmd() local 992 struct option *opts = NULL; in remove_cmd() local 1171 static struct option opts[] = { in main() local
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | cmd_load_symbols.py | 35 opts,args = getopt.getopt(sys.argv[1:], "hvar:vm:vr:vf:v", ["help","verbose","all","report=","sysme… variable
|
D | profile.py | 130 opts,args = getopt.getopt(sys.argv[1:], "ht:vs:v", ["help","trace=","symbols="]) variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lbaselib.c | 161 static const char *const opts[] = {"stop", "restart", "collect", in luaB_collectgarbage() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | asdl_c.py | 1208 opts, args = getopt.getopt(sys.argv[1:], "h:c:") variable
|