Home
last modified time | relevance | path

Searched defs:all_flags (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/gflags/src/
H A Dgflags_completions.cc218 vector<CommandLineFlagInfo> all_flags; in PrintFlagCompletionInfo() local
351 const vector<CommandLineFlagInfo> &all_flags, in FindMatchingFlags()
477 const vector<CommandLineFlagInfo> &all_flags, in TryFindModuleAndPackageDir()
/aosp_15_r20/external/musl/src/process/
H A Dposix_spawnattr_setflags.c6 const unsigned all_flags = in posix_spawnattr_setflags() local
/aosp_15_r20/external/trusty/musl/src/process/
Dposix_spawnattr_setflags.c6 const unsigned all_flags = in posix_spawnattr_setflags() local
/aosp_15_r20/external/strace/tests-m32/
H A Dinotify_init1.c45 # define all_flags (O_NONBLOCK | cloexec_flag) macro
/aosp_15_r20/external/strace/tests-mx32/
H A Dinotify_init1.c45 # define all_flags (O_NONBLOCK | cloexec_flag) macro
/aosp_15_r20/external/strace/tests/
H A Dinotify_init1.c45 # define all_flags (O_NONBLOCK | cloexec_flag) macro
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/
H A Dreflection_test.cc65 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/flags/
H A Dreflection_test.cc65 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/
H A Dreflection_test.cc68 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/
H A Dreflection_test.cc68 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/
H A Dreflection_test.cc67 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/external/abseil-cpp/absl/flags/
H A Dreflection_test.cc68 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dreflection_test.cc65 auto all_flags = absl::GetAllFlags(); in TEST_F() local
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp158 std::vector<gflags::CommandLineFlagInfo> all_flags; in RecordFlags() local
/aosp_15_r20/bionic/tests/
H A Dspawn_test.cpp62 constexpr short all_flags = POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF | in TEST() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dstateless_validation.h776 … const char *flag_bits_name, VkFlags all_flags, uint32_t count, const VkFlags *array, in validate_flags_array()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2419 unsigned int flag, all_flags, exclusive_mask; in TEST() local
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c5986 long all_flags = 0; in parse_posix_spawn_flags() local