/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 43 List<MethodAspect> aspects = Lists.newArrayList(); field in ProxyFactoryTest 50 aspects.add(new MethodAspect(any(), any(), interceptor)); in testSimpleCase() 51 ProxyFactory<Simple> factory = new ProxyFactory<Simple>(injectionPoint, aspects); in testSimpleCase() 82 aspects.add(new MethodAspect(only(Bar.class), annotatedWith(Intercept.class), interceptor)); in testInterceptOneMethod() 85 = new ProxyFactory<Foo>(InjectionPoint.forConstructorOf(Foo.class), aspects).create(); in testInterceptOneMethod() 87 = new ProxyFactory<Bar>(InjectionPoint.forConstructorOf(Bar.class), aspects).create(); in testInterceptOneMethod() 135 aspects.add(new MethodAspect(any(), any(), interceptor)); in testWithConstructorArguments() 137 = new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects); in testWithConstructorArguments() 150 aspects.add(new MethodAspect(not(any()), not(any()), interceptor)); in testNotProxied() 152 = new ProxyFactory<A>(InjectionPoint.forConstructorOf(A.class), aspects); in testNotProxied() [all …]
|
/external/guice/core/src/com/google/inject/internal/ |
D | EncounterImpl.java | 47 private List<MethodAspect> aspects; // lazy field in EncounterImpl 62 return aspects == null in getAspects() 64 : ImmutableList.copyOf(aspects); in getAspects() 72 if (aspects == null) { in bindInterceptor() 73 aspects = Lists.newArrayList(); in bindInterceptor() 76 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors)); in bindInterceptor()
|
/external/skia/site/dev/present/ |
D | index.md | 4 Resources providing technical overview of various aspects of the Skia library
|
/external/libnetfilter_conntrack/ |
D | README | 14 that have aspects that are hard to track for a firewall that follows the 16 a mechanism to track such aspects.
|
/external/syslinux/txt/ |
D | com-name.txt | 5 clearly distinguish different aspects. The moniker "The *Syslinux*
|
/external/ImageMagick/MagickWand/tests/ |
D | README | 2 These file provide simple examples and testing of aspects of the
|
/external/autotest/client/tests/ltp/ |
D | control.full | 15 and are designed to test various aspects of the Linux operating system. Most
|
/external/autotest/client/site_tests/kernel_LTP/ |
D | control.full | 17 and are designed to test various aspects of the Linux operating system. Most
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/ |
D | coverage.txt | 18 It is reasonable to assert that the key aspects of fsync( ) are unreasonable to test in a test
|
/external/swiftshader/third_party/LLVM/test/Archive/ |
D | README.txt | 23 These files test different aspects of the archiver that should cause failures
|
/external/autotest/test_suites/ |
D | control.stress2 | 19 related suites will focus on more specific aspects, which can be run as
|
D | control.stress4 | 19 related suites will focus on more specific aspects, which can be run as
|
D | control.stress3 | 19 related suites will focus on more specific aspects, which can be run as
|
D | control.stress5 | 19 related suites will focus on more specific aspects, which can be run as
|
D | control.stress | 19 related suites will focus on more specific aspects, which can be run as
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | control.fast | 20 This control file is simply meant to stimulate the various aspects of the test
|
D | control.fast_gaia | 20 This control file is simply meant to stimulate the various aspects of the test
|
/external/okhttp/okio/benchmarks/ |
D | README.md | 4 This module contains microbenchmarks that can be used to measure various aspects of performance for…
|
/external/skia/site/user/sample/ |
D | sampleapp.md | 8 In addition to displaying various aspects of Skia, SampleApp is used to debug and understand differ…
|
D | viewer.md | 9 In addition to displaying various aspects of Skia, the Viewer is used to debug and understand diffe…
|
/external/libjpeg-turbo/testimages/ |
D | nightshot_iso_100.txt | 9 …e from a wide variety of sources and each one picked to stress different aspects of algorithms. Im…
|
/external/dagger2/ |
D | CHANGELOG.md | 12 more nicely with other processors, avoiding over-validating aspects that it doesn't
|
/external/valgrind/docs/internals/ |
D | module-structure.txt | 55 One of the most infuriating aspects of C is the total lack of support
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLProcessorVersion.src | 95 * may not completely implement all aspects of a new
|
/external/icu/icu4c/source/test/perf/ |
D | README | 10 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU,
|