Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 53 for nto (0.08 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/file/archive/ZipCopyAction.java

            } catch (Exception e) {
                if (e.getCause() instanceof Zip64RequiredException) {
                    throw new org.gradle.api.tasks.bundling.internal.Zip64RequiredException(
                        String.format("%s\n\nTo build this archive, please enable the zip64 extension.\nSee: %s", e.getCause().getMessage(), documentationRegistry.getDslRefForProperty(Zip.class, "zip64"))
                    );
                }
                zipFile.delete();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 08 14:16:53 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/test-util_test.go

    	return fmt.Sprintf("Expected path %s with value \n\n%v\nto be a subset of \n\n%v", pv.path, pv.value, util.ToYAML(node))
    }
    
    // NegatedFailureMessage implements the Matcher interface.
    func (m *HavePathValueContainMatcher) NegatedFailureMessage(actual any) string {
    	pv := m.expected.(PathValue)
    	node := actual.(map[string]any)
    	return fmt.Sprintf("Expected path %s with value \n\n%v\nto NOT be a subset of \n\n%v", pv.path, pv.value, util.ToYAML(node))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/normalization/KotlinApiClassExtractorTest.kt

                initialApiClassBytes,
                equalTo(changedApiClassBytes)
            )
        }
    
        fun assertApiChanged() {
            assertThat(
                "expected\n${initialClass.sourceContent}\nto have different API from:\n${changedClass.sourceContent}",
                initialApiClassBytes,
                not(equalTo(changedApiClassBytes))
            )
        }
    
        private
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 19:59:56 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/walk/builtin.go

    	var l []ir.Node
    	l = append(l, ir.NewAssignStmt(base.Pos, nl, n.X))
    	l = append(l, ir.NewAssignStmt(base.Pos, nr, n.Y))
    
    	nfrm := ir.NewUnaryExpr(base.Pos, ir.OSPTR, nr)
    	nto := ir.NewUnaryExpr(base.Pos, ir.OSPTR, nl)
    
    	nlen := typecheck.TempAt(base.Pos, ir.CurFunc, types.Types[types.TINT])
    
    	// n = len(to)
    	l = append(l, ir.NewAssignStmt(base.Pos, nlen, ir.NewUnaryExpr(base.Pos, ir.OLEN, nl)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 22:35:22 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/jsonmergepatch/patch_test.go

    func testPatchApplication(t *testing.T, original, patch, expected []byte, description string) {
    	result, err := jsonpatch.MergePatch(original, patch)
    	if err != nil {
    		t.Errorf("error: %s\nin test case: %s\ncannot apply patch:\n%s\nto original:\n%s\n",
    			err, description, jsonToYAMLOrError(patch), jsonToYAMLOrError(original))
    		return
    	}
    
    	if !reflect.DeepEqual(result, expected) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite.go

    func oneBit16(x int16) bool { return x&(x-1) == 0 && x != 0 }
    func oneBit32(x int32) bool { return x&(x-1) == 0 && x != 0 }
    func oneBit64(x int64) bool { return x&(x-1) == 0 && x != 0 }
    
    // nto returns the number of trailing ones.
    func nto(x int64) int64 {
    	return int64(ntz64(^x))
    }
    
    // logX returns logarithm of n base 2.
    // n must be a positive power of 2 (isPowerOfTwoX returns true).
    func log8(n int8) int64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

        artifactOutput("1. Artifact metadata: hash, name\n2. Direct Super types\n3. Class dependencies")
        originalClasspath(Original classpath)
        originalClasspathInput("Original classpath as input:\nto recalculate Resolve supertypes\nstep on classpath change")
        metadata("1. Artifact metadata: hash, name\n2. Dependencies instrumented type hierarchy")
        result("1. Transformed jar\n2. hash of original jar")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
Back to top