HomeSort by relevance Sort by last modified time
    Searched refs:Predicate (Results 126 - 150 of 317) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 189 if (inst->Instruction.Predicate) {
190 next_token(ctx, &inst->Predicate);
tgsi_text.c 875 /* Parse predicate.
884 inst.Instruction.Predicate = 1;
889 inst.Predicate.Negate = 1;
897 inst.Predicate.SwizzleX = swizzle[0];
898 inst.Predicate.SwizzleY = swizzle[1];
899 inst.Predicate.SwizzleZ = swizzle[2];
900 inst.Predicate.SwizzleW = swizzle[3];
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
CollectionUtils.java 34 import com.google.common.base.Predicate;
51 public static <T> int lastIndexOf(@Nonnull Iterable<T> iterable, @Nonnull Predicate<? super T> predicate) {
55 if (predicate.apply(item)) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java 35 import com.google.common.base.Predicate;
261 private static final Predicate<Field> HAS_INITIALIZER = new Predicate<Field>() {
356 private static final Predicate<MethodParameter> HAS_PARAMETER_ANNOTATIONS = new Predicate<MethodParameter>() {
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 79 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS,
84 CmpInst::Predicate CPred = Cmp->getPredicate();
358 static Value *ThreadCmpOverSelect(CmpInst::Predicate Pred, Value *LHS,
483 static Value *ThreadCmpOverPHI(CmpInst::Predicate Pred, Value *LHS, Value *RHS,
    [all...]
ConstantFolding.cpp     [all...]
  /external/guava/guava/src/com/google/common/collect/
StandardTable.java 24 import com.google.common.base.Predicate;
539 * given predicate.
541 boolean removePredicate(Predicate<? super Entry<R, V>> predicate) {
550 && predicate.apply(
582 Predicate<Entry<R, V>> predicate = Predicates.alwaysTrue();
583 removePredicate(predicate);
681 Predicate<Entry<R, V>> predicate = new Predicate<Entry<R, V>>()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 117 CmpInst::Predicate Predicate,
125 uint32_t lookup_or_add_cmp(unsigned Opcode, CmpInst::Predicate Pred,
183 CmpInst::Predicate Predicate = C->getPredicate();
186 Predicate = CmpInst::getSwappedPredicate(Predicate);
188 e.opcode = (C->getOpcode() << 8) | Predicate;
199 CmpInst::Predicate Predicate,
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h 25 #include "lldb/Host/Predicate.h"
337 lldb_private::Predicate<bool> m_is_running;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
AbstractClassGenerator.java 73 return namingPolicy.getClassName(namePrefix, source.name, key, new Predicate() {
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 32 import com.google.common.base.Predicate;
227 Predicate<String> predicate = Predicates.equalTo("pants");
229 assertFalse(Iterables.any(list, predicate));
231 assertFalse(Iterables.any(list, predicate));
233 assertTrue(Iterables.any(list, predicate));
238 Predicate<String> predicate = Predicates.equalTo("cool");
240 assertTrue(Iterables.all(list, predicate));
242 assertTrue(Iterables.all(list, predicate));
    [all...]
IteratorsTest.java 32 import com.google.common.base.Predicate;
257 new Predicate<String>() {
273 final Predicate<Integer> isEven = new Predicate<Integer>() {
289 Predicate<String> predicate = Predicates.equalTo("pants"); local
291 assertFalse(Iterators.any(list.iterator(), predicate)); local
293 assertFalse(Iterators.any(list.iterator(), predicate)); local
295 assertTrue(Iterators.any(list.iterator(), predicate)); local
300 Predicate<String> predicate = Predicates.equalTo("cool") local
302 assertTrue(Iterators.all(list.iterator(), predicate)); local
304 assertTrue(Iterators.all(list.iterator(), predicate)); local
306 assertFalse(Iterators.all(list.iterator(), predicate)); local
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
ByXPath.java 128 Predicate<? super UiElement> predicate) {
131 domNode = buildDomNode(uiElement, predicate);
137 Predicate<? super UiElement> predicate) {
170 if (!UiElement.VISIBLE.equals(predicate)) {
179 for (BaseUiElement<?, ?> child : uiElement.getChildren(predicate)) {
180 element.appendChild(getDomNode(child, predicate));
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 22 import com.google.common.base.Predicate;
88 setDefault(Predicate.class, Predicates.alwaysTrue());
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 32 import com.google.common.base.Predicate;
243 Iterables.filter(FINITE_DOUBLE_CANDIDATES, new Predicate<Double>() {
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 218 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS,
222 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 194 Constant *CreateICmp(CmpInst::Predicate P, Constant *LHS,
198 Constant *CreateFCmp(CmpInst::Predicate P, Constant *LHS,
NoFolder.h 253 Instruction *CreateICmp(CmpInst::Predicate P,
257 Instruction *CreateFCmp(CmpInst::Predicate P,
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 112 switch ((PPC::Predicate)Code) {
155 llvm_unreachable("Invalid use of bit predicate code");
157 llvm_unreachable("Invalid predicate code");
161 switch ((PPC::Predicate)Code) {
193 llvm_unreachable("Invalid use of bit predicate code");
195 llvm_unreachable("Invalid predicate code");
199 "Need to specify 'cc', 'pm' or 'reg' as predicate op modifier!");
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 316 Predicate<? super Integer> h = Predicates.equalTo(42);
320 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f);
321 Predicate<Float> p2 = Predicates.compose(h, Functions.compose(g, f));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 875 /* Parse predicate.
884 inst.Instruction.Predicate = 1;
889 inst.Predicate.Negate = 1;
897 inst.Predicate.SwizzleX = swizzle[0];
898 inst.Predicate.SwizzleY = swizzle[1];
899 inst.Predicate.SwizzleZ = swizzle[2];
900 inst.Predicate.SwizzleW = swizzle[3];
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.cpp 152 OS.indent(indent) << "CheckPatternPredicate " << Predicate << '\n';
291 return HashString(Predicate);
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlPolicyBuilder.java 39 import com.google.common.base.Predicate;
671 * matching the given predicate.
676 final Predicate<? super String> filter) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 72 // Each predicate is encapsulated in a template class and exposes
79 // tags are used to allow the predicate applier to receive 2 preds, but optimize away
206 // Predicate Combiner.
288 typedef typename combine<IsNegOverflow,IsPosOverflow>::type Predicate ;
290 return Predicate::apply(s);

Completed in 1051 milliseconds

1 2 3 4 56 7 8 91011>>