Home
last modified time | relevance | path

Searched refs:Theory (Results 1 – 16 of 16) sorted by relevance

/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DBasicTest.java20 import org.junit.experimental.theories.Theory;
49 @Theory public void primitives(BasicComponent basicComponent) { in primitives()
60 @Theory public void boxedPrimitives(BasicComponent basicComponent) { in boxedPrimitives()
71 @Theory public void boxedPrimitiveProviders(BasicComponent basicComponent) { in boxedPrimitiveProviders()
82 @Theory public void primitiveArrays(BasicComponent basicComponent) { in primitiveArrays()
93 @Theory public void primitiveArrayProviders(BasicComponent basicComponent) { in primitiveArrayProviders()
104 @Theory public void noOpMembersInjection(BasicComponent basicComponent) { in noOpMembersInjection()
109 @Theory public void basicObject_noDeps(BasicComponent basicComponent) { in basicObject_noDeps()
113 @Theory public void inheritedMembersInjection(BasicComponent basicComponent) { in inheritedMembersInjection()
/external/junit/src/main/java/org/junit/experimental/theories/
DTheories.java123 if (each.getAnnotation(Theory.class) != null) { in validateTestMethods()
157 List<FrameworkMethod> theoryMethods = getTestClass().getAnnotatedMethods(Theory.class); in computeTestMethods()
191 boolean hasTheoryAnnotation = testMethod.getAnnotation(Theory.class) != null; in evaluate()
293 Theory annotation = testMethod.getMethod().getAnnotation(
294 Theory.class);
DTheory.java16 public @interface Theory { annotation
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixLogarithm.pbtxt31 Nicholas J. Higham, Functions of Matrices: Theory and Computation, SIAM 2008.
/external/wycheproof/doc/
Ddsa.md188 and Computational Number Theory, pp.75-88, 1990
/external/python/cpython3/Lib/test/
Dtest_enum.py72 Theory = Enum('Theory', 'rule law supposition', qualname='spanish_inquisition') variable
74 Theory = exc variable
650 if isinstance(Theory, Exception):
651 raise Theory
652 self.assertEqual(Theory.__qualname__, 'spanish_inquisition')
/external/zlib/src/doc/
Dalgorithm.txt205 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3,
Drfc1951.txt854 Compression", IEEE Transactions on Information Theory, Vol. 23,
/external/python/cpython2/Modules/zlib/
Dalgorithm.txt205 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3,
/external/python/cpython2/Doc/library/
Dheapq.rst226 Theory chapter
/external/python/cpython3/Doc/library/
Dheapq.rst238 Theory chapter
/external/eigen/unsupported/Eigen/
DMatrixFunctions202 <em>Functions of Matrices: Theory and Computation</em>,
/external/skia/site/dev/design/
Dpdftheory.md1 PDF Theory of Operation
/external/skqp/site/dev/design/
Dpdftheory.md1 PDF Theory of Operation
/external/u-boot/tools/buildman/
DREADME47 Theory of Operation
1138 Please read 'Theory of Operation' a few times as it will make a lot of
/external/python/cpython3/Doc/whatsnew/
D3.5.rst441 * :pep:`483` -- The Theory of Type Hints