Home
last modified time | relevance | path

Searched defs:not_match (Results 1 – 5 of 5) sorted by relevance

/external/libese/ready_se/google/keymint/KM200/HAL/
Dkeymint_utils.cpp64 int not_match = in getOsVersion() local
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local
/external/libese/ready_se/google/keymint/KM300/HAL/
Dkeymint_utils.cpp64 int not_match = in getOsVersion() local
87 int not_match = regexec(&regex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/listener/
Dlistener_components.proto260 ListenerFilterChainMatchPredicate not_match = 3; field
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/listener/v3/
Dlistener_components.proto333 ListenerFilterChainMatchPredicate not_match = 3; field
/external/llvm/include/llvm/IR/
DPatternMatch.h833 template <typename LHS_t> struct not_match { struct
836 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() argument
854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument