HomeSort by relevance Sort by last modified time
    Searched full:predicate (Results 176 - 200 of 1504) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/guava/guava/src/com/google/common/collect/
Multimaps.java 30 import com.google.common.base.Predicate;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 127 template<typename _IIter1, typename _IIter2, typename Predicate>
129 equal(_IIter1, _IIter1, _IIter2, Predicate,
136 template<typename _IIter1, typename _IIter2, typename Predicate>
138 equal(_IIter1, _IIter1, _IIter2, Predicate);
657 template<typename _FIter, typename Predicate>
659 partition(_FIter, _FIter, Predicate, __gnu_parallel::sequential_tag);
661 template<typename _FIter, typename Predicate>
663 partition(_FIter, _FIter, Predicate);
665 template<typename _FIter, typename Predicate, typename _IterTag>
667 partition_switch(_FIter, _FIter, Predicate, _IterTag)
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/chromium_org/testing/gtest/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 # define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 # define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/open-vcdiff/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 #define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 #define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/protobuf/gtest/include/gtest/
gtest-death-test.h 155 // integer exit status that satisfies predicate, and emitting error output
157 #define ASSERT_EXIT(statement, predicate, regex) \
158 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
162 #define EXPECT_EXIT(statement, predicate, regex) \
163 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
176 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h 166 // integer exit status that satisfies predicate, and emitting error output
168 # define ASSERT_EXIT(statement, predicate, regex) \
169 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_FATAL_FAILURE_)
173 # define EXPECT_EXIT(statement, predicate, regex) \
174 GTEST_DEATH_TEST_(statement, predicate, regex, GTEST_NONFATAL_FAILURE_)
187 // Two predicate classes that can be used in {ASSERT,EXPECT}_EXIT*:
  /external/llvm/lib/Target/X86/
X86InstrInfo.td 597 // X86 Instruction Predicate Definitions.
598 def HasCMov : Predicate<"Subtarget->hasCMov()">;
599 def NoCMov : Predicate<"!Subtarget->hasCMov()">;
601 def HasMMX : Predicate<"Subtarget->hasMMX()">;
602 def Has3DNow : Predicate<"Subtarget->has3DNow()">;
603 def Has3DNowA : Predicate<"Subtarget->has3DNowA()">;
604 def HasSSE1 : Predicate<"Subtarget->hasSSE1()">;
605 def UseSSE1 : Predicate<"Subtarget->hasSSE1() && !Subtarget->hasAVX()">;
606 def HasSSE2 : Predicate<"Subtarget->hasSSE2()">;
607 def UseSSE2 : Predicate<"Subtarget->hasSSE2() && !Subtarget->hasAVX()">
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 590 instruction.Predicate = 0;
603 unsigned predicate,
618 instruction.Predicate = predicate;
946 full_instruction.Predicate = tgsi_default_instruction_predicate();
981 full_inst->Instruction.Predicate,
987 if (full_inst->Instruction.Predicate) {
997 tgsi_build_instruction_predicate(full_inst->Predicate.Index,
998 full_inst->Predicate.Negate,
999 full_inst->Predicate.SwizzleX
    [all...]
tgsi_ureg.h 78 unsigned Predicate : 1;
510 boolean predicate,
636 dst.Predicate, \
658 dst.Predicate, \
681 dst.Predicate, \
707 dst.Predicate, \
733 dst.Predicate, \
762 dst.Predicate, \
792 dst.Predicate, \
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 590 instruction.Predicate = 0;
603 unsigned predicate,
618 instruction.Predicate = predicate;
946 full_instruction.Predicate = tgsi_default_instruction_predicate();
981 full_inst->Instruction.Predicate,
987 if (full_inst->Instruction.Predicate) {
997 tgsi_build_instruction_predicate(full_inst->Predicate.Index,
998 full_inst->Predicate.Negate,
999 full_inst->Predicate.SwizzleX
    [all...]
tgsi_ureg.h 78 unsigned Predicate : 1;
510 boolean predicate,
636 dst.Predicate, \
658 dst.Predicate, \
681 dst.Predicate, \
707 dst.Predicate, \
733 dst.Predicate, \
762 dst.Predicate, \
792 dst.Predicate, \
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventRepeater.java 68 public void semanticPredicate(boolean result, String predicate) { listener.semanticPredicate(result, predicate); }
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 189 def semantic_predicate( result, predicate )
191 listener.semantic_predicate( result, predicate )
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 86 * Visit a predicate within a location path. Note that there isn't a
92 * @param pred The predicate object.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLast.java 43 * If so, we can't be inside of a predicate.
64 // If we're in a predicate, then this will return non-null.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout.py 47 def _modified_files_matching_predicate(self, git_commit, predicate, changed_files=None):
53 return filter(predicate, map(self._scm.absolute_path, changed_files))
  /external/chromium_org/v8/test/webkit/
array-every-expected.txt 34 PASS [12, 5, 10, 130, 44].every(isBigEnough, predicate) is false
35 PASS [12, 54, 18, 130, 44].every(isBigEnough, predicate) is true
  /external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java 116 Predicate<Object> equalTo1 = Equivalences.equals().equivalentTo("1");
120 Predicate<Object> isNull = Equivalences.equals().equivalentTo(null);
  /external/llvm/include/llvm/CodeGen/
Analysis.h 72 ISD::CondCode getFCmpCondCode(FCmpInst::Predicate Pred);
81 ISD::CondCode getICmpCondCode(ICmpInst::Predicate Pred);

Completed in 2625 milliseconds

1 2 3 4 5 6 78 91011>>