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

<<11121314151617181920>>

  /external/libweave/examples/daemon/sample/
sample.cc 164 Daemon::Options opts; local
165 if (!opts.Parse(argc, argv)) {
169 Daemon daemon{opts};
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 23 #include "Opts.inc"
29 #include "Opts.inc"
43 #include "Opts.inc"
  /external/llvm/utils/
findmisopt 67 opts="$outdir/${name}.opt.s"
106 llc "$optbc" -o "$opts" -f || exit
107 gcc "$opts" -o "$optprog" $ldflags || exit
  /external/skia/tests/
VkClearTests.cpp 199 GrContextOptions opts; local
200 opts.fSuppressPrints = true;
201 GrContextFactory debugFactory(opts);
  /external/strace/tests/
inet-cmsg.c 65 const unsigned char *opts = (const unsigned char *) CMSG_DATA(c); local
70 printf(", {opts=0x");
73 printf("%02x", opts[i]);
  /frameworks/compile/slang/
rs_cc_options.h 132 /* Parse ArgVector and return a list of Inputs (source files) and Opts
137 * \param Opts - returned options after command line has been processed
143 RSCCOptions &Opts, clang::DiagnosticOptions &DiagOpts,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 105 inline void options_on (Item_Options opts) {
106 OnError (::item_opts_on (item, opts));
110 inline void options_off (Item_Options opts) {
111 OnError (::item_opts_off (item, opts));
120 inline void set_options (Item_Options opts) {
121 OnError (::set_item_opts (item, opts));
447 inline void options_on (Menu_Options opts) {
448 OnError (::menu_opts_on (menu,opts));
451 inline void options_off(Menu_Options opts) {
452 OnError (::menu_opts_off(menu,opts));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 105 inline void options_on (Item_Options opts) {
106 OnError (::item_opts_on (item, opts));
110 inline void options_off (Item_Options opts) {
111 OnError (::item_opts_off (item, opts));
120 inline void set_options (Item_Options opts) {
121 OnError (::set_item_opts (item, opts));
447 inline void options_on (Menu_Options opts) {
448 OnError (::menu_opts_on (menu,opts));
451 inline void options_off(Menu_Options opts) {
452 OnError (::menu_opts_off(menu,opts));
    [all...]
  /prebuilts/go/darwin-x86/test/
errchk 7 # Usage: errchk COMPILER [OPTS] SOURCEFILES. This will run the command
8 # COMPILER [OPTS] SOURCEFILES. The compilation is expected to fail; if
28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n";
  /prebuilts/go/linux-x86/test/
errchk 7 # Usage: errchk COMPILER [OPTS] SOURCEFILES. This will run the command
8 # COMPILER [OPTS] SOURCEFILES. The compilation is expected to fail; if
28 print STDERR "Usage: errchk COMPILER [OPTS] SOURCEFILES\n";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
elf.exp 21 proc run_elf_list_test { name suffix opts readelf_opts readelf_pipe } {
26 gas_run ${name}.s "$opts -o dump.o" ">&dump.out"
27 if { ![string match "" $opts]
  /external/emma/core/java12/com/vladium/emma/
runCommand.java 63 final IOptsParser.IOpt [] opts = parsedopts.getOpts (); local
65 if (opts == null) // this means there were args parsing errors
75 for (int o = 0; o < opts.length; ++ o)
77 final IOptsParser.IOpt opt = opts [o];
125 // process prefixed opts:
  /external/libnl/lib/route/
qdisc.c 159 struct nl_msg *opts; local
161 opts = qops->qo_get_opts(qdisc);
162 if (opts) {
163 err = nla_put_nested(*result, TCA_OPTIONS, opts);
164 nlmsg_free(opts);
  /external/selinux/libselinux/src/
label_db.c 237 db_init(const struct selinux_opt *opts, unsigned nopts,
267 switch (opts[nopts].type) {
269 path = opts[nopts].value;
348 const struct selinux_opt *opts, unsigned nopts)
353 rec->data = db_init(opts, nopts, rec);
  /external/selinux/policycoreutils/setfiles/
setfiles.c 19 /* cmdline opts*/
158 const char *opts; local
202 opts = sopts;
222 opts = ropts;
234 while ((opt = getopt(argc, argv, opts)) > 0) {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 373 def self.ast_test( opts, &special_test )
374 input = opts[ :input ]
375 rule = opts[ :rule ]
376 expected_tree = opts[ :ast ]
377 flag = opts[ :flag ]
378 args = opts[ :arguments ] || []
379 message = opts[ :message ] || rule.to_s #"should parse %p with rule %s and make tree %s" % [input, rule, expected_tree]
  /external/clang/lib/Rewrite/
Rewriter.cpp 125 RewriteOptions opts) const {
144 EndOff = RB.getMappedOffset(EndOff, opts.IncludeInsertsAtEndOfRange);
145 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange);
157 int Rewriter::getRangeSize(SourceRange Range, RewriteOptions opts) const {
158 return getRangeSize(CharSourceRange::getTokenRange(Range), opts);
292 RewriteOptions opts) {
296 getEditBuffer(FID).RemoveText(StartOffs, Length, opts.RemoveLineIfEmpty);
  /external/icu/icu4c/source/
runConfigureICU 9 OPTS=
82 OPTS="$OPTS --enable-debug"
86 OPTS="$OPTS --disable-release"
432 echo "Running ./configure $OPTS $@ for $THE_OS using $THE_COMP compiler"
434 if $configure $OPTS $@
  /external/jemalloc/src/
jemalloc.c 756 const char *opts = *opts_p; local
758 *k_p = opts;
761 switch (*opts) {
775 opts++;
778 opts++;
779 *klen_p = (uintptr_t)opts - 1 - (uintptr_t)*k_p;
780 *v_p = opts;
784 if (opts != *opts_p) {
796 switch (*opts) {
798 opts++
861 const char *opts, *k, *v; local
    [all...]
  /external/opencv3/modules/python/test/
camera_calibration.py 224 opts = cv.CreateMat(nimages * num_pts, 3, cv.CV_32FC1)
227 opts[i * num_pts + j, 0] = (j / num_x_ints) * squaresize
228 opts[i * num_pts + j, 1] = (j % num_x_ints) * squaresize
229 opts[i * num_pts + j, 2] = 0
230 return opts
334 opts = mk_object_points(len(goodcorners), .1) variable
344 cv.CalibrateCamera2(opts, ipts, npts,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsTransitionHelper.java 104 final ActivityOptions opts = ActivityOptions.makeBasic(); local
106 opts.setLaunchBounds(bounds.isEmpty() ? null : bounds);
152 startTaskActivity(stack, task, taskView, opts, transitionFuture, animStartedListener);
160 startTaskActivity(stack, task, taskView, opts, transitionFuture,
167 startTaskActivity(stack, task, taskView, opts, transitionFuture,
199 ActivityOptions opts, IAppTransitionAnimationSpecsFuture transitionFuture,
202 if (ssp.startActivityFromRecents(mContext, task.key, task.title, opts)) {
  /external/e2fsprogs/misc/
fsck.c 243 const char *type, const char *opts,
254 fs->opts = string_copy(opts ? opts : "");
273 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
285 opts = parse_word(&cp);
295 parse_escape(opts);
306 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,
711 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
784 /* loop is really short-hand for opts=loop *
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
go_darwin_arm_exec.go 180 var opts options
181 opts, args = parseArgs(args)
209 if opts.lldb {
227 if opts.timeout > 1*time.Second {
229 time.AfterFunc(opts.timeout-1*time.Second, func() {
282 if opts.lldb {
469 func parseArgs(binArgs []string) (opts options, remainingArgs []string) {
482 f.DurationVar(&opts.timeout, "test.timeout", 0, "")
483 f.BoolVar(&opts.lldb, "lldb", false, "")
485 return opts, remainingArg
    [all...]
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 180 var opts options
181 opts, args = parseArgs(args)
209 if opts.lldb {
227 if opts.timeout > 1*time.Second {
229 time.AfterFunc(opts.timeout-1*time.Second, func() {
282 if opts.lldb {
469 func parseArgs(binArgs []string) (opts options, remainingArgs []string) {
482 f.DurationVar(&opts.timeout, "test.timeout", 0, "")
483 f.BoolVar(&opts.lldb, "lldb", false, "")
485 return opts, remainingArg
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 445 Map<String, Object> opts;
455 ( optionsSpec {opts = $optionsSpec.opts; grammar.setOptions(opts, $optionsSpec.start);}
498 optionsSpec returns [Map<String, Object> opts=new HashMap<String, Object>()]
499 : OPTIONS^ (option[$opts] SEMI!)+ RCURLY!
502 option[Map<String, Object> opts]
505 $opts.put($id.text, $optionValue.value);
585 ruleAltList[$optionsSpec.opts]
604 ((GrammarAST)$tree.getChild(0)).setBlockOptions($optionsSpec.opts);
    [all...]

Completed in 2128 milliseconds

<<11121314151617181920>>