Searched refs:byteMethod (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DInvocationTargetExceptionTest.java57 public byte byteMethod() { method in class:InvocationTargetExceptionTest.TestMethod
H A DMethodTest.java54 public byte byteMethod() { method in class:MethodTest.TestMethod
316 mth = cl.getMethod("byteMethod", new Class[0]);
320 mth = cl.getMethod("byteMethod", new Class[0]);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
H A DTestObjectPython.idl201 byte byteMethod();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestObjectPython.cpp3215 v8SetReturnValueInt(info, imp->byteMethod());
6155 {"byteMethod", TestObjectPythonV8Internal::byteMethodMethodCallback, 0, 0},

Completed in 52 milliseconds