HomeSort by relevance Sort by last modified time
    Searched refs:flag (Results 1 - 25 of 3056) 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_org/base/synchronization/
cancellation_flag_unittest.cc 26 void CancelHelper(CancellationFlag* flag) {
28 ASSERT_DEBUG_DEATH(flag->Set(), "");
33 CancellationFlag flag; local
34 ASSERT_FALSE(flag.IsSet());
35 flag.Set();
36 ASSERT_TRUE(flag.IsSet());
40 CancellationFlag flag; local
41 ASSERT_FALSE(flag.IsSet());
42 flag.Set();
43 ASSERT_TRUE(flag.IsSet())
58 CancellationFlag flag; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkStringUtils.cpp 11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) {
12 if (flag) {
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,
  /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) {
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,
  /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_org/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/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...]
  /ndk/sources/third_party/googletest/googletest/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,
  /libcore/libart/src/main/java/java/lang/reflect/
AccessibleObject.java 40 * a flag controlling access checks for these objects. By default, accessing a
44 * operation is not permitted. If the accessible flag is set to true, these
60 private boolean flag = false; field in class:AccessibleObject
66 return flag;
70 * Attempts to set the accessible flag. Setting this to true prevents {@code
73 public void setAccessible(boolean flag) {
81 this.flag = flag;
85 * Attempts to set the accessible flag for all objects in {@code objects}.
88 public static void setAccessible(AccessibleObject[] objects, boolean flag) {
    [all...]
  /external/clang/test/Index/
print-bitwidth.c 6 unsigned flag : 1;
21 // CHECK: FieldDecl=flag:6:12 (Definition) bitwidth=1
  /development/ndk/sources/android/libportable/arch-x86_64/
fenv.c 34 static inline int x86_64_change_except(int flag) {
36 int exception = flag & FE_ALL_EXCEPT_PORTABLE;
52 static inline int x86_64_change_rounding(int flag) {
54 int rounding = flag & 0x03;
79 int flag = 0; local
83 flag |= FE_INVALID_PORTABLE;
85 flag |= FE_DIVBYZERO_PORTABLE;
87 flag |= FE_OVERFLOW_PORTABLE;
89 flag |= FE_UNDERFLOW_PORTABLE;
91 flag |= FE_INEXACT_PORTABLE
97 int flag = 0; local
179 int flag = REAL(fegetexcept)(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLengthBoxAndBool.cpp 39 if (lengthBox->flag() != flag())
47 if (lengthBox->flag() == flag()) {
50 flag());
58 return box()->equals(lengthBox->box()) && flag() == lengthBox->flag();
  /frameworks/base/location/lib/java/com/android/location/provider/
GmsFusedBatchOptions.java 62 public void setFlag(int flag) {
63 mOptions.setFlag(flag);
66 public void resetFlag(int flag) {
67 mOptions.resetFlag(flag);
70 public boolean isFlagSet(int flag) {
71 return mOptions.isFlagSet(flag);
79 * Definition of enum flag sets needed by this class.

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>