Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 424 for loadOps (0.19 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/CodeNarcInvoker.groovy

            ant?.builder?.project?.buildListeners?.each {
                // We cannot use instanceof or getClass()==AntLoggingAdapter since they're in different class loaders
                if (it.class.name == AntLoggingAdapter.name) {
                    it.lifecycleLogLevel = lifecycleLogLevel
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 14:00:06 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/go.go

    // go-specific code shared across loaders (5l, 6l, 8l).
    
    package ld
    
    import (
    	"cmd/internal/bio"
    	"cmd/internal/obj"
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"debug/elf"
    	"encoding/json"
    	"fmt"
    	"io"
    	"os"
    	"sort"
    	"strconv"
    	"strings"
    )
    
    // go-specific code shared across loaders (5l, 6l, 8l).
    
    // TODO:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:48:30 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  3. testing/internal-testing/src/test/groovy/org/gradle/test/precondition/PredicateFileTest.groovy

            final ex = thrown(IllegalArgumentException)
            ex.message.startsWith("Requested requirements [nonexistent1, nonexistent2] were not in the list of accepted combinations.")
        }
    
        def "standard implementation loads CSV correctly"() {
            when:
            PredicatesFile.checkValidNameCombinations(
                ["org.gradle.test.preconditions.UnitTestPreconditions\$Online"] as Set,
                PredicatesFile.DEFAULT_ACCEPTED_COMBINATIONS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/xla_device_compiler_client.h

      // result.
      absl::StatusOr<std::string> BuildSerializedExecutable(
          const XlaCompiler::Options& options,
          const XlaCompiler::CompilationResult& result) override;
    
      // Loads a serialized AOT result (`serialized_executable`) into an
      // xla::LocalExecutable and returns it.
      absl::StatusOr<std::unique_ptr<xla::LocalExecutable>> LoadExecutable(
          const XlaCompiler::Options& options,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loadpe/seh.go

    // Copyright 2023 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package loadpe
    
    import (
    	"cmd/internal/objabi"
    	"cmd/internal/sys"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"fmt"
    	"sort"
    )
    
    const (
    	UNW_FLAG_EHANDLER  = 1 << 3
    	UNW_FLAG_UHANDLER  = 2 << 3
    	UNW_FLAG_CHAININFO = 4 << 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 22 16:20:28 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. dbflute_fess/_readme.txt

    for example, entities, parameter-beans to specified
    directories by DBFlute properties on "dfprop" directory.
    
    manage.bat(sh) => 0 (replace-schema):
    A execution command of ReplaceSchema task
    which creates your tables and loads data by
    resources located to the "playsql" directory.
    
    manage.bat(sh) => 25 (outside-sql-test):
    A execution command of OutsideSqlTest task
    which executes outside-SQL files and you can check
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 2.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/LocalComponentCache.java

        /**
         * A cache that does not perform caching and always executes the provided factory.
         */
        LocalComponentCache NO_CACHE = (project, factory) -> factory.apply(project);
    
        /**
         * Loads cached dependency resolution metadata for the given project, if available,
         * or else runs the given function to create it and then writes the result to the cache.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. test/fixedbugs/issue44739.go

    // license that can be found in the LICENSE file.
    
    // issue 44739: cmd/compile: incorrect offset in MOVD
    // load/store on ppc64/ppc64le causes assembler error.
    
    // Test other 8 byte loads and stores where the
    // compile time offset is not aligned to 8, as
    // well as cases where the offset is not known
    // until link time (e.g. gostrings).
    
    package main
    
    import (
    	"fmt"
    )
    
    type T struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 10 19:33:23 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  9. test/fixedbugs/issue24799.go

    // run
    
    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Loads of 8 byte go.strings cannot use DS relocation
    // in case the alignment is not a multiple of 4.
    
    package main
    
    import (
            "fmt"
    )
    
    type Level string
    
    // The following are all go.strings. A link time error can
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 20 16:16:47 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  10. docs/sts/client_grants/__init__.py

                    raise CredentialRetrievalError(
                        provider=method,
                        error_msg=message % response.status,
                    )
    
                creds = json.loads(response.data)
    
                query = {}
                query['Action'] = 'AssumeRoleWithClientGrants'
                query['Token'] = creds['access_token']
                query['DurationSeconds'] = creds['expires_in']
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 4.6K bytes
    - Viewed (0)
Back to top