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

  /external/chromium_org/third_party/icu/source/common/
uenumimp.h 107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext;
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 1021 milliseconds