HomeSort by relevance Sort by last modified time
    Searched defs:myMethod (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
dependent-expr.cpp 46 template<typename OT> int myMethod()
  /dalvik/tests/046-reflect/src/
Main.java 114 meth = target.getMethod("myMethod", new Class[] { int.class });
120 meth = target.getMethod("myMethod", new Class[] { float.class });
126 meth = target.getMethod("myMethod",
345 targ.myMethod(17);
483 public int myMethod(float floatArg) {
484 System.out.println("myMethod (F)I " + floatArg);
503 public int myMethod(int intarg) throws NullPointerException, IOException {
504 System.out.println("myMethod (I)I");
509 public int myMethod(String[] strarg, float f, char c) {
510 System.out.println("myMethod: " + strarg[0] + " " + f + " " + c + " !")
    [all...]

Completed in 236 milliseconds