Searched defs:opts (Results 1 - 25 of 221) sorted by relevance

123456789

/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.h16 namespace opts { namespace
18 } // namespace opts
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
H A Dcopy.pass.cpp55 const directory_options opts = directory_options::skip_permission_denied; local
56 recursive_directory_iterator it(testDir, opts);
63 TEST_CHECK(it.options() == opts);
H A Dmove.pass.cpp57 const directory_options opts = directory_options::skip_permission_denied; local
58 recursive_directory_iterator it(testDir, opts);
65 TEST_CHECK(it.options() == opts);
H A Dctor.pass.cpp61 directory_options opts = directory_options::none; local
73 RDI it(testPath, opts, ec);
79 TEST_CHECK_THROW(filesystem_error, RDI(testPath, opts));
222 const directory_options opts = directory_options::skip_permission_denied; local
224 RDI it1(goodDir, opts, ec);
226 TEST_CHECK(it1.options() == opts);
228 RDI it2(badDir, opts, ec);
237 const directory_options opts = directory_options::follow_directory_symlink; local
238 RDI it(goodDir, opts);
239 TEST_CHECK(it.options() == opts);
[all...]
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.h16 namespace opts { namespace
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp30 QStyleOptionProgressBar opts; local
43 opts.minimum = -95;
44 opts.maximum = -35;
45 if (signal < opts.minimum)
46 opts.progress = opts.minimum;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
50 opts
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dstrtol_strict.c53 char *opts = getenv("ASAN_OPTIONS"); local
54 exit(opts && strstr(opts, "strict_string_checks=true"));
71 char *opts = getenv("ASAN_OPTIONS"); local
72 exit(opts && strstr(opts, "strict_string_checks=true"));
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_opts.h12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_opts.h12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
H A Dctor.pass.cpp57 directory_options opts = directory_options::none; local
69 directory_iterator it(testPath, opts, ec);
75 TEST_CHECK_THROW(filesystem_error, directory_iterator(testPath, opts));
/external/libnl/lib/route/link/
H A Dbonding.c52 * @arg opts bonding options (currently unused)
58 * The \a opts argument is currently unused. In the future, it
73 struct rtnl_link *opts)
81 if (!name && opts)
82 name = rtnl_link_get_name(opts);
72 rtnl_link_bond_add(struct nl_sock *sock, const char *name, struct rtnl_link *opts) argument
/external/libnl/lib/route/qdisc/
H A Dplug.c73 struct tc_plug_qopt opts; local
78 opts.action = plug->action;
79 opts.limit = plug->limit;
81 return nlmsg_append(msg, &opts, sizeof(opts), NL_DONTPAD);
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h45 namespace opts { namespace
63 } // namespace opts
/external/ltp/testcases/kernel/syscalls/gettimeofday/
H A Dgettimeofday02.c64 option_t opts[] = { {"T:", &Tflag, &tlen}, {} }; variable
84 tst_parse_opts(ac, av, opts, help);
/external/ltp/testcases/kernel/syscalls/poll/
H A Dpoll02.c36 static option_t opts[] = { variable
52 tst_parse_opts(ac, av, opts, help);
/external/selinux/libsemanage/tests/
H A Dlibsemanage-tests.c85 struct option opts[] = { local
91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
/external/selinux/libsepol/tests/
H A Dlibsepol-tests.c88 struct option opts[] = { local
94 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp105 ento::createCheckerManager(AnalyzerOptions &opts, const LangOptions &langOpts, argument
109 new CheckerManager(langOpts, &opts));
112 for (unsigned i = 0, e = opts.CheckersControlList.size(); i != e; ++i) {
113 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i];
119 allCheckers.validateCheckerOptions(opts, diags);
/external/jcommander/src/test/java/com/beust/jcommander/
H A DDefaultValueTest.java37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults();
38 JCommander cmd = new JCommander(opts);
40 Assert.assertEquals(opts.list.size(), 1);
41 Assert.assertEquals(opts.list.get(0), "anotherValue");
42 Assert.assertEquals(opts.set.size(), 0);
47 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues();
48 JCommander cmd = new JCommander(opts);
50 Assert.assertEquals(opts.list.size(), 1);
51 Assert.assertEquals(opts.list.get(0), "anotherValue");
52 Assert.assertEquals(opts
68 testSettingMultipleValuesToListTypeParameters(MyOpts opts) argument
[all...]
/external/ltp/testcases/kernel/syscalls/epoll_wait/
H A Depoll_wait02.c40 static option_t opts[] = { variable
54 tst_parse_opts(ac, av, opts, help);
/external/ltp/testcases/kernel/syscalls/select/
H A Dselect04.c36 static option_t opts[] = { variable
54 tst_parse_opts(ac, av, opts, help);
/external/selinux/policycoreutils/setfiles/
H A Drestore.c14 void restore_init(struct restore_opts *opts) argument
18 r_opts = opts;
70 int process_glob(char *name, struct restore_opts *opts) argument
76 r_opts = opts;
/external/selinux/restorecond/
H A Drestore.c14 void restore_init(struct restore_opts *opts) argument
18 r_opts = opts;
69 int process_glob(char *name, struct restore_opts *opts) argument
75 r_opts = opts;
/external/skia/src/images/
H A DSkJPEGImageEncoder.cpp84 bool SkEncodeImageAsJPEG(SkWStream* stream, const SkPixmap& pixmap, const SkEncodeOptions& opts) { argument
85 if (SkTransferFunctionBehavior::kRespect == opts.fUnpremulBehavior) {
/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c23 errcode_t io_channel_set_options(io_channel channel, const char *opts) argument
30 if (!opts)
36 options = malloc(strlen(opts)+1);
39 strcpy(options, opts);

Completed in 1601 milliseconds

123456789