Home
last modified time | relevance | path

Searched defs:global_flags (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_meta.cpp68 … struct dummy_test { constexpr static bool value = false; constexpr static int global_flags = 0; }; member
69 …my_a, dummy_a> { constexpr static bool value = true; constexpr static int global_flags = 1; }; member
70 …my_b, dummy_b> { constexpr static bool value = true; constexpr static int global_flags = 2; }; member
71 …my_c, dummy_c> { constexpr static bool value = true; constexpr static int global_flags = 4; }; member
/aosp_15_r20/external/ublksrv/nbd/
H A Dnbd-client.c305 bool can_opt_go, char* name, uint16_t global_flags) { in send_opt_exportname()
325 uint16_t global_flags; in negotiate() local
/aosp_15_r20/external/compiler-rt/cmake/Modules/
H A DCompilerRTCompile.cmake53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
/aosp_15_r20/external/pdfium/core/fxcodec/gif/
H A Dcfx_gif.h62 CFX_GifGlobalFlags global_flags; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderParse.h136 struct dx10_global_flags global_flags; member
/aosp_15_r20/external/tcpdump/
H A Dprint-lspping.c66 nd_uint16_t global_flags; member
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dparse.cc2265 Regexp* Regexp::Parse(absl::string_view s, ParseFlags global_flags, in Parse()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc2219 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse()
/aosp_15_r20/external/regex-re2/re2/
H A Dparse.cc2199 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse()