Home
last modified time | relevance | path

Searched refs:mBase (Results 1 – 8 of 8) sorted by relevance

/external/doclava/src/com/google/doclava/
DSeeTagInfo.java22 private ContainerInfo mBase; field in SeeTagInfo
27 mBase = base; in SeeTagInfo()
33 LinkReference.parse(text(), mBase, position(), (!"@see".equals(name())) in linkReference()
34 && (mBase != null ? mBase.checkLevel() : true)); in linkReference()
67 if (tag.mBase.checkLevel() && tag.checkLevel()) { in makeHDF()
DComment.java45 mBase = base; in Comment()
309 mParamTagsList.add(new ParamTagInfo("@param", "@param", text, mBase, pos)); in tag()
311 mSeeTagsList.add(new SeeTagInfo("@see", "@see", text, mBase, pos)); in tag()
313 mInlineTagsList.add(new SeeTagInfo(name, "@see", text, mBase, pos)); in tag()
315 mThrowsTagsList.add(new ThrowsTagInfo("@throws", "@throws", text, mBase, pos)); in tag()
317 mReturnTagsList.add(new ParsedTagInfo("@return", "@return", text, mBase, pos)); in tag()
323 mDeprecatedTagsList.add(new ParsedTagInfo("@deprecated", "@deprecated", text, mBase, pos)); in tag()
331 AttrTagInfo tag = new AttrTagInfo("@attr", "@attr", text, mBase, pos); in tag()
342 mInlineTagsList.add(new SampleTagInfo(name, "@include", text, mBase, pos)); in tag()
543 ContainerInfo mBase; field in Comment
DAttrTagInfo.java31 private ContainerInfo mBase; field in AttrTagInfo
46 mBase = base; in AttrTagInfo()
65 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false); in parse()
DSampleTagInfo.java56 private ContainerInfo mBase; field in SampleTagInfo
70 mBase = base; in SampleTagInfo()
/external/webkit/Source/WebKit/android/jni/
DPictureSet.cpp138 pictureAndBounds.mBase = true; in PictureSet()
218 current->mBase); in displayBucket()
256 if (!remove && !current->mBase && intersect) in addToBucket()
260 if (!remove && current->mBase && rect.contains(current->mArea)) in addToBucket()
265 if (!remove && current->mBase && intersect in addToBucket()
272 current->mBase = false; in addToBucket()
301 if (current->mBase) in addToBucket()
316 if (!current->mBase) in addToBucket()
340 current->mBase = true; in addToBucket()
468 working->mBase ? 'Y' : 'N'); in add()
[all …]
DPictureSet.h61 bool mBase; member
132 bool mBase : 8; // true if nothing is drawn underneath this member
/external/quake/quake/src/WinQuake/
Dgl_draw.cpp251 e->pData = mBase + mLength; in create()
305 mBase = (byte*) mmap((caddr_t)0, TEXTURE_STORE_SIZE, in textureStore()
308 if (mBase == (byte*) -1) { in textureStore()
318 munmap(mBase, mCapacity); in ~textureStore()
364 byte* mBase; // Base address of the memory mapped file member in textureStore
/external/webkit/Source/WebKit/android/nav/
DSelectText.cpp168 if (mBase == INT_MAX) { in base()
171 mBase = SkScalarFloor(result.fY); in base()
173 return mBase; in base()
307 mBase = mBottom = mTop = INT_MAX; // mark as uninitialized in reset()
369 int mBase; member in android::CommonCheck