Searched defs:NamePredicate (Results  1 – 2 of 2) sorted by relevance
| /external/rust/android-crates-io/crates/predicates/src/ | 
| D | name.rs | 21 pub struct NamePredicate<M, Item>  struct 31 unsafe impl<M, Item> Send for NamePredicate<M, Item>  argument 38 unsafe impl<M, Item> Sync for NamePredicate<M, Item>  implementation 45 impl<M, Item> Predicate<Item> for NamePredicate<M, Item>  implementation 61 impl<M, Item> reflection::PredicateReflection for NamePredicate<M, Item>  implementation 72 impl<M, Item> fmt::Display for NamePredicate<M, Item>  implementation
  | 
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ | 
| D | ThreadUtils.java | 74     public static class NamePredicate implements ThreadPredicate, ThreadGroupPredicate {  class in ThreadUtils 84         public NamePredicate(final String name) {  in NamePredicate()  method in ThreadUtils.NamePredicate
  |