HomeSort by relevance Sort by last modified time
    Searched refs:iota (Results 26 - 50 of 490) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue4405.go 10 _ = iota
issue17005.go 15 Identity Flag = iota - 2 // H is the identity matrix; no rotation is needed.
issue6866.go 25 h0_0, h0_1 = 1.0 / (iota + 1), 1.0 / (iota + 2)
  /prebuilts/go/darwin-x86/src/cmd/doc/testdata/
pkg.go 26 constFour = iota
86 ExportedTypedConstant ExportedType = iota
118 ExportedTypedConstant_unexported unexportedType = iota
161 _, _ uint64 = 2 * iota, 1 << iota
169 ConstGroup1 unexportedType = iota
  /prebuilts/go/linux-x86/src/cmd/doc/testdata/
pkg.go 26 constFour = iota
86 ExportedTypedConstant ExportedType = iota
118 ExportedTypedConstant_unexported unexportedType = iota
161 _, _ uint64 = 2 * iota, 1 << iota
169 ConstGroup1 unexportedType = iota
  /prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go 12 _ = iota // ignore first value by assigning to blank identifier
13 KB ByteSize = 1 << (10 * iota)
  /prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go 12 _ = iota // ignore first value by assigning to blank identifier
13 KB ByteSize = 1 << (10 * iota)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
typekind.go 11 KindBool = 1 + iota
  /prebuilts/go/darwin-x86/src/runtime/
typekind.go 8 kindBool = 1 + iota
  /prebuilts/go/darwin-x86/test/
const3.go 18 A T = 1 << (1 << iota)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
typekind.go 11 KindBool = 1 + iota
  /prebuilts/go/linux-x86/src/runtime/
typekind.go 8 kindBool = 1 + iota
  /prebuilts/go/linux-x86/test/
const3.go 18 A T = 1 << (1 << iota)
  /build/soong/ui/build/
build.go 55 BuildNone = iota
56 BuildProductConfig = 1 << iota
57 BuildSoong = 1 << iota
58 BuildKati = 1 << iota
59 BuildNinja = 1 << iota
  /external/libbrillo/brillo/
data_encoding_unittest.cc 57 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF.
85 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF.
120 std::iota(decoded3.begin(), decoded3.end(), 0); // Fill with 0x00..0xFF.
secure_blob_unittest.cc 55 std::iota(std::begin(from_data), std::end(from_data), 0);
100 std::iota(blob1.begin(), blob1.end(), 0);
101 std::iota(blob2.begin(), blob2.end(), 32);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
tokens.go 12 _ token = iota
163 IntLit LitKind = iota
173 _ Operator = iota
257 _ = iota
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
trieval.go 11 tagNeutral elem = iota << typeShift
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17005.go 15 Identity Flag = iota - 2 // H is the identity matrix; no rotation is needed.
issue6866.go 25 h0_0, h0_1 = 1.0 / (iota + 1), 1.0 / (iota + 2)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
tokens.go 12 _ token = iota
163 IntLit LitKind = iota
173 _ Operator = iota
257 _ = iota
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
trieval.go 11 tagNeutral elem = iota << typeShift
  /prebuilts/go/darwin-x86/src/encoding/json/
example_marshaling_test.go 17 Unknown Animal = iota
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 41 C1 notExported = iota
d1.go 17 CB2 = iota // before CB1

Completed in 1606 milliseconds

12 3 4 5 6 7 8 91011>>