Searched refs:theRoot (Results 1 - 11 of 11) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DCustomClassLoaderConstructor.java28 public CustomClassLoaderConstructor(Class<? extends Object> theRoot, ClassLoader theLoader) { argument
29 super(theRoot);
H A DConstructor.java61 * @param theRoot
64 public Constructor(Class<? extends Object> theRoot) { argument
65 this(new TypeDescription(checkRoot(theRoot)));
71 private static Class<? extends Object> checkRoot(Class<? extends Object> theRoot) { argument
72 if (theRoot == null) {
75 return theRoot;
78 public Constructor(TypeDescription theRoot) { argument
79 if (theRoot == null) {
83 if (!Object.class.equals(theRoot.getType())) {
84 rootTag = new Tag(theRoot
103 Constructor(String theRoot) argument
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java45 private ElementType theRoot = null; field in class:Schema
58 if (memberOf == M_ROOT) theRoot = e;
66 return theRoot;
/external/testng/src/main/java/org/testng/internal/
H A DYaml.java263 public TestNGConstructor(Class<? extends Object> theRoot) { argument
264 super(theRoot);
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 899 milliseconds