/external/clang/tools/scan-build-py/libscanbuild/ |
D | runner.py | 77 def run(opts): argument 104 def report_failure(opts): argument 111 def extension(opts): argument 117 def destination(opts): argument 156 def run_analyzer(opts, continuation=report_failure): argument 198 def filter_debug_flags(opts, continuation=run_analyzer): argument 209 def set_file_path_relative(opts, continuation=filter_debug_flags): argument 220 def language_check(opts, continuation=set_file_path_relative): argument 250 def arch_check(opts, continuation=language_check): argument
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | DefaultValueTest.java | 37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in emptyDefaultValueForListParameterStaysEmptyIfNotAssignedOrIsSetOtherwise() local 47 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); in defaultValueForListParametersGetsOverwrittenWithSpecifiedValueOrStaysAsDefaultOtherwise() local 58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in anyNumberOfValuesCanBeSetToListParameters_ForEmptyDefaults() local 64 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); in anyNumberOfValuesCanBeSetToListParameters_ForNonEmptyDefaults() local 68 private void testSettingMultipleValuesToListTypeParameters(MyOpts opts) { in testSettingMultipleValuesToListTypeParameters()
|
/external/toybox/lib/ |
D | args.c | 96 struct opts { struct 97 struct opts *next; argument 115 struct opts *opt; argument 125 struct opts *opts; member
|
/external/python/cpython2/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
|
/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 31 const char *NewLine(const IDLOptions &opts) { in NewLine() 35 int Indent(const IDLOptions &opts) { in Indent() 40 void OutputIdentifier(const std::string &name, const IDLOptions &opts, in OutputIdentifier() 53 const IDLOptions &opts, in Print() 75 int indent, const IDLOptions &opts, in PrintVector() 104 static bool EscapeString(const String &s, std::string *_text, const IDLOptions& opts) { in EscapeString() 173 const IDLOptions &opts, in Print() 228 const IDLOptions &opts, in GenField() 240 const IDLOptions &opts, std::string *_text) { in GenFieldOffset() 258 int indent, const IDLOptions &opts, in GenStruct()
|
/external/skia/bench/ |
D | EncoderBench.cpp | 50 SkJpegEncoder::Options opts; in encode_jpeg() local 56 SkWebpEncoder::Options opts; in encode_webp_lossy() local 64 SkWebpEncoder::Options opts; in encode_webp_lossless() local 75 SkPngEncoder::Options opts; in encode_png() local
|
/external/iproute2/tipc/ |
D | cmdl.c | 36 static struct opt *find_opt(struct opt *opts, char *str) in find_opt() 53 struct opt *get_opt(struct opt *opts, char *key) in get_opt() 78 int parse_opts(struct opt *opts, struct cmdl *cmdl) in parse_opts()
|
D | bearer.c | 70 static int enable_l2_bearer(struct nlmsghdr *nlh, struct opt *opts, in enable_l2_bearer() 126 static int enable_udp_bearer(struct nlmsghdr *nlh, struct opt *opts, in enable_udp_bearer() 232 struct opt opts[] = { in cmd_bearer_enable() local 301 static int add_l2_bearer(struct nlmsghdr *nlh, struct opt *opts) in add_l2_bearer() 317 static int add_udp_bearer(struct nlmsghdr *nlh, struct opt *opts) in add_udp_bearer() 360 struct opt opts[] = { in cmd_bearer_disable() local 447 struct opt opts[] = { in cmd_bearer_set_prop() local 586 struct opt opts[] = { in cmd_bearer_get_prop() local
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 810 def CommandLineCL(ui, repo, pats, opts, defaultcc=None): argument 870 def ChangedExistingFiles(ui, repo, pats, opts): argument 1087 def hg_matchPattern(ui, repo, *pats, **opts): 1138 def hg_log(ui, repo, **opts): 1148 def hg_outgoing(ui, repo, **opts): 1155 def hg_pull(ui, repo, **opts): 1174 def hg_push(ui, repo, **opts): 1184 def hg_commit(ui, repo, *pats, **opts): 1192 def precommithook(ui, repo, **opts): 1219 def MatchAt(ctx, pats=None, opts=None, globbed=False, default='relpath'): argument [all …]
|
/external/webrtc/talk/session/media/ |
D | mediasession_unittest.cc | 435 MediaSessionOptions opts; in TestMediaDirectionInAnswer() local 505 MediaSessionOptions opts; in TEST_F() local 547 MediaSessionOptions opts; in TEST_F() local 577 MediaSessionOptions opts; in TEST_F() local 614 MediaSessionOptions opts; in TEST_F() local 649 MediaSessionOptions opts; in TEST_F() local 661 MediaSessionOptions opts; in TEST_F() local 689 MediaSessionOptions opts; in TEST_F() local 729 MediaSessionOptions opts; in TEST_F() local 793 MediaSessionOptions opts; in TEST_F() local [all …]
|
/external/toybox/toys/other/ |
D | insmod.c | 20 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags) argument 24 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts) argument
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 14 void restore_init(struct restore_opts *opts) in restore_init() 70 int process_glob(char *name, struct restore_opts *opts) in process_glob()
|
/external/selinux/restorecond/ |
D | restore.c | 14 void restore_init(struct restore_opts *opts) in restore_init() 69 int process_glob(char *name, struct restore_opts *opts) in process_glob()
|
/external/ppp/pppd/ |
D | mppe.h | 68 #define MPPE_OPTS_TO_CI(opts, ci) \ argument 90 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
|
/external/toybox/toys/lsb/ |
D | mount.c | 85 } opts[] = { local 139 unsigned long flags, char *opts) in mount_filesystem() 268 char *opts = 0, *dev = 0, *dir = 0, **ss; in mount_main() local
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapFactoryTest.java | 30 BitmapFactory.Options opts = new BitmapFactory.Options(); in decodeResourceWithOpts_shouldSetDescription() local 70 BitmapFactory.Options opts = new BitmapFactory.Options(); in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints() local
|
/external/skia/src/codec/ |
D | SkBmpMaskCodec.cpp | 28 const Options& opts, in onGetPixels() 79 const Options& opts) { in decodeRows()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 98 const std::vector<std::string> &opts, in create_compiler_instance() 147 const std::string &opts, std::string &r_log) { in compile()
|
/external/libnl/python/ |
D | setup.py.in | 5 opts = ['-O', '-nodefaultctor'] variable
|
/external/syslinux/gpxe/src/util/ |
D | efirom.c | 111 static void make_efi_rom ( FILE *pe, FILE *rom, struct options *opts ) { in make_efi_rom() 196 struct options *opts ) { in parse_options() 242 struct options opts = { in main() local
|
/external/python/cpython2/Lib/ |
D | getopt.py | 144 def do_longs(opts, opt, longopts, args): argument 187 def do_shorts(opts, optstring, shortopts, args): argument
|
/external/libese/libese-teq1/ |
D | teq1.c | 100 const struct Teq1ProtocolOptions *opts, in teq1_transmit() 133 const struct Teq1ProtocolOptions *opts, float timeout, in teq1_receive() 561 const struct Teq1ProtocolOptions *opts, in teq1_transceive()
|
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/ |
D | ctor.pass.cpp | 61 directory_options opts = directory_options::none; in TEST_CASE() local 222 const directory_options opts = directory_options::skip_permission_denied; in TEST_CASE() local 237 const directory_options opts = directory_options::follow_directory_symlink; in TEST_CASE() local
|
/external/webrtc/webrtc/p2p/base/ |
D | basicpacketsocketfactory.cc | 70 int opts) { in CreateServerTcpSocket() 109 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) { in CreateClientTcpSocket()
|