Home
last modified time | relevance | path

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

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