Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 369 for progression (0.29 sec)

  1. src/image/testdata/video-001.separate.dc.progression.jpeg

    video-001.separate.dc.progression.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 14K bytes
    - Viewed (0)
  2. src/image/testdata/video-001.separate.dc.progression.progressive.jpeg

    video-001.separate.dc.progression.progressive.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 14K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/WebSocket.kt

     *
     *  * **Canceled:** the web socket connection failed. Messages that were successfully enqueued by
     *    either peer may not have been transmitted to the other.
     *
     * Note that the state progression is independent for each peer. Arriving at a gracefully-closed
     * state indicates that a peer has sent all of its outgoing messages and received all of its
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  4. src/image/jpeg/scan.go

    	// ah and al are the successive approximation high and low values.
    	// The spec calls these values Ss, Se, Ah and Al.
    	//
    	// For progressive JPEGs, these are the two more-or-less independent
    	// aspects of progression. Spectral selection progression is when not
    	// all of a block's 64 DCT coefficients are transmitted in one pass.
    	// For example, three passes could transmit coefficient 0 (the DC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  5. src/image/jpeg/reader_test.go

    		"../testdata/video-005.gray.q50.2x2",
    		"../testdata/video-001.separate.dc.progression",
    	}
    	for _, tc := range testCases {
    		m0, err := decodeFile(tc + ".jpeg")
    		if err != nil {
    			t.Errorf("%s: %v", tc+".jpeg", err)
    			continue
    		}
    		m1, err := decodeFile(tc + ".progressive.jpeg")
    		if err != nil {
    			t.Errorf("%s: %v", tc+".progressive.jpeg", err)
    			continue
    		}
    		if m0.Bounds() != m1.Bounds() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/io/ByteStreams.java

        }
        return total;
      }
    
      /** Max array length on JVM. */
      private static final int MAX_ARRAY_LEN = Integer.MAX_VALUE - 8;
    
      /** Large enough to never need to expand, given the geometric progression of buffer sizes. */
      private static final int TO_BYTE_ARRAY_DEQUE_SIZE = 20;
    
      /**
       * Returns a byte array containing the bytes from the buffers already in {@code bufs} (which have
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jan 17 18:59:58 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    of their Orbits, and squaring them, I found their Squares to be in the arithmetical Progression of the odd Numbers, 1, 3, 5, 7, 9, 11. And since one of these Glasses was plane, and the other spherical, their Intervals at those Rings must be in the same Progression. I measured also the Diameters of the dark or faint Rings between the more lucid Colours, and found their Squares to be in the arithmetical Progression of the even Numbers, 2, 4, 6, 8, 10, 12. And it being very nice and difficult to take...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    and squaring them, I found their Squares to be in the arithmetical
    Progression of the odd Numbers, 1, 3, 5, 7, 9, 11. And since one of
    these Glasses was plane, and the other spherical, their Intervals at
    those Rings must be in the same Progression. I measured also the
    Diameters of the dark or faint Rings between the more lucid Colours, and
    found their Squares to be in the arithmetical Progression of the even
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. src/internal/trace/gc.go

    // utilization function by resetting the current time.
    func (acc *accumulator) resetTime() {
    	// This only matters for distribution collection, since that's
    	// the only thing that depends on the progression of the
    	// windowed mutator utilization function.
    	acc.lastTime = math.MaxInt64
    }
    
    // addMU adds a point to the windowed mutator utilization function at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  10. guava/src/com/google/common/io/ByteStreams.java

        }
        return total;
      }
    
      /** Max array length on JVM. */
      private static final int MAX_ARRAY_LEN = Integer.MAX_VALUE - 8;
    
      /** Large enough to never need to expand, given the geometric progression of buffer sizes. */
      private static final int TO_BYTE_ARRAY_DEQUE_SIZE = 20;
    
      /**
       * Returns a byte array containing the bytes from the buffers already in {@code bufs} (which have
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jan 17 18:59:58 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top