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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/
release.sh 113 opts=
117 src-*) opts="$opts --enable-codec-srcs"
120 eval-*) opts="$opts --enable-eval-limit"
130 opts="$opts --target=x86-linux-gcc" ;;
132 opts="$opts --target=x86_64-linux-gcc" ;;
136 opts="$opts --target=armv${armv}-linux-gcc" ;
    [all...]
  /external/bluetooth/bluez/tools/
parser.y 45 struct rfcomm_opts *opts;
85 opts = NULL;
92 opts = &rfcomm_opts[$1];
94 opts = NULL;
105 if (opts)
106 opts->bind = $2;
110 if (opts)
111 bacpy(&opts->bdaddr, $2);
115 if (opts)
116 opts->channel = $2
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 263 * @param opts null-ok; Options that control downsampling and whether the
266 * decoded, or, if opts is non-null, if opts requested only the
267 * size be returned (in opts.outWidth and opts.outHeight)
269 public static Bitmap decodeFile(String pathName, Options opts) {
274 bm = decodeStream(stream, null, opts);
307 InputStream is, Rect pad, Options opts) {
309 if (opts == null) {
310 opts = new Options()
    [all...]
  /external/qemu/android/
main.c 103 static int opts->flashkeys; /* forward */
604 void init_skinned_ui(const char *path, const char *name, AndroidOptions* opts)
620 if (!opts->no_window)
628 if (!opts->no_window) {
629 SDL_EnableUNICODE(!opts->raw_keys);
746 if ( qemulator_init(qemulator_get(), root, path, win_x, win_y, opts ) < 0 ) {
781 if (opts->onion) {
782 SkinImage* onion = skin_image_find_simple( opts->onion );
785 if ( opts->onion_alpha && 1 == sscanf( opts->onion_alpha, "%d", &alpha ) )
1217 AndroidOptions opts[1]; local
    [all...]
qemulator.h 37 AndroidOptions opts[1]; /* copy of options */ member in struct:__anon5871
51 AndroidOptions* opts );
67 get_device_dpi( AndroidOptions* opts );
qemulator.c 20 static double get_default_scale( AndroidOptions* opts );
42 AndroidOptions* opts = emulator->opts; local
44 if ( !emulator->window && !opts->no_window ) {
46 double scale = get_default_scale(emulator->opts);
118 AndroidOptions* opts )
129 if (NULL != opts->charmap) {
130 emulator->keyboard = skin_keyboard_create_from_kcm(opts->charmap, opts->raw_keys);
132 emulator->keyboard = skin_keyboard_create_from_aconfig(aconfig, opts->raw_keys)
    [all...]
  /external/qemu/
qemu-option.h 103 const char *qemu_opt_get(QemuOpts *opts, const char *name);
104 int qemu_opt_get_bool(QemuOpts *opts, const char *name, int defval);
105 uint64_t qemu_opt_get_number(QemuOpts *opts, const char *name, uint64_t defval);
106 uint64_t qemu_opt_get_size(QemuOpts *opts, const char *name, uint64_t defval);
107 int qemu_opt_set(QemuOpts *opts, const char *name, const char *value);
109 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque,
116 const char *qemu_opts_id(QemuOpts *opts);
117 void qemu_opts_del(QemuOpts *opts);
118 int qemu_opts_validate(QemuOpts *opts, const QemuOptDesc *desc);
119 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname)
    [all...]
qemu-option.c 479 QemuOpts *opts; member in struct:QemuOpt
490 static QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name)
494 QTAILQ_FOREACH_REVERSE(opt, &opts->head, QemuOptHead, next) {
502 const char *qemu_opt_get(QemuOpts *opts, const char *name)
504 QemuOpt *opt = qemu_opt_find(opts, name);
508 int qemu_opt_get_bool(QemuOpts *opts, const char *name, int defval)
510 QemuOpt *opt = qemu_opt_find(opts, name);
518 uint64_t qemu_opt_get_number(QemuOpts *opts, const char *name, uint64_t defval)
520 QemuOpt *opt = qemu_opt_find(opts, name);
528 uint64_t qemu_opt_get_size(QemuOpts *opts, const char *name, uint64_t defval
621 QemuOpts *opts; local
637 QemuOpts *opts = NULL; local
664 QemuOpts *opts; local
756 QemuOpts *opts; local
813 QemuOpts *opts; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 118 const RandGenOptions<ArcSelector> &opts) {
121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId)
124 if (opts.source == kNoStateId) { // first call
129 RandGenOptions<ArcSelector> nopts(opts);
135 if (ifst.NumArcs(opts.source) == 0 &&
136 ifst.Final(opts.source) == Weight::Zero()) // Non-coaccessible
139 size_t n = opts.arc_selector(ifst, opts.source);
140 if (n == ifst.NumArcs(opts.source)) { // Take 'super-final' transitio
    [all...]
prune.h 53 // 'opts.threshold' Times() the weight of the shortest path. Weights
57 const PruneOptions<Arc, ArcFilter> &opts) {
70 vector<Weight> *idistance = opts.idistance;
71 vector<Weight> *fdistance = opts.fdistance;
90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold);
101 if (!opts.filter(arc)) continue;
115 if (!opts.idistance)
117 if (!opts.fdistance)
125 // more than 'opts.threshold' Times() the weight of the shortest
129 PruneOptions<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>())
    [all...]
  /external/ppp/pppd/include/net/
ppp-comp.h 178 /* unsupported opts */
202 /* Build a CI from mppe opts (see RFC 3078) */
203 #define MPPE_OPTS_TO_CI(opts, ci) \
208 if (opts & MPPE_OPT_STATEFUL) \
217 if (opts & MPPE_OPT_128) \
219 if (opts & MPPE_OPT_40) \
225 #define MPPE_CI_TO_OPTS(ci, opts) \
229 opts = 0; \
233 opts |= MPPE_OPT_STATEFUL; \
237 opts |= MPPE_OPT_128;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapFactory.java 259 * @param opts null-ok; Options that control downsampling and whether the
262 * decoded, or, if opts is non-null, if opts requested only the
263 * size be returned (in opts.outWidth and opts.outHeight)
265 public static Bitmap decodeFile(String pathName, Options opts) {
270 bm = decodeStream(stream, null, opts);
303 InputStream is, Rect pad, Options opts) {
305 if (opts == null) {
306 opts = new Options()
    [all...]
  /system/core/toolbox/
insmod.c 53 char opts[1024]; local
69 opts[0] = '\0';
72 char *end = opts + sizeof(opts) - 1;
73 char *ptr = opts;
86 ret = init_module(file, size, opts);
  /external/e2fsprogs/misc/
util.h 23 extern void parse_journal_opts(const char *opts);
  /external/iptables/extensions/
libipt_unclean.c 16 static struct option opts[] = { variable in typeref:struct:option
48 .extra_opts = opts
  /external/ipsec-tools/src/racoon/
nattraversal.c 227 natt_fill_options (struct ph1natt_options *opts, int version)
229 if (! opts)
232 opts->version = version;
237 opts->float_port = 0; /* No port floating for those drafts */
238 opts->payload_nat_d = ISAKMP_NPTYPE_NATD_DRAFT;
239 opts->payload_nat_oa = ISAKMP_NPTYPE_NATOA_DRAFT;
240 opts->mode_udp_tunnel = IPSECDOI_ATTR_ENC_MODE_UDPTUNNEL_DRAFT;
241 opts->mode_udp_transport = IPSECDOI_ATTR_ENC_MODE_UDPTRNS_DRAFT;
242 opts->encaps_type = UDP_ENCAP_ESPINUDP_NON_IKE;
248 opts->float_port = lcconf->port_isakmp_natt
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 22 errcode_t io_channel_set_options(io_channel channel, const char *opts)
29 if (!opts)
35 options = malloc(strlen(opts)+1);
38 strcpy(options, opts);
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_opts.h 11 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
12 u_int8_t optsnr; /* Nr of OPts */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>