Home
last modified time | relevance | path

Searched refs:isSystem (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/
H A DModule.java57 private final boolean isSystem; field in Module
70 this.isSystem = isSystem; in Module()
78 boolean isSystem, in Module() argument
85 this.isSystem = isSystem; in Module()
117 return isSystem && in isJDK()
121 public boolean isSystem() { in isSystem() method in Module
122 return isSystem; in isSystem()
189 final boolean isSystem; field in Module.Builder
197 public Builder(ModuleDescriptor md, boolean isSystem) { in Builder() argument
200 this.isSystem = isSystem; in Builder()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/dbus/
H A DFontInst.cpp31 static bool isSystem = false; variable
81 isSystem = Misc::root(); in FontInst()
188 if (toSystem && !isSystem) { in install()
256 if (fromSystem && !isSystem) { in uninstall()
343 if (isSystem) { in move()
443 if (fromSystem && !isSystem) { in removeFile()
474 if (isSystem) { in reconfigure()
498 if (isSystem) { in saveDisabled()
502 if (FOLDER_SYS == i && !isSystem) { in saveDisabled()
599 if (!isSystem) { in updateFontList()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DPropertySet.cs54 bool isSystem; field in System.Management.PropertyDataCollection
56 internal PropertyDataCollection(ManagementBaseObject parent, bool isSystem) : base() in PropertyDataCollection() argument
59 this.isSystem = isSystem; in PropertyDataCollection()
77 if (isSystem)
138 if (isSystem) in CopyTo()
182 return (IEnumerator)(new PropertyDataEnumerator(parent, isSystem)); in IEnumerable.GetEnumerator()
194 return new PropertyDataEnumerator(parent, isSystem); in GetEnumerator()
247 internal PropertyDataEnumerator(ManagementBaseObject parent, bool isSystem) in PropertyDataEnumerator() argument
253 if (isSystem) in PropertyDataEnumerator()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/ProfilePreferencesTest/DifferentAgent/p2/org.eclipse.equinox.p2.engine/profileRegistry/TestProfile.profile/.data/.settings/
H A Dorg.eclipse.equinox.p2.metadata.repository.prefs5 repositories/http\:__download.eclipse.org_eclipse_updates_3.5/isSystem=false
11 repositories/http\:__download.eclipse.org_stp_helios/isSystem=false
86 repositories/http\:__update.eclemma.org/isSystem=false
421 repositories/http\:__www.eclipse.org_egit_updates/isSystem=false
454 repositories/http\:__download.eclipse.org_egit_updates/isSystem=false
504 repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
813 repositories/file\:_C\:_tmp_repoTest_categories/isSystem=true
1084 repositories/file\:_C\:_eclipse_dropins_eclemma/isSystem=true
1454 repositories/http\:__eclipse.org_tptp_updates/isSystem=false
1825 repositories/file\:_C\:_tmp_repoTest_I20090520-2000/isSystem=true
[all …]
H A Dorg.eclipse.equinox.p2.artifact.repository.prefs30 repositories/http\:__download.eclipse.org_webtools_updates/isSystem=false
38 repositories/http\:__download.eclipse.org_eclipse_updates_3.6/isSystem=false
618 repositories/file\:_C\:_eclipse_dropins_eclemma/isSystem=true
958 repositories/file\:_C\:_eclipse_.eclipseextension/isSystem=true
1125 repositories/http\:__download.eclipse.org_tptp_updates/isSystem=false
1155 repositories/file\:_C\:_eclipse/isSystem=true
1394 repositories/http\:__www.eclipse.org_egit_updates/isSystem=false
1403 repositories/http\:__update.eclemma.org/isSystem=false
1593 repositories/http\:__download.eclipse.org_stp_updates/isSystem=false
2038 repositories/http\:__download.eclipse.org_stp_helios/isSystem=false
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/testData/configAreaToAgent/sharedWithoutBaseAvailable/p2/org.eclipse.equinox.p2.engine/profileRegistry/SDKProfile.profile/.data/.settings/
H A Dorg.eclipse.equinox.p2.metadata.repository.prefs52 repositories/file\:_C\:_dev_eclipse_.eclipseextension/isSystem=true
273 repositories/http\:__download.eclipse.org_egit_updates/isSystem=false
484 repositories/http\:__download.eclipse.org_releases_juno/isSystem=false
496 repositories/http\:__download.eclipse.org_releases_kepler/isSystem=false
544 repositories/http\:__download.itemis.com_updates/isSystem=false
554 repositories/http\:__download.itemis.com_updates_releases/isSystem=true
570 repositories/http\:__download.itemis.de_updates/isSystem=false
579 repositories/http\:__download.itemis.de_updates_releases/isSystem=true
618 repositories/http\:__update.eclemma.org/isSystem=false
626 repositories/http\:__www.eclipse.org_modeling_updates/isSystem=false
[all …]
H A Dorg.eclipse.equinox.p2.artifact.repository.prefs94 repositories/file\:_C\:_dev_eclipse/isSystem=true
103 repositories/file\:_C\:_dev_eclipse_.eclipseextension/isSystem=true
150 repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/isSystem=false
177 repositories/file\:_c\:_dev_p2atEclipse_USF/isSystem=false
391 repositories/http\:__download.eclipse.org_egit_updates/isSystem=false
642 repositories/http\:__download.eclipse.org_releases_juno/isSystem=false
713 repositories/http\:__download.itemis.com_updates/isSystem=false
758 repositories/http\:__download.itemis.de_updates/isSystem=false
833 repositories/http\:__update.eclemma.org/isSystem=false
841 repositories/http\:__www.eclipse.org_modeling_updates/isSystem=false
[all …]
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/
H A Did.go17 func nextUID(isSystem bool) (db *dbfile, uid int, err error) {
43 if isSystem {
67 return nil, 0, &IdRangeError{maxUid, isSystem, true}
74 func nextGUID(isSystem bool) (db *dbfile, gid int, err error) {
100 if isSystem {
124 return nil, 0, &IdRangeError{maxGid, isSystem, false}
/dports/security/fwbuilder/fwbuilder-5.3.7/src/unit_tests/FWBTreeTest/
H A DFWBTreeTest.cpp55 void FWBTreeTest::isSystem() in isSystem() function in FWBTreeTest
60 CPPUNIT_ASSERT(fwbtree.isSystem(&db) == true); in isSystem()
63 CPPUNIT_ASSERT(fwbtree.isSystem(lib) == true); in isSystem()
65 CPPUNIT_ASSERT(fwbtree.isSystem(lib) == true); in isSystem()
67 CPPUNIT_ASSERT(fwbtree.isSystem(lib) == false); in isSystem()
71 CPPUNIT_ASSERT(fwbtree.isSystem(slot) == true); in isSystem()
74 CPPUNIT_ASSERT(fwbtree.isSystem(&fw) == false); in isSystem()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DSimpleLog.java72 private boolean isSystem; field in SimpleLog
80 this.isSystem = path == null; in SimpleLog()
99 if (isSystem) { in setupWriter()
116 isSystem = true; in setupLog()
233 if (writer != null && !isSystem) { in close()
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/shared/heapsnapshot/
H A DDeserializedNode.h160 bool isSystem; member
171 bool isSystem, bool isSelfHosted, in DeserializedStackFrame()
179 isSystem(isSystem), in DeserializedStackFrame()
198 isSystem(false), in DeserializedStackFrame()
276 bool isSystem() const override { return get().isSystem; } in isSystem() function
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/shared/heapsnapshot/
H A DDeserializedNode.h178 bool isSystem; member
190 bool isSystem, in DeserializedStackFrame()
199 , isSystem(isSystem) in DeserializedStackFrame()
219 , isSystem(false) in DeserializedStackFrame()
298 bool isSystem() const override { return get().isSystem; } in isSystem() function
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/shared/heapsnapshot/
H A DDeserializedNode.h166 bool isSystem; member
177 bool isSystem, bool isSelfHosted, in DeserializedStackFrame()
185 isSystem(isSystem), in DeserializedStackFrame()
204 isSystem(false), in DeserializedStackFrame()
285 bool isSystem() const override { return get().isSystem; } in isSystem() function
/dports/www/firefox/firefox-99.0/devtools/shared/heapsnapshot/
H A DDeserializedNode.h166 bool isSystem; member
177 bool isSystem, bool isSelfHosted, in DeserializedStackFrame()
185 isSystem(isSystem), in DeserializedStackFrame()
204 isSystem(false), in DeserializedStackFrame()
285 bool isSystem() const override { return get().isSystem; } in isSystem() function
/dports/www/firefox-esr/firefox-91.8.0/devtools/shared/heapsnapshot/
H A DDeserializedNode.h166 bool isSystem; member
177 bool isSystem, bool isSelfHosted, in DeserializedStackFrame()
185 isSystem(isSystem), in DeserializedStackFrame()
204 isSystem(false), in DeserializedStackFrame()
285 bool isSystem() const override { return get().isSystem; } in isSystem() function
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/shared/heapsnapshot/
H A DDeserializedNode.h166 bool isSystem; member
177 bool isSystem, bool isSelfHosted, in DeserializedStackFrame()
185 isSystem(isSystem), in DeserializedStackFrame()
204 isSystem(false), in DeserializedStackFrame()
285 bool isSystem() const override { return get().isSystem; } in isSystem() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/attribute/DosFileAttributeView/
H A DBasic.java58 check(view.readAttributes().isSystem()); in testAttributes()
60 check(!view.readAttributes().isSystem()); in testAttributes()
114 check(attrs.isSystem()); in readWriteTests()
128 check(attrs.isSystem()); in readWriteTests()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/file/attribute/DosFileAttributeView/
H A DBasic.java58 check(view.readAttributes().isSystem()); in testAttributes()
60 check(!view.readAttributes().isSystem()); in testAttributes()
114 check(attrs.isSystem()); in readWriteTests()
128 check(attrs.isSystem()); in readWriteTests()

12345678910>>...37