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

/external/doclava/src/com/google/doclava/
H A DSeeTagInfo.java28 private ContainerInfo mBase; field in class:SeeTagInfo
33 mBase = base;
39 LinkReference.parse(text(), mBase, position(), (!"@see".equals(name()))
40 && (mBase != null ? mBase.checkLevel() : true));
82 if (tag.mBase.checkLevel() && tag.checkLevel()) {
H A DComment.java52 mBase = base;
330 mParamTagsList.add(new ParamTagInfo("@param", "@param", text, mBase, pos));
332 mSeeTagsList.add(new SeeTagInfo("@see", "@see", text, mBase, pos));
338 mInlineTagsList.add(new SeeTagInfo(name, "@see", text, mBase, pos));
341 mInlineTagsList.add(new SeeTagInfo(name, "@linkplain", text, mBase, pos));
343 mInlineTagsList.add(new SeeTagInfo(name, "@value", text, mBase, pos));
345 mThrowsTagsList.add(new ThrowsTagInfo("@throws", "@throws", text, mBase, pos));
347 mReturnTagsList.add(new ParsedTagInfo("@return", "@return", text, mBase, pos));
353 mDeprecatedTagsList.add(new ParsedTagInfo("@deprecated", "@deprecated", text, mBase, pos));
362 AttrTagInfo tag = new AttrTagInfo("@attr", "@attr", text, mBase, po
603 ContainerInfo mBase; field in class:Comment
[all...]
H A DAttrTagInfo.java37 private ContainerInfo mBase; field in class:AttrTagInfo
52 mBase = base;
71 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false);
H A DSampleTagInfo.java62 private ContainerInfo mBase; field in class:SampleTagInfo
76 mBase = base;
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
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 225 milliseconds