HomeSort by relevance Sort by last modified time
    Searched refs:argtypes (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 169 Class[] argtypes = new Class[1]; local
170 argtypes[0] = "".getClass();
171 logImplctor = logclass.getConstructor(argtypes);
187 Class[] argtypes = new Class[1]; local
188 argtypes[0] = "".getClass();
189 logImplctor = logclass.getConstructor(argtypes);
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 43 milliseconds