Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for unpackcmd (0.21 sec)

  1. src/cmd/link/internal/loadmacho/ldmacho.go

    	LdMachoCmdDysymtab    = 11
    	LdMachoCmdSegment64   = 25
    	LdMachoFileObject     = 1
    	LdMachoFileExecutable = 2
    	LdMachoFileFvmlib     = 3
    	LdMachoFileCore       = 4
    	LdMachoFilePreload    = 5
    )
    
    func unpackcmd(p []byte, m *ldMachoObj, c *ldMachoCmd, type_ uint, sz uint) int {
    	e4 := m.e.Uint32
    	e8 := m.e.Uint64
    
    	c.type_ = int(type_)
    	c.size = uint32(sz)
    	switch type_ {
    	default:
    		return -1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 12 18:45:57 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/WithSideEffectProviderTest.groovy

            when:
            provider.calculateValue(ValueSupplier.ValueConsumer.IgnoreUnsafeRead)
            provider.calculateExecutionTimeValue()
    
            then:
            0 * _ // no side effects when values are not unpacked
    
            when:
            counter.set(23)
            def unpackedValue = getter(provider, method, 88)
            then:
            unpackedValue == 23
            1 * sideEffect.execute(23)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 06:53:07 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  3. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/internal/install/DefaultJdkCacheDirectory.java

            // Unpack into temporary directory (but on same file system as our target directory location)
            File unpackFolder = unpack(jdkArchive);
            try {
                // Get the folder that is the real root of the unpacked JDK, skipping any archive root folder
                UnpackedRoot unpackedRoot = determineUnpackedRoot(unpackFolder);
    
                validateMetadataMatchesSpec(spec, uri, unpackedRoot.metadata);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 23:47:49 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/ProviderSpec.groovy

            def value = provider.calculateValue(ValueSupplier.ValueConsumer.IgnoreUnsafeRead)
            def executionTimeValue = provider.calculateExecutionTimeValue()
            then:
            0 * _ // no side effects when values are not unpacked
    
            when:
            def unpackedValue = value.get()
            then:
            unpackedValue == someValue()
            1 * sideEffect.execute(someValue())
            0 * _
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 06:53:07 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/NativeServicesIntegrationTest.groovy

            def jansiLibraryLocator = new JansiStorageLocator()
            def jansiStorage = jansiLibraryLocator.locate(nativeDir)
            library = jansiStorage.targetLibFile
        }
    
        def "native services libs are unpacked to gradle user home dir"() {
            given:
            executer.withArguments('-q')
    
            when:
            succeeds("help")
    
            then:
            nativeDir.directory
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/main/java/org/gradle/api/tasks/wrapper/Wrapper.java

        }
    
        /**
         * The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in
         * the gradle user home dir.
         */
        @Input
        public PathBase getDistributionBase() {
            return distributionBase;
        }
    
        /**
         * The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 03:11:06 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/installation.adoc

    ❯ ls /opt/gradle/gradle-{gradleVersion}
    LICENSE  NOTICE  bin  README  init.d  lib  media
    ----
    
    [[sec:linux_macos_users_2]]
    
    **Step 3 - Configure your system environment**
    
    To install Gradle, the path to the unpacked files needs to be in your Path.
    Configure your `PATH` environment variable to include the `bin` directory of the unzipped distribution, e.g.:
    
    [subs="attributes"]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/tpu_resource_partitioning.cc

            // TODO(b/202047549) Generalize to the packed case.
            old_partitioned_input.emitOpError(
                "TPUPartitionedInputV2 variable used in outside compiled code is "
                "only supported with UNPACKED ops (wrap value in tf.identity or"
                "disable packing in TPUStrategy)");
            return failure();
          }
          read_use.set(new_reads[0]);
        }
      }
      return success();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  9. maven-core/plugin-manager.txt

     *
     * - nexus - the plugin class - UI to contribute - what JS to hook into the UI - what resources to
     * load into the UI - having packed or unpacked plugins, and positioning resources if necessary -
     * maven can work out of the classloader, nexus plugins probably couldn't give the js and image
     * resources
     *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/quantize_model.cc

      quantization_config.mutable_static_range_ptq_preset()
          ->set_enable_per_channel_quantized_weight(
              quantization_options.enable_per_channel_quantization());
      // When targeting server TPUs quantized types should be unpacked into
      // integer ops.
      quantization_config.mutable_pipeline_config()->set_unpack_quantized_types(
          true);
      *quantization_config.mutable_debugger_config() =
          quantization_options.debugger_config();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top