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

1 2 3 4 5 6 7

  /external/droiddriver/src/io/appium/droiddriver/finders/
Predicates.java 28 public final class Predicates {
30 private Predicates() {
130 return Predicates.<T>allOf(Arrays.asList(components));
165 return Predicates.<T>anyOf(Arrays.asList(components));
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
Predicates.java 19 public class Predicates {
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.java 38 * Unit test for {@link Predicates}.
44 private static final Predicate<Integer> TRUE = Predicates.alwaysTrue();
45 private static final Predicate<Integer> FALSE = Predicates.alwaysFalse();
84 * Tests for Predicates.alwaysTrue().
88 assertEvalsToTrue(Predicates.alwaysTrue());
93 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
95 .addEqualityGroup(Predicates.alwaysFalse())
100 * Tests for Predicates.alwaysFalse().
104 assertEvalsToFalse(Predicates.alwaysFalse());
109 .addEqualityGroup(FALSE, Predicates.alwaysFalse()
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 43 * Unit test for {@link Predicates}.
49 private static final Predicate<Integer> TRUE = Predicates.alwaysTrue();
50 private static final Predicate<Integer> FALSE = Predicates.alwaysFalse();
89 * Tests for Predicates.alwaysTrue().
93 assertEvalsToTrue(Predicates.alwaysTrue());
98 .addEqualityGroup(TRUE, Predicates.alwaysTrue())
100 .addEqualityGroup(Predicates.alwaysFalse())
106 checkSerialization(Predicates.alwaysTrue());
110 * Tests for Predicates.alwaysFalse().
114 assertEvalsToFalse(Predicates.alwaysFalse())
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 28 import io.appium.droiddriver.finders.Predicates;
149 super(Predicates.allOf(original.predicate, extraPredicate));
  /external/guava/guava/src/com/google/common/base/
Predicates.java 37 * <p>All methods returns serializable predicates as long as they're given
48 public final class Predicates {
49 private Predicates() {}
131 return new AndPredicate<T>(Predicates.<T>asList(
170 return new OrPredicate<T>(Predicates.<T>asList(
180 ? Predicates.<T>isNull()
193 * <p><b>Warning:</b> contrary to the typical assumptions about predicates (as
226 * Predicates.<Object>in()}.
276 /** @see Predicates#alwaysTrue() */
282 return "Predicates.alwaysTrue()"
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 34 * <p>All methods returns serializable predicates as long as they're given
45 public final class Predicates {
46 private Predicates() {}
128 return new AndPredicate<T>(Predicates.<T>asList(
167 return new OrPredicate<T>(Predicates.<T>asList(
177 ? Predicates.<T>isNull()
190 * Predicates.<Object>in()}.
213 /** @see Predicates#alwaysTrue() */
219 return "Predicates.alwaysTrue()";
222 /** @see Predicates#alwaysFalse() *
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 237 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates");
238 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
239 if (Predicates[i]->getName().find("Not64Bit") != Name.npos ||
240 Predicates[i]->getName().find("In32Bit") != Name.npos) {
244 if (Predicates[i]->getName().find("In64Bit") != Name.npos) {
    [all...]
FixedLenDecoderEmitter.cpp 74 PredicateSet Predicates;
103 PredicateSet &Predicates,
426 // Emits code to check the Predicates member of an instruction are true.
871 emitPredicateFunction(formatted_raw_ostream &OS, PredicateSet &Predicates,
878 if (!Predicates.empty()) {
882 for (const auto &Predicate : Predicates) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 238 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates");
239 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
240 if (Predicates[i]->getName().find("32Bit") != Name.npos) {
244 if (Predicates[i]->getName().find("64Bit") != Name.npos) {
    [all...]
FixedLenDecoderEmitter.cpp 333 // Emits code to check the Predicates member of an instruction are true.
776 ListInit *Predicates = AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
777 for (unsigned i = 0; i < Predicates->getSize(); ++i) {
778 Record *Pred = Predicates->getElementAsRecord(i);
799 return Predicates->getSize() > 0;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java 29 import com.google.common.base.Predicates;
205 FluentIterable.from(asList("foo", "bar")).filter(Predicates.equalTo("foo"));
230 Predicate<String> predicate = Predicates.equalTo("pants");
242 Predicate<String> predicate = Predicates.equalTo("cool");
253 assertEquals(Optional.of("cool"), iterable.firstMatch(Predicates.equalTo("cool")));
254 assertEquals(Optional.of("pants"), iterable.firstMatch(Predicates.equalTo("pants")));
255 assertEquals(Optional.absent(), iterable.firstMatch(Predicates.alwaysFalse()));
256 assertEquals(Optional.of("cool"), iterable.firstMatch(Predicates.alwaysTrue()));
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 185 PredMap Predicates;
428 /// \brief Analyze the predecessors of each block and build up predicates
432 BBPredicates &Pred = Predicates[BB];
495 Predicates.clear();
539 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
750 /// \brief Does BB dominate all the predicates of Node ?
752 BBPredicates &Preds = Predicates[Node->getEntry()];
764 BBPredicates &Preds = Predicates[Node->getEntry()];
984 Predicates.clear();
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 362 struct tgsi_exec_vector *Predicates;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 368 /// This class represents a composition of other SCEV predicates, and is the
370 /// logical "AND" of all the predicates in the union.
379 /// Vector with references to all predicates in this union.
381 /// Maps SCEVs to predicates for quick look-ups.
394 /// Returns a reference to a vector containing all predicates which apply to
405 /// predicates in the union.
543 /// predicate by splitting it into a set of independent predicates.
562 /// if all of the predicates in \c Predicates evaluate to 'true' at
564 SmallPtrSet<const SCEVPredicate *, 4> Predicates;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h 368 /// This class represents a composition of other SCEV predicates, and is the
370 /// logical "AND" of all the predicates in the union.
379 /// Vector with references to all predicates in this union.
381 /// Maps SCEVs to predicates for quick look-ups.
394 /// Returns a reference to a vector containing all predicates which apply to
405 /// predicates in the union.
543 /// predicate by splitting it into a set of independent predicates.
562 /// if all of the predicates in \c Predicates evaluate to 'true' at
564 SmallPtrSet<const SCEVPredicate *, 4> Predicates;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h 368 /// This class represents a composition of other SCEV predicates, and is the
370 /// logical "AND" of all the predicates in the union.
379 /// Vector with references to all predicates in this union.
381 /// Maps SCEVs to predicates for quick look-ups.
394 /// Returns a reference to a vector containing all predicates which apply to
405 /// predicates in the union.
543 /// predicate by splitting it into a set of independent predicates.
562 /// if all of the predicates in \c Predicates evaluate to 'true' at
564 SmallPtrSet<const SCEVPredicate *, 4> Predicates;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 375 /// This class represents a composition of other SCEV predicates, and is the
377 /// logical "AND" of all the predicates in the union.
386 /// Vector with references to all predicates in this union.
389 /// Maps SCEVs to predicates for quick look-ups.
402 /// Returns a reference to a vector containing all predicates which apply to
413 /// predicates in the union.
572 /// Predicates. If successful return these <AddRecExpr, Predicates>;
574 /// whether to actually add the predicates and carry out the rewrites).
741 /// SCEV predicates to Predicates that are required to be true in order fo
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolution.h 375 /// This class represents a composition of other SCEV predicates, and is the
377 /// logical "AND" of all the predicates in the union.
386 /// Vector with references to all predicates in this union.
389 /// Maps SCEVs to predicates for quick look-ups.
402 /// Returns a reference to a vector containing all predicates which apply to
413 /// predicates in the union.
572 /// Predicates. If successful return these <AddRecExpr, Predicates>;
574 /// whether to actually add the predicates and carry out the rewrites).
741 /// SCEV predicates to Predicates that are required to be true in order fo
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolution.h 375 /// This class represents a composition of other SCEV predicates, and is the
377 /// logical "AND" of all the predicates in the union.
386 /// Vector with references to all predicates in this union.
389 /// Maps SCEVs to predicates for quick look-ups.
402 /// Returns a reference to a vector containing all predicates which apply to
413 /// predicates in the union.
572 /// Predicates. If successful return these <AddRecExpr, Predicates>;
574 /// whether to actually add the predicates and carry out the rewrites).
741 /// SCEV predicates to Predicates that are required to be true in order fo
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolution.h 375 /// This class represents a composition of other SCEV predicates, and is the
377 /// logical "AND" of all the predicates in the union.
386 /// Vector with references to all predicates in this union.
389 /// Maps SCEVs to predicates for quick look-ups.
402 /// Returns a reference to a vector containing all predicates which apply to
413 /// predicates in the union.
572 /// Predicates. If successful return these <AddRecExpr, Predicates>;
574 /// whether to actually add the predicates and carry out the rewrites).
741 /// SCEV predicates to Predicates that are required to be true in order fo
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolution.h 368 /// This class represents a composition of other SCEV predicates, and is the
370 /// logical "AND" of all the predicates in the union.
379 /// Vector with references to all predicates in this union.
381 /// Maps SCEVs to predicates for quick look-ups.
394 /// Returns a reference to a vector containing all predicates which apply to
405 /// predicates in the union.
543 /// predicate by splitting it into a set of independent predicates.
562 /// if all of the predicates in \c Predicates evaluate to 'true' at
564 SmallPtrSet<const SCEVPredicate *, 4> Predicates;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolution.h 368 /// This class represents a composition of other SCEV predicates, and is the
370 /// logical "AND" of all the predicates in the union.
379 /// Vector with references to all predicates in this union.
381 /// Maps SCEVs to predicates for quick look-ups.
394 /// Returns a reference to a vector containing all predicates which apply to
405 /// predicates in the union.
543 /// predicate by splitting it into a set of independent predicates.
562 /// if all of the predicates in \c Predicates evaluate to 'true' at
564 SmallPtrSet<const SCEVPredicate *, 4> Predicates;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolution.h 368 /// This class represents a composition of other SCEV predicates, and is the
370 /// logical "AND" of all the predicates in the union.
379 /// Vector with references to all predicates in this union.
381 /// Maps SCEVs to predicates for quick look-ups.
394 /// Returns a reference to a vector containing all predicates which apply to
405 /// predicates in the union.
543 /// predicate by splitting it into a set of independent predicates.
562 /// if all of the predicates in \c Predicates evaluate to 'true' at
564 SmallPtrSet<const SCEVPredicate *, 4> Predicates;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolution.h 375 /// This class represents a composition of other SCEV predicates, and is the
377 /// logical "AND" of all the predicates in the union.
386 /// Vector with references to all predicates in this union.
389 /// Maps SCEVs to predicates for quick look-ups.
402 /// Returns a reference to a vector containing all predicates which apply to
413 /// predicates in the union.
572 /// Predicates. If successful return these <AddRecExpr, Predicates>;
574 /// whether to actually add the predicates and carry out the rewrites).
741 /// SCEV predicates to Predicates that are required to be true in order fo
    [all...]

Completed in 713 milliseconds

1 2 3 4 5 6 7