Home
last modified time | relevance | path

Searched refs:getLocal (Results 1 – 25 of 1064) sorted by relevance

12345678910>>...43

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DSharedObject.as127 so2bis = SharedObject.getLocal("a");
129 so2bis = SharedObject.getLocal("a~");
131 so2bis = SharedObject.getLocal("a ");
133 so2bis = SharedObject.getLocal("a'");
135 so2bis = SharedObject.getLocal("%");
137 so2bis = SharedObject.getLocal("a%");
139 so2bis = SharedObject.getLocal("a&");
171 so2bis = SharedObject.getLocal("ü");
331 so6 = SharedObject.getLocal("so6");
348 so7 = SharedObject.getLocal();
[all …]
/dports/devel/tinygo/tinygo-0.14.1/interp/
H A Dframe.go105 value := fr.getLocal(inst.Operand(0))
106 ptr := fr.getLocal(inst.Operand(1))
113 value := fr.getLocal(inst.Operand(0))
120 operand := fr.getLocal(llvmIndex)
140 value := fr.getLocal(inst.Operand(0))
143 value := fr.getLocal(inst.Operand(0))
146 value := fr.getLocal(inst.Operand(0))
149 value := fr.getLocal(inst.Operand(0))
152 value := fr.getLocal(inst.Operand(0))
155 value := fr.getLocal(inst.Operand(0))
[all …]
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Dtest-dnsdistdynblocks_hh.cc61 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 0U); in BOOST_AUTO_TEST_CASE()
80 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 1U); in BOOST_AUTO_TEST_CASE()
113 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 1U); in BOOST_AUTO_TEST_CASE()
124 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 0U); in BOOST_AUTO_TEST_CASE()
136 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 1U); in BOOST_AUTO_TEST_CASE()
148 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 0U); in BOOST_AUTO_TEST_CASE()
208 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 0U); in BOOST_AUTO_TEST_CASE()
249 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 0U); in BOOST_AUTO_TEST_CASE()
267 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 0U); in BOOST_AUTO_TEST_CASE()
285 BOOST_CHECK_EQUAL(g_dynblockNMG.getLocal()->size(), 1U); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSSyncInfo.java59 IResource local = getLocal(); in calculateKind()
137 IResource local = getLocal(); in handleDeletionConflicts()
161 if (getLocal().getType() == IResource.FOLDER) { in makeOutgoing()
239 …, NLS.bind(CVSMessages.CVSSyncInfo_9, new String[] { getLocal().getFullPath().toString()}), getLoc… in makeOutgoing()
273 if (getLocal().getType() == IResource.FILE) { in makeInSync()
274 …, NLS.bind(CVSMessages.CVSSyncInfo_7, new String[] { getLocal().getFullPath().toString()}), getLoc… in makeInSync()
280 … NLS.bind(CVSMessages.CVSSyncInfo_8, new String[] { getLocal().getFullPath().toString() }), getLoc… in makeInSync()
286 … NLS.bind(CVSMessages.CVSSyncInfo_9, new String[] { getLocal().getFullPath().toString() }), getLoc… in makeInSync()
312 … NLS.bind(CVSMessages.CVSSyncInfo_10, new String[] { getLocal().getFullPath().toString() }),getLoc… in makeInSync()
333 result.append(getLocal().toString()); in toString()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DMaterializeVirtualObjectTest.java245 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
246 Asserts.assertTrue(f.getLocal(1) != null, "outerHelper should not be null"); in checkStructure()
247 Asserts.assertTrue(f.getLocal(3) != null, "innerHelper should not be null"); in checkStructure()
248 … Asserts.assertEQ(((Helper) f.getLocal(3)).string, "foo", "innerHelper.string should be foo"); in checkStructure()
249 helpers[0] = f.getLocal(1); in checkStructure()
259 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
260 Asserts.assertTrue(f.getLocal(1) != null, "str should not be null"); in checkStructure()
261 Asserts.assertTrue(f.getLocal(3) != null, "helper should not be null"); in checkStructure()
262 Asserts.assertTrue(f.getLocal(4) != null, "helper2 should not be null"); in checkStructure()
263 …Asserts.assertEQ(((Helper) f.getLocal(3)).string, f.getLocal(1), "helper.string should be the same… in checkStructure()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DMaterializeVirtualObjectTest.java248 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
249 Asserts.assertTrue(f.getLocal(1) != null, "outerHelper should not be null"); in checkStructure()
250 Asserts.assertTrue(f.getLocal(3) != null, "innerHelper should not be null"); in checkStructure()
251 … Asserts.assertEQ(((Helper) f.getLocal(3)).string, "foo", "innerHelper.string should be foo"); in checkStructure()
252 helpers[0] = f.getLocal(1); in checkStructure()
262 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
263 Asserts.assertTrue(f.getLocal(1) != null, "str should not be null"); in checkStructure()
264 Asserts.assertTrue(f.getLocal(3) != null, "helper should not be null"); in checkStructure()
265 Asserts.assertTrue(f.getLocal(4) != null, "helper2 should not be null"); in checkStructure()
266 …Asserts.assertEQ(((Helper) f.getLocal(3)).string, f.getLocal(1), "helper.string should be the same… in checkStructure()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DMaterializeVirtualObjectTest.java247 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
248 Asserts.assertTrue(f.getLocal(1) != null, "outerHelper should not be null"); in checkStructure()
249 Asserts.assertTrue(f.getLocal(3) != null, "innerHelper should not be null"); in checkStructure()
250 … Asserts.assertEQ(((Helper) f.getLocal(3)).string, "foo", "innerHelper.string should be foo"); in checkStructure()
251 helpers[0] = f.getLocal(1); in checkStructure()
261 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
262 Asserts.assertTrue(f.getLocal(1) != null, "str should not be null"); in checkStructure()
263 Asserts.assertTrue(f.getLocal(3) != null, "helper should not be null"); in checkStructure()
264 Asserts.assertTrue(f.getLocal(4) != null, "helper2 should not be null"); in checkStructure()
265 …Asserts.assertEQ(((Helper) f.getLocal(3)).string, f.getLocal(1), "helper.string should be the same… in checkStructure()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DMaterializeVirtualObjectTest.java247 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
248 Asserts.assertTrue(f.getLocal(1) != null, "outerHelper should not be null"); in checkStructure()
249 Asserts.assertTrue(f.getLocal(3) != null, "innerHelper should not be null"); in checkStructure()
250 … Asserts.assertEQ(((Helper) f.getLocal(3)).string, "foo", "innerHelper.string should be foo"); in checkStructure()
251 helpers[0] = f.getLocal(1); in checkStructure()
261 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
262 Asserts.assertTrue(f.getLocal(1) != null, "str should not be null"); in checkStructure()
263 Asserts.assertTrue(f.getLocal(3) != null, "helper should not be null"); in checkStructure()
264 Asserts.assertTrue(f.getLocal(4) != null, "helper2 should not be null"); in checkStructure()
265 …Asserts.assertEQ(((Helper) f.getLocal(3)).string, f.getLocal(1), "helper.string should be the same… in checkStructure()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DMaterializeVirtualObjectTest.java248 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
249 Asserts.assertTrue(f.getLocal(1) != null, "outerHelper should not be null"); in checkStructure()
250 Asserts.assertTrue(f.getLocal(3) != null, "innerHelper should not be null"); in checkStructure()
251 … Asserts.assertEQ(((Helper) f.getLocal(3)).string, "foo", "innerHelper.string should be foo"); in checkStructure()
252 helpers[0] = f.getLocal(1); in checkStructure()
262 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
263 Asserts.assertTrue(f.getLocal(1) != null, "str should not be null"); in checkStructure()
264 Asserts.assertTrue(f.getLocal(3) != null, "helper should not be null"); in checkStructure()
265 Asserts.assertTrue(f.getLocal(4) != null, "helper2 should not be null"); in checkStructure()
266 …Asserts.assertEQ(((Helper) f.getLocal(3)).string, f.getLocal(1), "helper.string should be the same… in checkStructure()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/compilerToVM/
H A DMaterializeVirtualObjectTest.java248 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
249 Asserts.assertTrue(f.getLocal(1) != null, "outerHelper should not be null"); in checkStructure()
250 Asserts.assertTrue(f.getLocal(3) != null, "innerHelper should not be null"); in checkStructure()
251 … Asserts.assertEQ(((Helper) f.getLocal(3)).string, "foo", "innerHelper.string should be foo"); in checkStructure()
252 helpers[0] = f.getLocal(1); in checkStructure()
262 Asserts.assertTrue(f.getLocal(0) != null, "this should not be null"); in checkStructure()
263 Asserts.assertTrue(f.getLocal(1) != null, "str should not be null"); in checkStructure()
264 Asserts.assertTrue(f.getLocal(3) != null, "helper should not be null"); in checkStructure()
265 Asserts.assertTrue(f.getLocal(4) != null, "helper2 should not be null"); in checkStructure()
266 …Asserts.assertEQ(((Helper) f.getLocal(3)).string, f.getLocal(1), "helper.string should be the same… in checkStructure()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DJDILocalVariable.java75 return getLocal().name(); in getName()
94 getStackFrame().getUnderlyingStackFrame().setValue(getLocal(), in setJDIValue()
122 String genericSignature = getLocal().genericSignature(); in getReferenceTypeName()
137 return getLocal().typeName(); in getReferenceTypeName()
155 return getLocal().signature(); in getSignature()
199 protected LocalVariable getLocal() { in getLocal() method in JDILocalVariable
212 return getLocal().toString(); in toString()
221 return getLocal().type(); in getUnderlyingType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/src/org/eclipse/e4/ui/internal/services/
H A DContextContextService.java49 LinkedList<String> locals = (LinkedList<String>) eclipseContext.getLocal(LOCAL_CONTEXTS); in activateContext()
94 LinkedList<String> locals = (LinkedList<String>) eclipseContext.getLocal(DEFERRED_UPDATES); in deferActivateContext()
110 LinkedList<String> locals = (LinkedList<String>) eclipseContext.getLocal(LOCAL_CONTEXTS); in setEventCaching()
115 LinkedList<String> updates = (LinkedList<String>) eclipseContext.getLocal(DEFERRED_UPDATES); in setEventCaching()
135 LinkedList<?> locals = (LinkedList<?>) eclipseContext.getLocal(LOCAL_CONTEXTS); in deactivateContext()
147 LinkedList<String> locals = (LinkedList<String>) eclipseContext.getLocal(DEFERRED_UPDATES); in deferDeactivateContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/
H A DSyncInfo.java180 public IResource getLocal() { in getLocal() method in SyncInfo
302 return getLocal().hashCode(); in hashCode()
312 if (node1.getLocal() != null) in equalNodes()
313 local1 = node1.getLocal(); in equalNodes()
315 if (node2.getLocal() != null) in equalNodes()
316 local2 = node2.getLocal(); in equalNodes()
350 return (T) getLocal(); in getAdapter()
357 return getLocal().getName() + " " + kindToString(getKind()); //$NON-NLS-1$ in toString()
H A DSyncInfoSetChangeEvent.java52 if (removedResources.contains(info.getLocal())) { in added()
54 removedResources.remove(info.getLocal()); in added()
57 addedResources.put(info.getLocal(), info); in added()
74 IResource resource = info.getLocal(); in changed()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kuberuntime/
H A Dhelpers_test.go413 … &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename")}},
428 …&v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename2")}},
440 ….SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("field-cont-profi…
603 … &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename")}},
618 …&v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename2")}},
630 ….SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("field-cont-profi…
711 … &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename")}},
729 …&v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename2")}},
805 … &v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename")}},
823 …&v1.SeccompProfile{Type: v1.SeccompProfileTypeLocalhost, LocalhostProfile: getLocal("filename2")}},
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/
H A DSyncInfoToDiffConverter.java158 IResource local = info.getLocal(); in getDeltaFor()
170 return new ResourceDiff(info.getLocal(), kind, 0, before, after); in getDeltaFor()
173 return new ResourceDiff(info.getLocal(), kind); in getDeltaFor()
193 if (info.getLocal().getType() == IResource.FILE) { in getRemoteDelta()
196 return new ResourceDiff(info.getLocal(), kind, 0, before, after); in getRemoteDelta()
199 return new ResourceDiff(info.getLocal(), kind); in getRemoteDelta()
222 IResource local = info.getLocal(); in getLocalDelta()
234 return new ResourceDiff(info.getLocal(), kind, 0, before, after); in getLocalDelta()
237 return new ResourceDiff(info.getLocal(), kind); in getLocalDelta()
278 IResource local = getLocal(twd); in asSyncInfo()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/org/eclipse/e4/core/internal/tests/contexts/
H A DEclipseContextTest.java88 assertNull(context.getLocal("foo")); in testGetLocal()
90 assertEquals("bar", context.getLocal("foo")); in testGetLocal()
91 assertNull(parentContext.getLocal("foo")); in testGetLocal()
93 assertNull(context.getLocal("foo")); in testGetLocal()
95 assertNull(context.getLocal("foo")); in testGetLocal()
97 assertNull(context.getLocal("foo")); in testGetLocal()
99 assertEquals("baz", context.getLocal("foo")); in testGetLocal()
270 assertNull(child.getLocal("b")); in testModify()
278 assertNull(child.getLocal("b")); in testModify()
292 assertNull(parent.getLocal("c")); in testModify()
[all …]
/dports/biology/jalview/jalview/src/jalview/io/vamsas/
H A DRangetype.java258 int[] localRange = getIntervals(maprange.getLocal()); in parsemapType()
260 long lu = maprange.getLocal().hasUnit() ? maprange.getLocal().getUnit() in parsemapType()
272 if (!map.getLocal().hasUnit() || map.getMapped().hasUnit()) in parsemapType()
315 initRangeType(maprange.getLocal(), ml.getFromRanges()); in initMapType()
320 initRangeType(maprange.getLocal(), ml.getToRanges()); in initMapType()
327 maprange.getLocal().setUnit(ml.getFromRatio()); in initMapType()
332 maprange.getLocal().setUnit(ml.getToRatio()); in initMapType()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/checkpointoracle/
H A Doracle.go44 getLocal func(uint64) params.TrustedCheckpoint // Function used to retrieve local checkpoint
53 func New(config *params.CheckpointOracleConfig, getLocal func(uint64) params.TrustedCheckpoint) *Ch…
56 getLocal: getLocal,
102 local := oracle.getLocal(latest)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/subscriber/
H A DCVSSubscriberOperation.java101 (! resource.getLocal().exists() && resource.getRemote() != null)); in isOutOfSync()
121 if (info.getLocal().getType() == IResource.ROOT) { in makeInSync()
126 …NING, NLS.bind(CVSUIMessages.CVSSubscriberAction_0, new String[] { info.getLocal().getFullPath().t… in makeInSync()
209 cvsResources[i] = CVSWorkspaceRoot.getCVSResourceFor(nodes[i].getLocal()); in pruneEmptyParents()
224 return ((CVSSyncInfo)info).getSubscriber().getSyncInfo(info.getLocal().getParent()); in getParent()
230 resources.add(node.getLocal()); in getIResourcesFrom()
257 IResource local = info.getLocal(); in makeRemoteLocal()
288 IResource local = info.getLocal(); in ensureContainerExists()
322 IProject project = info.getLocal().getProject(); in getProjectSyncInfoSetMap()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/
H A DTestLocalFileSystem.java64 FileSystem fileSys = FileSystem.getLocal(conf); in testWorkingDirectory()
116 FileSystem fs = FileSystem.getLocal(conf).getRawFileSystem(); in testSyncable()
149 LocalFileSystem fs = FileSystem.getLocal(conf); in testCopy()
174 FileSystem fileSys = FileSystem.getLocal(conf); in testHomeDirectory()
183 FileSystem fs = FileSystem.getLocal(conf); in testPathEscapes()
193 FileSystem fs = FileSystem.getLocal(conf); in testGetCanonicalServiceName()
199 LocalFileSystem fs = FileSystem.getLocal(conf); in testHasFileDescriptor()
/dports/www/ilias/ILIAS-5.4.25/src/Filesystem/Provider/
H A DDelegatingFilesystemFactory.php55 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem function in ILIAS\\Filesystem\\Provider\\DelegatingFilesystemFactory
58 …adOnlyDecorator(new FilesystemWhitelistDecorator($this->implementation->getLocal($config), $this->…
60 …return new FilesystemWhitelistDecorator($this->implementation->getLocal($config), $this->sanitizer…
/dports/www/ilias6/ILIAS-6.14/src/Filesystem/Provider/
H A DDelegatingFilesystemFactory.php55 public function getLocal(LocalConfig $config, bool $read_only = false) : Filesystem function in ILIAS\\Filesystem\\Provider\\DelegatingFilesystemFactory
58 …adOnlyDecorator(new FilesystemWhitelistDecorator($this->implementation->getLocal($config), $this->…
60 …return new FilesystemWhitelistDecorator($this->implementation->getLocal($config), $this->sanitizer…
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestLineRecordReaderJobs.java47 FileSystem localFs = FileSystem.getLocal(conf); in createInputFile()
62 FileSystem localFs = FileSystem.getLocal(conf); in readOutputFile()
100 FileSystem localFs = FileSystem.getLocal(conf); in testCustomRecordDelimiters()
122 FileSystem localFs = FileSystem.getLocal(conf); in testDefaultRecordDelimiters()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/input/
H A DTestLineRecordReaderJobs.java51 FileSystem localFs = FileSystem.getLocal(conf); in createInputFile()
66 FileSystem localFs = FileSystem.getLocal(conf); in readOutputFile()
103 FileSystem localFs = FileSystem.getLocal(conf); in testCustomRecordDelimiters()
125 FileSystem localFs = FileSystem.getLocal(conf); in testDefaultRecordDelimiters()

12345678910>>...43