HomeSort by relevance Sort by last modified time
    Searched refs:Predicate (Results 251 - 275 of 774) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 155 ICmpInst::Predicate Pred = ICmp->getPredicate();
172 ICmpInst::Predicate InvariantPredicate;
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 274 // the given predicate.
275 template <class Container, typename Predicate>
276 inline int CountIf(const Container& c, Predicate predicate) {
281 if (predicate(*it))
337 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 271 // the given predicate.
272 template <class Container, typename Predicate>
273 inline int CountIf(const Container& c, Predicate predicate) {
278 if (predicate(*it))
334 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 267 // the given predicate.
268 template <class Container, typename Predicate>
269 inline int CountIf(const Container& c, Predicate predicate) {
270 return static_cast<int>(std::count_if(c.begin(), c.end(), predicate));
323 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 45 import com.google.common.base.Predicate;
163 mScripts = Lists.newArrayList(Collections2.filter(scripts, new Predicate<File>() {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 280 // the given predicate.
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
287 if (predicate(*it))
343 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Vector.java 29 import java.util.function.Predicate;
    [all...]
Collections.java 37 import java.util.function.Predicate;
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 280 // the given predicate.
281 template <class Container, typename Predicate>
282 inline int CountIf(const Container& c, Predicate predicate) {
287 if (predicate(*it))
343 // A predicate that checks the key of a TestProperty against a known key.
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 28 * {@link Predicate} does for any {@link Object}. Also offers basic text
45 public abstract class CharMatcher implements Predicate<Character> {
512 * Character}-based predicate, but which operates on primitive {@code char}
516 final Predicate<? super Character> predicate) {
517 checkNotNull(predicate);
518 if (predicate instanceof CharMatcher) {
519 return (CharMatcher) predicate;
523 return predicate.apply(c);
526 return predicate.apply(checkNotNull(character))
    [all...]
  /external/dagger2/lib/
auto-factory-1.0-20150915.183854-35.jar 
auto-common-1.0-20151022.071545-39.jar 
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 260 if (!inst->Instruction.Predicate &&
lp_bld_tgsi_soa.c 312 /* Mix the predicate and execution mask */
472 /* Mix the predicate and execution mask */
853 * Predicate.
868 if (!inst->Instruction.Predicate) {
875 swizzles[0] = inst->Predicate.SwizzleX;
876 swizzles[1] = inst->Predicate.SwizzleY;
877 swizzles[2] = inst->Predicate.SwizzleZ;
878 swizzles[3] = inst->Predicate.SwizzleW;
880 index = inst->Predicate.Index;
887 * Only fetch the predicate register channels that are actually liste
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/factory/auto-factory/1.0-beta2/
auto-factory-1.0-beta2.jar 
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 26 import com.google.common.base.Predicate;
620 .filter(new Predicate<Class<?>>() {
680 private enum TypeFilter implements Predicate<TypeToken<?>> {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
FluentIterableTest.java 28 import com.google.common.base.Predicate;
230 Predicate<String> predicate = Predicates.equalTo("pants"); local
232 assertFalse(iterable.anyMatch(predicate));
234 assertFalse(iterable.anyMatch(predicate));
236 assertTrue(iterable.anyMatch(predicate));
242 Predicate<String> predicate = Predicates.equalTo("cool"); local
244 assertTrue(iterable.allMatch(predicate));
246 assertTrue(iterable.allMatch(predicate));
    [all...]
  /frameworks/base/core/java/android/app/
ResourcesManager.java 48 import java.util.function.Predicate;
58 * Predicate that returns true if a WeakReference is gc'ed.
60 private static final Predicate<WeakReference<Resources>> sEmptyReferencePredicate =
61 new Predicate<WeakReference<Resources>>() {
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Collectors.java 54 import java.util.function.Predicate;
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]
  /prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.4/
auto-common-0.4.jar 
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/
commons-collections-3.2.2.jar 

Completed in 4114 milliseconds

<<11121314151617181920>>