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

  /external/icu4c/common/
uenumimp.h 107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java 34 protected Context baseContext;
42 public void __constructor__(Context baseContext) {
43 this.baseContext = baseContext;
48 return baseContext.getApplicationContext();
236 return baseContext;
241 baseContext = context;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 166 Activity baseContext = new Activity();
167 shContextWrapper.attachBaseContext(baseContext);
168 assertThat(contextWrapper.getBaseContext(), sameInstance((Context) baseContext));
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 699 BidiContext* baseContext = currentContext;
700 while (BidiContext* parent = baseContext->parent())
701 baseContext = parent;
703 BidiRun* newTrailingRun = new (renderArena()) BidiRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral)
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 250 milliseconds