HomeSort by relevance Sort by last modified time
    Searched defs:Predicate (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/droiddriver/src/io/appium/droiddriver/finders/
Predicate.java 33 public interface Predicate<T> {
35 * Returns the result of applying this predicate to {@code input}.
44 * Predicate.
  /external/guava/guava/src/com/google/common/base/
Predicate.java 30 * Predicate}</a>.
36 public interface Predicate<T> {
38 * Returns the result of applying this predicate to {@code input}. This method is <i>generally
44 * Objects.equal}{@code (a, b)} implies that {@code predicate.apply(a) ==
45 * predicate.apply(b))}.
48 * @throws NullPointerException if {@code input} is null and this predicate does not accept null
54 * Indicates whether another object is equal to this predicate.
58 * {@link Predicate} that it considers <i>interchangeable</i> with this one. "Interchangeable"
  /external/libcxx/test/std/containers/sequences/list/list.ops/
remove_if.pass.cpp 31 typedef unary_counting_predicate<bool(*)(int), int> Predicate;
39 Predicate cp(g);
48 Predicate cp(even);
58 Predicate cp(g);
  /frameworks/base/test-base/src/com/android/internal/util/
Predicate.java 20 * A Predicate can determine a true or false value for any input of its
22 * {@code Predicate<String>}, and return true for any String that matches its
26 * Implementors of Predicate which may cause side effects upon evaluation are
29 * @deprecated Use {@code java.util.function.Predicate} instead.
33 public interface Predicate<T> {
  /packages/apps/DeskClock/src/com/android/deskclock/
Predicate.java 20 * A Predicate can determine a true or false value for any input of its
22 * {@code Predicate<String>}, and return true for any String that matches its
26 * Implementors of Predicate which may cause side effects upon evaluation are
29 public interface Predicate<T> {
34 * An implementation of the predicate interface that always returns true.
36 Predicate TRUE = new Predicate() {
44 * An implementation of the predicate interface that always returns false.
46 Predicate FALSE = new Predicate() {
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.ops/
remove_if.pass.cpp 31 typedef unary_counting_predicate<bool(*)(int), int> Predicate;
39 Predicate cp(g);
48 Predicate cp(even);
58 Predicate cp(g);
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 12 // template <class Predicate> void remove_if(Predicate pred);
32 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
38 Predicate cp(g);
45 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
50 Predicate cp(g);
57 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
63 Predicate cp(g);
70 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
74 Predicate cp(g)
    [all...]
  /libcore/ojluni/src/main/java/java/util/function/
Predicate.java 30 * Represents a predicate (boolean-valued function) of one argument.
35 * @param <T> the type of the input to the predicate
40 public interface Predicate<T> {
43 * Evaluates this predicate on the given argument.
46 * @return {@code true} if the input argument matches the predicate,
52 * Returns a composed predicate that represents a short-circuiting logical
53 * AND of this predicate and another. When evaluating the composed
54 * predicate, if this predicate is {@code false}, then the {@code other}
55 * predicate is not evaluated
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Predicate.java 22 * {@code RegexPredicate} might implement {@code Predicate<String>}, and return
31 public interface Predicate<T> {
39 * Applies this predicate to the given object.
41 * @param input the input that the predicate should act on
42 * @return the value of this predicate when applied to the input {@code t}
47 * Indicates whether some other object is equal to this {@code Predicate}.
49 * also a {@code Predicate} and, for every input object {@code input}, it
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 12 // template <class Predicate> void remove_if(Predicate pred);
32 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
38 Predicate cp(g);
45 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
50 Predicate cp(g);
57 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
63 Predicate cp(g);
70 typedef unary_counting_predicate<bool(*)(T), T> Predicate;
74 Predicate cp(g)
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/googletest/googletest/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
280 // %(Arity)s predicate assertion macros.
319 the predicate assertions."""
376 // This is intended as a regression test for the Google Test predicate
414 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
19 /// Predicate - These are "(BI << 5) | BO" for various predicates.
20 enum Predicate {
32 /// Invert the specified predicate. != -> ==, < -> >=.
33 Predicate InvertPredicate(Predicate Opcode);
  /external/v8/testing/gtest/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 34 Generates the implementation of Google Test predicate assertions and
44 predicate assertions, and writes it to file gtest_pred_impl.h in the
69 n: the maximum arity of the predicate macros to be generated.
113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
206 """Returns the implementation of n-ary predicate assertions."""
278 // %(Arity)s predicate assertion macros.
317 the predicate assertions."""
374 // This is intended as a regression test for the Google Test predicate
412 """Returns the tests for n-ary predicate assertions.""
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 201 : Predicate(std::move(P)), Iterator(I), End(E) {
216 while (Iterator != End && !Predicate(*Iterator)) {
220 FilterPredicate Predicate;
228 : Predicate(std::move(P)), Object(O) {}
230 return SectionFilterIterator(Predicate, Object.section_begin(),
234 return SectionFilterIterator(Predicate, Object.section_end(),
239 FilterPredicate Predicate;
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
26 /// Predicate - These are "(BI << 5) | BO" for various predicates.
27 enum Predicate {
67 /// Invert the specified predicate. != -> ==, < -> >=.
68 Predicate InvertPredicate(Predicate Opcode);
70 /// Assume the condition register is set by MI(a,b), return the predicate if
72 Predicate getSwappedPredicate(Predicate Opcode);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 156 int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 156 int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 156 int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 156 int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 156 int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 156 int64_t Predicate = MatchTable[CurrentIdx++];
158 << "], Predicate=" << Predicate << ")\n");
162 assert(Predicate > GIPFP_I64_Invalid && "Expected a valid predicate");
171 if (!MatcherInfo.I64ImmPredicateFns[Predicate](Value))
178 int64_t Predicate = MatchTable[CurrentIdx++];
180 << InsnID << "], Predicate=" << Predicate << ")\n");
183 assert(Predicate > GIPFP_APInt_Invalid && "Expected a valid predicate")
    [all...]

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>