/external/linux-kselftest/tools/testing/selftests/ |
gen_kselftest_tar.sh | 14 copts="cvzf" 19 copts="cvf" 23 copts="cvzf" 27 copts="cvjf" 31 copts="cvJf" 46 tar $copts kselftest${ext} $install_dir
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
rrcs.py | 24 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, fn): [all...] |
/external/python/cpython2/Demo/pdist/ |
rrcs.py | 24 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, fn) [all...] |
/external/syzkaller/vendor/google.golang.org/grpc/ |
clientconn.go | 109 copts transport.ConnectOptions 148 o.copts.WriteBufferSize = s 156 o.copts.ReadBufferSize = s 164 o.copts.InitialWindowSize = s 172 o.copts.InitialConnWindowSize = s 319 o.copts.TransportCredentials = creds 327 o.copts.PerRPCCredentials = append(o.copts.PerRPCCredentials, creds) 343 o.copts.Dialer = f 369 o.copts.StatsHandler = [all...] |
stream.go | 232 sh := cc.dopts.copts.StatsHandler
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
invocation.cpp | 108 const std::vector<const char *> copts = local 112 c->getInvocation(), copts.data(), copts.data() + copts.size(), diag))
|
/external/grpc-grpc/src/core/lib/surface/ |
call.cc | [all...] |