Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 209) sorted by relevance

123456789

/external/ppp/pppd/
Dlcp.c323 printendpoint(opt, printer, arg) in printendpoint() argument
692 #define ADDCIVOID(opt, neg) \ argument
697 #define ADDCISHORT(opt, neg, val) \ argument
703 #define ADDCICHAP(opt, neg, val) \ argument
710 #define ADDCILONG(opt, neg, val) \ argument
716 #define ADDCILQR(opt, neg, val) \ argument
723 #define ADDCICHAR(opt, neg, val) \ argument
729 #define ADDCIENDP(opt, neg, class, val, len) \ argument
787 #define ACKCIVOID(opt, neg) \ argument
797 #define ACKCISHORT(opt, neg, val) \ argument
[all …]
Dipxcp.c324 printipxnode(opt, printer, arg) in printipxnode() argument
668 #define ACKCIVOID(opt, neg) \ argument
679 #define ACKCICOMPLETE(opt,neg) ACKCIVOID(opt, neg) argument
681 #define ACKCICHARS(opt, neg, val, cnt) \ argument
701 #define ACKCINODE(opt,neg,val) ACKCICHARS(opt,neg,val,sizeof(val)) argument
702 #define ACKCINAME(opt,neg,val) ACKCICHARS(opt,neg,val,strlen(val)) argument
704 #define ACKCINETWORK(opt, neg, val) \ argument
718 #define ACKCIPROTO(opt, neg, val) \ argument
889 #define REJCINETWORK(opt, neg, val) \ argument
904 #define REJCICHARS(opt, neg, val, cnt) \ argument
[all …]
Dipcp.c475 printipaddr(opt, printer, arg) in printipaddr() argument
757 #define ADDCIADDRS(opt, neg, val1, val2) \ argument
772 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
788 #define ADDCIADDR(opt, neg, val) \ argument
801 #define ADDCIDNS(opt, neg, addr) \ argument
855 #define ACKCIADDRS(opt, neg, val1, val2) \ argument
875 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
898 #define ACKCIADDR(opt, neg, val) \ argument
914 #define ACKCIDNS(opt, neg, addr) \ argument
986 #define NAKCIADDRS(opt, neg, code) \ argument
[all …]
Doptions.c354 option_t *opt; local
395 option_t *opt; local
526 option_t *opt; local
567 match_option(name, opt, dowild) in match_option() argument
591 option_t *opt; local
622 process_option(opt, cmd, argv) in process_option() argument
810 option_t *opt; local
829 n_arguments(opt) in n_arguments() argument
840 add_options(opt) in add_options() argument
867 print_option(opt, mainopt, printer, arg) in print_option() argument
[all …]
Dipv6cp.c381 printifaceid(opt, printer, arg) in printifaceid() argument
562 #define ADDCIVJ(opt, neg, val) \ argument
574 #define ADDCIIFACEID(opt, neg, val1) \ argument
617 #define ACKCIVJ(opt, neg, val) \ argument
632 #define ACKCIIFACEID(opt, neg, val1) \ argument
694 #define NAKCIIFACEID(opt, neg, code) \ argument
706 #define NAKCIVJ(opt, neg, code) \ argument
828 #define REJCIIFACEID(opt, neg, val1) \ argument
842 #define REJCIVJ(opt, neg, val) \ argument
/external/webkit/Source/WebCore/platform/qt/
DScrollbarThemeQt.cpp99 static QStyleOptionSlider opt; in styleOptionSlider() local
152 QStyleOptionSlider* opt = styleOptionSlider(scrollbar, p.widget); in paint() local
176 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); in hitTest() local
217 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); in thumbLength() local
224 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); in trackPosition() local
231 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); in trackLength() local
DRenderThemeQt.h208 void drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption& opt) in drawPrimitive()
210 void drawControl(QStyle::ControlElement ce, const QStyleOption& opt) in drawControl()
212 void drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex& opt) in drawComplexControl()
/external/webrtc/src/modules/audio_processing/test/
Dapmtest.m101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3']; variable
103 opt = ['--no_progress -hpf' ... variable
113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2']; variable
115 opt = ['--no_progress -fs 32000 -hpf' ... variable
122 opt = ['-aec --drift_compensation -agc --fixed_digital -hpf -ns ' ... variable
203 opt = [opt ' ' outpath vadoutfile]; variable
205 opt = [opt ' --vad_out_file ' outpath vadoutfile]; variable
/external/oprofile/libpopt/
Dpopthelp.c95 const struct poptOption *opt; in getTableTranslationDomain() local
110 getArgDescrip(const struct poptOption * opt, in getArgDescrip()
148 const struct poptOption * opt, in singleOptionDefaultValue()
219 const struct poptOption * opt, in singleOptionHelp()
410 static size_t maxArgWidth(const struct poptOption * opt, in maxArgWidth()
484 const struct poptOption * opt; in itemHelp() local
506 const struct poptOption * opt; in singleTableHelp() local
586 const struct poptOption * opt, in singleOptionUsage()
672 const struct poptOption * opt; in itemUsage() local
706 /*@null@*/ const struct poptOption * opt, in singleTableUsage()
[all …]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
DConfirmationCallbackTest.java154 String[] opt = {"CONTINUE", "ABORT"}; in testConfirmationCallback_06() local
196 String[] opt = {"CONTINUE", "ABORT"}; in testConfirmationCallback_08() local
227 String[] opt = {"CONTINUE", "ABORT"}; in testConfirmationCallback_09() local
/external/iproute2/tc/
Dq_multiq.c47 struct tc_multiq_qopt opt; in multiq_parse_opt() local
65 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in multiq_print_opt()
Dq_gred.c54 struct tc_gred_sopt opt; in init_gred() local
121 struct tc_gred_qopt opt; in gred_parse_opt() local
255 static int gred_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in gred_print_opt()
Dq_fifo.c34 struct tc_fifo_qopt opt; in fifo_parse_opt() local
61 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in fifo_print_opt()
Dq_sfq.c34 struct tc_sfq_qopt opt; in sfq_parse_opt() local
80 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in sfq_print_opt()
Dq_prio.c35 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; in prio_parse_opt() local
96 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in prio_print_opt()
Dq_rr.c36 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; in rr_parse_opt() local
91 int rr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in rr_print_opt()
Dq_htb.c63 struct tc_htb_glob opt; in htb_parse_opt() local
104 struct tc_htb_opt opt; in htb_parse_class_opt() local
241 static int htb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in htb_print_opt()
Dq_red.c36 struct tc_red_qopt opt; in red_parse_opt() local
146 static int red_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) in red_print_opt()
/external/qemu/
Dqemu-option.c529 QemuOpt *opt; in qemu_opt_find() local
541 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get() local
547 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get_bool() local
557 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get_number() local
567 QemuOpt *opt = qemu_opt_find(opts, name); in qemu_opt_get_size() local
575 static int qemu_opt_parse(QemuOpt *opt) in qemu_opt_parse()
594 static void qemu_opt_del(QemuOpt *opt) in qemu_opt_del()
604 QemuOpt *opt; in qemu_opt_set() local
642 QemuOpt *opt; in qemu_opt_foreach() local
748 QemuOpt *opt; in qemu_opts_del() local
[all …]
/external/dnsmasq/src/
Drfc2131.c81 #define option_len(opt) ((int)(((unsigned char *)(opt))[1])) argument
82 #define option_ptr(opt, i) ((void *)&(((unsigned char *)(opt))[2u+(unsigned int)(i)])) argument
124 unsigned char *opt, *clid = NULL; in dhcp_reply() local
1337 …nsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt) in calc_time()
1363 static int sanitise(unsigned char *opt, char *buf) in sanitise()
1448 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) in option_find1()
1498 static struct in_addr option_addr_arr(unsigned char *opt, int offset) in option_addr_arr()
1509 static struct in_addr option_addr(unsigned char *opt) in option_addr()
1514 static unsigned int option_uint(unsigned char *opt, int offset, int size) in option_uint()
1630 static unsigned char *free_space(struct dhcp_packet *mess, unsigned char *end, int opt, int len) in free_space()
[all …]
/external/emma/core/java12/com/vladium/emma/
DCommand.java94 protected final boolean processOpt (final IOptsParser.IOpt opt) in processOpt()
150 final IOptsParser.IOpt opt = popts [o]; in processCmdPropertyOverrides() local
251 protected static boolean getOptionalBooleanOptValue (final IOptsParser.IOpt opt) in getOptionalBooleanOptValue()
263 …protected static String [] getListOptValue (final IOptsParser.IOpt opt, final String delimiters, f… in getListOptValue()
/external/linux-tools-perf/util/
Dparse-options.c8 static int opterror(const struct option *opt, const char *reason, int flags) in opterror()
17 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg()
35 const struct option *opt, int flags) in get_value()
557 int parse_opt_verbosity_cb(const struct option *opt, const char *arg __used, in parse_opt_verbosity_cb()
Drun-command.c200 int opt) in prepare_run_command_v_opt()
209 int run_command_v_opt(const char **argv, int opt) in run_command_v_opt()
/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c53 #define option_len(opt) ((int)(((unsigned char *)(opt))[1])) argument
54 #define option_ptr(opt) ((void *)&(((unsigned char *)(opt))[2])) argument
71 static unsigned char *option_find1(unsigned char *p, unsigned char *end, int opt, int minsize) in option_find1()
121 static unsigned int option_uint(unsigned char *opt, int size) in option_uint()
/external/chromium/third_party/libjingle/source/talk/base/
Dasyncudpsocket.cc92 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) { in GetOption()
96 int AsyncUDPSocket::SetOption(Socket::Option opt, int value) { in SetOption()

123456789