HomeSort by relevance Sort by last modified time
    Searched full:iota (Results 501 - 525 of 996) sorted by null

<<21222324252627282930>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WspTypeDecoder.java 142 WELL_KNOWN_MIME_TYPES.put(0x0300, "application/iota.mmc-wbxml");
143 WELL_KNOWN_MIME_TYPES.put(0x0301, "application/iota.mmc-xml");
  /prebuilts/go/darwin-x86/src/encoding/json/
scanner.go 122 scanContinue = iota // uninteresting byte
143 parseObjectKey = iota // parsing object key (before colon)
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
resolver.go 246 for iota, spec := range d.Specs {
336 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
  /prebuilts/go/darwin-x86/src/runtime/
select.go 18 caseNil = iota
599 _ selectDir = iota
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 293 _Sawtooth = iota
302 _Copy = iota
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 28 ssSuccess ssState = iota
211 iSuccess insertErr = -iota
  /prebuilts/go/linux-x86/src/encoding/json/
scanner.go 122 scanContinue = iota // uninteresting byte
143 parseObjectKey = iota // parsing object key (before colon)
  /prebuilts/go/linux-x86/src/go/parser/
parser.go     [all...]
  /prebuilts/go/linux-x86/src/go/types/
resolver.go 246 for iota, spec := range d.Specs {
336 obj := NewConst(name.Pos(), pkg, name.Name, nil, constant.MakeInt64(int64(iota)))
  /prebuilts/go/linux-x86/src/runtime/
select.go 18 caseNil = iota
599 _ selectDir = iota
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 293 _Sawtooth = iota
302 _Copy = iota
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 28 ssSuccess ssState = iota
211 iSuccess insertErr = -iota
  /external/icu/icu4c/source/data/unidata/norm2/
uts46.txt 267 0196 >0269 # 1.1 LATIN CAPITAL LETTER IOTA
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 24 PackageClauseOnly uint = 1 << iota // parsing stops after package clause
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 24 PackageClauseOnly uint = 1 << iota // parsing stops after package clause
    [all...]
  /external/icu/icu4c/source/common/
ustrcase.cpp 824 case 0x0345: // ypogegrammeni = iota subscript
882 // Add a dialytika to this iota or ypsilon vowel
892 int32_t numYpogegrammeni = 0; // Map each one to a trailing, spacing, capital iota.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 18 CTxxx Ctype = iota
750 // nl, in case someone still refers to it (e.g. iota).
896 // n->left, in case someone still refers to it (e.g. iota).
    [all...]
noder.go 267 iota int64
307 n.SetIota(cs.iota)
316 cs.iota++
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 182 FCodePoint = iota
255 SNormal State = iota // known to be zero for the type
869 CaseUpper = 1 << iota
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 18 CTxxx Ctype = iota
750 // nl, in case someone still refers to it (e.g. iota).
896 // n->left, in case someone still refers to it (e.g. iota).
    [all...]
noder.go 267 iota int64
307 n.SetIota(cs.iota)
316 cs.iota++
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 182 FCodePoint = iota
255 SNormal State = iota // known to be zero for the type
869 CaseUpper = 1 << iota
    [all...]
  /build/blueprint/
ninja_defs.go 30 DepsNone Deps = iota
  /build/blueprint/parser/
ast.go 162 BoolType Type = iota + 1

Completed in 767 milliseconds

<<21222324252627282930>>