Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 887 for aranges (0.14 sec)

  1. src/cmd/trace/procgen.go

    	// transition to and from NotExist when GOMAXPROCS changes. We can emit
    	// events for this to clearly delineate GOMAXPROCS changes.
    
    	if viewerEv.Name != "" {
    		ctx.Instant(viewerEv)
    	}
    }
    
    func (g *procGenerator) Finish(ctx *traceContext) {
    	ctx.SetResourceType("PROCS")
    
    	// Finish off ranges first. It doesn't really matter for the global ranges,
    	// but the proc ranges need to either be a subset of a goroutine slice or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/test/groovy/org/gradle/performance/measure/AmountTest.groovy

            0      | Fruit.apples  | 0      | Fruit.oranges | 0       | Fruit.apples
            0      | Fruit.apples  | 12     | Fruit.oranges | 12      | Fruit.oranges
            0.7    | Fruit.apples  | 0      | Fruit.oranges | 0.7     | Fruit.apples
            1      | Fruit.apples  | 2      | Fruit.oranges | 7       | Fruit.apples
            3      | Fruit.oranges | 4      | Fruit.oranges | 7       | Fruit.oranges
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/deprecationFromLibrary.txt

        DEPRECATION      text ranges: [(302,320)]
          PSI: KtNameReferenceExpression at (71,21-39)
      for PSI element of type KtNameReferenceExpression at (72,21-39)
        DEPRECATION      text ranges: [(352,370)]
          PSI: KtNameReferenceExpression at (72,21-39)
      for PSI element of type KtNameReferenceExpression at (74,21-40)
        DEPRECATION      text ranges: [(396,415)]
          PSI: KtNameReferenceExpression at (74,21-40)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:05 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/AbstractRangeSet.java

      }
    
      @Override
      @CheckForNull
      public abstract Range<C> rangeContaining(C value);
    
      @Override
      public boolean isEmpty() {
        return asRanges().isEmpty();
      }
    
      @Override
      public void add(Range<C> range) {
        throw new UnsupportedOperationException();
      }
    
      @Override
      public void remove(Range<C> range) {
        throw new UnsupportedOperationException();
      }
    
      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/declarationErrors.descriptors.txt

        ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED      text ranges: [(62,69)]
          PSI: KtClass at (6,1-11)
      for PSI element of type KtNamedFunction at (4,3-21)
        ABSTRACT_FUNCTION_IN_NON_ABSTRACT_CLASS      text ranges: [(41,49)]
          PSI: KtNamedFunction at (4,3-21)
      for PSI element of type KtTypeReference at (6,10-11)
        FINAL_SUPERTYPE      text ranges: [(71,72)]
          PSI: KtTypeReference at (6,10-11)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Dec 09 12:56:52 UTC 2021
    - 924 bytes
    - Viewed (0)
  6. test/fixedbugs/issue56777.go

    			ranges[0] = singleRange{first: 0}
    			first = false
    		}
    
    		i := 0
    		for _, r := range setText {
    			if first {
    				// lower bound in a new range
    				ranges[i] = singleRange{first: r}
    				first = false
    			} else {
    				ranges[i].last = r - 1
    				i++
    				first = true
    			}
    		}
    	}
    
    	return len(ranges)
    }
    
    type singleRange struct {
    	first rune
    	last  rune
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 13:26:33 UTC 2022
    - 928 bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/ProgramSource.kt

        }
    
        internal
        fun erase(ranges: List<IntRange>): ProgramText =
            if (ranges.isEmpty()) this
            else ProgramText(text.erase(ranges))
    
        fun preserve(vararg ranges: IntRange): ProgramText =
            erase(complementOf(ranges))
    
        internal
        fun preserve(ranges: List<IntRange>): ProgramText =
            preserve(*ranges.toTypedArray())
    
        fun subText(range: IntRange): ProgramText =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  8. src/regexp/syntax/make_perl_groups.pl

      }
      return @ranges;
    }
    
    sub PrintClass($$@) {
      my ($cname, $name, @ranges) = @_;
      print "var code$cname = []rune{  /* $name */\n";
      for (my $i=0; $i<@ranges; $i++) {
        my @a = @{$ranges[$i]};
        printf "\t0x%x, 0x%x,\n", $a[0], $a[1];
      }
      print "}\n\n";
      my $n = @ranges;
      my $negname = $name;
      if ($negname =~ /:/) {
        $negname =~ s/:/:^/;
      } else {
        $negname =~ y/a-z/A-Z/;
      }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 13:59:01 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. src/internal/godebug/godebug.go

    // The # is a signal to New but not part of the key used in $GODEBUG.
    //
    // Note that almost all settings should arrange to call [IncNonDefault] precisely
    // when program behavior is changing from the default due to the setting
    // (not just when the setting is different, but when program behavior changes).
    // See the [internal/godebug] package comment for more.
    func New(name string) *Setting {
    	return &Setting{name: name}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 14:19:39 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/trie.go

    	nfkcData = newNfkcTrie(0)
    )
    
    // lookup determines the type of block n and looks up the value for b.
    // For n < t.cutoff, the block is a simple lookup table. Otherwise, the block
    // is a list of ranges with an accompanying value. Given a matching range r,
    // the value for b is by r.value + (b - r.lo) * stride.
    func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
    	offset := t.offset[n]
    	header := t.values[offset]
    	lo := offset + 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top