Home
last modified time | relevance | path

Searched refs:aspects (Results 1 – 25 of 83) sorted by relevance

1234

/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java43 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/
DEncounterImpl.java47 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/
Dindex.md4 Resources providing technical overview of various aspects of the Skia library
/external/libnetfilter_conntrack/
DREADME14 that have aspects that are hard to track for a firewall that follows the
16 a mechanism to track such aspects.
/external/syslinux/txt/
Dcom-name.txt5 clearly distinguish different aspects. The moniker "The *Syslinux*
/external/ImageMagick/MagickWand/tests/
DREADME2 These file provide simple examples and testing of aspects of the
/external/autotest/client/tests/ltp/
Dcontrol.full15 and are designed to test various aspects of the Linux operating system. Most
/external/autotest/client/site_tests/kernel_LTP/
Dcontrol.full17 and are designed to test various aspects of the Linux operating system. Most
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
Dcoverage.txt18 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/
DREADME.txt23 These files test different aspects of the archiver that should cause failures
/external/autotest/test_suites/
Dcontrol.stress219 related suites will focus on more specific aspects, which can be run as
Dcontrol.stress419 related suites will focus on more specific aspects, which can be run as
Dcontrol.stress319 related suites will focus on more specific aspects, which can be run as
Dcontrol.stress519 related suites will focus on more specific aspects, which can be run as
Dcontrol.stress19 related suites will focus on more specific aspects, which can be run as
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol.fast20 This control file is simply meant to stimulate the various aspects of the test
Dcontrol.fast_gaia20 This control file is simply meant to stimulate the various aspects of the test
/external/okhttp/okio/benchmarks/
DREADME.md4 This module contains microbenchmarks that can be used to measure various aspects of performance for…
/external/skia/site/user/sample/
Dsampleapp.md8 In addition to displaying various aspects of Skia, SampleApp is used to debug and understand differ…
Dviewer.md9 In addition to displaying various aspects of Skia, the Viewer is used to debug and understand diffe…
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt9 …e from a wide variety of sources and each one picked to stress different aspects of algorithms. Im…
/external/dagger2/
DCHANGELOG.md12 more nicely with other processors, avoiding over-validating aspects that it doesn't
/external/valgrind/docs/internals/
Dmodule-structure.txt55 One of the most infuriating aspects of C is the total lack of support
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src95 * may not completely implement all aspects of a new
/external/icu/icu4c/source/test/perf/
DREADME10 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU,

1234