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

<<21222324252627282930>>

  /external/toybox/lib/
getmountlist.c 184 mt->opts = stpcpy(mt->device, me->mnt_fsname)+1;
185 strcpy(mt->opts, me->mnt_opts);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 298 PropertyOptions opts = getOptions(); local
302 opts.setHasLanguage(false);
307 opts.setHasType(false);
313 opts.setHasQualifiers(false);
325 PropertyOptions opts = getOptions(); local
327 opts.setHasQualifiers(false);
328 opts.setHasLanguage(false);
329 opts.setHasType(false);
  /frameworks/base/libs/hwui/tests/microbench/
FrameBuilderBench.cpp 98 TestScene::Options opts; local
99 std::unique_ptr<TestScene> scene(TestScene::testMap()[sceneName].createScene(opts));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 184 final ActivityOptions opts = ActivityOptions.makeCustomAnimation(mContext, local
190 mContext.startActivityAsUser(intent, opts.toBundle(),
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
CircularBitmapDrawable.java 54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) {
55 super(res, cache, limitDensity, opts);
TileDrawable.java 45 ExtendedOptions opts) {
46 mOpts = opts;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py 65 opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS, LONG_OPTIONS)
70 for o, _ in opts:
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatV16.java 82 Rect sourceBounds, Bundle opts) {
88 mContext.startActivity(launchIntent, opts);
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 75 opts, args = getopt.getopt(argv[1:],
82 for o, a in opts:
  /system/core/libcutils/
android_reboot.c 45 static bool has_mount_option(const char* opts, const char* opt_to_find)
52 while ((opt = strtok_r(copy ? NULL : (copy = strdup(opts)), ",", &rem))) {
  /system/core/libsparse/
simg_dump.py 36 opts, args = getopt.getopt(sys.argv[1:],
42 for o, a in opts:
  /system/vold/
main.cpp 144 static struct option opts[] = { local
152 while ((c = getopt_long(argc, argv, "", opts, nullptr)) != -1) {
  /toolchain/binutils/binutils-2.25/gas/doc/
c-m32c.texi 22 * M32C-Opts:: M32C Options
26 @node M32C-Opts
c-score.texi 16 * SCORE-Opts:: Assembler options
21 @node SCORE-Opts
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx512bw-opts-intel.d 3 #name: i386 AVX512BW opts insns (Intel disassembly)
4 #source: avx512bw-opts.s
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 368 ScopedReport::ScopedReport(ReportOptions Opts, Location SummaryLoc,
370 : Opts(Opts), SummaryLoc(SummaryLoc), Type(Type) {
376 MaybePrintStackTrace(Opts.pc, Opts.bp);
  /external/libxml2/vms/
build_libxml.com 258 $ opts = ""
259 $ if debug then opts = "/DEBUG"
260 $ write sys$output "''link_command'''opts' ''object_file',XML_LIBDIR:libxml.olb/library"
263 $ link_command'opts' 'object_file',-
266 $ link_command'opts' 'object_file',-
  /external/toybox/toys/pending/
fsck.c 50 char *device, *mountpt, *type, *opts; member in struct:f_sys_info
100 temp->opts = xstrdup(f_info->mnt_opts);
135 } else if (!strncmp(p, "opts=", 5)) {
198 && strncmp(TT.t_list, "opts=", 5) && strncmp(TT.t_list , "loop", 4)
429 free(finfo->opts);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 173 final BitmapFactory.Options opts = new BitmapFactory.Options(); local
175 opts.inSampleSize = 2;
177 opts.inMutable = true;
181 opts.inBitmap = loaded;
182 loaded = BitmapFactory.decodeResource(res, resid, opts);
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
opt.h 402 * Parse the key/value pairs list in opts. For each key/value pair
407 * @param opts options string to parse, may be NULL
414 * AVERROR(EINVAL) if opts cannot be parsed,
418 int av_set_options_string(void *ctx, const char *opts,
422 * Parse the key-value pairs list in opts. For each key=value pair found,
426 * @param opts the options string, key-value pairs separated by a
429 * notation: if the first field in opts has no key part,
431 * then again for the second, etc., until either opts is
440 * AVERROR(EINVAL) if opts cannot be parsed,
448 int av_opt_set_from_string(void *ctx, const char *opts,
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.js 736 function parseOptions(opts) {
738 $.extend(true, options, opts);
745 if (opts && opts.colors) {
746 options.colors = opts.colors;
    [all...]
  /external/libselinux/src/
label_file.c 497 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
507 switch(opts[n].type) {
509 path = opts[n].value;
512 prefix = opts[n].value;
515 baseonly = !!opts[n].value;
884 int selabel_file_init(struct selabel_handle *rec, const struct selinux_opt *opts,
902 return init(rec, opts, nopts);
  /external/selinux/libselinux/src/
label_file.c 512 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
523 switch(opts[n].type) {
525 path = opts[n].value;
528 prefix = opts[n].value;
531 baseonly = !!opts[n].value;
922 const struct selinux_opt *opts,
940 return init(rec, opts, nopts);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapEmailProvider.java 127 * @param opts Options supplied by caller.
131 Bundle opts, T args);
141 String mimeType, Bundle opts, Cursor args) {
184 Bundle opts, Cursor c) {
349 * @param opts Options supplied by caller.
358 final Bundle opts, final T args, final PipeDataReader<T> func)
366 func.readDataFromPipe(fds[0], uri, mimeType, opts, args);
  /toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2008 20 * gas/i386/opts.s: Add tests for movsd, movss, vmovsd and
22 * gas/i386/x86-64-opts.s: Likewise.
24 * gas/i386/opts.d: Updated.
25 * gas/i386/opts-intel.d: Likewise.
26 * gas/i386/sse2avx-opts.d: Likewise.
27 * gas/i386/sse2avx-opts-intel.d: Likewise.
28 * gas/i386/x86-64-opts.d: Likewise.
29 * gas/i386/x86-64-opts-intel.d: Likewise.
30 * gas/i386/x86-64-sse2avx-opts.d: Likewise.
31 * gas/i386/x86-64-sse2avx-opts-intel.d: Likewise
    [all...]

Completed in 1670 milliseconds

<<21222324252627282930>>