/external/llvm/test/Scripts/ |
D | macho-dumpx | 64 def dumpmacho(path, opts): argument 106 def dumpLoadCommand(f, i, opts): argument 136 def dumpSegmentLoadCommand(f, opts, is64Bit): argument 159 def dumpSymtabCommand(f, opts): argument 185 def dumpNlist32(f, i, opts): argument 204 def dumpDysymtabCommand(f, opts): argument 237 def dumpSection(f, i, opts, is64Bit): argument
|
/external/qemu/ |
D | qemu-option.c | 515 QemuOpts *opts; member 527 static QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name) in qemu_opt_find() 539 const char *qemu_opt_get(QemuOpts *opts, const char *name) in qemu_opt_get() 545 int qemu_opt_get_bool(QemuOpts *opts, const char *name, int defval) in qemu_opt_get_bool() 555 uint64_t qemu_opt_get_number(QemuOpts *opts, const char *name, uint64_t defval) in qemu_opt_get_number() 565 uint64_t qemu_opt_get_size(QemuOpts *opts, const char *name, uint64_t defval) in qemu_opt_get_size() 602 int qemu_opt_set(QemuOpts *opts, const char *name, const char *value) in qemu_opt_set() 639 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque, in qemu_opt_foreach() 655 QemuOpts *opts; in qemu_opts_find() local 686 QemuOpts *opts = NULL; in qemu_opts_create() local [all …]
|
D | qemu-sockets-android.c | 80 int inet_listen_opts(QemuOpts *opts, int port_offset) in inet_listen_opts() 187 int inet_connect_opts(QemuOpts *opts) in inet_connect_opts() 259 int inet_dgram_opts(QemuOpts *opts) in inet_dgram_opts() 369 static int inet_parse(QemuOpts *opts, const char *str) in inet_parse() 446 QemuOpts *opts; in inet_listen() local 474 QemuOpts *opts; in inet_connect() local 486 int unix_listen_opts(QemuOpts *opts) in unix_listen_opts() 528 int unix_connect_opts(QemuOpts *opts) in unix_connect_opts() 557 QemuOpts *opts; in unix_listen() local 586 QemuOpts *opts; in unix_connect() local [all …]
|
D | qemu-sockets.c | 124 int inet_listen_opts(QemuOpts *opts, int port_offset) in inet_listen_opts() 232 int inet_connect_opts(QemuOpts *opts) in inet_connect_opts() 309 int inet_dgram_opts(QemuOpts *opts) in inet_dgram_opts() 424 static int inet_parse(QemuOpts *opts, const char *str) in inet_parse() 501 QemuOpts *opts; in inet_listen() local 529 QemuOpts *opts; in inet_connect() local 541 int unix_listen_opts(QemuOpts *opts) in unix_listen_opts() 591 int unix_connect_opts(QemuOpts *opts) in unix_connect_opts() 624 QemuOpts *opts; in unix_listen() local 653 QemuOpts *opts; in unix_connect() local [all …]
|
D | qemu-config.c | 509 QemuOpts *opts; in qemu_set_option() local 539 QemuOpts *opts; in qemu_global_option() local 568 static int config_write_opts(QemuOpts *opts, void *opaque) in config_write_opts() 601 QemuOpts *opts = NULL; in qemu_config_parse() local
|
/external/chromium/build/linux/ |
D | rewrite_dirs.py | 22 def RewritePath(path, opts): argument 34 def RewriteLine(line, opts): argument
|
/external/openfst/src/include/fst/script/ |
D | fst-class.h | 121 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { in Write() 153 const FstReadOptions &opts) { in Read() 210 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { in Write() 253 const FstReadOptions &opts) { in ReadTypedFst() 294 const FstReadOptions &opts) { in Read() 309 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { in Write() 354 const FstReadOptions &opts) { in Read()
|
D | prune.h | 55 const PruneOptions &opts) { in ConvertPruneOptions() 85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() local 100 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() local
|
D | rmepsilon.h | 67 const RmEpsilonOptions &opts) { in RmEpsilonHelper() 172 const RmEpsilonOptions &opts = args->arg3; in RmEpsilon() 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/openfst/src/script/ |
D | rmepsilon.cc | 25 bool reverse, const RmEpsilonOptions &opts) { in RmEpsilon() 42 const RmEpsilonOptions &opts) { in RmEpsilon()
|
D | prune.cc | 26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune() 34 const PruneOptions &opts) { in Prune()
|
D | determinize.cc | 26 const DeterminizeOptions& opts) { in Determinize()
|
D | randgen.cc | 25 const RandGenOptions<RandArcSelection> &opts) { in RandGen()
|
/external/openfst/src/test/ |
D | fst_test.h | 242 FstWriteOptions opts; in TestIO() local 248 FstReadOptions opts; in TestIO() local 261 FstWriteOptions opts; in TestIO() local 267 FstReadOptions opts; in TestIO() local
|
/external/robolectric/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/qemu/android/ |
D | main-common.c | 139 parse_keyset(const char* keyset, AndroidOptions* opts) in parse_keyset() 551 AndroidOptions* opts, in parse_skin_files() 734 AndroidOptions* opts) in init_sdl_ui() 912 void sanitizeOptions( AndroidOptions* opts ) in sanitizeOptions() 1004 AvdInfo* createAVD(AndroidOptions* opts, int* inAndroidBuild) in createAVD() 1282 attach_to_core(AndroidOptions* opts) { in attach_to_core() 1352 void handle_ui_options( AndroidOptions* opts ) in handle_ui_options() 1362 int attach_ui_to_core( AndroidOptions* opts ) in attach_ui_to_core() 1383 void handle_ui_options( AndroidOptions* opts ) in handle_ui_options() 1388 int attach_ui_to_core( AndroidOptions* opts ) in attach_ui_to_core()
|
D | qemulator.c | 48 AndroidOptions* opts = emulator->opts; in qemulator_setup() local 136 AndroidOptions* opts ) in qemulator_init() 253 get_device_dpi( AndroidOptions* opts ) in get_device_dpi() 269 get_default_scale( AndroidOptions* opts ) in get_default_scale()
|
/external/libselinux/src/ |
D | label.c | 35 static inline int selabel_is_validate_set(const struct selinux_opt *opts, in selabel_is_validate_set() 67 const struct selinux_opt *opts, in selabel_open()
|
/external/dropbear/ |
D | common-runopts.c | 32 runopts opts; /* GLOBAL */ variable
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | construction.rb | 373 def self.ast_test( opts, &special_test ) argument
|
/external/openfst/src/bin/ |
D | fstdeterminize.cc | 58 s::DeterminizeOptions opts( in main() local
|
D | fstprune.cc | 57 s::PruneOptions opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta); in main() local
|
D | fstshortestdistance.cc | 85 s::ShortestDistanceOptions opts(qt, s::ANY_ARC_FILTER, in main() local
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | signalbar.cpp | 30 QStyleOptionProgressBar opts; in paint() local
|