Searched refs:flag (Results 76 - 100 of 1455) sorted by relevance

1234567891011>>

/external/chromium_org/testing/gtest/test/
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.
95 the --gtest_break_on_failure flag to turn assertion failures into
106 flag_value: value of the --gtest_break_on_failure flag;
107 None if the flag should not be present.
120 flag = ''
122 flag = '--%s=0' % BREAK_ON_FAILURE_FLAG
124 flag = '--%s' % BREAK_ON_FAILURE_FLAG
127 if flag:
128 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."""
/external/chromium_org/third_party/icu/source/common/unicode/
H A Denumset.h39 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); }
40 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; }
53 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } function in class:EnumSet
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h55 /* if not NULL, set *flag to val when option found */
56 int *flag; member in struct:option
57 /* if flag not NULL, value to set *flag to; else return value */
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddepth.h53 _mesa_DepthMask( GLboolean flag );
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCObserverMockObject.h14 - (void)setExpectationOrderMatters:(BOOL)flag;
/external/chromium_org/third_party/skia/src/core/
H A DSkUtilsArm.cpp109 const char* flag = (const char*) memmem(line, line_end - line, local
111 if (flag == NULL)
115 if (flag[neon_len] != ' ' && flag[neon_len] != '\n')
/external/chromium_org/third_party/webrtc/tools/
H A Dsimple_command_line_parser.h46 // flag in the corresponding map entry for this flag's name. We don't process
56 // Set a flag into the map of flag names/values.
57 // To set a boolean flag, use "false" as the default flag value.
61 // Gets a flag when provided a flag name (name is without the -- prefix).
62 // Returns "" if the flag is unknown and "true"/"false" if the flag i
[all...]
/external/chromium_org/ui/display/util/x11/
H A Dedid_parser_x11.h31 // Gets the overscan flag from |output| and stores to |flag|. Returns true if
32 // the flag is found. Otherwise returns false and doesn't touch |flag|. The
33 // output will produce overscan if |flag| is set to true, but the output may
34 // still produce overscan even though it returns true and |flag| is set to
36 DISPLAY_UTIL_EXPORT bool GetOutputOverscanFlag(RROutput output, bool* flag);
/external/gtest/test/
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.
95 the --gtest_break_on_failure flag to turn assertion failures into
106 flag_value: value of the --gtest_break_on_failure flag;
107 None if the flag should not be present.
120 flag = ''
122 flag = '--%s=0' % BREAK_ON_FAILURE_FLAG
124 flag = '--%s' % BREAK_ON_FAILURE_FLAG
127 if flag:
128 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."""
/external/icu/icu4c/source/common/unicode/
H A Denumset.h41 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); }
42 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; }
56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } function in class:EnumSet
/external/iproute2/include/
H A Ddlfcn.h13 static inline void *dlopen(const char *file, int flag) argument
/external/kernel-headers/original/uapi/linux/
H A Dkernelcapi.h20 int flag; member in struct:kcapi_flagdef
36 * flag > 2 => trace also data
37 * flag & 1 => show trace
/external/mesa3d/src/getopt/
H A Dgetopt.h55 /* if not NULL, set *flag to val when option found */
56 int *flag; member in struct:option
57 /* if flag not NULL, value to set *flag to; else return value */
/external/mesa3d/src/mesa/main/
H A Ddepth.h53 _mesa_DepthMask( GLboolean flag );
/external/protobuf/gtest/test/
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
47 # The command line flag for enabling/disabling listing all tests.
101 """Tests using the --gtest_list_tests flag to list all tests."""
108 flag_value: value of the --gtest_list_tests flag;
109 None if the flag should not be present.
113 other_flag: a different flag to be passed to command
115 None if the flag should not be present.
119 flag = ''
122 flag
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dstatetracker_test.py52 flag = _FakeDocFlag()
53 flag.flag_type = flag_type
54 flag.name = name
55 return flag
111 flag = comment.GetFlag('param')
112 self.assertEquals('string', flag.type)
113 self.assertEquals('[name]', flag.name)
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_prn.c69 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
95 int X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) argument
105 return unknown_ext_print(out, ext, flag, indent, 0);
110 if(!ext_str) return unknown_ext_print(out, ext, flag, indent, 1);
137 int X509V3_extensions_print(BIO *bp, const char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
161 if(!X509V3_EXT_print(bp, ex, flag, indent + 4))
171 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
173 switch(flag & X509V3_EXT_UNKNOWN_MASK) {
198 int X509V3_EXT_print_fp(FILE *fp, X509_EXTENSION *ext, int flag, int indent) argument
203 ret = X509V3_EXT_print(bio_tmp, ext, flag, inden
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dbad_flags_prompt.cc69 // This flag gives extensions more powers.
80 for (const char** flag = kBadFlags; *flag; ++flag) {
81 if (CommandLine::ForCurrentProcess()->HasSwitch(*flag)) {
87 std::string("--") + *flag)),
/external/chromium_org/v8/test/mjsunit/
H A Dcyrillic.js113 var flag = ignore_case ? "i" : "";
114 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.first), 19);
115 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.middle), 20);
116 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(greek.last), 21);
118 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.FIRST), 22);
119 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.MIDDLE), 23);
120 assertTrue(Range(greek.first, cyrillic.LAST, flag).test(cyrillic.LAST), 24);
124 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.FIRST), 25);
125 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.MIDDLE), 26);
126 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag)
[all...]

Completed in 359 milliseconds

1234567891011>>