HomeSort by relevance Sort by last modified time
    Searched full:csend (Results 1 - 20 of 20) sorted by null

  /external/skia/experimental/skottie/
SkottieProperties.cpp 165 const auto csEnd = fColorStops.cbegin() + fStopCount * 4;
166 for (auto cs = fColorStops.cbegin(); cs != csEnd; cs += 4) {
  /external/skqp/experimental/skottie/
SkottieProperties.cpp 165 const auto csEnd = fColorStops.cbegin() + fStopCount * 4;
166 for (auto cs = fColorStops.cbegin(); cs != csEnd; cs += 4) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 163 dir = "types.Csend"
builtin.go 238 typs[80] = types.NewChan(typs[2], types.Csend)
fmt.go 739 case types.Csend:
1288 case types.Csend:
    [all...]
noder.go 697 return types.Csend
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 163 dir = "types.Csend"
builtin.go 238 typs[80] = types.NewChan(typs[2], types.Csend)
fmt.go 739 case types.Csend:
1288 case types.Csend:
    [all...]
noder.go 697 return types.Csend
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 324 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) {
327 final int replacementLength = csEnd - csStart;
398 TextUtils.getChars(cs, csStart, csEnd, mText, start);
419 Object[] spans = sp.getSpans(csStart, csEnd, Object.class);
426 if (en > csEnd) en = csEnd;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 84 func (c ChanDir) CanSend() bool { return c&Csend != 0 }
90 Csend ChanDir = 1 << 1
91 Cboth ChanDir = Crecv | Csend
1341 // The direction will be one of Crecv, Csend, or Cboth.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 84 func (c ChanDir) CanSend() bool { return c&Csend != 0 }
90 Csend ChanDir = 1 << 1
91 Cboth ChanDir = Crecv | Csend
1341 // The direction will be one of Crecv, Csend, or Cboth.
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
bimport.go 545 case 2 /* Csend */ :
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
bimport.go 545 case 2 /* Csend */ :
  /prebuilts/go/darwin-x86/doc/
go1.html 101 var csend chan&lt;- int = c
104 close(csend) // legal
    [all...]
  /prebuilts/go/linux-x86/doc/
go1.html 101 var csend chan&lt;- int = c
104 close(csend) // legal
    [all...]
  /frameworks/base/packages/SystemUI/res/values-hu/
strings.xml     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
types.a 354 Crecv?% Csend?% Cboth?% TypesL 0" Extra?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
types.a 354 Crecv?% Csend?% Cboth?% TypesL 0" Extra?
    [all...]

Completed in 682 milliseconds