Home
last modified time | relevance | path

Searched defs:Theory (Results 1 – 5 of 5) sorted by relevance

/external/junit/src/main/java/org/junit/experimental/theories/
DTheory.java16 public @interface Theory { annotation
/external/python/cpython3/Doc/library/
Dheapq.rst240 Theory chapter
/external/flashrom/doc/supported_hw/supported_prog/serprog/
Darduino_flasher_3.3v.rst35 Theory chapter
/external/python/enum34/enum/
Dtest.py84 Theory = Enum('Theory', 'rule law supposition', qualname='spanish_inquisition') variable
86 Theory = sys.exc_info()[1] variable
/external/python/cpython3/Lib/test/
Dtest_enum.py151 Theory = Enum('Theory', 'rule law supposition', qualname='spanish_inquisition') variable
153 Theory = exc variable