Home
last modified time | relevance | path

Searched defs:null (Results 226 – 250 of 19318) sorted by relevance

12345678910>>...773

/dports/databases/grass7/grass-7.8.6/lib/python/script/
H A Darray.py136 def __new__(cls, mapname=None, null=None, dtype=numpy.double): argument
183 def read(self, mapname, null=None): argument
227 def write(self, mapname, title=None, null=None, overwrite=None, quiet=None): argument
284 def __new__(cls, mapname=None, null=None, dtype=numpy.double): argument
333 def read(self, mapname, null=None): argument
377 def write(self, mapname, null=None, overwrite=None, quiet=None): argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/tools/
H A Dbuild-js-vector-aliases.R9 null = "0" nameattr
15 null = "0" nameattr
21 null = "null" nameattr
27 null = "false" nameattr
41 null <- transformation$null functionVar
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dhelpers.hpp10 T null; in generic_bool_ops_test() local
38 T null = T(); in generic_eq_ops_test() local
59 T null = T(); in generic_rel_ops_test() local
108 T null; in generic_empty_test() local
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dhelpers.hpp10 T null; in generic_bool_ops_test() local
38 T null = T(); in generic_eq_ops_test() local
59 T null = T(); in generic_rel_ops_test() local
108 T null; in generic_empty_test() local
/dports/devel/cquery/cquery-20180718/third_party/pugixml/tests/
H A Dhelpers.hpp10 T null; in generic_bool_ops_test() local
38 T null = T(); in generic_eq_ops_test() local
59 T null = T(); in generic_rel_ops_test() local
108 T null; in generic_empty_test() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/
H A DStringsCompleter.java40 assert strings != null; in StringsCompleter() local
47 assert candidates != null; in StringsCompleter() local
52 assert commandLine != null; in complete() local
53 assert candidates != null; in complete() local
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_firewall_rule.ps1145 if ($null -ne $icmp_type_code) { variable
168 if ($null -ne $enabled) { $new_rule.Enabled = $enabled } else { $new_rule.Enabled = $true } variable
169 if ($null -ne $description) { $new_rule.Description = $description } variable
170 if ($null -ne $group) { $new_rule.Grouping = $group } variable
172 if ($null -ne $service -and $service -ne "any") { $new_rule.ServiceName = $service } variable
174 if ($null -ne $localport -and $localport -ne "any") { $new_rule.LocalPorts = $localport } variable
176 if ($null -ne $localip -and $localip -ne "any") { $new_rule.LocalAddresses = $localip } variable
177 if ($null -ne $remoteip -and $remoteip -ne "any") { $new_rule.RemoteAddresses = $remoteip } variable
180 if ($null -ne $action) { $new_rule.Action = ConvertTo-Action -actionStr $action } variable
184 if ($null -ne $edge -and $edge -ne "no") { variable
[all …]
H A Dwin_format.ps175 if ($null -ne $DriveLetter) { in Get-AnsibleVolume() variable
82 elseif ($null -ne $Path) { in Get-AnsibleVolume() variable
89 elseif ($null -ne $Label) { in Get-AnsibleVolume() variable
118 if ($null -ne $UseLargeFRS) { in Format-AnsibleVolume() variable
121 if ($null -ne $SetIntegrityStreams) { in Format-AnsibleVolume() variable
124 if ($null -ne $Compress){ in Format-AnsibleVolume() variable
127 if ($null -ne $Label) { in Format-AnsibleVolume() variable
130 if ($null -ne $FileSystem) { in Format-AnsibleVolume() variable
133 if ($null -ne $AllocationUnitSize) { in Format-AnsibleVolume() variable
154 if ($null -ne $file_system -and variable
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/Prerequisites/Deployment/
H A Dsetup_common.ps115 @{Name = "COREFX_DOMAINJOINED_PROXYHOST"; Value = $null}, variable
16 @{Name = "COREFX_DOMAINJOINED_PROXYPORT"; Value = $null}, variable
17 @{Name = "COREFX_HTTPHOST_SSL2"; Value = $null}, variable
18 @{Name = "COREFX_HTTPHOST_SSL3"; Value = $null}, variable
19 @{Name = "COREFX_HTTPHOST_TLS10"; Value = $null}, variable
20 @{Name = "COREFX_HTTPHOST_TLS11"; Value = $null}, variable
21 @{Name = "COREFX_HTTPHOST_TLS12"; Value = $null}, variable
22 @{Name = "COREFX_HTTPHOST_EXPIREDCERT"; Value = $null}, variable
23 @{Name = "COREFX_HTTPHOST_WRONGHOSTNAME"; Value = $null}, variable
24 @{Name = "COREFX_HTTPHOST_SELFSIGNEDCERT"; Value = $null}, variable
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestStripeCompactor.java103 a(KV_B), a(KEY_B, KEY_C, KEY_D, OPEN_KEY), a(a(KV_B), null, null), null, null, false); in testBoundaryCompactionEmptyFiles() local
105 a(OPEN_KEY, KEY_B, KEY_C, KEY_D), a(a(KV_A), null, a(KV_C)), null, null, false); in testBoundaryCompactionEmptyFiles() local
108 e(), a(OPEN_KEY, KEY_B, KEY_C, OPEN_KEY), a(null, null, e()), null, null, false); in testBoundaryCompactionEmptyFiles() local
113 e(), a(OPEN_KEY, KEY_B, KEY_C, OPEN_KEY), a(e(), e(), null), OPEN_KEY, KEY_C, false); in testBoundaryCompactionEmptyFiles() local
116 a(a(KV_A), e(), e(), null), KEY_B, KEY_D, false); in testBoundaryCompactionEmptyFiles() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRValueUtil.java43 assert value != null; in isVariable() local
48 assert value != null; in asVariable() local
53 assert value != null; in isConstantValue() local
58 assert value != null; in asConstantValue() local
85 assert value != null; in isStackSlotValue() local
90 assert value != null; in isVirtualStackSlot() local
95 assert value != null; in asVirtualStackSlot() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRValueUtil.java43 assert value != null; in isVariable() local
48 assert value != null; in asVariable() local
53 assert value != null; in isConstantValue() local
58 assert value != null; in asConstantValue() local
85 assert value != null; in isStackSlotValue() local
90 assert value != null; in isVirtualStackSlot() local
95 assert value != null; in asVirtualStackSlot() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DLIRValueUtil.java43 assert value != null; in isVariable() local
48 assert value != null; in asVariable() local
53 assert value != null; in isConstantValue() local
58 assert value != null; in asConstantValue() local
85 assert value != null; in isStackSlotValue() local
90 assert value != null; in isVirtualStackSlot() local
95 assert value != null; in asVirtualStackSlot() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/partnerbookmarks/
H A DPartnerBookmarksFaviconThrottle.java59 assert mNewEntries != null; in commit() local
82 assert mCurrentEntries != null; in onFaviconFetched() local
83 assert mNewEntries != null; in onFaviconFetched() local
123 assert mCurrentEntries != null; in getExpiryOf() local
145 assert mCurrentEntries != null; in numEntries() local
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_chocolatey_source.ps167 if ($null -ne $priority) { in Get-ChocolateySources() variable
73 if ($null -ne $certificate) { in Get-ChocolateySources() variable
79 if ($null -ne $bypass_proxy) { in Get-ChocolateySources() variable
89 if ($null -ne $admin_only) { in Get-ChocolateySources() variable
129 if ($null -ne $source_username) { in New-ChocolateySource() variable
135 if ($null -ne $certificate) { in New-ChocolateySource() variable
143 if ($null -ne $priority) { in New-ChocolateySource() variable
212 if ($null -ne $actual_source) { variable
225 if ($null -eq $actual_source) { variable
226 if ($null -eq $source) { variable
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/peermanager/messaging/azureus/
H A DAZMessageFactory.java61 legacy_data.put( BTMessage.ID_BT_HAVE, new LegacyData( RawMessage.PRIORITY_LOW, false, null ) ); in legacy_data.put() argument
62 …egacy_data.put( BTMessage.ID_BT_BITFIELD, new LegacyData( RawMessage.PRIORITY_HIGH, true, null ) ); in legacy_data.put() argument
63 …egacy_data.put( BTMessage.ID_BT_HAVE_ALL, new LegacyData( RawMessage.PRIORITY_HIGH, true, null ) ); in legacy_data.put() argument
64 …gacy_data.put( BTMessage.ID_BT_HAVE_NONE, new LegacyData( RawMessage.PRIORITY_HIGH, true, null ) ); in legacy_data.put() argument
65 …gacy_data.put( BTMessage.ID_BT_REQUEST, new LegacyData( RawMessage.PRIORITY_NORMAL, true, null ) ); in legacy_data.put() argument
67 … legacy_data.put( BTMessage.ID_BT_PIECE, new LegacyData( RawMessage.PRIORITY_LOW, false, null ) ); in legacy_data.put() argument
68 … legacy_data.put( BTMessage.ID_BT_CANCEL, new LegacyData( RawMessage.PRIORITY_HIGH, true, null ) ); in legacy_data.put() argument
69 …gacy_data.put( BTMessage.ID_BT_HANDSHAKE, new LegacyData( RawMessage.PRIORITY_HIGH, true, null ) ); in legacy_data.put() argument
70 …acy_data.put( BTMessage.ID_BT_KEEP_ALIVE, new LegacyData( RawMessage.PRIORITY_LOW, false, null ) ); in legacy_data.put() argument
71 …egacy_data.put( BTMessage.ID_BT_DHT_PORT, new LegacyData( RawMessage.PRIORITY_LOW, false, null ) ); in legacy_data.put() argument
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/modules/
H A Dwin_format.ps175 if ($null -ne $DriveLetter) { in Get-AnsibleVolume() variable
82 elseif ($null -ne $Path) { in Get-AnsibleVolume() variable
89 elseif ($null -ne $Label) { in Get-AnsibleVolume() variable
118 if ($null -ne $UseLargeFRS) { in Format-AnsibleVolume() variable
121 if ($null -ne $SetIntegrityStreams) { in Format-AnsibleVolume() variable
124 if ($null -ne $Compress){ in Format-AnsibleVolume() variable
127 if ($null -ne $Label) { in Format-AnsibleVolume() variable
130 if ($null -ne $FileSystem) { in Format-AnsibleVolume() variable
133 if ($null -ne $AllocationUnitSize) { in Format-AnsibleVolume() variable
154 if ($null -ne $file_system -and variable
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/compare/
H A DTestTypeEqualsVisitor.java86 … try (IntVector right = (IntVector) typeWithoutMeta.createNewSingleVector("int", allocator, null); in testTypeEqualsWithMetadata() argument
130 …try (final UnionVector right = new UnionVector("union", allocator, /* field type */ null, /* call-… in testUnionTypeEquals() argument
146 try (DenseUnionVector vector1 = new DenseUnionVector("vector1", allocator, null, null); in testDenseUnionTypeEquals() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet.tests/bundles_src/tb1/org/eclipse/equinox/http/servlet/tests/tb1/
H A DTestResource4.java36 service.registerResources(regexAlias(), getName() , null); in activate() local
37 service.registerFilter(regexAlias(), f1, new Hashtable<String, String>(), null); in activate() local
38 service.registerFilter(regexAlias(), f2, new Hashtable<String, String>(), null); in activate() local
41 service.registerFilter(regexAlias(), f3, hashtable, null); in activate() local
H A DTestFilter2.java40 service.registerServlet(regexAlias(), this, null, null); in activate() local
41 service.registerFilter(regexAlias(), f1, new Hashtable<String, String>(), null); in activate() local
42 service.registerFilter(regexAlias(), f2, new Hashtable<String, String>(), null); in activate() local
H A DTestFilter6.java40 service.registerServlet(extensionAlias(), this, null, null); in activate() local
41 service.registerFilter(extensionAlias(), f1, new Hashtable<String, String>(), null); in activate() local
42 service.registerFilter(extensionAlias(), f2, new Hashtable<String, String>(), null); in activate() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/IntroduceIndirection/test22/out/
H A DFoo.java32 Foo.bar(null, null, null, null); // <-- invoke here in Foo.bar() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/src/org/eclipse/e4/emf/xpath/test/model/xpathtest/impl/
H A DXpathtestPackageImpl.java468 …initEReference(getRoot_Nodes(), this.getNode(), null, "nodes", null, 0, -1, Root.class, !IS_TRANSI… in initializePackageContents() local
469 …initEAttribute(getRoot_Id(), ecorePackage.getEString(), "id", null, 0, 1, Root.class, !IS_TRANSIEN… in initializePackageContents() local
474 …initEReference(getNode_Root(), this.getRoot(), null, "root", null, 0, 1, Node.class, !IS_TRANSIENT… in initializePackageContents() local
475 …initEAttribute(getNode_Cat(), ecorePackage.getEString(), "cat", null, 0, 1, Node.class, !IS_TRANSI… in initializePackageContents() local
476 …initEAttribute(getNode_Value(), ecorePackage.getEString(), "value", null, 0, 1, Node.class, !IS_TR… in initializePackageContents() local
477 …initEAttribute(getNode_Id(), ecorePackage.getEString(), "id", null, 0, 1, Node.class, !IS_TRANSIEN… in initializePackageContents() local
482 …initEAttribute(getExtendedNode_Name(), ecorePackage.getEString(), "name", null, 0, 1, ExtendedNode… in initializePackageContents() local
485 …initEReference(getMenu_Children(), this.getMenuElement(), null, "children", null, 0, -1, Menu.clas… in initializePackageContents() local
488 …initEAttribute(getMenuItem_Mnemonic(), ecorePackage.getEChar(), "mnemonic", null, 0, 1, MenuItem.c… in initializePackageContents() local
491 …initEAttribute(getMenuElement_Id(), ecorePackage.getEString(), "id", null, 0, 1, MenuElement.class… in initializePackageContents() local
[all …]
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dpcm_null.c52 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_close() local
84 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_avail_update() local
95 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_status() local
107 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_state() local
131 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_prepare() local
138 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_start() local
150 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_drop() local
158 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_drain() local
166 snd_pcm_null_t *null = pcm->private_data; in snd_pcm_null_pause() local
380 snd_pcm_null_t *null; in snd_pcm_null_open() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/
H A DTestUnionVector.java69 try (UnionVector unionVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testUnionVector() argument
96 try (UnionVector srcVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testTransfer() argument
110 try (UnionVector destVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testTransfer() argument
145 try (UnionVector sourceVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testSplitAndTransfer() argument
195 try (UnionVector toVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testSplitAndTransfer() argument
225 try (UnionVector sourceVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testSplitAndTransferWithMixedVectors() argument
284 try (UnionVector toVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testSplitAndTransferWithMixedVectors() argument
336 try (UnionVector vector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testGetBufferAddress() argument
393 try (UnionVector srcVector = new UnionVector(EMPTY_SCHEMA_PATH, allocator, null)) { in testSetGetNull() argument

12345678910>>...773