Searched
full:iota (Results
326 -
350 of
996) sorted by null
<<11121314151617181920>>
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
CommentHTMLNamedCharacterReferences.td | 128 def : NCR<"iota", 0x003B9>;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
htmlentitydefs.py | 29 'Iota': 0x0399, # greek capital letter iota, U+0399 134 'iota': 0x03b9, # greek small letter iota, U+03B9 ISOgrk3
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
htmlentitydefs.py | 29 'Iota': 0x0399, # greek capital letter iota, U+0399 134 'iota': 0x03b9, # greek small letter iota, U+03B9 ISOgrk3
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/ |
lex.go | 25 LSH ScanToken = -1000 - iota // << Left shift.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 35 Pxxx Class = iota // no class; used during ssa conversion to indicate pseudo-variables
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
prove.go | 15 unknown = iota 43 lt relation = 1 << iota 55 signed domain = 1 << iota 493 descend walkState = iota
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/sym/ |
attribute.go | 13 AttrDuplicateOK Attribute = 1 << iota
|
symkind.go | 41 Sxxx SymKind = iota
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
decode.go | 75 TypeUnknown ArgType = iota
|
/prebuilts/go/darwin-x86/src/crypto/ |
crypto.go | 24 MD4 Hash = 1 + iota // import golang.org/x/crypto/md4
|
/prebuilts/go/darwin-x86/src/go/printer/testdata/ |
declarations.golden | 231 _ = iota 357 yyyyyyyy float = iota 449 a MyType = iota 642 "iota": nil,
|
declarations.input | 236 _ = iota 369 yyyyyyyy float = iota 464 a MyType = iota 657 "iota": nil,
|
/prebuilts/go/darwin-x86/src/go/token/ |
token.go | 18 ILLEGAL Token = iota
|
/prebuilts/go/darwin-x86/src/go/types/ |
hilbert_test.go | 109 g.p("1.0/(iota + %d)", j+1)
|
selection.go | 19 FieldVal SelectionKind = iota // x.f is a struct field selector
|
/prebuilts/go/darwin-x86/src/net/internal/socktest/ |
switch.go | 121 FilterSocket FilterType = iota // for Socket
|
/prebuilts/go/darwin-x86/src/os/ |
types.go | 45 ModeDir FileMode = 1 << (32 - 1 - iota) // d: is a directory
|
/prebuilts/go/darwin-x86/src/runtime/ |
write_err_android.go | 28 unknown loggerType = iota
|
/prebuilts/go/darwin-x86/src/syscall/ |
net_nacl.go | 88 AF_UNSPEC = iota 95 SHUT_RD = iota 101 SOCK_STREAM = 1 + iota 117 _ = iota
|
types_windows.go | 196 FILE_NOTIFY_CHANGE_FILE_NAME = 1 << iota 207 FILE_ACTION_ADDED = iota + 1 945 HKEY_CLASSES_ROOT = 0x80000000 + iota 969 REG_NONE = iota
|
/prebuilts/go/darwin-x86/src/unicode/ |
graphic.go | 9 pC = 1 << iota // a control character.
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/ |
example_test.go | 35 styleSelected = 1 << (iota - 1)
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/lex/ |
lex.go | 25 LSH ScanToken = -1000 - iota // << Left shift.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 35 Pxxx Class = iota // no class; used during ssa conversion to indicate pseudo-variables
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
prove.go | 15 unknown = iota 43 lt relation = 1 << iota 55 signed domain = 1 << iota 493 descend walkState = iota
|
Completed in 4997 milliseconds
<<11121314151617181920>>