Searched defs:With (Results 1 - 8 of 8) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
298 // Implements the .With() clause.
299 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
302 ".With() cannot appear "
340 // .With(multi-argument-matcher)
701 // If this mock method has an extra matcher (i.e. .With(matcher)),
893 // Implements the .With() clause.
894 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h67 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
87 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
273 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
300 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp593 void replaceCall(Value *With) { argument
594 CI->replaceAllUsesWith(With);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp99 /// comparisons with With.
100 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
104 if (IC->isEquality() && IC->getOperand(1) == With)
801 // With a null EndPtr, this function won't capture the main argument.
1944 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) const {
1945 I->replaceAllUsesWith(With);
/external/v8/src/
H A Dd8.js109 With: 2,
1680 case Debug.ScopeType.With:
1681 result += 'With, ';
H A Dmirror-debugger.js196 With: 2,
/external/ceres-solver/internal/ceres/gmock/
H A Dgmock.h42 // .With(...) ?
45 // where With() is optional and WillByDefault() must appear exactly
49 // .With(...) ?
4587 // .With(multi-argument-matcher)
4590 // where the .With() clause is optional.
4596 // .With(multi-argument-matchers)
7659 // EXPECT_CALL(foo, Bar(_, _)).With(AllArgs(Eq()));
7663 // EXPECT_CALL(foo, Bar(_, _)).With(Eq());
7902 // Implements the .With() clause.
7903 OnCallSpec& With(cons function in class:testing::internal::OnCallSpec
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 304 milliseconds