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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
attr-flag-enum-reject.cpp 3 enum __attribute__((flag_enum)) flag { // expected-warning {{ignored}} enum
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra.c 64 * ACPredFlag - a flag indicating if AC prediction should be performed. It
104 OMX_U8 flag; local
118 flag = 0;
129 flag,
  /external/clang/test/OpenMP/
cancel_codegen.cpp 9 float flag; variable
14 #pragma omp cancel parallel if(flag)
54 #pragma omp cancel for if(cancel: flag)
57 // CHECK: [[FLAG:%.+]] = load float, float* @{{.+}},
58 // CHECK: [[BOOL:%.+]] = fcmp une float [[FLAG]], 0.000000e+00
102 // CHECK: [[FLAG:%.+]] = load float, float* @{{.+}},
103 // CHECK: [[BOOL:%.+]] = fcmp une float [[FLAG]], 0.000000e+00
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-3.cpp 16 int flag; local
18 flag = 0;
23 flag = 1;
26 if (!flag)
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)
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/libchrome/base/synchronization/
cancellation_flag_unittest.cc 27 void CancelHelper(CancellationFlag* flag) {
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.IsSet())
59 CancellationFlag flag; local
    [all...]
  /external/skia/tools/flags/
SkCommonFlags.cpp 67 const char* flag = FLAGS_images[i]; local
68 if (!sk_exists(flag)) {
69 SkDebugf("%s does not exist!\n", flag);
73 if (sk_isdir(flag)) {
77 SkOSFile::Iter it(flag, ext);
81 output->push_back() = SkOSPath::Join(flag, file.c_str());
85 SkDebugf("No supported images found in %s!\n", flag);
90 output->push_back() = flag;
  /development/tutorials/ReverseDebug/
main.c 23 int flag; variable
36 while (!flag) {
  /external/google-breakpad/src/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/mesa3d/src/mesa/drivers/dri/common/
utils.h 37 unsigned flag; member in struct:dri_debug_control
  /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/vulkan-validation-layers/tests/gtest-1.7.0/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/webrtc/webrtc/base/
platform_thread_unittest.cc 40 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);
  /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...]
  /development/ndk/platforms/android-3/include/
getopt.h 60 /* if not NULL, set *flag to val when option found */
61 int *flag; member in struct:option
62 /* if flag not NULL, value to set *flag to; else return value */
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 42 DWORD flag; local
44 int flag;
46 flag = 1;
47 setsockopt( sock, IPPROTO_TCP, TCP_NODELAY, (const char*)&flag, sizeof(flag) );
  /external/deqp/framework/opengl/
gluStrUtil.cpp 153 ContextFlags flag; member in struct:glu::__anon10011
167 if ((flags & s_descs[ndx].flag) != 0)
173 flags = flags & ~s_descs[ndx].flag;
  /external/e2fsprogs/include/nonunix/
getopt.h 72 If the field `flag' is not NULL, it points to a variable that is set
78 option's `flag' field to zero and its `val' field to a nonzero
80 one). For long options that have a zero `flag' field, `getopt'
93 int *flag; member in struct:option
  /external/e2fsprogs/lib/e2p/
pf.c 24 unsigned long flag; member in struct:flags_name
63 for (fp = flags_array; fp->flag != 0; fp++) {
64 if (flags & fp->flag) {
  /external/fio/lib/
getopt.h 13 int *flag; member in struct:option
  /external/icu/icu4c/source/samples/ucnv/
flagcb.h 12 /* The structure of a FromU Flag context.
13 (conceivably there could be a ToU Flag Context) */
19 UBool flag; member in struct:__anon12852
  /external/mesa3d/src/getopt/
getopt.h 55 /* 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 */

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>