Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for antrun (0.14 sec)

  1. okhttp/src/test/java/okhttp3/osgi/OsgiTest.kt

       * metadata this will fail with an exception.
       */
      @Test
      fun testMainModuleWithSiblings() {
        createWorkspace().use { workspace ->
          createBndRun(workspace).use { bndRun ->
            bndRun.resolve(
              false,
              false,
            )
          }
        }
      }
    
      private fun createWorkspace(): Workspace {
        val bndDir = workspaceDir / "cnf"
        val repoDir = bndDir / "repo"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. src/crypto/aes/block.go

    //
    //	rijndael-alg-fst.c
    //
    //	@version 3.0 (December 2000)
    //
    //	Optimised ANSI C code for the Rijndael cipher (now AES)
    //
    //	@author Vincent Rijmen <******@****.***>
    //	@author Antoon Bosselaers <antoon******@****.***>
    //	@author Paulo Barreto <******@****.***>
    //
    //	This code is hereby placed in the public domain.
    //
    //	THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. src/hash/crc32/gen_const_ppc64le.go

    // vpmsumd crc32 algorithm.
    //
    // go run gen_const_ppc64le.go
    //
    // generates crc32_table_ppc64le.s
    
    // The following is derived from code written by Anton Blanchard
    // <anton@au.ibm.com> found at https://github.com/antonblanchard/crc32-vpmsum.
    // The original is dual licensed under GPL and Apache 2.  As the copyright holder
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/filters/wrap.go

    			} else {
    				metrics.RecordRequestAbort(req, info)
    			}
    			// This call can have different handlers, but the default chain rate limits. Call it after the metrics are updated
    			// in case the rate limit delays it.  If you outrun the rate for this one timed out requests, something has gone
    			// seriously wrong with your server, but generally having a logging signal for timeouts is useful.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 16:28:45 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/quantization/device_target.h

                                   const KernelSpecs::Signature& signature,
                                   const ScaleConstraintType constraint);
    
      // Adds the kernel with the name. Retrun an existing one if it has been
      // added before.
      KernelSpecs& RegisterKernel(llvm::StringRef kernel) { return specs_[kernel]; }
    
      // For "mulmat->add" type of kernels, convert the scales of all the ports to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 08 10:41:08 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/flow-services/src/integTest/groovy/org/gradle/internal/flow/services/FlowScopeIntegrationTest.groovy

            given:
            buildFile '''
                abstract class Fails extends DefaultTask {
    
                    @Input abstract Property<String> getColor()
    
                    @TaskAction void wontRun() {
                        assert false
                    }
                }
    
                abstract class FailsPlugin implements Plugin<Project> {
    
                    @Inject abstract FlowProviders getFlowProviders()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:01:34 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top