Searched refs:flag (Results 1 - 25 of 41) sorted by relevance

12

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Deh990323-3.cpp16 int flag; local
18 flag = 0;
23 flag = 1;
26 if (!flag)
H A Deh990323-2.cpp52 int flag; local
54 flag = 0;
61 flag = 1;
63 if (!flag)
66 flag = 0;
73 flag = 1;
75 if (!flag)
78 flag = 0;
85 flag = 1;
87 if (!flag)
[all...]
H A Deh990323-4.cpp53 int flag; local
55 flag = 0;
62 flag = 1;
64 if (!flag)
67 flag = 0;
74 flag = 1;
76 if (!flag)
79 flag = 0;
86 flag = 1;
88 if (!flag)
[all...]
H A Dice990323-2.cpp33 int flag; local
35 flag = 0;
43 flag = 1;
45 if (!flag)
48 flag = 0;
56 flag = 1;
58 if (!flag)
61 flag = 0;
69 flag = 1;
71 if (!flag)
[all...]
H A Deh990323-5.cpp51 int flag; local
53 flag = 0;
58 flag = 1;
60 if (!flag)
H A Deh990323-1.cpp59 int flag = 0; local
67 flag = 1;
70 if (!flag)
/ndk/tests/device/test-stlport_static-exception/jni/
H A Deh990323-3.cpp16 int flag; local
18 flag = 0;
23 flag = 1;
26 if (!flag)
H A Deh990323-2.cpp52 int flag; local
54 flag = 0;
61 flag = 1;
63 if (!flag)
66 flag = 0;
73 flag = 1;
75 if (!flag)
78 flag = 0;
85 flag = 1;
87 if (!flag)
[all...]
H A Deh990323-4.cpp53 int flag; local
55 flag = 0;
62 flag = 1;
64 if (!flag)
67 flag = 0;
74 flag = 1;
76 if (!flag)
79 flag = 0;
86 flag = 1;
88 if (!flag)
[all...]
H A Dice990323-2.cpp33 int flag; local
35 flag = 0;
43 flag = 1;
45 if (!flag)
48 flag = 0;
56 flag = 1;
58 if (!flag)
61 flag = 0;
69 flag = 1;
71 if (!flag)
[all...]
H A Deh990323-5.cpp51 int flag; local
53 flag = 0;
58 flag = 1;
60 if (!flag)
H A Deh990323-1.cpp59 int flag = 0; local
67 flag = 1;
70 if (!flag)
/ndk/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...]
H A Dgtest_env_var_test.py64 def GetFlag(flag):
68 if flag is not None:
69 args += [flag]
73 def TestFlag(flag, test_val, default_val):
74 """Verifies that the given flag is affected by the corresponding env var."""
76 env_var = 'GTEST_' + flag.upper()
78 AssertEq(test_val, GetFlag(flag))
80 AssertEq(default_val, GetFlag(flag))
85 """Tests that environment variable should affect the corresponding flag."""
H A Dgtest_list_tests_unittest.py32 """Unit test for Google Test's --gtest_list_tests flag.
35 --gtest_list_tests flag. This script tests such functionality
48 # The command line flag for enabling/disabling listing all tests.
127 """Tests using the --gtest_list_tests flag to list all tests."""
134 flag_value: value of the --gtest_list_tests flag;
135 None if the flag should not be present.
138 other_flag: a different flag to be passed to command
140 None if the flag should not be present.
144 flag = ''
147 flag
[all...]
H A Dgtest_help_test.py32 """Tests the --help flag of Google C++ Testing Framework.
81 def RunWithFlag(flag):
82 """Runs gtest_help_test_ with the given flag.
87 flag: the command-line flag to pass to gtest_help_test_, or None.
90 if flag is None:
93 command = [PROGRAM_PATH, flag]
99 """Tests the --help flag and its equivalent forms."""
101 def TestHelpFlag(self, flag):
102 """Verifies correct behavior when help flag i
[all...]
H A Dgtest_break_on_failure_unittest.py36 --gtest_break_on_failure flag. This script tests such functionality
55 # The command line flag for enabling/disabling the break-on-failure mode.
101 the --gtest_break_on_failure flag to turn assertion failures into
112 flag_value: value of the --gtest_break_on_failure flag;
113 None if the flag should not be present.
126 flag = ''
128 flag = '--%s=0' % BREAK_ON_FAILURE_FLAG
130 flag = '--%s' % BREAK_ON_FAILURE_FLAG
133 if flag:
134 command.append(flag)
[all...]
H A Dgtest_throw_on_failure_test.py46 # The command line flag for enabling/disabling the throw-on-failure mode.
90 flag_value: value of the --gtest_break_on_failure flag;
91 None if the flag should not be present.
103 flag = ''
105 flag = '--%s=0' % THROW_ON_FAILURE
107 flag = '--%s' % THROW_ON_FAILURE
110 if flag:
111 command.append(flag)
144 """Tests using the --gtest_throw_on_failure flag."""
H A Dgtest_test_utils.py64 # Initially maps a flag to its default value. After
65 # _ParseAndStripGTestFlags() is called, maps a flag to its actual value.
81 for flag in _flag_map:
83 if flag.upper() in os.environ:
84 _flag_map[flag] = os.environ[flag.upper()]
86 # The command line flag overrides the environment variable.
89 prefix = '--' + flag + '='
91 _flag_map[flag] = argv[i][len(prefix):]
95 # We don't increment i in case we just found a --gtest_* flag
[all...]
/ndk/tests/device/bitfield/jni/
H A Dheader.h12 void foo(union u *ptr, int flag);
H A Dfunc.c4 void foo(union u *ptr, int flag) argument
11 * Clang 3.1 generates the following instructions to store flag into
22 local.s.x = flag;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dmutex.cpp224 __call_once(volatile unsigned long& flag, void* arg, void(*func)(void*)) argument
228 while (flag == 1)
231 if (flag == 0)
237 flag = 1;
245 flag = ~0ul;
257 flag = 0ul;
/ndk/sources/host-tools/make-3.81/
H A Dgetopt.h70 If the field `flag' is not NULL, it points to a variable that is set
76 option's `flag' field to zero and its `val' field to a nonzero
78 one). For long options that have a zero `flag' field, `getopt'
91 int *flag; member in struct:option
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
H A Dfp_traits.hpp164 sign, exponent, flag, significand -- bit masks that give the meaning of the
183 BOOST_STATIC_CONSTANT(uint32_t, flag = 0x00000000);
202 BOOST_STATIC_CONSTANT(uint32_t, flag = 0);
238 static const uint64_t flag = 0; member in struct:boost::math::detail::fp_traits_non_native
262 BOOST_STATIC_CONSTANT(uint32_t, flag = 0);
298 static const uint64_t flag = 0; member in struct:boost::math::detail::fp_traits_non_native
325 BOOST_STATIC_CONSTANT(uint32_t, flag = 0x00008000);
369 BOOST_STATIC_CONSTANT(uint32_t, flag = 0x00000000);
405 // 3) the flag bit is not set for infinity
414 BOOST_STATIC_CONSTANT(uint32_t, flag
[all...]
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc102 "It is not recommended to use this flag w/o valgrind though it will "
103 "work in 99% of the cases. Once valgrind is fixed, this flag will "
112 "the '|' characters. This flag is specified if and only if the current "
134 // death_test_style flag.
243 // AbortReason, DeathTestOutcome, and flag characters above.
255 const InternalRunDeathTestFlag* const flag = local
257 if (flag != NULL) {
258 FILE* parent = posix::FDOpen(flag->write_fd(), "w");
426 char flag; local
434 bytes_read = posix::Read(read_fd(), &flag,
686 const InternalRunDeathTestFlag* const flag = local
1102 const InternalRunDeathTestFlag* const flag = local
1157 const InternalRunDeathTestFlag* const flag = local
[all...]

Completed in 1570 milliseconds

12