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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContextThemeWrapper.java10 public void __constructor__(Context baseContext, int themesres) { argument
11 super.__constructor__(baseContext);
H A DShadowContextWrapper.java34 protected Context baseContext; field in class:ShadowContextWrapper
42 public void __constructor__(Context baseContext) { argument
43 this.baseContext = baseContext;
48 return baseContext.getApplicationContext();
236 return baseContext;
241 baseContext = context;
/external/chromium_org/third_party/icu/source/common/
H A Duenum.c21 /* Layout of the baseContext buffer. */
27 /* Extra bytes to allocate in the baseContext buffer. */
30 /* Return a pointer to the baseContext buffer, possibly allocating
34 if (en->baseContext != NULL) {
35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) {
37 en->baseContext = uprv_realloc(en->baseContext,
39 if (en->baseContext == NULL) {
42 ((_UEnumBuffer*) en->baseContext)->len = capacity;
46 en->baseContext
[all...]
H A Duenumimp.h107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext; member in struct:UEnumeration
/external/icu/icu4c/source/common/
H A Duenum.c21 /* Layout of the baseContext buffer. */
27 /* Extra bytes to allocate in the baseContext buffer. */
30 /* Return a pointer to the baseContext buffer, possibly allocating
34 if (en->baseContext != NULL) {
35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) {
37 en->baseContext = uprv_realloc(en->baseContext,
39 if (en->baseContext == NULL) {
42 ((_UEnumBuffer*) en->baseContext)->len = capacity;
46 en->baseContext
[all...]
H A Duenumimp.h107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext; member in struct:UEnumeration
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp205 BaseContext* baseContext = Unwrap(info.This()); local
206 GetStyle(name, info, baseContext->fFillStyle);
211 BaseContext* baseContext = Unwrap(info.This()); local
212 GetStyle(name, info, baseContext->fStrokeStyle);
217 BaseContext* baseContext = Unwrap(info.This()); local
218 SetStyle(name, value, info, baseContext->fFillStyle);
223 BaseContext* baseContext = Unwrap(info.This()); local
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
230 BaseContext* baseContext = Unwrap(info.This()); local
231 SkCanvas* canvas = baseContext
243 BaseContext* baseContext = Unwrap(info.This()); local
[all...]
/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp205 BaseContext* baseContext = Unwrap(info.This()); local
206 GetStyle(name, info, baseContext->fFillStyle);
211 BaseContext* baseContext = Unwrap(info.This()); local
212 GetStyle(name, info, baseContext->fStrokeStyle);
217 BaseContext* baseContext = Unwrap(info.This()); local
218 SetStyle(name, value, info, baseContext->fFillStyle);
223 BaseContext* baseContext = Unwrap(info.This()); local
224 SetStyle(name, value, info, baseContext->fStrokeStyle);
230 BaseContext* baseContext = Unwrap(info.This()); local
231 SkCanvas* canvas = baseContext
243 BaseContext* baseContext = Unwrap(info.This()); local
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextWrapperTest.java166 Activity baseContext = new Activity();
167 shContextWrapper.attachBaseContext(baseContext);
168 assertThat(contextWrapper.getBaseContext(), sameInstance((Context) baseContext));
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h471 BidiContext* baseContext = context(); local
472 while (BidiContext* parent = baseContext->parent())
473 baseContext = parent;
475 m_trailingSpaceRun = addTrailingRun(runs, firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun, baseContext, m_paragraphDirectionality);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 166 milliseconds