Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for regabi (0.2 sec)

  1. android/guava-testlib/src/com/google/common/collect/testing/TestContainerGenerator.java

       * its input unmodified. Provided that the test suite is built without {@link
       * com.google.common.collect.testing.features.CollectionFeature#KNOWN_ORDER}, the tests will look
       * only at the returned contents without regard for order.
       */
      Iterable<E> order(List<E> insertionOrder);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/toleration.go

    */
    
    package v1
    
    // MatchToleration checks if the toleration matches tolerationToMatch. Tolerations are unique by <key,effect,operator,value>,
    // if the two tolerations have same <key,effect,operator,value> combination, regard as they match.
    // TODO: uniqueness check for tolerations in api validations.
    func (t *Toleration) MatchToleration(tolerationToMatch *Toleration) bool {
    	return t.Key == tolerationToMatch.Key &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 2K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/collect/testing/TestContainerGenerator.java

       * its input unmodified. Provided that the test suite is built without {@link
       * com.google.common.collect.testing.features.CollectionFeature#KNOWN_ORDER}, the tests will look
       * only at the returned contents without regard for order.
       */
      Iterable<E> order(List<E> insertionOrder);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/operations/dependencies/transforms/SnapshotTransformInputsBuildOperationType.java

             * <p>
             * This is using the visitor from {@link SnapshotTaskInputsBuildOperationType} since there is no difference
             * between tasks and transforms in this regard. Later we can unify the transform and the task build operation type.
             */
            void visitInputFileProperties(FilePropertyVisitor visitor);
    
            /**
             * The names of the output properties.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/mips/list0.go

    		return fmt.Sprintf("M%d", r-REG_M0)
    	}
    	if REG_FCR0 <= r && r <= REG_FCR31 {
    		return fmt.Sprintf("FCR%d", r-REG_FCR0)
    	}
    	if REG_W0 <= r && r <= REG_W31 {
    		return fmt.Sprintf("W%d", r-REG_W0)
    	}
    	if r == REG_HI {
    		return "HI"
    	}
    	if r == REG_LO {
    		return "LO"
    	}
    
    	return fmt.Sprintf("Rgok(%d)", r-obj.RBaseMIPS)
    }
    
    func DRconv(a int) string {
    	s := "C_??"
    	if a >= C_NONE && a <= C_NCLASS {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 04 19:06:44 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/project/ProjectStateInternal.java

    import org.gradle.api.ProjectState;
    import org.gradle.util.internal.CollectionUtils;
    
    import java.util.ArrayList;
    import java.util.List;
    
    /**
     * Represents the lifecycle state of a project, with regard to configuration.
     *
     * There are three synonymous terms mixed in here (configure, evaluate, execute) for legacy reasons.
     * Where not bound to backwards compatibility constraints, we use the term “configure”.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:52:05 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm/a.out.go

    package arm
    
    import "cmd/internal/obj"
    
    //go:generate go run ../stringer.go -i $GOFILE -o anames.go -p arm
    
    const (
    	NSNAME = 8
    	NSYM   = 50
    	NREG   = 16
    )
    
    /* -1 disables use of REGARG */
    const (
    	REGARG = -1
    )
    
    const (
    	REG_R0 = obj.RBaseARM + iota // must be 16-aligned
    	REG_R1
    	REG_R2
    	REG_R3
    	REG_R4
    	REG_R5
    	REG_R6
    	REG_R7
    	REG_R8
    	REG_R9
    	REG_R10
    	REG_R11
    	REG_R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 05 16:22:12 UTC 2021
    - 7K bytes
    - Viewed (0)
  8. code_of_conduct.md

    will review and investigate all complaints, and will respond in a way that it deems
    appropriate to the circumstances. The project team is obligated to maintain
    confidentiality with regard to the reporter of an incident.
    Further details of specific enforcement policies may be posted separately.
    
    Project maintainers who do not follow or enforce the Code of Conduct in good
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jan 20 18:38:58 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/internal/operations/logging/LoggingBuildOperationProgressBroadcaster.java

     * We only broadcast the subset of events that influence the “plain console”, because this is all we need right now.
     * The build scan infrastructure has some knowledge of how different versions of Gradle respond to these events
     * with regard to console rendering and effectively emulate.
     *
     * Ideally, we would emit a more concrete model.
     * This would be something like more clearly separating logging output from “user code” from Gradle's “UI” output,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 06:02:18 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/loong64/a.out.go

    	REG_FCC31
    
    	REG_LAST = REG_FCC31 // the last defined register
    
    	REG_SPECIAL = REG_FCSR0
    
    	REGZERO = REG_R0 // set to zero
    	REGLINK = REG_R1
    	REGSP   = REG_R3
    	REGRET  = REG_R20 // not use
    	REGARG  = -1      // -1 disables passing the first argument in register
    	REGRT1  = REG_R20 // reserved for runtime, duffzero and duffcopy
    	REGRT2  = REG_R21 // reserved for runtime, duffcopy
    	REGCTXT = REG_R29 // context for closures
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top