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

1234567891011>>

/external/clang/test/SemaCXX/
H A Dattr-flag-enum-reject.cpp3 enum __attribute__((flag_enum)) flag { // expected-warning {{ignored}} enum
/external/toolchain-utils/crosperf/
H A Dtest_flag.py7 def SetTestMode(flag):
8 is_test[0] = flag
/external/libchrome/base/synchronization/
H A Dcancellation_flag_unittest.cc27 void CancelHelper(CancellationFlag* flag) { argument
29 ASSERT_DEBUG_DEATH(flag->Set(), "");
34 CancellationFlag flag; local
35 ASSERT_FALSE(flag.IsSet());
36 flag.Set();
37 ASSERT_TRUE(flag.IsSet());
41 CancellationFlag flag; local
42 ASSERT_FALSE(flag.IsSet());
43 flag.Set();
44 ASSERT_TRUE(flag
59 CancellationFlag flag; local
[all...]
/external/robolectric/v1/src/main/java/android/webkit/
H A DTestWebSettings.java68 public synchronized void setBlockNetworkImage(boolean flag) { argument
69 blockNetworkImage = flag;
78 public synchronized void setBlockNetworkLoads(boolean flag) { argument
79 blockNetworkLoads = flag;
98 public synchronized void setDatabaseEnabled(boolean flag) { argument
99 databaseEnabled = flag;
108 public synchronized void setDomStorageEnabled(boolean flag) { argument
109 domStorageEnabled = flag;
118 public synchronized void setJavaScriptEnabled(boolean flag) { argument
119 javaScriptEnabled = flag;
128 setLightTouchEnabled(boolean flag) argument
138 setLoadWithOverviewMode(boolean flag) argument
147 setNeedInitialFocus(boolean flag) argument
157 setPluginsEnabled(boolean flag) argument
[all...]
/external/google-breakpad/src/testing/gtest/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...]
/external/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...]
/external/protobuf/gtest/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...]
/external/v8/testing/gtest/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...]
/external/vulkan-validation-layers/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...]
/external/bison/lib/
H A Ddup-safer-flag.c34 dup_safer_flag (int fd, int flag) argument
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
/external/elfutils/tests/
H A Drun-test-flag-nobits.sh22 testrun ${abs_builddir}/test-flag-nobits testfile
/external/libchrome/build/
H A Dbuildflag.h9 // natural, and gives errors if the flag is not defined. Normally in the
11 // the setup to know what the flag is" as "flag is off". Normally you would
42 // Because the flag is accessed as a preprocessor macro with (), an error
43 // will be thrown if the proper header defining the internal flag value has
45 #define BUILDFLAG(flag) (BUILDFLAG_CAT(BUILDFLAG_INTERNAL_, flag)())
/external/syslinux/core/fs/iso9660/
H A Dsusp_rr.h18 @param flag Bitfield for control purposes:
25 int susp_rr_check_signatures(struct fs_info *fs, int flag);
41 @param flag Bitfield for control purposes:
55 char **data, int *len_data, int flag);
/external/autotest/contrib/
H A Dcount_labels16 while getopts 'pbv' flag
18 case $flag in
/external/clang/test/Index/
H A Dprint-bitwidth.c6 unsigned flag : 1;
21 // CHECK: FieldDecl=flag:6:12 (Definition) bitwidth=1
/external/llvm/include/llvm/Support/
H A DThreading.h63 /// This macro is the only way you should define your once flag for LLVM's
65 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag
72 /// This macro is the only way you should define your once flag for LLVM's
74 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
84 /// LLVM_DEFINE_ONCE_FLAG(flag);
85 /// call_once(flag, foo);
88 /// \param flag Flag used for tracking whether or not this has run.
91 void call_once(once_flag &flag, Functio argument
[all...]
/external/ltp/testcases/kernel/include/
H A Dnuma_helper.h34 int get_allowed_nodes_arr(int flag, int *num_nodes, int **nodes);
35 int get_allowed_nodes(int flag, int count, ...);
37 int is_numa(void (*cleanup_fn)(void), int flag, int min_nodes);
/external/ltp/testcases/network/tcp_cmds/netstat/
H A Dnetstat0160 for flag in "-s" "-rn" "-i" "-gn" "-apn"; do
61 if ! netstat $flag 1>/dev/null 2>&1; then
62 end_testcase "netstat $flag failed"
/external/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd02.c70 int flag; variable
130 int flag = 0; local
135 flag = FAILED;
137 if ((flag != FAILED) && (strcmp(pwd_buf, cwd) != 0)) {
140 flag = FAILED;
143 if (flag == FAILED) {
152 int flag = 0; local
158 flag = FAILED;
161 if (flag == FAILED) {
170 int flag local
190 int flag = 0; local
211 int flag = 0; local
235 int flag = 0; local
253 int flag = 0; local
[all...]
/external/toybox/toys/other/
H A Dblockdev.c51 // Command line order discarded so perform multiple operations in flag order
53 long flag = toys.optflags & (1<<i); local
55 if (!flag) continue;
57 if (flag & FLAG_setbsz) val = TT.bsz;
58 else val = !!(flag & FLAG_setro);
62 flag &= FLAG_setbsz|FLAG_setro|FLAG_flushbufs|FLAG_rereadpt|FLAG_setrw;
63 if (!flag) printf("%lld\n", (toys.optflags & FLAG_getsz) ? val >> 9: val);
/external/webrtc/webrtc/base/
H A Dplatform_thread_unittest.cc40 bool flag = false; local
41 rtc::PlatformThread thread(&SetFlagRunFunction, &flag, "RunFunctionIsCalled");
44 // At this point, the flag may be either true or false.
48 EXPECT_TRUE(flag);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.h27 extern void * dlopen(const char * filename, int flag);
/external/google-benchmark/src/
H A Dcommandlineflags.h32 // corresponding to the given Google Test flag.
33 bool BoolFromEnv(const char* flag, bool default_val);
34 int32_t Int32FromEnv(const char* flag, int32_t default_val);
35 double DoubleFromEnv(const char* flag, double default_val);
36 const char* StringFromEnv(const char* flag, const char* default_val);
38 // Parses a string for a bool flag, in the form of either
39 // "--flag=value" or "--flag".
45 // On success, stores the value of the flag in *value, and returns
47 bool ParseBoolFlag(const char* str, const char* flag, boo
[all...]
H A Dcommandlineflags.cc79 // given flag. For example, FlagToEnvVar("foo") will return
81 static std::string FlagToEnvVar(const char* flag) { argument
82 const std::string flag_str(flag);
92 // the given flag; if it's not set, returns default_value.
95 bool BoolFromEnv(const char* flag, bool default_value) { argument
96 const std::string env_var = FlagToEnvVar(flag);
103 // variable corresponding to the given flag; if it isn't set or
105 int32_t Int32FromEnv(const char* flag, int32_t default_value) { argument
106 const std::string env_var = FlagToEnvVar(flag);
124 // the given flag; i
125 StringFromEnv(const char* flag, const char* default_value) argument
136 ParseFlagValue(const char* str, const char* flag, bool def_optional) argument
161 ParseBoolFlag(const char* str, const char* flag, bool* value) argument
173 ParseInt32Flag(const char* str, const char* flag, int32_t* value) argument
185 ParseDoubleFlag(const char* str, const char* flag, double* value) argument
197 ParseStringFlag(const char* str, const char* flag, std::string* value) argument
208 IsFlag(const char* str, const char* flag) argument
[all...]
/external/libcxx/utils/google-benchmark/src/
H A Dcommandlineflags.h32 // corresponding to the given Google Test flag.
33 bool BoolFromEnv(const char* flag, bool default_val);
34 int32_t Int32FromEnv(const char* flag, int32_t default_val);
35 double DoubleFromEnv(const char* flag, double default_val);
36 const char* StringFromEnv(const char* flag, const char* default_val);
38 // Parses a string for a bool flag, in the form of either
39 // "--flag=value" or "--flag".
45 // On success, stores the value of the flag in *value, and returns
47 bool ParseBoolFlag(const char* str, const char* flag, boo
[all...]

Completed in 1069 milliseconds

1234567891011>>