Searched refs:Theory (Results 1 – 16 of 16) sorted by relevance
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | BasicTest.java | 20 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/ |
D | Theories.java | 123 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);
|
D | Theory.java | 16 public @interface Theory { annotation
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MatrixLogarithm.pbtxt | 31 Nicholas J. Higham, Functions of Matrices: Theory and Computation, SIAM 2008.
|
/external/wycheproof/doc/ |
D | dsa.md | 188 and Computational Number Theory, pp.75-88, 1990
|
/external/python/cpython3/Lib/test/ |
D | test_enum.py | 72 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/ |
D | algorithm.txt | 205 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3,
|
D | rfc1951.txt | 854 Compression", IEEE Transactions on Information Theory, Vol. 23,
|
/external/python/cpython2/Modules/zlib/ |
D | algorithm.txt | 205 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3,
|
/external/python/cpython2/Doc/library/ |
D | heapq.rst | 226 Theory chapter
|
/external/python/cpython3/Doc/library/ |
D | heapq.rst | 238 Theory chapter
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 202 <em>Functions of Matrices: Theory and Computation</em>,
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 1 PDF Theory of Operation
|
/external/skqp/site/dev/design/ |
D | pdftheory.md | 1 PDF Theory of Operation
|
/external/u-boot/tools/buildman/ |
D | README | 47 Theory of Operation 1138 Please read 'Theory of Operation' a few times as it will make a lot of
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 441 * :pep:`483` -- The Theory of Type Hints
|