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

  /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(
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorPerformanceTest.java 63 final Context targetContext = getContext();
68 return targetContext.getResources();
84 new RenamingDelegatingContext(context, targetContext, "perf.");
LegacyContactImporterPerformanceTest.java 70 final Context targetContext = getContext();
75 return targetContext.getResources();
97 targetContext, "perf_imp.");
  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 69 final Context targetContext = instrumentation.getTargetContext();
71 final Intent intent = new Intent(targetContext, MockApplicationActivity.class);
  /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 256 Context targetContext = getInstrumentation().getTargetContext();
257 File cacheDir = targetContext.getCacheDir();
260 InputStream in = targetContext.getAssets().open(
LayoutTestsAutoTest.java 466 Context targetContext = getInstrumentation().getTargetContext();
467 File cacheDir = targetContext.getCacheDir();
470 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/
AccessibilityWindowQueryActivityTest.java 329 Context targetContext = getInstrumentation().getTargetContext();
331 && targetContext.getPackageName().equals(packageName));
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 308 bool V8Proxy::setInjectedScriptContextDebugId(v8::Handle<v8::Context> targetContext)
311 v8::Context::Scope contextScope(targetContext);
322 targetContext->SetData(v8::String::New(buffer));
V8Proxy.h 298 bool setInjectedScriptContextDebugId(v8::Handle<v8::Context> targetContext);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 421 /// (\p CurContext) to the target context (\p TargetContext).
428 /// \param TargetContext the context in which the named entity actually
436 DeclContext *TargetContext) {
439 for (DeclContext *CommonAncestor = TargetContext;
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 630 milliseconds