Home
last modified time | relevance | path

Searched refs:allContexts (Results 1 – 25 of 103) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCIMetaAccessContext.java53 private static WeakReference<?>[] allContexts = new WeakReference<?>[0]; field in HotSpotJVMCIMetaAccessContext
74 for (int i = 0; i < allContexts.length; i++) { in add()
75 if (allContexts[i] == null || allContexts[i].get() == null) { in add()
76 allContexts[i] = new WeakReference<>(context); in add()
80 int index = allContexts.length; in add()
81 allContexts = Arrays.copyOf(allContexts, index + 2); in add()
82 allContexts[index] = new WeakReference<>(context); in add()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCIMetaAccessContext.java53 private static WeakReference<?>[] allContexts = new WeakReference<?>[0]; field in HotSpotJVMCIMetaAccessContext
74 for (int i = 0; i < allContexts.length; i++) { in add()
75 if (allContexts[i] == null || allContexts[i].get() == null) { in add()
76 allContexts[i] = new WeakReference<>(context); in add()
80 int index = allContexts.length; in add()
81 allContexts = Arrays.copyOf(allContexts, index + 2); in add()
82 allContexts[index] = new WeakReference<>(context); in add()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCIMetaAccessContext.java53 private static WeakReference<?>[] allContexts = new WeakReference<?>[0]; field in HotSpotJVMCIMetaAccessContext
74 for (int i = 0; i < allContexts.length; i++) { in add()
75 if (allContexts[i] == null || allContexts[i].get() == null) { in add()
76 allContexts[i] = new WeakReference<>(context); in add()
80 int index = allContexts.length; in add()
81 allContexts = Arrays.copyOf(allContexts, index + 2); in add()
82 allContexts[index] = new WeakReference<>(context); in add()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Dsearch_endpoint_oss.go17 allContexts = ossContexts var
35 …return nil, fmt.Errorf("context must be one of %v or 'all' for all contexts; got %q", allContexts,…
74 all = make([]structs.Context, len(allContexts))
75 copy(all, allContexts)
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/tests/
H A Dtest_duchain.cpp443 void verify(QList<TestContext*> allContexts) in verify()
581 QList<TestContext*> allContexts; in testImportStructure() local
587 allContexts << new TestContext(); in testImportStructure()
600 allContexts[a]->import(allContexts[rand() % contextCount]); in testImportStructure()
605 allContexts[b]->verify(allContexts); in testImportStructure()
615 … removeImports.insert(allContexts[a]->imports[rand() % allContexts[a]->imports.count()]); in testImportStructure()
621 allContexts[b]->verify(allContexts); in testImportStructure()
626 allContexts[a]->clearImports(); in testImportStructure()
627 allContexts[a]->verify(allContexts); in testImportStructure()
636 delete allContexts[a]; in testImportStructure()
[all …]
/dports/devel/fortytwo-encore/Encore/
H A DECLogging.m110 NSArray *allContexts;
123 allContexts = [self createAllSupercontextsOf: aContext];
124 for( i = 0; i < [allContexts count]; i++ ) {
127 forKey: [allContexts objectAtIndex: i]];
/dports/deskutils/ultralist/ultralist-1.7.0/ultralist/
H A Dgrouper.go19 allContexts := []string{}
22 allContexts = AddIfNotThere(allContexts, todo.Contexts)
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dsearch_endpoint_oss.go17 allContexts = ossContexts var
35 …return nil, fmt.Errorf("context must be one of %v or 'all' for all contexts; got %q", allContexts,…
41 …return nil, fmt.Errorf("context must be one of %v or 'all' for all contexts; got %q", allContexts,…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DElementReferenceRenderer.java132 List<MContext> allContexts = modelService.findElements(refElement, null, MContext.class); in disposeWidget() local
133 for (MContext ctxtElement : allContexts) { in disposeWidget()
167 List<MContext> allContexts = modelService.findElements( in disposeWidget() local
169 for (MContext ctxtElement : allContexts) { in disposeWidget()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.commands/src/org/eclipse/core/commands/operations/
H A DTriggeredOperations.java270 ArrayList<IUndoContext> allContexts = new ArrayList<>(); in recomputeContexts() local
273 allContexts.addAll(Arrays.asList(contexts)); in recomputeContexts()
277 if (!allContexts.contains(context)) { in recomputeContexts()
278 allContexts.add(context); in recomputeContexts()
282 contexts = allContexts; in recomputeContexts()
H A DDefaultOperationHistory.java1059 ArrayList<IUndoContext> allContexts = new ArrayList<>(replacements.length); in replaceOperation() local
1062 allContexts.addAll(Arrays.asList(opContexts)); in replaceOperation()
1069 for (IUndoContext context : allContexts) { in replaceOperation()
1090 ArrayList<IUndoContext> allContexts = new ArrayList<>(replacements.length); in replaceOperation() local
1095 allContexts.addAll(Arrays.asList(opContexts)); in replaceOperation()
1101 for (IUndoContext context : allContexts) { in replaceOperation()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/metrics/
H A DMetricsServlet.java119 Collection<MetricsContext> allContexts = in doGet() local
123 out.print(new JSON().toJSON(makeMap(allContexts))); in doGet()
125 printMap(out, makeMap(allContexts)); in doGet()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/
H A DMetricsServlet.java115 Collection<MetricsContext> allContexts = in doGet() local
122 out.print(new JSON().toJSON(makeMap(allContexts))); in doGet()
129 printMap(out, makeMap(allContexts)); in doGet()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/marlin/
H A DRendererStats.java62 final ConcurrentLinkedQueue<RendererContext> allContexts field in RendererStats
276 final RendererContext[] all = allContexts.toArray( in dump()
277 new RendererContext[allContexts.size()]); in dump()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/java2d/marlin/
H A DRendererStats.java62 final ConcurrentLinkedQueue<RendererContext> allContexts field in RendererStats
276 final RendererContext[] all = allContexts.toArray( in dump()
277 new RendererContext[allContexts.size()]); in dump()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp107 allContexts()->add(this); in SharedGraphicsContext3D()
122 allContexts()->remove(this); in ~SharedGraphicsContext3D()
274 …for (HashSet<SharedGraphicsContext3D*>::iterator it = allContexts()->begin(); it != allContexts()-… in removeTexturesFor()
279 HashSet<SharedGraphicsContext3D*>* SharedGraphicsContext3D::allContexts() in allContexts() function in WebCore::SharedGraphicsContext3D
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvsthreadpool.cpp243 … owner->allContexts.erase(NodeOutputKey(mainContext->clip, mainContext->n, mainContext->index)); in runTasks()
424 if (allContexts.count(p)) { in startInternal()
425 PFrameContext &ctx = allContexts[p]; in startInternal()
440 allContexts[p] = context; in startInternal()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Controller/Action/Helper/
H A DContextSwitch.php1236 $allContexts = $controller->{$contextKey};
1238 if (!is_array($allContexts)) {
1245 if (!isset($allContexts[$action])) {
1249 if (true === $allContexts[$action]) {
1253 $contexts = $allContexts[$action];
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebURLRequest.cpp39 const Vector<WebContext*>& contexts = WebContext::allContexts(); in setDefaultTimeoutInterval()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.cpp53 const Vector<WebContext*>& contexts = WebContext::allContexts(); in updateStateForAllWebProcesses()
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dcode.h73 struct Context* allContexts; member
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DjvmciRuntime.cpp801 objArrayOop allContexts = HotSpotJVMCIMetaAccessContext::allContexts(); in metadata_do() local
802 if (allContexts == NULL) { in metadata_do()
811 for (int i = 0; i < allContexts->length(); i++) { in metadata_do()
812 oop ref = allContexts->obj_at(i); in metadata_do()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jvmci/
H A DjvmciRuntime.cpp801 objArrayOop allContexts = HotSpotJVMCIMetaAccessContext::allContexts(); in metadata_do() local
802 if (allContexts == NULL) { in metadata_do()
811 for (int i = 0; i < allContexts->length(); i++) { in metadata_do()
812 oop ref = allContexts->obj_at(i); in metadata_do()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jvmci/
H A DjvmciRuntime.cpp811 objArrayOop allContexts = HotSpotJVMCIMetaAccessContext::allContexts(); in metadata_do() local
812 if (allContexts == NULL) { in metadata_do()
821 for (int i = 0; i < allContexts->length(); i++) { in metadata_do()
822 oop ref = allContexts->obj_at(i); in metadata_do()
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dcontext.go37 for _, context := range gui.allContexts() {
488 for _, context := range gui.allContexts() {

12345