HomeSort by relevance Sort by last modified time
    Searched full:targetcontext (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 34 final Context targetContext = instrumentation.getTargetContext();
36 final Intent intent = new Intent(targetContext, MockApplicationActivity.class);
  /external/webkit/Source/WebCore/platform/win/
DragImageCGWin.cpp 86 CGContextRef targetContext;
97 hbmp = allocImage(dstDC, dstSize, &targetContext);
107 CGContextDrawImage(targetContext, rect, srcImage);
110 CGContextRelease(targetContext);
DragImageCairoWin.cpp 121 PlatformContextCairo* targetContext;
122 hbmp = allocImage(dstDC, dstSize, &targetContext);
131 cairo_t* cr = targetContext->cr();
140 deallocContext(targetContext);
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
loupe.js 103 var targetContext = targetCanvas.getContext('2d');
104 targetContext.fillStyle = 'rgba(255, 255, 255, 1)';
105 targetContext.fillRect(0, 0, targetCanvas.width, targetCanvas.height);
130 targetContext.fillStyle = 'rgba(' + colorString + ')';
131 targetContext.fillRect(
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase.java 97 Context targetContext, Class<T> providerClass, String authority,
104 targetContext, // The context that file methods are delegated to
ProviderTestCase2.java 187 * that uses the targetContext parameter for file operations and a {@link MockContext}
195 * @param targetContext The context to use as the basis of the IsolatedContext
210 Context targetContext, String filenamePrefix, Class<T> providerClass, String authority,
216 targetContext, // The context that file methods are delegated to
IsolatedContext.java 59 ContentResolver resolver, Context targetContext) {
60 super(targetContext);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 274 Context targetContext = getInstrumentation().getTargetContext();
275 File cacheDir = targetContext.getCacheDir();
278 InputStream in = targetContext.getAssets().open(
LayoutTestsAutoTest.java 470 Context targetContext = getInstrumentation().getTargetContext();
471 File cacheDir = targetContext.getCacheDir();
474 InputStream in = targetContext.getAssets().open(
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 182 public MyIsolatedContext(ContentResolver resolver, Context targetContext,
184 super(resolver, targetContext);
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 212 public StubInstrumentationTestRunner(Context context, Context targetContext,
215 this.mTargetContext = targetContext;
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityActivityTestCase.java 133 Context targetContext = getInstrumentation().getTargetContext();
135 && targetContext.getPackageName().equals(packageName));
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 290 bool V8Proxy::setInjectedScriptContextDebugId(v8::Handle<v8::Context> targetContext)
293 v8::Context::Scope contextScope(targetContext);
304 targetContext->SetData(v8::String::New(buffer));
V8Proxy.h 290 bool setInjectedScriptContextDebugId(v8::Handle<v8::Context> targetContext);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 431 /// (\p CurContext) to the target context (\p TargetContext).
438 /// \param TargetContext the context in which the named entity actually
446 DeclContext *TargetContext) {
449 for (DeclContext *CommonAncestor = TargetContext;
    [all...]
  /prebuilts/sdk/6/
android.jar 

Completed in 1337 milliseconds