Searched refs:copts (Results 1 - 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/
H A Dgen_kselftest_tar.sh16 copts="cvzf"
21 copts="cvf"
25 copts="cvzf"
29 copts="cvjf"
33 copts="cvJf"
48 tar $copts kselftest${ext} $install_dir
/external/python/cpython2/Demo/pdist/
H A Drrcs.py24 copts, files = getopt.getopt(rest, coptset)
43 func(x, copts, fn)
47 def checkin(x, copts, fn):
52 if not new and same(x, copts, fn, data):
61 def checkout(x, copts, fn):
67 def lock(x, copts, fn):
70 def unlock(x, copts, fn):
73 def info(x, copts, fn):
81 def head(x, copts, fn):
85 def list(x, copts, f
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp108 const std::vector<const char *> copts = local
112 c->getInvocation(), copts.data(), copts.data() + copts.size(), diag))

Completed in 203 milliseconds