Searched refs:flag (Results 1 - 25 of 1516) 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/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/swiftshader/third_party/llvm-subzero/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/openssh/openbsd-compat/
H A Dvis.c46 #define isvisible(c,flag) \
47 (((c) == '\\' || (flag & VIS_ALL) == 0) && \
50 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
51 ((flag & VIS_SP) == 0 && (c) == ' ') || \
52 ((flag & VIS_TAB) == 0 && (c) == '\t') || \
53 ((flag & VIS_NL) == 0 && (c) == '\n') || \
54 ((flag & VIS_SAFE) && ((c) == '\b' || \
62 vis(char *dst, int c, int flag, int nextc) argument
64 if (isvisible(c, flag)) {
65 if ((c == '"' && (flag
161 strvis(char *dst, const char *src, int flag) argument
174 strnvis(char *dst, const char *src, size_t siz, int flag) argument
217 stravis(char **outp, const char *src, int flag) argument
236 strvisx(char *dst, const char *src, size_t len, int flag) argument
[all...]
/external/mesa3d/src/util/
H A Ddebug.c32 uint64_t flag = 0; local
37 flag |= control->flag;
46 flag |= control->flag;
52 return flag;
/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/python/cpython2/Lib/
H A Danydbm.py16 the create or new flag ('c' or 'n') was specified, the dbm type will
28 flag = key in d # true if the key exists
57 def open(file, flag='r', mode=0666):
60 Optional argument *flag* can be 'r' (default) for read-only access, 'w'
74 if 'c' in flag or 'n' in flag:
76 # flag was used so use default type
79 raise error, "need 'c' or 'n' flag to open new db"
85 return mod.open(file, flag, mode)
/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...]

Completed in 7708 milliseconds

1234567891011>>