HomeSort by relevance Sort by last modified time
    Searched full:opts (Results 601 - 625 of 1454) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/content/src/android/content/cts/
MockContentProvider.java 352 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts)
363 return super.openTypedAssetFile(uri, mimeTypeFilter, opts);
368 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts,
  /external/icu/icu4c/source/tools/genren/
genren.pl 48 /^-n/ && (($nmopts = shift (@ARGV)), next); # nm opts
49 /^-p/ && (($post = shift (@ARGV)), next); # nm opts
50 /^-x/ && (($mode = shift (@ARGV)), next); # nm opts
  /external/skia/cmake/
CMakeLists.txt 99 ../src/opts/SkBitmapProcState_opts_none.cpp
100 ../src/opts/SkBlitMask_opts_none.cpp
101 ../src/opts/SkBlitRow_opts_none.cpp
  /external/skia/src/codec/
SkIcoCodec.cpp 238 const Options& opts, SkPMColor* colorTable,
240 if (opts.fSubset) {
254 result = embeddedCodec->getPixels(dstInfo, dst, dstRowBytes, &opts, colorTable,
  /external/skia/src/images/
SkImageDecoder_ktx.cpp 212 SkScaledBitmapSampler::Options opts (*this);
217 opts.fPremultiplyAlpha = false;
220 if (!sampler.begin(bm, SkScaledBitmapSampler::kRGBA, opts)) {
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 154 public Emitter(Writer stream, DumperOptions opts) {
187 this.canonical = opts.isCanonical();
188 this.prettyFlow = opts.isPrettyFlow();
189 this.allowUnicode = opts.isAllowUnicode();
191 if ((opts.getIndent() > MIN_INDENT) && (opts.getIndent() < MAX_INDENT)) {
192 this.bestIndent = opts.getIndent();
194 this.indicatorIndent = opts.getIndicatorIndent();
196 if (opts.getWidth() > this.bestIndent * 2) {
197 this.bestWidth = opts.getWidth()
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]
  /bootable/recovery/
fuse_sideload.cpp 429 char opts[256]; local
430 snprintf(opts, sizeof(opts),
436 "fuse", MS_NOSUID | MS_NODEV | MS_RDONLY | MS_NOEXEC, opts);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 361 Options opts = new Options(); local
362 opts.inDither = true;
363 opts.inPreferredConfig = Bitmap.Config.RGB_565;
364 mWood = BitmapFactory.decodeResource(getResources(), R.drawable.wood, opts);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 404 def new_token(type, opts = {})
411 case opts
412 when Hash then fields.update(opts)
413 when String then fields[:text] = opts
  /external/dnsmasq/contrib/try-all-ns/
dnsmasq-2.35-try-all-ns.patch 37 static const struct option opts[] =
  /external/dnsmasq/src/
option.c 107 static const struct option opts[] = variable in typeref:struct:option
109 static const struct myoption opts[] =
259 { 'M', ARG_DUP, "<bootp opts>", gettext_noop("Specify BOOTP options to DHCP server."), NULL },
630 for ( j = 0; opts[j].name; j++)
631 if (opts[j].val == usage[i].opt)
638 sprintf(buff+4, "--%s%s%s", opts[j].name, eq, desc);
2732 struct dhcp_opt *opts, *cp, **up; local
    [all...]
  /external/icu/icu4c/source/config/
mh-darwin 76 # genren opts
  /external/ipsec-tools/src/racoon/
nattraversal.h 81 int natt_fill_options (struct ph1natt_options *opts, int version);
  /external/jemalloc/include/jemalloc/internal/
stats.h 147 const char *opts);
  /external/libnl/src/
nl-route-add.c 43 " --metrics=OPTS Metrics configurations\n"
nl-route-list.c 41 " --metrics=OPTS Metrics configurations\n"
  /external/llvm/test/CodeGen/X86/
2008-04-16-ReMatBug.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -disable-cgp-branch-opts | grep movw | not grep ", %e"
  /external/llvm/tools/llvm-pdbdump/
TypeDumper.cpp 90 if (opts::NoClassDefs) {
  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 97 intel_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 98 r300_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 98 r600_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 98 radeonsi_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.h 89 * \param configOptions XML document describing available configuration opts
  /external/opencv3/3rdparty/libjasper/jasper/
jas_getopt.h 125 int jas_getopt(int argc, char **argv, jas_opt_t *opts);

Completed in 1651 milliseconds

<<21222324252627282930>>