Searched defs:flag (Results 1 - 25 of 732) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
H A Dgrep.pass.cpp33 std::regex::flag_type flag = std::regex_constants::grep; local
35 std::regex re(s, flag);
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repea
109 cout << "Invalid flag name " << flag local
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repea
109 cout << "Invalid flag name " << flag local
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
H A Dgrep.pass.cpp33 std::regex::flag_type flag = std::regex_constants::grep; local
35 std::regex re(s, flag);
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repea
109 cout << "Invalid flag name " << flag local
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_env_var_test_.cc53 void PrintFlag(const char* flag) { argument
54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repea
109 cout << "Invalid flag name " << flag local
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DThreading.h92 /// static once_flag flag;
93 /// call_once(flag, foo);
96 /// \param flag Flag used for tracking whether or not this has run.
99 void call_once(once_flag &flag, Function &&F, Args &&... ArgList) { argument
101 std::call_once(flag, std::forward<Function>(F),
106 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
111 TsanHappensBefore(&flag.status);
112 flag.status = Done;
116 sys::cas_flag tmp = flag.status;
119 tmp = flag
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dgetopt.h95 If the field `flag' is not NULL, it points to a variable that is set
101 option's `flag' field to zero and its `val' field to a nonzero
103 one). For long options that have a zero `flag' field, `getopt'
112 int *flag; member in struct:option
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dgetopt.h24 extern int opterr; /* flag to enable built-in diagnostics... */
66 int *flag; /* where to save its status, or NULL */ member in struct:option
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dgetopt.h24 extern int opterr; /* flag to enable built-in diagnostics... */
66 int *flag; /* where to save its status, or NULL */ member in struct:option
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dkernelcapi.h20 int flag; member in struct:kcapi_flagdef
36 * flag > 2 => trace also data
37 * flag & 1 => show trace
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dmutex.cpp203 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) argument
206 if (flag == 0)
212 flag = 1;
214 flag = ~0ul;
219 flag = 0ul;
226 while (flag == 1)
228 if (flag == 0)
234 __libcpp_relaxed_store(&flag, 1ul);
238 __libcpp_atomic_store(&flag, ~0ul, _AO_Release);
246 __libcpp_relaxed_store(&flag,
[all...]

Completed in 610 milliseconds

1234567891011>>