Searched defs:global_flags (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_meta.cpp | 68 … 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 D | nbd-client.c | 305 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 D | CompilerRTCompile.cmake | 53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
|
/aosp_15_r20/external/pdfium/core/fxcodec/gif/ |
H A D | cfx_gif.h | 62 CFX_GifGlobalFlags global_flags; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderParse.h | 136 struct dx10_global_flags global_flags; member
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-lspping.c | 66 nd_uint16_t global_flags; member
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | parse.cc | 2265 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/ |
D | parse.cc | 2219 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse()
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | parse.cc | 2199 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse()
|