Home | History | Annotate | Download | only in Analysis

Lines Matching full:newctx

1083     Context NewCtx = ContextFactory.add(Ctx, D, newID);
1085 return NewCtx;
1091 Context NewCtx = ContextFactory.add(Ctx, D, newID);
1093 return NewCtx;
1101 Context NewCtx = ContextFactory.remove(Ctx, D);
1102 NewCtx = ContextFactory.add(NewCtx, D, newID);
1104 return NewCtx;
1112 Context NewCtx = Ctx;
1113 if (NewCtx.contains(D)) {
1114 NewCtx = ContextFactory.remove(NewCtx, D);
1115 NewCtx = ContextFactory.add(NewCtx, D, 0);
1117 return NewCtx;
1122 Context NewCtx = Ctx;
1123 if (NewCtx.contains(D)) {
1124 NewCtx = ContextFactory.remove(NewCtx, D);
1126 return NewCtx;