Home
last modified time | relevance | path

Searched refs:isRO (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DMarkReadOnlyLoad.cpp91 bool isRO = false; in visitLoadInst() local
95 isRO = true; in visitLoadInst()
112 isRO = true; in visitLoadInst()
118 if (isRO) in visitLoadInst()
/dports/net/storj/storj-1.45.3/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/www/yarr/yarr-2.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/irc/soju/soju-0.3.0/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_go113_test.go92 isRO := func(query string) bool {
113 if !isRO(`select * from t`) {
116 if isRO(`insert into t values (1), (2)`) {
/dports/misc/perkeep/perkeep-0.11/pkg/fs/
H A Droots.go57 func (n *rootsDir) isRO() bool { func
62 if n.isRO() {
90 if n.isRO() {
119 if n.isRO() {
200 if n.isRO() {
303 if n.isRO() {
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/app/
H A Docrresedit.cpp229 void OcrResEdit::slotSetReadOnly(bool isRO) in slotSetReadOnly() argument
231 setReadOnly(isRO); in slotSetReadOnly()
232 if (isRO) setCheckSpellingEnabled(false); in slotSetReadOnly()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/foreign/
H A DTestMemoryAccess.java87 boolean isRO = !segment.hasAccessModes(MemorySegment.WRITE); in testAccessInternal()
91 if (isRO) { in testAccessInternal()
95 if (!isRO) { in testAccessInternal()
119 boolean isRO = !segment.hasAccessModes(MemorySegment.WRITE); in testArrayAccessInternal()
125 if (isRO) { in testArrayAccessInternal()
129 if (!isRO) { in testArrayAccessInternal()
188 boolean isRO = !segment.hasAccessModes(MemorySegment.WRITE); in testMatrixAccessInternal()
196 if (isRO) { in testMatrixAccessInternal()
200 if (!isRO) { in testMatrixAccessInternal()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/foreign/
H A DTestMemoryAccess.java87 boolean isRO = !segment.hasAccessModes(MemorySegment.WRITE); in testAccessInternal()
90 if (isRO) { in testAccessInternal()
94 if (!isRO) { in testAccessInternal()
118 boolean isRO = !segment.hasAccessModes(MemorySegment.WRITE); in testArrayAccessInternal()
123 if (isRO) { in testArrayAccessInternal()
127 if (!isRO) { in testArrayAccessInternal()
186 boolean isRO = !segment.hasAccessModes(MemorySegment.WRITE); in testMatrixAccessInternal()
193 if (isRO) { in testMatrixAccessInternal()
197 if (!isRO) { in testMatrixAccessInternal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestMemoryAccess.java89 boolean isRO = segment.isReadOnly(); in testAccessInternal()
92 if (isRO) { in testAccessInternal()
96 if (!isRO) { in testAccessInternal()
121 boolean isRO = segment.isReadOnly(); in testArrayAccessInternal()
126 if (isRO) { in testArrayAccessInternal()
130 if (!isRO) { in testArrayAccessInternal()
190 boolean isRO = segment.isReadOnly(); in testMatrixAccessInternal()
197 if (isRO) { in testMatrixAccessInternal()
201 if (!isRO) { in testMatrixAccessInternal()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/
H A DClientCnxnSocket.java144 boolean isRO = false; in readConnectResult()
146 isRO = bbia.readBool("readOnly"); in readConnectResult()
154 sendThread.onConnected(conRsp.getTimeOut(), this.sessionId, conRsp.getPasswd(), isRO); in readConnectResult() local
/dports/security/vuls/vuls-0.13.7/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/security/vault/vault-1.8.2/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/lib/pq/
H A Dgo18_test.go309 var isRO string
310 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
315 if ro != (isRO == "on") {
317 ro, isRO, test.isolation)
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/lib/pq/
H A Dgo18_test.go309 var isRO string
310 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
315 if ro != (isRO == "on") {
317 ro, isRO, test.isolation)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lib/pq/
H A Dgo18_test.go309 var isRO string
310 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
315 if ro != (isRO == "on") {
317 ro, isRO, test.isolation)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/lib/pq/
H A Dgo18_test.go295 var isRO string
296 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
301 if ro != (isRO == "on") {
303 ro, isRO, test.isolation)
/dports/www/miniflux/v2-2.0.35/vendor/github.com/lib/pq/
H A Dgo18_test.go309 var isRO string
310 err = tx.QueryRow("select current_setting('transaction_read_only')").Scan(&isRO)
315 if ro != (isRO == "on") {
317 ro, isRO, test.isolation)

1234567