HomeSort by relevance Sort by last modified time
    Searched refs:all_flags (Results 1 - 11 of 11) sorted by null

  /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,
213 vector<CommandLineFlagInfo> all_flags; local
215 GetAllFlags(&all_flags);
216 DVLOG(2) << "Found " << all_flags.size() << " flags overall";
220 all_flags,
244 TryFindModuleAndPackageDir(all_flags, &module, &package_dir);
346 const vector<CommandLineFlagInfo> &all_flags,
353 for (vector<CommandLineFlagInfo>::const_iterator it = all_flags.begin();
354 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)
  /external/vulkan-validation-layers/layers/
parameter_validation.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 671 * @param all_flags A bit mask combining all valid flag bits for the VkFlags type being validated.
    [all...]
  /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/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]
  /external/libcxx/utils/libcxx/test/
config.py     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
config.py     [all...]

Completed in 2336 milliseconds