OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methodName
(Results
326 - 350
of
1925
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/2.1.14/
javacutil-2.1.14.jar
/external/desugar/java/com/google/devtools/build/android/desugar/
LambdaClassFixer.java
216
String
methodName
= rewritten.substring(interfaceInternalName.length() + 1);
222
CopyOneMethod copier = new CopyOneMethod(
methodName
);
368
private final String
methodName
;
371
public CopyOneMethod(String
methodName
) {
375
this.
methodName
=
methodName
;
396
if (name.equals(
methodName
)) {
/external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar
/development/tools/bugreport/src/com/android/bugreport/inspector/
Inspector.java
253
&& "transactNative".equals(f.
methodName
))) {
269
&& "transact".equals(f.
methodName
))) {
285
thread.outboundBinderMethod = f.
methodName
;
310
&& "execTransact".equals(f.
methodName
))) {
338
thread.inboundBinderMethod = f.
methodName
;
520
+ f.className + "." + f.
methodName
;
/external/testng/src/main/java/org/testng/internal/annotations/
JDK15TagFactory.java
464
Class<? extends Annotation> annotationClass, String
methodName
,
476
T result = (T) invokeMethod(annotation,
methodName
);
494
Class<? extends Annotation> annotationClass, String
methodName
)
505
String[] g = (String[]) invokeMethod(annotation,
methodName
);
516
private Object invokeMethod(Annotation test, String
methodName
) {
520
Method m = test.getClass().getMethod(
methodName
, new Class[0]);
/external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java
280
String
methodName
= Utils.escapeHtml(firstResult
296
.append("\">").append(
methodName
)
309
.append(
methodName
).append("</a></td></tr>");
683
String
methodName
= result.getMethod().getMethodName();
684
if (!previousMethodName.equals(
methodName
)) {
689
previousMethodName =
methodName
;
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/
writer.kt
172
val
methodName
= method.method.name()
174
HAS_LOGGER_VAR, METHODS_LOGGER,
methodName
).apply {
179
methodName
,
/libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java
271
private static void checkToString(String expected, Class<?> clazz, String
methodName
,
273
Method m = clazz.getMethod(
methodName
, methodArgTypes);
309
private static void checkToGenericString(String expected, Class<?> clazz, String
methodName
,
311
Method m = clazz.getMethod(
methodName
, methodArgTypes);
633
private static Method getDeclaredMethodOrNull(Class<?> clazz, String
methodName
) {
635
Method m = clazz.getDeclaredMethod(
methodName
);
/external/chromium-libpac/test/js-unittest/
pac_library_unittest.js
328
function createProxyMethod(
methodName
) {
330
return this.wrappedDate_[
methodName
]
336
var
methodName
= MockDate.methodNames_[i];
338
// crazy scoping rules mean |
methodName
| actually bleeds out of the loop!
339
MockDate.prototype[
methodName
] = createProxyMethod(
methodName
);
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
GenericMetadataSupportTest.java
213
private Method firstNamedMethod(String
methodName
, Class<?> clazz) {
216
if (method.getName().contains(
methodName
) && protect_against_different_jdk_ordering_avoiding_bridge_methods) {
220
throw new IllegalStateException("The method : '" +
methodName
+ "' do not exist in '" + clazz.getSimpleName() + "'");
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java
51
public StubMethodAdapter(MethodVisitor mv, String
methodName
, Type returnType,
60
if (CONSTRUCTOR.equals(
methodName
) || CLASS_INIT.equals(
methodName
)) {
/external/annotation-tools/scene-lib/src/annotations/io/
JavapParser.java
322
private void parseMethodBody(AElement clazz, String
methodName
) throws IOException, ParseException {
325
String methodKey =
methodName
+ sig;
353
String
methodName
= line.substring(space + 1, lparen);
355
parseMethodBody(clazz,
methodName
);
/external/guava/guava-tests/test/com/google/common/reflect/
TypesTest.java
213
static WildcardType getWildcardType(String
methodName
) throws Exception {
216
.getDeclaredMethod(
methodName
, List.class)
288
static TypeVariable<?> getTypeVariable(String
methodName
) throws Exception {
291
.getDeclaredMethod(
methodName
, List.class)
/external/python/cpython3/Lib/unittest/test/
test_assertions.py
182
def assertMessages(self,
methodName
, args, errors):
184
Check that
methodName
(*args) raises the correct error messages.
197
return getattr(test,
methodName
)
346
def assertMessagesCM(self,
methodName
, args, func, errors):
360
method = getattr(cls,
methodName
)
/external/testng/src/main/java/org/testng/remote/strprotocol/
TestResultMessage.java
45
final String
methodName
,
59
methodName
,
133
final String
methodName
,
147
m_testMethodName =
methodName
;
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
BusinessLogicExecutor.java
100
// classname.
methodName
, but also handle format classname#
methodName
since test names use
106
+ "For example, \"com.android.packagename.ClassName.
methodName
\".", method));
140
* @param
methodName
the name of the method to invoke
145
protected abstract ResolvedMethod getResolvedMethod(Class cls, String
methodName
,
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java
332
String
methodName
= null;
337
methodName
= "createLocalVariableByPath";
346
methodName
= "createLocalVariableByValue";
354
java.writeStatement(callOn(DATA_CONTEXT,
methodName
, itemKey, value));
781
String
methodName
;
783
methodName
= "createLocalVariableByPath";
784
java.writeStatement(callOn(DATA_CONTEXT,
methodName
, tempVar, value));
787
methodName
= "createLocalVariableByValue";
788
java.writeStatement(callOn(DATA_CONTEXT,
methodName
, tempVar, value, argStatus[i]));
[
all
...]
/external/error_prone/checkerframework/
javacutil-2.2.2.jar
/prebuilts/tools/common/m2/repository/org/checkerframework/javacutil/2.2.2/
javacutil-2.2.2.jar
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java
143
long methodID = getMethodID(typeID, breakpoint.
methodName
);
153
* Sets breakpoint at the beginning of method with name <i>
methodName
</i> with suspend policy
158
* @param
methodName
162
public int setBreakpointAtMethodBegin(long classID, String
methodName
) {
163
return setBreakpointAtMethodBegin(classID,
methodName
, JDWPConstants.SuspendPolicy.ALL);
167
* Sets breakpoint at the beginning of method with name <i>
methodName
</i>.
171
* @param
methodName
175
public int setBreakpointAtMethodBegin(long classID, String
methodName
, byte suspendPolicy) {
176
long methodID = getMethodID(classID,
methodName
);
858
* @param
methodName
[
all
...]
/art/test/952-invoke-custom/src/transformer/
IndyTransformer.java
115
String
methodName
= bootstrapMethod.name();
124
methodName
,
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
NewInstanceChanger.java
184
String
methodName
= mutatableCode.program.getMethodString((int) oldMethodIdx);
191
findOrCreateMethodId(className,
methodName
, shorty);
/cts/hostsidetests/incident/src/com/android/server/cts/
SettingsIncidentTest.java
136
private static <T> T invoke(GeneratedMessage instance, String
methodName
, Object... args)
142
instance.getClass().getDeclaredMethod(
methodName
, inputParamTypes),
/cts/tests/tests/telephony/src/android/telephony/embms/cts/
MbmsDownloadTestBase.java
183
protected List<Bundle> getMiddlewareCalls(String
methodName
) throws RemoteException {
185
.filter((elem) -> elem.getString(CtsDownloadService.METHOD_NAME).equals(
methodName
))
Completed in 2637 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>