/external/clang/test/SemaCXX/ |
H A D | attr-flag-enum-reject.cpp | 3 enum __attribute__((flag_enum)) flag { // expected-warning {{ignored}} enum
|
/external/bison/lib/ |
H A D | dup-safer-flag.c | 34 dup_safer_flag (int fd, int flag) argument 36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
|
H A D | fd-safer-flag.c | 37 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/mesa3d/src/util/ |
H A D | debug.h | 36 uint64_t flag; member in struct:debug_control
|
/external/clang/test/OpenMP/ |
H A D | cancel_codegen.cpp | 9 float flag; variable 14 #pragma omp cancel parallel if(flag) 55 #pragma omp cancel for if(cancel: flag)
|
/external/libchrome/base/synchronization/ |
H A D | cancellation_flag_unittest.cc | 27 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 D | tagp_ki.c | 45 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 D | tbase_ki.c | 45 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 D | tmod_ki.c | 45 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 D | tusb_ki.c | 54 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 D | 21-1.c | 36 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/python/cpython2/PC/os2emx/ |
H A D | dllentry.c | 19 unsigned long _DLL_InitTerm(unsigned long mod_handle, unsigned long flag) argument 21 switch (flag)
|
/external/skia/tools/flags/ |
H A D | SkCommonFlags.cpp | 90 const char* flag = images[i]; local 91 if (!sk_exists(flag)) { 92 SkDebugf("%s does not exist!\n", flag); 96 if (sk_isdir(flag)) { 100 SkOSFile::Iter it(flag, ext); 104 output->push_back() = SkOSPath::Join(flag, file.c_str()); 108 SkDebugf("No supported images found in %s!\n", flag); 113 output->push_back() = flag;
|
/external/webrtc/webrtc/base/ |
H A D | 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);
|
/external/clang/test/CodeGenCXX/ |
H A D | conditional-expr-lvalue.cpp | 2 void f(bool flag) { argument 6 (flag ? a : b) = 3;
|
/external/compiler-rt/test/lsan/TestCases/ |
H A D | leak_check_before_thread_started.cc | 12 bool flag = false; variable
|
/external/e2fsprogs/include/nonunix/ |
H A D | 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/fio/oslib/ |
H A D | getopt.h | 13 int *flag; member in struct:option
|
/external/google-breakpad/src/testing/gtest/test/ |
H A D | gtest_env_var_test_.cc | 53 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 D | gtest_env_var_test_.cc | 53 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 D | flagcb.h | 22 UBool flag; member in struct:__anon7538
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
H A D | grep.pass.cpp | 33 std::regex::flag_type flag = std::regex_constants::grep; local 35 std::regex re(s, flag);
|
/external/libusb/examples/getopt/ |
H A D | getopt.h | 83 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 D | ns_common.h | 28 int flag; member in struct:param
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
H A D | ftruncate03.c | 67 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
|