HomeSort by relevance Sort by last modified time
    Searched full:mycontext (Results 1 - 25 of 35) sorted by null

1 2

  /external/testng/src/test/java/test/guice/
GuiceTestModule.java 7 private final MyContext myContext;
10 GuiceTestModule(MyContext myContext) {
11 this.myContext = myContext;
16 bind(MySession.class).toInstance(myContext.getSession());
MyContext.java 3 public interface MyContext {
MyContextImpl.java 4 public class MyContextImpl implements MyContext {
GuiceParentModule.java 20 bind(MyContext.class).to(MyContextImpl.class).in(Singleton.class);
  /external/valgrind/memcheck/tests/linux/
stack_changes.c 13 typedef struct ucontext mycontext; typedef in typeref:struct:ucontext
15 mycontext ctx1, ctx2, oldc;
18 void hello(mycontext *newc)
26 int init_context(mycontext *uc)
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
InstrumentationFailToRunTest.java 31 Context myContext = getInstrumentation().getContext();
34 ComponentName appDiffCertInstrumentation = new ComponentName(myContext,
  /external/icu/icu4c/source/common/
ucnv_io.cpp 770 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
771 uint32_t listOffset = myContext->listOffset;
784 UAliasContext *myContext = (UAliasContext *)(enumerator->context);
785 uint32_t listOffset = myContext->listOffset;
791 if (myContext->listIdx < listCount) {
792 const char *myStr = GET_STRING(currList[myContext->listIdx++]);
841 UAliasContext *myContext;
849 myContext = static_cast<UAliasContext *>(uprv_malloc(sizeof(UAliasContext)));
850 if (myContext == NULL) {
855 myContext->listOffset = listOffset
    [all...]
uresbund.cpp     [all...]
uloc.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisTraverser.java 36 * for(int nodeHandle=myTraverser.first(myContext);
38 * nodeHandle=myTraverser.next(myContext,nodeHandle))
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 52 public static class MyContext extends MockContext {
56 public MyContext() {
  /external/opencv3/modules/highgui/src/
window_carbon.cpp 222 CGContextRef myContext;
245 QDBeginCGContext (GetWindowPort (window->window), &myContext);
246 CGContextSetInterpolationQuality (myContext, kCGInterpolationLow);
247 CGContextDrawImage(myContext,rect,window->imageRef);
248 CGContextFlush(myContext);// 4
249 QDEndCGContext (GetWindowPort(window->window), &myContext);// 5
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 77 myContext := build.Default
78 runtimeP, err := myContext.Import("runtime", ".", build.ImportComment)
127 myContext.GOPATH = scratchDir
136 myContext.InstallSuffix = suffix + "_dynlink"
137 depP, err := myContext.Import("dep", ".", build.ImportComment)
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 77 myContext := build.Default
78 runtimeP, err := myContext.Import("runtime", ".", build.ImportComment)
127 myContext.GOPATH = scratchDir
136 myContext.InstallSuffix = suffix + "_dynlink"
137 depP, err := myContext.Import("dep", ".", build.ImportComment)
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 517 * @param myContext The Context that had been passed to {@link #onReceive(Context, Intent)}
521 public IBinder peekService(Context myContext, Intent service) {
525 service.prepareToLeaveProcess(myContext);
527 myContext.getContentResolver()), myContext.getOpPackageName());
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
files.jd 364 myContext.deleteFile(fileName);
  /frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
files.jd 364 myContext.deleteFile(fileName);
  /frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/
files.jd 364 myContext.deleteFile(fileName);
  /frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
files.jd 364 myContext.deleteFile(fileName);
  /frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
files.jd 364 myContext.deleteFile(fileName);
  /external/icu/icu4c/source/i18n/
ucurr.cpp     [all...]
  /external/testng/doc/
documentation-main.html     [all...]
  /external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m     [all...]
objcmt-arc-cf-annotations.m.result     [all...]
  /frameworks/base/docs/html/training/basics/data-storage/
files.jd 373 myContext.deleteFile(fileName);

Completed in 632 milliseconds

1 2