/external/strace/tests/ |
inotify_init1.c | 45 # define all_flags (O_NONBLOCK | cloexec_flag) macro 53 (kernel_ulong_t) 0x55555550ff96b77bULL & ~all_flags; 60 (unsigned int) (bogus_flags1 & ~all_flags), 67 rc = syscall(__NR_inotify_init1, all_flags); 69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc));
|
/external/strace/tests-m32/ |
inotify_init1.c | 45 # define all_flags (O_NONBLOCK | cloexec_flag) macro 53 (kernel_ulong_t) 0x55555550ff96b77bULL & ~all_flags; 60 (unsigned int) (bogus_flags1 & ~all_flags), 67 rc = syscall(__NR_inotify_init1, all_flags); 69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc));
|
/external/strace/tests-mx32/ |
inotify_init1.c | 45 # define all_flags (O_NONBLOCK | cloexec_flag) macro 53 (kernel_ulong_t) 0x55555550ff96b77bULL & ~all_flags; 60 (unsigned int) (bogus_flags1 & ~all_flags), 67 rc = syscall(__NR_inotify_init1, all_flags); 69 all_flags & cloexec_flag ? "|IN_CLOEXEC" : "", sprintrc(rc));
|
/external/gflags/src/ |
gflags_completions.cc | 101 const vector<CommandLineFlagInfo> &all_flags, 122 const vector<CommandLineFlagInfo> &all_flags, 218 vector<CommandLineFlagInfo> all_flags; local 220 GetAllFlags(&all_flags); 221 DVLOG(2) << "Found " << all_flags.size() << " flags overall"; 225 all_flags, 249 TryFindModuleAndPackageDir(all_flags, &module, &package_dir); 351 const vector<CommandLineFlagInfo> &all_flags, 358 for (vector<CommandLineFlagInfo>::const_iterator it = all_flags.begin(); 359 it != all_flags.end() [all...] |
/external/toolchain-utils/bestflags/ |
testing_batch.py | 374 all_flags = list(generation_tasks)[0].GetFlags() 375 cost = _ComputeCost(cost_function, specs, all_flags) 438 all_flags = list(all_flags_tasks)[0].GetFlags() 439 cost = _ComputeCost(cost_function, specs, all_flags)
|
/bionic/tests/ |
spawn_test.cpp | 58 constexpr short all_flags = POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF | local 61 ASSERT_EQ(0, posix_spawnattr_setflags(&sa, all_flags)); 63 ASSERT_EQ(all_flags, flags);
|
/external/vulkan-validation-layers/layers/ |
stateless_validation.h | [all...] |
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
seccomp_bpf.c | [all...] |
/external/libcxx/utils/libcxx/test/ |
config.py | [all...] |