Home
last modified time | relevance | path

Searched refs:firstID (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp184 GrGLuint firstID; in genPaths() local
186 firstID = fFirstPreallocatedPathID; in genPaths()
189 return firstID; in genPaths()
196 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
198 if (firstID != 0) { in genPaths()
201 firstID = fFirstPreallocatedPathID; in genPaths()
204 return firstID; in genPaths()
215 return firstID; in genPaths()
225 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
226 if (firstID == 0) { in genPaths()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp185 GrGLuint firstID; in genPaths() local
187 firstID = fFirstPreallocatedPathID; in genPaths()
190 return firstID; in genPaths()
197 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
199 if (firstID != 0) { in genPaths()
202 firstID = fFirstPreallocatedPathID; in genPaths()
205 return firstID; in genPaths()
216 return firstID; in genPaths()
226 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
227 if (firstID == 0) { in genPaths()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp192 GrGLuint firstID; in genPaths() local
194 firstID = fFirstPreallocatedPathID; in genPaths()
197 return firstID; in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
206 if (firstID != 0) { in genPaths()
209 firstID = fFirstPreallocatedPathID; in genPaths()
212 return firstID; in genPaths()
223 return firstID; in genPaths()
233 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
234 if (firstID == 0) { in genPaths()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp192 GrGLuint firstID; in genPaths() local
194 firstID = fFirstPreallocatedPathID; in genPaths()
197 return firstID; in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
206 if (firstID != 0) { in genPaths()
209 firstID = fFirstPreallocatedPathID; in genPaths()
212 return firstID; in genPaths()
223 return firstID; in genPaths()
233 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
234 if (firstID == 0) { in genPaths()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp192 GrGLuint firstID; in genPaths() local
194 firstID = fFirstPreallocatedPathID; in genPaths()
197 return firstID; in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
206 if (firstID != 0) { in genPaths()
209 firstID = fFirstPreallocatedPathID; in genPaths()
212 return firstID; in genPaths()
223 return firstID; in genPaths()
233 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
234 if (firstID == 0) { in genPaths()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp192 GrGLuint firstID; in genPaths() local
194 firstID = fFirstPreallocatedPathID; in genPaths()
197 return firstID; in genPaths()
204 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
206 if (firstID != 0) { in genPaths()
209 firstID = fFirstPreallocatedPathID; in genPaths()
212 return firstID; in genPaths()
223 return firstID; in genPaths()
233 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
234 if (firstID == 0) { in genPaths()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp266 GrGLuint firstID; in genPaths() local
268 firstID = fFirstPreallocatedPathID; in genPaths()
271 return firstID; in genPaths()
278 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
280 if (firstID != 0) { in genPaths()
283 firstID = fFirstPreallocatedPathID; in genPaths()
286 return firstID; in genPaths()
297 return firstID; in genPaths()
307 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
308 if (firstID == 0) { in genPaths()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp264 GrGLuint firstID; in genPaths() local
266 firstID = fFirstPreallocatedPathID; in genPaths()
269 return firstID; in genPaths()
276 GL_CALL_RET(firstID, GenPaths(allocAmount)); in genPaths()
278 if (firstID != 0) { in genPaths()
281 firstID = fFirstPreallocatedPathID; in genPaths()
284 return firstID; in genPaths()
295 return firstID; in genPaths()
305 GL_CALL_RET(firstID, GenPaths(range)); in genPaths()
306 if (firstID == 0) { in genPaths()
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/session/
H A Dsession_pool_test.go24 firstID := first.SessionID
42 if !nextSess.SessionID.Equal(firstID) {
43 t.Errorf("second sesssion ID mismatch. got %s expected %s", nextSess.SessionID, firstID)
55 firstID := first.SessionID
67 if sess.SessionID.Equal(firstID) || sess.SessionID.Equal(secondID) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/session/
H A Dsession_pool_test.go24 firstID := first.SessionID
42 if !nextSess.SessionID.Equal(firstID) {
43 t.Errorf("second sesssion ID mismatch. got %s expected %s", nextSess.SessionID, firstID)
55 firstID := first.SessionID
67 if sess.SessionID.Equal(firstID) || sess.SessionID.Equal(secondID) {
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/session/
H A Dsession_pool_test.go25 firstID := first.SessionID
41 assert.True(t, bytes.Equal(nextSess.SessionID, firstID),
42 "second session ID mismatch; expected %s, got %s", firstID, nextSess.SessionID)
53 firstID := first.SessionID
65 assert.False(t, bytes.Equal(sess.SessionID, firstID), "first expired session was not removed")
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/session/
H A Dsession_pool_test.go25 firstID := first.SessionID
41 assert.True(t, bytes.Equal(nextSess.SessionID, firstID),
42 "second session ID mismatch; expected %s, got %s", firstID, nextSess.SessionID)
53 firstID := first.SessionID
65 assert.False(t, bytes.Equal(sess.SessionID, firstID), "first expired session was not removed")
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/session/
H A Dsession_pool_test.go25 firstID := first.SessionID
41 assert.True(t, bytes.Equal(nextSess.SessionID, firstID),
42 "second session ID mismatch; expected %s, got %s", firstID, nextSess.SessionID)
53 firstID := first.SessionID
65 assert.False(t, bytes.Equal(sess.SessionID, firstID), "first expired session was not removed")
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go25 firstID := strings.TrimSpace(out)
67 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
77 expected = []string{thirdID, secondID, firstID}
81 expected = []string{secondID, firstID}
85 expected = []string{secondID, firstID}
187 firstID := strings.TrimSpace(out)
190 cli.DockerCmd(c, "wait", firstID)
275 firstID := strings.TrimSpace(out)
329 firstID := getIDByName(c, "first")
406 firstID := getIDByName(c, "first")
[all …]
H A Ddocker_cli_port_test.go19 firstID := strings.TrimSpace(out)
21 out, _ = dockerCmd(c, "port", firstID, "80")
27 out, _ = dockerCmd(c, "port", firstID)
33 dockerCmd(c, "rm", "-f", firstID)
287 firstID := strings.TrimSpace(out)
289 out, _ = dockerCmd(c, "port", firstID, "80")
298 dockerCmd(c, "rm", "-f", firstID)
309 firstID := strings.TrimSpace(out)
311 out, _ = dockerCmd(c, "port", firstID, "80")
319 dockerCmd(c, "rm", "-f", firstID)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go25 firstID := strings.TrimSpace(out)
67 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
77 expected = []string{thirdID, secondID, firstID}
81 expected = []string{secondID, firstID}
85 expected = []string{secondID, firstID}
187 firstID := strings.TrimSpace(out)
190 cli.DockerCmd(c, "wait", firstID)
275 firstID := strings.TrimSpace(out)
329 firstID := getIDByName(c, "first")
406 firstID := getIDByName(c, "first")
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go25 firstID := strings.TrimSpace(out)
67 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
77 expected = []string{thirdID, secondID, firstID}
81 expected = []string{secondID, firstID}
85 expected = []string{secondID, firstID}
187 firstID := strings.TrimSpace(out)
190 cli.DockerCmd(c, "wait", firstID)
275 firstID := strings.TrimSpace(out)
329 firstID := getIDByName(c, "first")
406 firstID := getIDByName(c, "first")
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go25 firstID := strings.TrimSpace(out)
67 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
77 expected = []string{thirdID, secondID, firstID}
81 expected = []string{secondID, firstID}
85 expected = []string{secondID, firstID}
187 firstID := strings.TrimSpace(out)
190 cli.DockerCmd(c, "wait", firstID)
275 firstID := strings.TrimSpace(out)
329 firstID := getIDByName(c, "first")
406 firstID := getIDByName(c, "first")
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/integration-cli/
H A Ddocker_cli_port_test.go19 firstID := strings.TrimSpace(out)
21 out, _ = dockerCmd(c, "port", firstID, "80")
27 out, _ = dockerCmd(c, "port", firstID)
33 dockerCmd(c, "rm", "-f", firstID)
287 firstID := strings.TrimSpace(out)
289 out, _ = dockerCmd(c, "port", firstID, "80")
298 dockerCmd(c, "rm", "-f", firstID)
309 firstID := strings.TrimSpace(out)
311 out, _ = dockerCmd(c, "port", firstID, "80")
319 dockerCmd(c, "rm", "-f", firstID)
H A Ddocker_cli_ps_test.go25 firstID := strings.TrimSpace(out)
67 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
77 expected = []string{thirdID, secondID, firstID}
81 expected = []string{secondID, firstID}
85 expected = []string{secondID, firstID}
187 firstID := strings.TrimSpace(out)
190 cli.DockerCmd(c, "wait", firstID)
275 firstID := strings.TrimSpace(out)
329 firstID := getIDByName(c, "first")
406 firstID := getIDByName(c, "first")
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go23 firstID := strings.TrimSpace(out)
65 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
75 expected = []string{thirdID, secondID, firstID}
79 expected = []string{secondID, firstID}
83 expected = []string{secondID, firstID}
185 firstID := strings.TrimSpace(out)
188 cli.DockerCmd(c, "wait", firstID)
273 firstID := strings.TrimSpace(out)
327 firstID := getIDByName(c, "first")
404 firstID := getIDByName(c, "first")
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go25 firstID := strings.TrimSpace(out)
67 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
77 expected = []string{thirdID, secondID, firstID}
81 expected = []string{secondID, firstID}
85 expected = []string{secondID, firstID}
187 firstID := strings.TrimSpace(out)
190 cli.DockerCmd(c, "wait", firstID)
275 firstID := strings.TrimSpace(out)
329 firstID := getIDByName(c, "first")
406 firstID := getIDByName(c, "first")
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_ps_test.go23 firstID := strings.TrimSpace(out)
65 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
75 expected = []string{thirdID, secondID, firstID}
79 expected = []string{secondID, firstID}
83 expected = []string{secondID, firstID}
185 firstID := strings.TrimSpace(out)
188 cli.DockerCmd(c, "wait", firstID)
273 firstID := strings.TrimSpace(out)
327 firstID := getIDByName(c, "first")
404 firstID := getIDByName(c, "first")
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/integration-cli/
H A Ddocker_cli_ps_test.go23 firstID := strings.TrimSpace(out)
65 out, _ = dockerCmd(c, "ps", "-f", "since="+firstID)
75 expected = []string{thirdID, secondID, firstID}
79 expected = []string{secondID, firstID}
83 expected = []string{secondID, firstID}
185 firstID := strings.TrimSpace(out)
188 cli.DockerCmd(c, "wait", firstID)
273 firstID := strings.TrimSpace(out)
327 firstID := getIDByName(c, "first")
404 firstID := getIDByName(c, "first")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_port_test.go19 firstID := strings.TrimSpace(out)
21 out, _ = dockerCmd(c, "port", firstID, "80")
27 out, _ = dockerCmd(c, "port", firstID)
33 dockerCmd(c, "rm", "-f", firstID)
289 firstID := strings.TrimSpace(out)
291 out, _ = dockerCmd(c, "port", firstID, "80")
300 dockerCmd(c, "rm", "-f", firstID)
311 firstID := strings.TrimSpace(out)
313 out, _ = dockerCmd(c, "port", firstID, "80")
321 dockerCmd(c, "rm", "-f", firstID)

12345