Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,947 for transfer (0.24 sec)

  1. build/build-image/rsyncd.sh

    # This script will set up and run rsyncd to allow data to move into and out of
    # our dockerized build system.  This is used for syncing sources and changes of
    # sources into the docker-build-container.  It is also used to transfer built binaries
    # and generated files back out.
    #
    # When run as root (rare) it'll preserve the file ids as sent from the client.
    # Usually it'll be run as non-dockerized UID/GID and end up translating all file
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 04 15:58:52 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transfer/CachingTextUriResourceLoader.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.resource.transfer;
    
    import org.gradle.api.internal.artifacts.repositories.resolver.ExternalResourceAccessor;
    import org.gradle.internal.file.RelativeFilePathResolver;
    import org.gradle.internal.resource.DownloadedUriTextResource;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. src/net/http/responsewrite_test.go

    				Body:             io.NopCloser(strings.NewReader("abcdef")),
    				ContentLength:    -1,
    				TransferEncoding: []string{"chunked"},
    				Close:            false,
    			},
    			"HTTP/1.1 200 OK\r\n" +
    				"Transfer-Encoding: chunked\r\n\r\n" +
    				"6\r\nabcdef\r\n0\r\n\r\n",
    		},
    		// HTTP/1.1 response 0 content-length, and nil body
    		{
    			Response{
    				StatusCode:    200,
    				ProtoMajor:    1,
    				ProtoMinor:    1,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.9K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/http/HttpHeaders.kt

        responseCode != HTTP_NOT_MODIFIED
      ) {
        return true
      }
    
      // If the Content-Length or Transfer-Encoding headers disagree with the response code, the
      // response is malformed. For best compatibility, we honor the headers.
      if (headersContentLength() != -1L ||
        "chunked".equals(header("Transfer-Encoding"), ignoreCase = true)
      ) {
        return true
      }
    
      return false
    }
    
    @Deprecated(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  5. maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultResolutionErrorHandler.java

            }
    
            // Version Range Violation
    
            if (result.hasVersionRangeViolations()) {
                throw result.getVersionRangeViolation(0);
            }
    
            // Transfer Error
    
            if (result.hasErrorArtifactExceptions()) {
                throw result.getErrorArtifactExceptions().get(0);
            }
    
            if (result.hasMissingArtifacts()) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transfer/DownloadAction.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.resource.transfer;
    
    import org.apache.commons.io.IOUtils;
    import org.gradle.api.internal.file.temp.TemporaryFileProvider;
    import org.gradle.internal.resource.ExternalResource;
    import org.gradle.internal.resource.ExternalResourceName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  7. maven-api-impl/src/main/java/org/apache/maven/internal/impl/DefaultTransportProvider.java

    import org.apache.maven.api.services.TransportProvider;
    import org.apache.maven.api.services.TransportProviderException;
    import org.eclipse.aether.spi.connector.transport.TransporterProvider;
    import org.eclipse.aether.transfer.NoTransporterException;
    
    import static java.util.Objects.requireNonNull;
    
    @Named
    @Singleton
    public class DefaultTransportProvider implements TransportProvider {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/experimental/tac/transforms/cost_model.h

    float GetCostForOp(Operation* op, const std::string& hardware);
    
    // Get the estimated cost for the whole function under the given hardware.
    float GetCostForFunc(func::FuncOp* func, const std::string& hardware);
    
    // Get the transfer cost given from & to hardware info.
    // We will only calculate for the "necessary" tensor transferred.
    // from_graph & to_graph are used to compute the "necessary" tensors.
    //     from_graph
    //    /    \   \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 19 00:13:50 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb1/dcerpc/DcerpcBind.java

            buf.align(4);
            buf.dec_ndr_small(); /* num results */
            buf.align(4);
            result = buf.dec_ndr_short();
            buf.dec_ndr_short();
            buf.advance(20);     /* transfer syntax / version */
        }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 3.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_performance.adoc

    It also indicates the hits and misses for the local and remote caches individually.
    For remote cache operations, the time taken to transfer artifacts to and from the cache is given, along with the transfer rate.
    This is particularly important for assessing the impact of network link quality on performance, as transfer times contribute to build time.
    
    == Remote cache performance
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top