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

1234567

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/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...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
H A Dip6t_opts.h12 __u16 opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/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));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
H A Ddirectory_iterator.cpp75 __dir_stream(const path& root, directory_options opts, error_code& ec) argument
81 bool(opts & directory_options::skip_permission_denied);
138 __dir_stream(const path& root, directory_options opts, error_code& ec)
145 bool(opts & directory_options::skip_permission_denied);
191 directory_options opts)
194 __imp_ = make_shared<__dir_stream>(p, opts, m_ec);
190 directory_iterator(const path& p, error_code *ec, directory_options opts) argument
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
H A Ddirectory_iterator.cpp75 __dir_stream(const path& root, directory_options opts, error_code& ec) argument
81 bool(opts & directory_options::skip_permission_denied);
138 __dir_stream(const path& root, directory_options opts, error_code& ec)
145 bool(opts & directory_options::skip_permission_denied);
191 directory_options opts)
194 __imp_ = make_shared<__dir_stream>(p, opts, m_ec);
190 directory_iterator(const path& p, error_code *ec, directory_options opts) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesm.h105 inline void options_on (Item_Options opts) { argument
106 OnError (::item_opts_on (item, opts));
110 inline void options_off (Item_Options opts) { argument
111 OnError (::item_opts_off (item, opts));
120 inline void set_options (Item_Options opts) { argument
121 OnError (::set_item_opts (item, opts));
447 inline void options_on (Menu_Options opts) { argument
448 OnError (::menu_opts_on (menu,opts));
451 inline void options_off(Menu_Options opts) { argument
452 OnError (::menu_opts_off(menu,opts));
459 set_options(Menu_Options opts) argument
[all...]
H A Dcursesf.h267 inline void options_on (Field_Options opts) { argument
268 OnError (::field_opts_on (field, opts));
272 inline void options_off (Field_Options opts) { argument
273 OnError (::field_opts_off (field, opts));
282 inline void set_options (Field_Options opts) { argument
283 OnError (::set_field_opts (field, opts));
562 inline void options_on (Form_Options opts) { argument
563 OnError (::form_opts_on (form, opts));
567 inline void options_off (Form_Options opts) { argument
568 OnError (::form_opts_off (form, opts));
577 set_options(Form_Options opts) argument
[all...]
H A Dform.h88 Field_Options opts; /* options */ member in struct:fieldnode
124 Form_Options opts; /* options */ member in struct:formnode
H A Dcursesw.h121 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) { argument
122 return chgat(n, attr, color, opts); }
154 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } argument
364 attr_t attr, short color, const void *opts) {
365 return mvchgat(y, x, n, attr, color, opts); }
466 attr_t attr, short color, const void *opts) {
467 return mvwchgat(win, y, x, n, attr, color, opts); }
1110 int color_set(short color_pair_number, void* opts=NULL) { argument
1111 return ::wcolor_set(w, color_pair_number, opts); }
363 mvchgat(int y, int x, int n, attr_t attr, short color, const void *opts) argument
465 mvwchgat(WINDOW *win, int y, int x, int n, attr_t attr, short color, const void *opts) argument
1114 chgat(int n, attr_t attr, short color, const void *opts=NULL) argument
1120 chgat(int y, int x, int n, attr_t attr, short color, const void *opts=NULL) argument
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp1300 void spirvbin_t::remap(std::uint32_t opts) argument
1302 options = opts;
1335 void spirvbin_t::remap(std::vector<std::uint32_t>& in_spv, std::uint32_t opts) argument
1338 remap(opts);
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp1300 void spirvbin_t::remap(std::uint32_t opts) argument
1302 options = opts;
1335 void spirvbin_t::remap(std::vector<std::uint32_t>& in_spv, std::uint32_t opts) argument
1338 remap(opts);
/prebuilts/tools/common/m2/repository/commons-cli/commons-cli/1.0/
H A Dcommons-cli-1.0.jar ... .util.List values java.util.List opts java.util.Iterator iter org.apache. ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/
H A Dkotlin-compiler-runner-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/daemon/ ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.3/
H A Dkotlin-compiler-runner-1.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/daemon/ ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.51/
H A Dkotlin-compiler-runner-1.1.51.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/daemon/ ...
/prebuilts/sdk/28/optional/
H A Dandroid.test.mock.jar ... .Uri url String mimeType android.os.Bundle opts public static void attachInfoForTesting (android.content.ContentProvider, android ...
/prebuilts/sdk/current/optional/
H A Dandroid.test.mock.jar ... .Uri url String mimeType android.os.Bundle opts public static void attachInfoForTesting (android.content.ContentProvider, android ...
/prebuilts/sdk/system_current/optional/
H A Dandroid.test.mock.jar ... .Uri url String mimeType android.os.Bundle opts public static void attachInfoForTesting (android.content.ContentProvider, android ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.2.0/
H A Dkotlin-compiler-runner-1.2.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/daemon-common.kotlin_module META- ...

Completed in 645 milliseconds

1234567