OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:invokedmethodname
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java
352
String
invokedMethodName
= callingMethodName;
355
method = getClass().getDeclaredMethod(
invokedMethodName
, Provider.class);
358
+ getClass().getSimpleName() + "." +
invokedMethodName
+ "(Provider)");
365
throw new RuntimeException(getClass().getSimpleName() + "." +
invokedMethodName
/external/chromium_org/chrome/third_party/mock4js/
mock4js.js
308
matches: function(
invokedMethodName
, invokedMethodArgs) {
309
if (
invokedMethodName
!= this._expectedMethodName) {
365
matches: function(
invokedMethodName
, invokedMethodArgs) {
367
return this._stubInvocation.matches(
invokedMethodName
, invokedMethodArgs);
Completed in 56 milliseconds