Searched refs:repository (Results 1 - 6 of 6) sorted by relevance

/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPoolFactoryImpl.java31 ScopedClassPoolRepository repository) {
32 return new ScopedClassPool(cl, src, repository, false);
39 ScopedClassPoolRepository repository) {
40 return new ScopedClassPool(null, src, repository, true);
30 create(ClassLoader cl, ClassPool src, ScopedClassPoolRepository repository) argument
38 create(ClassPool src, ScopedClassPoolRepository repository) argument
H A DScopedClassPoolFactory.java31 ScopedClassPoolRepository repository);
37 ScopedClassPoolRepository repository);
30 create(ClassLoader cl, ClassPool src, ScopedClassPoolRepository repository) argument
36 create(ClassPool src, ScopedClassPoolRepository repository) argument
H A DScopedClassPool.java37 protected ScopedClassPoolRepository repository; field in class:ScopedClassPool
59 * @param repository
60 * the repository
64 ScopedClassPoolRepository repository) {
65 this(cl, src, repository, false);
75 * @param repository
76 * the repository
80 protected ScopedClassPool(ClassLoader cl, ClassPool src, ScopedClassPoolRepository repository, boolean isTemp) argument
83 this.repository = repository;
63 ScopedClassPool(ClassLoader cl, ClassPool src, ScopedClassPoolRepository repository) argument
[all...]
/external/dbus/cmake/
H A Dcross-compile.sh70 (cd /tmp; wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-bin.zip)
71 (cd /tmp; wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-lib.zip)
/external/blktrace/doc/
H A Dblktrace.tex52 as part of the following git repository:
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests322 --use-remote-links-to-tests Link to test files within the SVN repository in the results.

Completed in 736 milliseconds