Home
last modified time | relevance | path

Searched refs:skipHead (Results 1 – 25 of 121) sorted by relevance

12345

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java169 public int expandCode(byte[] buf, int offset, short code, int skipHead) { in expandCode() argument
171 if (skipHead == 1) { in expandCode()
172 skipHead = 0; in expandCode()
176 skipHead == strLen[code]) // DONE no more unpacked in expandCode()
182 int codeLen = strLen[code] - skipHead; // length of expanded code left in expandCode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.views.log/src/org/eclipse/ui/internal/views/log/
H A DTailInputStream.java28 skipHead(file); in TailInputStream()
31 private void skipHead(File file) throws IOException { in skipHead() method in TailInputStream
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/referees/
H A Dmock_prometheusAPI.go320 func (_m *mockPrometheusAPI) Snapshot(ctx context.Context, skipHead bool) (v1.SnapshotResult, error…
321 ret := _m.Called(ctx, skipHead)
325 r0 = rf(ctx, skipHead)
332 r1 = rf(ctx, skipHead)
/dports/www/beehive/beehive-0.4.0/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go113 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
407 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
411 q.Set("skip_head", strconv.FormatBool(skipHead))
H A Dapi_test.go155 doSnapshot := func(skipHead bool) func() (interface{}, error) {
157 return promAPI.Snapshot(context.Background(), skipHead)
/dports/net-mgmt/unbound_exporter/unbound_exporter-0.3/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go113 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
407 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
411 q.Set("skip_head", strconv.FormatBool(skipHead))
H A Dapi_test.go155 doSnapshot := func(skipHead bool) func() (interface{}, error) {
157 return promAPI.Snapshot(context.Background(), skipHead)
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go113 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
407 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
411 q.Set("skip_head", strconv.FormatBool(skipHead))
H A Dapi_test.go155 doSnapshot := func(skipHead bool) func() (interface{}, error) {
157 return promAPI.Snapshot(context.Background(), skipHead)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go113 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
407 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
411 q.Set("skip_head", strconv.FormatBool(skipHead))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go113 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
407 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
411 q.Set("skip_head", strconv.FormatBool(skipHead))
H A Dapi_test.go155 doSnapshot := func(skipHead bool) func() (interface{}, error) {
157 return promAPI.Snapshot(context.Background(), skipHead)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go139 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
606 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
610 q.Set("skip_head", strconv.FormatBool(skipHead))
/dports/audio/visp-go/visp-2585747/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go139 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
606 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
610 q.Set("skip_head", strconv.FormatBool(skipHead))
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/promclient/
H A Dpromclient.go222 func Snapshot(ctx context.Context, logger log.Logger, base *url.URL, skipHead bool) (string, error)…
229 strings.NewReader(url.Values{"skip_head": []string{strconv.FormatBool(skipHead)}}.Encode()),
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi.go243 Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error)
726 func (h *httpAPI) Snapshot(ctx context.Context, skipHead bool) (SnapshotResult, error) {
730 q.Set("skip_head", strconv.FormatBool(skipHead))

12345