HomeSort by relevance Sort by last modified time
    Searched refs:flag (Results 1 - 25 of 1901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-3.cpp 16 int flag; local
18 flag = 0;
23 flag = 1;
26 if (!flag)
eh990323-2.cpp 52 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...]
eh990323-4.cpp 53 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...]
ice990323-2.cpp 33 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...]
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-3.cpp 16 int flag; local
18 flag = 0;
23 flag = 1;
26 if (!flag)
eh990323-2.cpp 52 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...]
eh990323-4.cpp 53 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...]
ice990323-2.cpp 33 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...]
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 27 explicit CancelTask(CancellationFlag* flag) : flag_(flag) {}
36 CancellationFlag flag; local
37 ASSERT_FALSE(flag.IsSet());
38 flag.Set();
39 ASSERT_TRUE(flag.IsSet());
43 CancellationFlag flag; local
44 ASSERT_FALSE(flag.IsSet());
45 flag.Set();
46 ASSERT_TRUE(flag.IsSet())
61 CancellationFlag flag; local
    [all...]
  /external/kernel-headers/original/linux/
thread_info.h 26 * flag set/clear/test wrappers
30 static inline void set_ti_thread_flag(struct thread_info *ti, int flag)
32 set_bit(flag,&ti->flags);
35 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag)
37 clear_bit(flag,&ti->flags);
40 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag)
42 return test_and_set_bit(flag,&ti->flags);
45 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag)
47 return test_and_clear_bit(flag,&ti->flags);
50 static inline int test_ti_thread_flag(struct thread_info *ti, int flag)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 21 void ParseFlag(const char *env, bool *flag, const char *name);
22 void ParseFlag(const char *env, int *flag, const char *name);
23 void ParseFlag(const char *env, const char **flag, const char *name);
sanitizer_flags.cc 52 static bool StartsWith(const char *flag, int flag_length, const char *value) {
53 if (!flag || !value)
57 (0 == internal_strncmp(flag, value, value_length));
60 void ParseFlag(const char *env, bool *flag, const char *name) {
68 *flag = false;
72 *flag = true;
75 void ParseFlag(const char *env, int *flag, const char *name) {
80 *flag = internal_atoll(value);
85 void ParseFlag(const char *env, const char **flag, const char *name) {
90 // Copy the flag value. Don't use locks here, as flags are parsed a
    [all...]
  /external/qemu/
hxtool 5 flag=1
10 STEXI*|ETEXI*|SQMP*|EQMP*) flag=$(($flag^1))
13 test $flag -eq 1 && printf "%s\n" "$str"
21 flag=0
28 if test $flag -eq 1 ; then
32 flag=1
35 if test $flag -ne 1 ; then
39 flag=0
42 if test $flag -eq 1 ; the
    [all...]
  /external/skia/src/core/
SkStringUtils.cpp 11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) {
12 if (flag) {
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.h 47 - (void)setAllowsHorizontalScrolling:(BOOL)flag;
51 - (void)setAllowsScrollersToOverlapContent:(BOOL)flag;
54 - (void)setAlwaysHideHorizontalScroller:(BOOL)flag;
55 - (void)setAlwaysHideVerticalScroller:(BOOL)flag;
WebPreferences.h 236 @param flag
238 - (void)setUserStyleSheetEnabled:(BOOL)flag;
259 @param flag
261 - (void)setJavaEnabled:(BOOL)flag;
270 @param flag
272 - (void)setJavaScriptEnabled:(BOOL)flag;
281 @param flag
283 - (void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag;
292 @param flag
294 - (void)setPlugInsEnabled:(BOOL)flag;
    [all...]
  /external/robolectric/src/main/java/android/webkit/
TestWebSettings.java 68 public synchronized void setBlockNetworkImage(boolean flag) {
69 blockNetworkImage = flag;
78 public synchronized void setBlockNetworkLoads(boolean flag) {
79 blockNetworkLoads = flag;
98 public synchronized void setDatabaseEnabled(boolean flag) {
99 databaseEnabled = flag;
108 public synchronized void setDomStorageEnabled(boolean flag) {
109 domStorageEnabled = flag;
118 public synchronized void setJavaScriptEnabled(boolean flag) {
119 javaScriptEnabled = flag;
    [all...]
  /external/chromium/testing/gtest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
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, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/gtest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
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, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
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, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 53 void PrintFlag(const char* flag) {
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, "repeat") == 0)
109 cout << "Invalid flag name " << flag local
    [all...]
  /external/bison/lib/
dup-safer-flag.c 30 STDERR_FILENO. If FLAG contains O_CLOEXEC, behave like
34 dup_safer_flag (int fd, int flag)
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
  /external/clang/test/Index/
print-bitwidth.c 6 unsigned flag : 1;
21 // CHECK: FieldDecl=flag:6:12 (Definition) bitwidth=1
  /external/skia/include/core/
SkStringUtils.h 14 * Add 'flagStr' to 'string' and set 'needSeparator' to true only if 'flag' is
16 * is used to streamline the creation of ASCII flag strings within the toString
19 void SkAddFlagToString(SkString* string, bool flag,
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 70 public boolean hasModeFlag(int flag) {
71 if (((S_IRWXU | S_IRWXG | S_IRWXO) & flag) != flag) {
72 throw new IllegalArgumentException("Inappropriate flag " + flag);
74 return (mode & flag) == flag;

Completed in 306 milliseconds

1 2 3 4 5 6 7 8 91011>>