HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 1 - 25 of 351) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ide/intellij/
p4.sh 8 exec /opt/local/bin/p4 $*
  /external/oprofile/libpopt/
popthelp.c 95 const struct poptOption *opt; local
98 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
99 if (opt->argInfo == POPT_ARG_INTL_DOMAIN)
100 return opt->arg;
106 * @param opt option(s)
110 getArgDescrip(const struct poptOption * opt,
484 const struct poptOption * opt; local
506 const struct poptOption * opt; local
672 const struct poptOption * opt; local
    [all...]
popt.c 64 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt)
68 if (opt != NULL)
69 for (; opt->longName || opt->shortName || opt->arg; opt++) {
70 if (opt->arg == NULL) continue; /* XXX program error. */
71 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
72 void * arg = opt->arg;
79 } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &
708 const struct poptOption * opt = NULL; local
    [all...]
  /external/bzip2/
bzgrep 20 -e | -f) opt="$opt $1"; shift; pat="$1"
24 -A | -B) opt="$opt $1 $2"; shift;;
25 -*) opt="$opt $1";;
43 op=`echo "$opt" | sed -e 's/ //g' -e 's/-//g'`
52 bzip2 -cdfq | $grep $opt "$pat"
60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63 bzip2 -cdfq "$i" | $grep $opt "$pat
    [all...]
  /external/ppp/pppd/
options.c 354 option_t *opt; local
363 opt = find_option(arg);
364 if (opt == NULL) {
369 n = n_arguments(opt);
374 if (!process_option(opt, arg, argv))
395 option_t *opt; local
427 opt = find_option(cmd);
428 if (opt == NULL) {
433 n = n_arguments(opt);
443 if (!process_option(opt, cmd, argv)
526 option_t *opt; local
591 option_t *opt; local
810 option_t *opt; local
    [all...]
  /external/iproute2/tc/
q_fifo.c 36 struct tc_fifo_qopt opt; local
37 memset(&opt, 0, sizeof(opt));
42 if (get_size(&opt.limit, *argv)) {
59 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
63 static int fifo_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
67 if (opt == NULL)
70 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
72 qopt = RTA_DATA(opt);
    [all...]
q_multiq.c 49 struct tc_multiq_qopt opt; local
63 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
67 int multiq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
71 if (opt == NULL)
73 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
76 qopt = RTA_DATA(opt);
q_sfq.c 36 struct tc_sfq_qopt opt; local
38 memset(&opt, 0, sizeof(opt));
43 if (get_size(&opt.quantum, *argv)) {
50 if (get_integer(&opt.perturb_period, *argv, 0)) {
57 if (get_u32(&opt.limit, *argv, 0)) {
61 if (opt.limit < 2) {
78 addattr_l(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
82 static int sfq_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
    [all...]
q_gred.c 56 struct tc_gred_sopt opt; local
84 opt.DPs);
88 opt.grio=1;
105 memset(&opt, 0, sizeof(struct tc_gred_sopt));
106 opt.DPs = dps;
107 opt.def_DP = def_dp;
109 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP);
113 addattr_l(n, 1024, TCA_GRED_DPS, &opt, sizeof(struct tc_gred_sopt));
123 struct tc_gred_qopt opt; local
    [all...]
q_tbf.c 44 struct tc_tbf_qopt opt; local
53 memset(&opt, 0, sizeof(opt));
58 if (opt.limit || latency) {
62 if (get_size(&opt.limit, *argv)) {
69 if (opt.limit || latency) {
116 if (opt.rate.rate) {
120 if (get_rate(&opt.rate.rate, *argv)) {
127 if (opt.peakrate.rate) {
131 if (get_rate(&opt.peakrate.rate, *argv))
    [all...]
q_red.c 39 struct tc_red_qopt opt; local
49 memset(&opt, 0, sizeof(opt));
54 if (get_size(&opt.limit, *argv)) {
61 if (get_size(&opt.qth_min, *argv)) {
68 if (get_size(&opt.qth_max, *argv)) {
121 if (!opt.qth_min || !opt.qth_max || !burst || !opt.limit || !avpkt) {
126 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0)
    [all...]
q_htb.c 65 struct tc_htb_glob opt; local
68 memset(&opt,0,sizeof(opt));
69 opt.rate2quantum = 10;
70 opt.version = 3;
75 if (get_u32(&opt.rate2quantum, *argv, 10)) {
80 if (get_u32(&opt.defcls, *argv, 16)) {
87 opt.debug |= (*p-'0')<<(2*i);
98 addattr_l(n, 2024, TCA_HTB_INIT, &opt, NLMSG_ALIGN(sizeof(opt)));
106 struct tc_htb_opt opt; local
    [all...]
q_prio.c 38 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; local
47 if (get_integer(&opt.bands, *argv, 10)) {
74 if (band > opt.bands) {
82 opt.priomap[idx++] = band;
90 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
93 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
100 int prio_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
106 if (opt == NULL
    [all...]
q_rr.c 38 struct tc_prio_qopt opt={3,{ 1, 2, 2, 2, 1, 2, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1 }}; local
47 if (get_integer(&opt.bands, *argv, 10)) {
74 if (band > opt.bands) {
82 opt.priomap[idx++] = band;
87 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
94 int rr_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt)
100 if (opt == NULL)
103 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt,
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 99 static QStyleOptionSlider opt; local
101 opt.initFrom(widget);
103 opt.state |= QStyle::State_Active;
105 opt.state &= ~QStyle::State_HasFocus;
107 opt.rect = scrollbar->frameRect();
109 opt.state |= QStyle::State_Enabled;
111 opt.state |= QStyle::State_Mini;
112 opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal;
114 opt.state |= QStyle::State_Horizontal;
115 opt.sliderValue = scrollbar->value()
148 QStyleOptionSlider* opt = styleOptionSlider(scrollbar, p.widget); local
172 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); local
210 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); local
217 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); local
224 QStyleOptionSlider* opt = styleOptionSlider(scrollbar); local
    [all...]
  /external/iproute2/ip/
ip.c 148 char *opt = argv[1]; local
149 if (strcmp(opt,"--") == 0) {
153 if (opt[0] != '-')
155 if (opt[1] == '-')
156 opt++;
157 if (matches(opt, "-family") == 0) {
176 } else if (strcmp(opt, "-4") == 0) {
178 } else if (strcmp(opt, "-6") == 0) {
180 } else if (strcmp(opt, "-0") == 0) {
182 } else if (strcmp(opt, "-I") == 0)
    [all...]
  /external/qemu/distrib/
build-emulator.sh 11 for opt; do
12 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
13 case "$opt" in
  /external/jdiff/src/jdiff/
Options.java 36 String opt = option.toLowerCase(); local
39 if (opt.equals("-authorid")) return 2;
40 if (opt.equals("-versionid")) return 2;
41 if (opt.equals("-d")) return 2;
42 if (opt.equals("-classlist")) return 1;
43 if (opt.equals("-title")) return 2;
44 if (opt.equals("-docletid")) return 1;
45 if (opt.equals("-evident")) return 2;
46 if (opt.equals("-skippkg")) return 2;
47 if (opt.equals("-skipclass")) return 2
    [all...]
  /development/ndk/tests/
run-all.sh 39 opt="$1"
40 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
41 case "$opt" in
49 JOBS="$opt"
56 echo "ERROR: Unknown option '$opt', use --help for list of valid ones."
61 PARAMETERS="$opt"
63 PARAMETERS="$PARAMETERS $opt"
  /external/qemu/
qemu-option.c 492 QemuOpt *opt; local
494 QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) {
495 if (strcmp(opt->name, name) != 0)
497 return opt;
504 QemuOpt *opt = qemu_opt_find(opts, name); local
505 return opt ? opt->str : NULL;
510 QemuOpt *opt = qemu_opt_find(opts, name); local
512 if (opt == NULL)
514 assert(opt->desc && opt->desc->type == QEMU_OPT_BOOL)
520 QemuOpt *opt = qemu_opt_find(opts, name); local
530 QemuOpt *opt = qemu_opt_find(opts, name); local
567 QemuOpt *opt; local
608 QemuOpt *opt; local
680 QemuOpt *opt; local
695 QemuOpt *opt; local
782 QemuOpt *opt; local
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.c 44 struct option *opt = long_options; local
46 while (opt->name) {
48 isprint(opt->val) ? opt->val : ' ',
49 opt->name,
50 (opt->has_arg ? " (argument)" : ""),
52 opt++;
  /build/tools/lsd/
cmdline.c 40 struct option *opt = long_options; local
42 while (opt->name) {
45 opt->val,
46 opt->name,
48 opt++;
  /external/libvpx/build/make/
gen_asm_deps.sh 26 for opt do
27 optval="${opt#*=}"
28 case "$opt" in
33 -I*) raw_inc_paths="${raw_inc_paths} ${opt}"
34 inc_path="${inc_path} ${opt#-I}"
38 *) [ -f "$opt" ] && srcfile="$opt"
  /external/dnsmasq/src/
rfc2131.c 81 #define option_len(opt) ((int)(((unsigned char *)(opt))[1]))
82 #define option_ptr(opt, i) ((void *)&(((unsigned char *)(opt))[2u+(unsigned int)(i)]))
84 static int sanitise(unsigned char *opt, char *buf);
86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
87 static void option_put(struct dhcp_packet *mess, unsigned char *end, int opt, int len, unsigned int val);
89 int opt, char *string, int null_term);
90 static struct in_addr option_addr(unsigned char *opt);
91 static struct in_addr option_addr_arr(unsigned char *opt, int offset)
124 unsigned char *opt, *clid = NULL; local
1850 struct dhcp_opt *opt; local
2026 struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; local
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 187 local opt text abstract default
200 for opt in $OPTIONS; do
201 text=`option_get_attr $opt text | awk "$AWK_SCRIPT"`
202 abstract=`option_get_attr $opt abstract`
203 default=`option_get_attr $opt default`
227 local opt optname otype value name fin funcname
245 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'`
246 if [ -n "$opt" ] ; then
253 opt=`expr -- "$1" : '^\(--.*\)$'`
254 if [ -n "$opt" ] ; the
    [all...]

Completed in 945 milliseconds

1 2 3 4 5 6 7 8 91011>>