/external/python/cpython3/Lib/test/ |
test_optparse.py | 524 Test that %prog expands to the right thing in usage, version, 540 parser = OptionParser("%prog ...", version="%prog 1.2") 553 parser = OptionParser(prog="thingy", 554 version="%prog 0.1", 555 usage="%prog arg arg") 566 self.parser = OptionParser(prog="test") [all...] |
test_weakref.py | [all...] |
/external/valgrind/none/tests/ |
cmdline2.stdout.exp | 1 usage: valgrind [options] prog-and-args
|
/external/vboot_reference/ |
Makefile | 1044 ${Q}for prog in ${FUTIL_SYMLINKS}; do \ 1045 ln -sf futility "${UB_DIR}/$$prog"; done [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_optparse.py | 516 Test that %prog expands to the right thing in usage, version, 532 parser = OptionParser("%prog ...", version="%prog 1.2") 545 parser = OptionParser(prog="thingy", 546 version="%prog 0.1", 547 usage="%prog arg arg") 558 self.parser = OptionParser(prog="test") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_optparse.py | 516 Test that %prog expands to the right thing in usage, version, 532 parser = OptionParser("%prog ...", version="%prog 1.2") 545 parser = OptionParser(prog="thingy", 546 version="%prog 0.1", 547 usage="%prog arg arg") 558 self.parser = OptionParser(prog="test") [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
exec.go | 39 p *syntax.Prog // compiled program 71 // progMachine returns a new machine running the prog p. 72 func progMachine(p *syntax.Prog, op *onePassProg) *machine {
|
/prebuilts/go/linux-x86/src/regexp/ |
exec.go | 39 p *syntax.Prog // compiled program 71 // progMachine returns a new machine running the prog p. 72 func progMachine(p *syntax.Prog, op *onePassProg) *machine {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 516 Test that %prog expands to the right thing in usage, version, 532 parser = OptionParser("%prog ...", version="%prog 1.2") 545 parser = OptionParser(prog="thingy", 546 version="%prog 0.1", 547 usage="%prog arg arg") 558 self.parser = OptionParser(prog="test") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_optparse.py | 516 Test that %prog expands to the right thing in usage, version, 532 parser = OptionParser("%prog ...", version="%prog 1.2") 545 parser = OptionParser(prog="thingy", 546 version="%prog 0.1", 547 usage="%prog arg arg") 558 self.parser = OptionParser(prog="test") [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
if_msk.c | 2016 INTN prog; local [all...] |
/external/autotest/site_utils/ |
lab_inventory.py | [all...] |
/external/libmojo/base/android/jni_generator/ |
jni_generator.py | [all...] |
/external/mesa3d/src/gallium/drivers/ddebug/ |
dd_context.c | 342 hstate->state.shader.tokens = tgsi_dup_tokens(state->prog);
|
/external/python/cpython3/Lib/ |
tokenize.py | 750 parser = argparse.ArgumentParser(prog='python -m tokenize')
|
/external/scapy/scapy/ |
pipetool.py | 520 proc = subprocess.Popen([conf.prog.powershell, cmd], stdout=subprocess.PIPE)
|
sendrecv.py | 317 argv = [conf.prog.tcpreplay, "--intf1=%s" % iface ]
|
/prebuilts/go/darwin-x86/src/os/exec/ |
exec.go | 310 // lookExtensions does not search PATH, instead it converts `prog` into `.\prog`.
|
/prebuilts/go/linux-x86/src/os/exec/ |
exec.go | 310 // lookExtensions does not search PATH, instead it converts `prog` into `.\prog`.
|
/toolchain/binutils/binutils-2.27/ |
configure | [all...] |
/external/linux-kselftest/tools/testing/selftests/bpf/ |
test_verifier.c | 8938 struct bpf_insn *prog = test->insns; local [all...] |
/external/blktrace/ |
blkparse.c | [all...] |
blktrace.c | 494 static void show_usage(char *prog) 496 fprintf(stderr, "Usage: %s %s %s", prog, blktrace_version, usage_str); [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
debug.go | 80 pos := func(v *Value, p *obj.Prog, pc int64) string { 152 // The prog/PCs corresponding to Start and End above. These are for the 156 // may point to a Prog in the next block if SurvivedBlock is true. For 157 // the last block, where there's no later Prog, it will be nil to indicate 159 StartProg, EndProg *obj.Prog
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
link.go | 105 // val = Prog* reference OR ELSE offset = target pc (branch takes priority) 195 // for TYPE_BRANCH, a *Prog (optional) 235 // Prog describes a single machine instruction. 258 // Each Prog is charged to a specific source line in the debug information, 260 // Every Prog has a Ctxt field that defines its context. 262 // those bulk allocators should always be used, rather than new(Prog). 265 // be left zeroed by creators of Prog lists. 266 type Prog struct { 268 Link *Prog // next Prog in linked lis [all...] |