HomeSort by relevance Sort by last modified time
    Searched defs:mBase (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/content/
ContextWrapper.java 45 Context mBase;
48 mBase = base;
59 if (mBase != null) {
62 mBase = base;
69 return mBase;
74 return mBase.getAssets();
80 return mBase.getResources();
85 return mBase.getPackageManager();
90 return mBase.getContentResolver();
95 return mBase.getMainLooper()
    [all...]
  /build/tools/droiddoc/src/
SeeTagInfo.java 25 private ContainerInfo mBase;
32 mBase = base;
37 mLink = LinkReference.parse(text(), mBase, position(),
38 (!"@see".equals(name())) && (mBase != null ? mBase.checkLevel() : true));
74 if (tag.mBase.checkLevel() && tag.checkLevel()) {
AttrTagInfo.java 32 private ContainerInfo mBase;
49 mBase = base;
68 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false);
SampleTagInfo.java 61 private ContainerInfo mBase;
76 mBase = base;
Comment.java 65 mBase = base;
135 mParamTagsList.add(new ParamTagInfo("@param", "@param", text, mBase, pos));
138 mSeeTagsList.add(new SeeTagInfo("@see", "@see", text, mBase, pos));
141 mInlineTagsList.add(new SeeTagInfo(name, "@see", text, mBase, pos));
144 mThrowsTagsList.add(new ThrowsTagInfo("@throws", "@throws", text, mBase, pos));
147 mReturnTagsList.add(new ParsedTagInfo("@return", "@return", text, mBase, pos));
155 mDeprecatedTagsList.add(new ParsedTagInfo("@deprecated", "@deprecated", text, mBase, pos));
164 AttrTagInfo tag = new AttrTagInfo("@attr", "@attr", text, mBase, pos);
177 mInlineTagsList.add(new SampleTagInfo(name, "@include", text, mBase, pos));
368 ContainerInfo mBase;
    [all...]
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 28 private Context mBase;
39 mBase = base;
45 mBase = newBase;
69 mInflater = LayoutInflater.from(mBase).cloneInContext(this);
73 return mBase.getSystemService(name);
95 Resources.Theme theme = mBase.getTheme();
  /frameworks/base/include/binder/
MemoryHeapBase.h 89 void* mBase;
  /packages/apps/Calculator/src/com/android/calculator2/
HistoryEntry.java 25 private String mBase;
29 mBase = str;
35 mBase = in.readUTF();
44 out.writeUTF(mBase);
51 return mBase;
55 mEdited = mBase;
67 return mBase;
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 132 uint32_t* mBase;
CodeCache.h 71 uint32_t* mBase;
  /external/webkit/WebKit/android/jni/
PictureSet.h 94 bool mBase : 8; // true if nothing is drawn underneath this
  /packages/apps/Launcher2/src/com/android/launcher2/
SymmetricalLinearTween.java 37 long mBase;
75 mBase = baseTime;
83 long diff = now - mBase;
84 mBase = now + diff - mDuration;
92 long base = mBase;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ThreadPanel.java 81 private Composite mBase;
192 mBase = new Composite(parent, SWT.NONE);
193 mBase.setLayout(new StackLayout());
196 mNotEnabled = new Label(mBase, SWT.CENTER | SWT.WRAP);
201 mNotSelected = new Label(mBase, SWT.CENTER | SWT.WRAP);
205 mThreadBase = new Composite(mBase, SWT.NONE);
359 ((StackLayout)mBase.getLayout()).topControl = mNotSelected;
361 return mBase;
437 ((StackLayout)mBase.getLayout()).topControl = mNotEnabled;
443 ((StackLayout)mBase.getLayout()).topControl = mThreadBase
    [all...]
NativeHeapPanel.java 87 private Composite mBase;
485 mBase = new Composite(parent, SWT.NONE);
489 mBase.setLayout(gl);
490 mBase.setLayoutData(new GridData(GridData.FILL_BOTH));
493 Composite tmp = new Composite(mBase, SWT.NONE);
527 Composite top_layout = new Composite(mBase, SWT.NONE);
561 FileDialog fileDialog = new FileDialog(mBase.getShell(), SWT.SAVE);
634 mTopStackComposite = new Composite(mBase, SWT.NONE);
648 //mImage = new Label(mBase, SWT.NONE);
650 mBase.pack()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 44 private int mBase;
99 drawChart(canvas, mBase * 256);
105 if (mBase > 0) {
106 mBase -= 1;
111 mBase += 1;
  /frameworks/base/core/java/android/widget/
Chronometer.java 61 private long mBase;
109 mBase = SystemClock.elapsedRealtime();
110 updateText(mBase);
120 mBase = base;
129 return mBase;
225 long seconds = now - mBase;
  /frameworks/base/libs/utils/
RefBase.cpp 56 RefBase* const mBase;
65 , mBase(base)
82 , mBase(base)
138 sprintf(buf, "Strong references on RefBase %p (weakref_type %p):\n", mBase, this);
141 sprintf(buf, "Weak references on RefBase %p (weakref_type %p):\n", mBase, this);
208 id, mBase, this);
352 return static_cast<const weakref_impl*>(this)->mBase;
373 delete impl->mBase;
375 // LOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase);
379 impl->mBase->onLastWeakRef(id)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 134 private ContactLocaleUtilsBase mBase = new ContactLocaleUtilsBase();
183 return (utils == null) ? mBase: utils;
  /frameworks/base/libs/binder/
IMemory.cpp 107 mutable void* mBase;
232 mHeapId(-1), mBase(MAP_FAILED), mSize(0), mFlags(0), mRealHeap(false)
241 if (mBase != MAP_FAILED) {
252 munmap(mBase, mSize);
268 if (heap->mBase != MAP_FAILED) {
271 mBase = heap->mBase;
312 mBase = mmap(0, size, access, MAP_SHARED, fd, 0);
313 if (mBase == MAP_FAILED) {
333 return mBase;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 108 int mBase = i * 4 + mOffset;
109 mTrans[i + mTransOffset] = m[mBase];
110 mTrans[i + 4 + mTransOffset] = m[mBase + 1];
111 mTrans[i + 8 + mTransOffset] = m[mBase + 2];
112 mTrans[i + 12 + mTransOffset] = m[mBase + 3];
  /external/webkit/WebKit/android/nav/
SelectText.cpp 59 mBase = mBottom = mTop = INT_MAX;
63 if (mBase == INT_MAX) {
66 mBase = SkScalarFloor(result.fY);
68 return mBase;
98 int mBase;
  /frameworks/base/core/java/android/text/
DynamicLayout.java 85 mBase = base;
169 if (s != mBase)
470 private CharSequence mBase;
  /frameworks/base/core/jni/android/opengl/
util.cpp 162 mBase = 0;
167 if (mBase) {
168 mEnv->ReleasePrimitiveArrayCritical(mRef, mBase, mReleaseParam);
199 mBase = (T*) mEnv->GetPrimitiveArrayCritical(mRef, (jboolean *) 0);
200 mData = mBase + mOffset;
211 T* mBase;
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 251 e->pData = mBase + mLength;
305 mBase = (byte*) mmap((caddr_t)0, TEXTURE_STORE_SIZE,
308 if (mBase == (byte*) -1) {
318 munmap(mBase, mCapacity);
364 byte* mBase; // Base address of the memory mapped file
    [all...]

Completed in 543 milliseconds