Searched defs:flag (Results 1 - 25 of 691) 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/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,
H A Dfd-safer-flag.c37 descriptors, e.g., fd_safer_flag (open ("file", O_RDONLY | flag), flag). */
40 fd_safer_flag (int fd, int flag) argument
44 int f = dup_safer_flag (fd, flag);
/external/clang/test/OpenMP/
H A Dcancel_codegen.cpp9 float flag; variable
14 #pragma omp cancel parallel if(flag)
55 #pragma omp cancel for if(cancel: 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/ltp/testcases/kernel/device-drivers/agp/user_space/
H A Dtagp_ki.c45 int ki_generic(int fd, int flag) argument
60 * ioctl call for flag
62 rc = ioctl(fd, flag, &tif);
/external/ltp/testcases/kernel/device-drivers/base/user_base/
H A Dtbase_ki.c45 int ki_generic(int fd, int flag) argument
60 * ioctl call for flag
62 rc = ioctl(fd, flag, &tif);
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A Dtmod_ki.c45 int ki_generic(int fd, int flag) argument
60 * ioctl call for flag
62 rc = ioctl(fd, flag, &tif);
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/
H A Dtusb_ki.c54 int ki_generic(int fd, int flag) argument
69 * ioctl call for flag
71 rc = ioctl(fd, flag, &tif);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D21-1.c36 int flag; local
53 flag = MAP_SHARED;
54 while (flag == MAP_SHARED || flag == MAP_PRIVATE || flag == MAP_FIXED)
55 flag++;
57 pa = mmap(NULL, size, PROT_READ | PROT_WRITE, flag, fd, 0);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dutils.h37 unsigned flag; member in struct:dri_debug_control
/external/skia/tools/flags/
H A DSkCommonFlags.cpp88 const char* flag = images[i]; local
89 if (!sk_exists(flag)) {
90 SkDebugf("%s does not exist!\n", flag);
94 if (sk_isdir(flag)) {
98 SkOSFile::Iter it(flag, ext);
102 output->push_back() = SkOSPath::Join(flag, file.c_str());
106 SkDebugf("No supported images found in %s!\n", flag);
111 output->push_back() = flag;
/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/clang/test/CodeGenCXX/
H A Dconditional-expr-lvalue.cpp2 void f(bool flag) { argument
6 (flag ? a : b) = 3;
/external/compiler-rt/test/lsan/TestCases/
H A Dleak_check_before_thread_started.cc12 bool flag = false; variable
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h72 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/fio/lib/
H A Dgetopt.h13 int *flag; member in struct:option
/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/icu/icu4c/source/samples/ucnv/
H A Dflagcb.h22 UBool flag; member in struct:__anon7406
/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Dgrep.pass.cpp33 std::regex::flag_type flag = std::regex_constants::grep; local
35 std::regex re(s, flag);
/external/libusb/examples/getopt/
H A Dgetopt.h83 If the field `flag' is not NULL, it points to a variable that is set
89 option's `flag' field to zero and its `val' field to a nonzero
91 one). For long options that have a zero `flag' field, `getopt'
104 int *flag; member in struct:option
/external/ltp/testcases/kernel/containers/share/
H A Dns_common.h28 int flag; member in struct:param
/external/ltp/testcases/kernel/syscalls/ftruncate/
H A Dftruncate03.c67 int flag = O_RDONLY; local
127 // flag = O_RDWR;
129 if (flag == O_RDWR) {
134 wjh_f = open(TESTFILE, flag);
144 if ((flag == O_RDONLY) && (wjh_ret == -1) && (errno == EINVAL)) {
146 } else if ((flag == O_RDWR)) {
154 } else //flag was O_RDONLY but return codes wrong
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D11-1.c46 static volatile sig_atomic_t flag = 1; variable
50 flag = 0;
80 while (flag);

Completed in 658 milliseconds

1234567891011>>