/external/tlsdate/src/ |
D | tlsdate.h | 110 struct opts struct 112 const char *user; 113 const char *group; 114 char *supp_groups; 115 int max_tries; 116 int min_steady_state_interval; 117 int wait_between_tries; 118 int subprocess_tries; 119 int subprocess_wait_between_tries; 120 int steady_state_interval; [all …]
|
D | tlsdated.c | 115 set_conf_defaults (struct opts *opts) in set_conf_defaults() 149 parse_argv (struct opts *opts, int argc, char *argv[]) in parse_argv() 231 void add_source_to_conf (struct opts *opts, char *host, char *port, char *proxy) in add_source_to_conf() 264 parse_source (struct opts *opts, struct conf_entry *conf) in parse_source() 299 load_conf (struct opts *opts) in load_conf() 397 struct opts *opts = &state->opts; in check_conf() local
|
/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/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/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
|
D | link.c | 100 struct opt opts[] = { in cmd_link_get_prop() local 171 struct opt opts[] = { in cmd_link_stat_reset() local 367 struct opt opts[] = { in cmd_link_stat_show() local 431 struct opt opts[] = { in cmd_link_set_prop() local
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_getopt.c | 92 static jas_opt_t *jas_optlookup(jas_opt_t *opts, char *name) in jas_optlookup() 104 int jas_getopt(int argc, char **argv, jas_opt_t *opts) in jas_getopt()
|
/external/toybox/toys/other/ |
D | insmod.c | 19 #define finit_module(fd, opts, flags) syscall(SYS_finit_module, fd, opts, flags) argument 20 #define init_module(mod, len, opts) syscall(SYS_init_module, mod, len, opts) argument
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 29 get_gray_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_8888_proc() 46 get_RGBx_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_8888_proc() 98 get_RGBA_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBA_to_8888_proc() 138 get_gray_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_565_proc() 171 get_RGBx_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_565_proc() 193 get_565_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_565_to_565_proc() 226 get_gray_to_4444_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_4444_proc() 260 get_RGBx_to_4444_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_4444_proc() 343 get_RGBA_to_4444_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBA_to_4444_proc() 398 get_index_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_index_to_8888_proc() [all …]
|
/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 | 84 } opts[] = { local 138 unsigned long flags, char *opts) in mount_filesystem() 264 char *opts = 0, *dev = 0, *dir = 0, **ss; in mount_main() local
|
/external/opencv3/samples/python2/ |
D | deconvolution.py | 68 opts, args = getopt.getopt(sys.argv[1:], '', ['circle', 'angle=', 'd=', 'snr=']) variable 69 opts = dict(opts) variable
|
D | asift.py | 110 opts, args = getopt.getopt(sys.argv[1:], '', ['feature=']) variable 111 opts = dict(opts) variable
|
D | find_obj.py | 138 opts, args = getopt.getopt(sys.argv[1:], '', ['feature=']) variable 139 opts = dict(opts) variable
|
D | mosse.py | 183 opts, args = getopt.getopt(sys.argv[1:], '', ['pause']) variable 184 opts = dict(opts) variable
|
/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 | 29 const Options& opts, in onGetPixels() 75 const Options& opts) { in decodeRows()
|
/external/compiler-rt/test/asan/TestCases/ |
D | strtol_strict.c | 53 char *opts = getenv("ASAN_OPTIONS"); in test3() local 71 char *opts = getenv("ASAN_OPTIONS"); in test4() 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()
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
D | construction.rb | 373 def self.ast_test( opts, &special_test ) argument
|
/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/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-trees.rb | 302 def new_token(type, opts = {}) argument 446 def new_token(type, opts = {}) argument 782 def new_token(type, opts = {}) argument
|