Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 627 for madd (0.17 sec)

  1. maven-core/src/test/java/org/apache/maven/internal/MultilineMessageHelperTest.java

            msgs.add("* and/or request plugins be made thread-safe.                   *");
            msgs.add("* If reporting an issue, report it against the plugin in        *");
            msgs.add("* question, not against maven-core                              *");
            msgs.add("*****************************************************************");
    
            assertEquals(
                    msgs,
                    MultilineMessageHelper.format(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/asm5.go

    		var as2 obj.As
    		switch p.As {
    		case AADD, ASUB, AORR, AEOR, ABIC:
    			as2 = p.As // ADD, SUB, ORR, EOR, BIC
    		case ARSB:
    			as2 = AADD // RSB -> RSB/ADD pair
    		case AADC:
    			as2 = AADD // ADC -> ADC/ADD pair
    		case ASBC:
    			as2 = ASUB // SBC -> SBC/SUB pair
    		case ARSC:
    			as2 = AADD // RSC -> RSC/ADD pair
    		default:
    			c.ctxt.Diag("unknown second op for %v", p)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/LoggingManagerInternal.java

         *
         * <p>While a log manager is active, any changes made to the settings will take effect immediately. When a log manager is not active, changes to its settings will apply only once it is made active by calling {@link #start()}.</p>
         */
        @Override
        LoggingManagerInternal start();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 00:47:05 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/main/java/org/gradle/model/internal/registry/ModelRegistry.java

         * <p>
         * No attempt to mutate the returned object should be made.
         *
         * @param path the path for the node
         * @return the node.
         */
        ModelNode realizeNode(ModelPath path);
    
        /**
         * Get the fully defined model element at the given path as the given type, if present.
         * <p>
         * No attempt to mutate the returned object should be made.
         *
         * @param path the path for the node
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  5. pkg/registry/core/service/portallocator/operation_test.go

    		err := op.Allocate(port)
    		if err != expectedErrors[i] {
    			t.Errorf("%v: expected error %v but got %v", i, expectedErrors[i], err)
    		}
    	}
    
    	// Make sure no port allocations were actually made by the dry run
    	freeAtEnd := r.Free()
    	if freeAtStart != freeAtEnd {
    		t.Errorf("expected %v free ports but got %v", freeAtStart, freeAtEnd)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Aug 15 23:44:12 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/Interceptor.kt

     * when responses are of an unexpected type or cannot be decoded.
     *
     * Other exception types cancel the current call:
     *
     *  * For synchronous calls made with [Call.execute], the exception is propagated to the caller.
     *
     *  * For asynchronous calls made with [Call.enqueue], an [IOException] is propagated to the caller
     *    indicating that the call was canceled. The interceptor's exception is delivered to the current
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. test/interface/recursive1.dir/recursive2.go

    // Copyright 2012 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.
    
    // Test that the mutually recursive types in recursive1.go made it
    // intact and with the same meaning, by assigning to or using them.
    
    package main
    
    import "./recursive1"
    
    func main() {
    	var i1 p.I1
    	var i2 p.I2
    	i1 = i2
    	i2 = i1
    	i1 = i2.F()
    	i2 = i1.F()
    	_, _ = i1, i2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 434 bytes
    - Viewed (0)
  8. src/testdata/Isaac.Newton-Opticks.txt

    found the Circles which the red Light made to be manifestly bigger than
    those which were made by the blue and violet. And it was very pleasant
    to see them gradually swell or contract accordingly as the Colour of the
    Light was changed. The Interval of the Glasses at any of the Rings when
    they were made by the utmost red Light, was to their Interval at the
    same Ring when made by the utmost violet, greater than as 3 to 2, and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/CONTRIBUTING.md

    be ignored. Instead, please open pull requests against [kubernetes/kubernetes](https://git.k8s.io/kubernetes/).  Please follow the same [contributing guide](https://git.k8s.io/kubernetes/CONTRIBUTING.md) you would follow for any other pull request made to kubernetes/kubernetes.
    
    This repository is published from [kubernetes/kubernetes/staging/src/k8s.io/apiserver](https://git.k8s.io/kubernetes/staging/src/k8s.io/apiserver) by the [kubernetes publishing-bot](https://git.k8s.io/publishing-bot)....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 15 14:13:07 UTC 2019
    - 740 bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testcshared/testdata/libgo/libgo.go

    	initCh <- 42
    }
    
    func main() {
    	ranMain = true
    }
    
    //export DidInitRun
    func DidInitRun() bool {
    	select {
    	case x := <-initCh:
    		if x != 42 {
    			// Just in case initCh was not correctly made.
    			println("want init value of 42, got: ", x)
    			syscall.Exit(2)
    		}
    		return true
    	default:
    		return false
    	}
    }
    
    //export DidMainRun
    func DidMainRun() bool {
    	return ranMain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 767 bytes
    - Viewed (0)
Back to top