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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp73 /// Return true if it is only used in equality comparisons with With.
74 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
77 if (IC->isEquality() && IC->getOperand(1) == With)
511 // With a null EndPtr, this function won't capture the main argument.
2134 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) {
2136 Replacer(I, With);
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
299 // Implements the .With() clause.
300 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
303 ".With() cannot appear "
341 // .With(multi-argument-matcher)
706 // If this mock method has an extra matcher (i.e. .With(matcher)),
898 // Implements the .With() clause.
899 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/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
303 // Implements the .With() clause.
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
307 ".With() cannot appear "
345 // .With(multi-argument-matcher)
714 // If this mock method has an extra matcher (i.e. .With(matcher)),
906 // Implements the .With() clause.
907 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h71 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
91 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
276 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
303 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/v8/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)
303 // Implements the .With() clause.
304 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
307 ".With() cannot appear "
345 // .With(multi-argument-matcher)
714 // If this mock method has an extra matcher (i.e. .With(matcher)),
906 // Implements the .With() clause.
907 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h71 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
91 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
112 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
133 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
155 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
178 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
201 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
226 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
251 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
276 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
303 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp499 void replaceCall(Value *With) { argument
500 CI->replaceAllUsesWith(With);
H A DSimplifyLibCalls.cpp114 /// comparisons with With.
115 static bool IsOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
119 if (IC->isEquality() && IC->getOperand(1) == With)
591 // With a null EndPtr, this function won't capture the main argument.
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp780 void replaceCall(Value *With) { argument
781 NewInstruction = IC->ReplaceInstUsesWith(*CI, With);
/external/v8/src/inspector/
H A Ddebugger_script_externs.js219 With: 2,
/external/v8/src/debug/
H A Dmirrors.js254 With: 2,
/external/fmtlib/test/gmock/
H A Dgmock.h46 // .With(...) ?
49 // where With() is optional and WillByDefault() must appear exactly
53 // .With(...) ?
4627 // .With(multi-argument-matcher)
4630 // where the .With() clause is optional.
4636 // .With(multi-argument-matchers)
8623 // EXPECT_CALL(foo, Bar(_, _)).With(AllArgs(Eq()));
8627 // EXPECT_CALL(foo, Bar(_, _)).With(Eq());
8867 // Implements the .With() clause.
8868 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 ...
/external/sqlite/dist/orig/
H A Dsqlite3.c1556 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1558 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1565 ** With SQLITE_ACCESS_READ, the xAccess method
3809 ** in order to find the underlying cause of the problem. With the "v2" prepare
4173 ** CAPI3REF: Index Of A Parameter With A Given Name
4349 ** ^With the "v2" interface, any of the other [result codes] or
4372 ** ^With the legacy interface, a more specific error code (for example,
5852 ** compile-time option is invoked. With [SQLITE_ENABLE_MEMORY_MANAGEMENT],
12168 typedef struct With With; typedef in typeref:struct:With
16117 struct With { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1556 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1558 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1565 ** With SQLITE_ACCESS_READ, the xAccess method
3809 ** in order to find the underlying cause of the problem. With the "v2" prepare
4173 ** CAPI3REF: Index Of A Parameter With A Given Name
4349 ** ^With the "v2" interface, any of the other [result codes] or
4372 ** ^With the legacy interface, a more specific error code (for example,
5852 ** compile-time option is invoked. With [SQLITE_ENABLE_MEMORY_MANAGEMENT],
12168 typedef struct With With; typedef in typeref:struct:With
16117 struct With { struct
[all...]

Completed in 1693 milliseconds