Home
last modified time | relevance | path

Searched refs:targetContext (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DBreakStatement.java35 FlowContext targetContext = (this.label == null) in analyseCode() local
40 if (targetContext instanceof SwitchFlowContext && in analyseCode()
41 targetContext.associatedNode instanceof SwitchExpression) { in analyseCode()
44 if (targetContext == null) { in analyseCode()
53 targetContext.recordAbruptExit(); in analyseCode()
54 targetContext.expireNullCheckedFieldInfo(); in analyseCode()
59 this.targetLabel = targetContext.breakLabel(); in analyseCode()
76 traversedContext.recordBreakTo(targetContext); in analyseCode()
84 } else if (traversedContext == targetContext) { in analyseCode()
86 targetContext.recordBreakFrom(flowInfo); in analyseCode()
H A DContinueStatement.java35 FlowContext targetContext = (this.label == null) in analyseCode() local
39 if (targetContext == null) { in analyseCode()
48 targetContext.recordAbruptExit(); in analyseCode()
49 targetContext.expireNullCheckedFieldInfo(); in analyseCode()
51 if (targetContext == FlowContext.NotContinuableContext) { in analyseCode()
58 this.targetLabel = targetContext.continueLabel(); in analyseCode()
82 } else if (traversedContext == targetContext) { in analyseCode()
84 targetContext.recordContinueFrom(flowContext, flowInfo); in analyseCode()
H A DYieldStatement.java52 FlowContext targetContext = this.isImplicit ? flowContext.getTargetContextForDefaultBreak() : in analyseCode() local
60 targetContext.recordAbruptExit(); in analyseCode()
61 targetContext.expireNullCheckedFieldInfo(); in analyseCode()
66 this.targetLabel = targetContext.breakLabel(); in analyseCode()
83 traversedContext.recordBreakTo(targetContext); in analyseCode()
90 } else if (traversedContext == targetContext) { in analyseCode()
92 targetContext.recordBreakFrom(flowInfo); in analyseCode()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DBreakStatement.java31 FlowContext targetContext = (this.label == null) in analyseCode() local
35 if (targetContext == null) { in analyseCode()
44 targetContext.recordAbruptExit(); in analyseCode()
49 this.targetLabel = targetContext.breakLabel(); in analyseCode()
66 traversedContext.recordBreakTo(targetContext); in analyseCode()
74 } else if (traversedContext == targetContext) { in analyseCode()
76 targetContext.recordBreakFrom(flowInfo); in analyseCode()
H A DContinueStatement.java31 FlowContext targetContext = (this.label == null) in analyseCode() local
35 if (targetContext == null) { in analyseCode()
44 targetContext.recordAbruptExit(); in analyseCode()
46 if (targetContext == FlowContext.NotContinuableContext) { in analyseCode()
53 this.targetLabel = targetContext.continueLabel(); in analyseCode()
77 } else if (traversedContext == targetContext) { in analyseCode()
79 targetContext.recordContinueFrom(flowContext, flowInfo); in analyseCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DContinueStatement.java33 FlowContext targetContext = (label == null) in analyseCode() local
37 if (targetContext == null) { in analyseCode()
46 if (targetContext == FlowContext.NotContinuableContext) { in analyseCode()
50 targetLabel = targetContext.continueLabel(); in analyseCode()
72 } else if (traversedContext == targetContext) { in analyseCode()
74 targetContext.recordContinueFrom(flowInfo); in analyseCode()
H A DBreakStatement.java32 FlowContext targetContext = (label == null) in analyseCode() local
36 if (targetContext == null) { in analyseCode()
45 targetLabel = targetContext.breakLabel(); in analyseCode()
67 } else if (traversedContext == targetContext) { in analyseCode()
69 targetContext.recordBreakFrom(flowInfo); in analyseCode()
/dports/www/firefox/firefox-99.0/dom/webgpu/
H A DCommandEncoder.cpp137 const auto& targetContext = aDestination.mTexture->mTargetContext; in CopyBufferToTexture() local
138 if (targetContext) { in CopyBufferToTexture()
139 mTargetContexts.AppendElement(targetContext); in CopyBufferToTexture()
166 const auto& targetContext = aDestination.mTexture->mTargetContext; in CopyTextureToTexture() local
167 if (targetContext) { in CopyTextureToTexture()
168 mTargetContexts.AppendElement(targetContext); in CopyTextureToTexture()
206 auto* targetContext = at.mView->GetTargetContext(); in BeginRenderPass() local
207 if (targetContext) { in BeginRenderPass()
208 mTargetContexts.AppendElement(targetContext); in BeginRenderPass()
211 targetContext = at.mResolveTarget.Value().GetTargetContext(); in BeginRenderPass()
[all …]
H A DCommandBuffer.cpp44 for (const auto& targetContext : mTargetContexts) { in Commit() local
45 if (targetContext) { in Commit()
46 targetContext->MaybeQueueSwapChainPresent(); in Commit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/
H A DBaseJUnit4ClassRunner.java76 public void run(Context targetContext, Class<?> testClass); in run() argument
92 public void run(Context targetContext, FrameworkMethod testMethod); in run() argument
312 Context targetContext = InstrumentationRegistry.getTargetContext(); in runPreTestHooks() local
314 hook.run(targetContext, frameworkMethod); in runPreTestHooks()
319 Context targetContext = InstrumentationRegistry.getTargetContext(); in runPreClassHooks() local
321 hook.run(targetContext, klass); in runPreClassHooks()
326 Context targetContext = InstrumentationRegistry.getTargetContext(); in runPostTestHooks() local
328 hook.run(targetContext, frameworkMethod); in runPostTestHooks()
333 Context targetContext = InstrumentationRegistry.getTargetContext(); in runPostClassHooks() local
335 hook.run(targetContext, klass); in runPostClassHooks()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.e4.core.contexts/src/org/eclipse/e4/core/internal/contexts/
H A DContextObjectSupplier.java67 IEclipseContext targetContext = (active[i]) ? context.getActiveLeaf() : context; in update() local
69 result[i] = targetContext; in update()
70 IEclipseContext parent = targetContext.getParent(); // creates pseudo-link in update()
72 targetContext.get(ECLIPSE_CONTEXT_NAME); // pseudo-link in case there is no parent in update()
73 } else if (targetContext.containsKey(keys[i])) in update()
74 result[i] = targetContext.get(keys[i]); in update()
185 IEclipseContext targetContext = (active[i]) ? context.getActiveLeaf() : context; in fillArgs() local
187 actualArgs[i] = targetContext; in fillArgs()
188 else if (targetContext.containsKey(keys[i])) in fillArgs()
189 actualArgs[i] = targetContext.get(keys[i]); in fillArgs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/omaha/
H A DExponentialBackoffSchedulerTest.java36 Context targetContext = InstrumentationRegistry.getTargetContext(); in testExponentialBackoffSchedulerFailureSetting() local
37 TestContext context = new TestContext(targetContext); in testExponentialBackoffSchedulerFailureSetting()
61 Context targetContext = InstrumentationRegistry.getTargetContext(); in testExponentialBackoffSchedulerDelayCalculation() local
62 TestContext context = new TestContext(targetContext); in testExponentialBackoffSchedulerDelayCalculation()
93 Context targetContext = InstrumentationRegistry.getTargetContext(); in testExponentialBackoffSchedulerAlarmCreation() local
94 TestContext context = new TestContext(targetContext); in testExponentialBackoffSchedulerAlarmCreation()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DProfileLockedTest.kt15 private val targetContext constant
16 get() = InstrumentationRegistry.getInstrumentation().targetContext
22 targetContext, TestRuntimeService.instance0::class.java, temporaryProfile.get()) in profileLocked()
32 targetContext, TestRuntimeService.instance1::class.java, temporaryProfile.get()) in profileLocked()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/crash/
H A DParentCrashTest.kt20 private val targetContext constant in org.mozilla.geckoview.test.crash.ParentCrashTest
21 get() = InstrumentationRegistry.getInstrumentation().targetContext
31 val client = TestCrashHandler.Client(targetContext) in crashParent()
37 targetContext, RuntimeCrashTestService::class.java, temporaryProfile.get()) in crashParent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Threading/Tasks/
H A DExceptionDispatchHelper.cs13 internal static void ThrowAsync(Exception exception, SynchronizationContext targetContext) in ThrowAsync() argument
25 if (targetContext != null) in ThrowAsync()
29targetContext.Post((edi) => ((ExceptionDispatchInfo)edi).Throw(), exceptionDispatchInfo); in ThrowAsync()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DProfileLockedTest.kt24 private val targetContext constant
25 get() = InstrumentationRegistry.getInstrumentation().targetContext
89 val runtime0 = RuntimeInstance(targetContext, in profileLocked()
92 val runtime1 = RuntimeInstance(targetContext, in profileLocked()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DProfileLockedTest.kt24 private val targetContext constant in org.mozilla.geckoview.test.ProfileLockedTest
25 get() = InstrumentationRegistry.getInstrumentation().targetContext
89 val runtime0 = RuntimeInstance(targetContext, in profileLocked()
92 val runtime1 = RuntimeInstance(targetContext, in profileLocked()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/afp/
H A DAFPImageHandlerGraphics2D.java129 public boolean isCompatible(RenderingContext targetContext, Image image) { in isCompatible() argument
131 && targetContext instanceof AFPRenderingContext; in isCompatible()
133 AFPRenderingContext afpContext = (AFPRenderingContext)targetContext; in isCompatible()
137 String mode = (String)targetContext.getHint(ImageHandlerUtil.CONVERSION_MODE); in isCompatible()
H A DAFPImageHandlerRawStream.java85 public boolean isCompatible(RenderingContext targetContext, Image image) { in isCompatible() argument
86 if (targetContext instanceof AFPRenderingContext) { in isCompatible()
87 AFPRenderingContext afpContext = (AFPRenderingContext)targetContext; in isCompatible()
H A DAFPImageHandlerRawCCITTFax.java96 public boolean isCompatible(RenderingContext targetContext, Image image) { in isCompatible() argument
97 if (targetContext instanceof AFPRenderingContext) { in isCompatible()
98 AFPRenderingContext afpContext = (AFPRenderingContext)targetContext; in isCompatible()
H A DAFPImageHandlerSVG.java168 public boolean isCompatible(RenderingContext targetContext, Image image) { in isCompatible() argument
171 && targetContext instanceof AFPRenderingContext; in isCompatible()
173 AFPRenderingContext afpContext = (AFPRenderingContext)targetContext; in isCompatible()
177 String mode = (String)targetContext.getHint(ImageHandlerUtil.CONVERSION_MODE); in isCompatible()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/
H A DAsyncMethodBuilder.cs142 AsyncMethodBuilderCore.ThrowAsync(exc, targetContext: null);
181 AsyncMethodBuilderCore.ThrowAsync(e, targetContext: null);
215 … AsyncMethodBuilderCore.ThrowAsync(exception, targetContext: m_synchronizationContext); in SetException()
227 AsyncMethodBuilderCore.ThrowAsync(exception, targetContext: null); in SetException()
243 AsyncMethodBuilderCore.ThrowAsync(exc, targetContext: null); in NotifySynchronizationContextOfCompletion()
523 AsyncMethodBuilderCore.ThrowAsync(e, targetContext: null);
563 AsyncMethodBuilderCore.ThrowAsync(e, targetContext: null);
1006 internal static void ThrowAsync(Exception exception, SynchronizationContext targetContext)
1013 if (targetContext != null)
1018 targetContext.Post(state => ((ExceptionDispatchInfo)state).Throw(), edi);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DPSImageHandlerEPS.java98 public boolean isCompatible(RenderingContext targetContext, Image image) { in isCompatible() argument
99 if (targetContext instanceof PSRenderingContext) { in isCompatible()
100 PSRenderingContext psContext = (PSRenderingContext)targetContext; in isCompatible()
H A DPSImageHandlerRawCCITTFax.java104 public boolean isCompatible(RenderingContext targetContext, Image image) { in isCompatible() argument
105 if (targetContext instanceof PSRenderingContext) { in isCompatible()
106 PSRenderingContext psContext = (PSRenderingContext)targetContext; in isCompatible()
/dports/lang/newlisp/newlisp-10.7.5/modules/
H A Dinfix.lsp72 (set 'targetContext MAIN)
75 (if ctx (set 'targetContext ctx))
134 (and (legal? vars) (set 'var (sym vars targetContext))) ))

12345678