Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 300 for importPos (0.18 sec)

  1. platforms/core-configuration/declarative-dsl-evaluator/src/main/kotlin/org/gradle/internal/declarativedsl/evaluator/runner/AnalysisStepRunner.kt

                failureReasons += FailuresInLanguageTree(languageModel.allFailures)
            }
            val initialResolution = resolver.resolve(evaluationSchema.analysisSchema, languageModel.imports, languageModel.topLevelBlock)
            if (initialResolution.errors.isNotEmpty()) {
                failureReasons += NotEvaluated.StageFailure.FailuresInResolution(initialResolution.errors)
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:40 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/cover_coverpkg_partial.txt

    # packages have Go code but no tests, and other packages have tests
    # but no Go code. Package breakdown:
    #
    # Package         Code?           Tests?          Stmts           Imports
    # a               yes             yes             2               f
    # b               yes             yes             1               a, d
    # c               yes             yes             3               ---
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 20:12:49 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/cc/calibration/component.h

                                      absl::string_view calibration_data_dir,
                                      bool force_regenerate_calibration_data,
                                      absl::string_view dst_saved_model_path);
    
      // Imports the SavedModel at `calibrated_saved_model_path` to `ModuleOp` after
      // running calibration.
      absl::StatusOr<ModuleOp> ImportCalibratedSavedModel(
          absl::string_view calibrated_saved_model_path);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. src/cmd/internal/objabi/pkgspecial.go

    	//
    	// - Implicit allocation is disallowed.
    	//
    	// - Various runtime pragmas are enabled.
    	//
    	// - Optimizations are always enabled.
    	//
    	// This should be set for runtime and all packages it imports, and may be
    	// set for additional packages.
    	Runtime bool
    
    	// NoInstrument indicates this package should not receive sanitizer
    	// instrumentation. In many of these, instrumentation could cause infinite
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 02:32:19 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/controlling_task_execution.adoc

    [[sec:enabling_and_disabling_tasks]]
    === 3. Enabling and Disabling tasks
    
    Every task has an `enabled` flag, which defaults to `true`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Package.IgnoredGoFiles", Field, 1},
    		{"Package.IgnoredOtherFiles", Field, 16},
    		{"Package.ImportComment", Field, 4},
    		{"Package.ImportPath", Field, 0},
    		{"Package.ImportPos", Field, 0},
    		{"Package.Imports", Field, 0},
    		{"Package.InvalidGoFiles", Field, 6},
    		{"Package.MFiles", Field, 3},
    		{"Package.Name", Field, 0},
    		{"Package.PkgObj", Field, 0},
    		{"Package.PkgRoot", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h

      Tf2XlaRewriter(mlir::Operation* op, mlir::PatternRewriter& rewriter,
                     const std::string& device_type);
    
      ~Tf2XlaRewriter();
    
      // Compiles the given Operation with XlaBuilder and imports the generated HLO
      // via the HLO -> MHLO importer.
      absl::StatusOr<mhlo::TupleOp> CompileWithHloImporter(
          tensorflow::OpKernelContext& op_context);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/api/resource/generated.pb.go

    // source: k8s.io/apimachinery/pkg/api/resource/generated.proto
    
    package resource
    
    import (
    	fmt "fmt"
    
    	math "math"
    
    	proto "github.com/gogo/protobuf/proto"
    )
    
    // Reference imports to suppress errors if they are not otherwise used.
    var _ = proto.Marshal
    var _ = fmt.Errorf
    var _ = math.Inf
    
    // This is a compile-time assertion to ensure that this generated file
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  9. platforms/core-runtime/internal-instrumentation-processor/src/test/groovy/org/gradle/internal/instrumentation/extensions/property/PropertyUpgradeCodeGenTest.groovy

            String getterPrefix = originalType == "boolean" ? "is" : "get"
            def generatedClass = source """
                package $GENERATED_CLASSES_PACKAGE_NAME;
                ${imports.collect { "import $it.name;" }.join("\n")}
                import org.gradle.internal.deprecation.DeprecationLogger;
                import org.gradle.test.Task;
    
                @Generated
                public class Task_Adapter {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:40:36 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  10. tests/fuzz/oss_fuzz_build.sh

    sed -i 's/out.initJwksResolver()/\/\/out.initJwksResolver()/g' "${SRC}"/istio/pilot/pkg/xds/discovery.go
    # Create empty file that imports "github.com/AdamKorcz/go-118-fuzz-build/testing"
    # This is a small hack to install this dependency, since it is not used anywhere,
    # and Go would therefore remove it from go.mod once we run "go mod tidy && go mod vendor".
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 15:50:05 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top