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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
attribute.go 13 AttrDuplicateOK Attribute = 1 << iota
symkind.go 41 Sxxx SymKind = iota
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 75 TypeUnknown ArgType = iota
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 24 MD4 Hash = 1 + iota // import golang.org/x/crypto/md4
  /prebuilts/go/linux-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/linux-x86/src/go/token/
token.go 18 ILLEGAL Token = iota
  /prebuilts/go/linux-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/linux-x86/src/net/internal/socktest/
switch.go 121 FilterSocket FilterType = iota // for Socket
  /prebuilts/go/linux-x86/src/os/
types.go 45 ModeDir FileMode = 1 << (32 - 1 - iota) // d: is a directory
  /prebuilts/go/linux-x86/src/runtime/
write_err_android.go 28 unknown loggerType = iota
  /prebuilts/go/linux-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/linux-x86/src/unicode/
graphic.go 9 pC = 1 << iota // a control character.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
example_test.go 35 styleSelected = 1 << (iota - 1)
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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/doc/
go_spec.html 550 <a href="#Iota">iota</a> denotes an integer constant.
567 Literal constants, <code>true</code>, <code>false</code>, <code>iota</code>,
    [all...]
  /prebuilts/go/linux-x86/doc/
go_spec.html 550 <a href="#Iota">iota</a> denotes an integer constant.
567 Literal constants, <code>true</code>, <code>false</code>, <code>iota</code>,
    [all...]
  /external/syslinux/codepage/
UnicodeData 395 037A;GREEK YPOGEGRAMMENI;Lm;0;L;<compat> 0020 0345;;;;N;GREEK SPACING IOTA BELOW;;;;
401 038A;GREEK CAPITAL LETTER IOTA WITH TONOS;Lu;0;L;0399 0301;;;;N;GREEK CAPITAL LETTER IOTA TONOS;;;03AF;
405 0390;GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS;Ll;0;L;03CA 0301;;;;N;GREEK SMALL LETTER IOTA DIAERESIS TONOS;;;;
414 0399;GREEK CAPITAL LETTER IOTA;Lu;0;L;;;;;N;;;;03B9;
430 03AA;GREEK CAPITAL LETTER IOTA WITH DIALYTIKA;Lu;0;L;0399 0308;;;;N;GREEK CAPITAL LETTER IOTA DIAERESIS;;;03CA;
435 03AF;GREEK SMALL LETTER IOTA WITH TONOS;Ll;0;L;03B9 0301;;;;N;GREEK SMALL LETTER IOTA TONOS;;038A;;038
    [all...]
  /external/libcxx/include/
numeric 129 void iota(ForwardIterator first, ForwardIterator last, T value);
450 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
  /external/tensorflow/tensorflow/core/kernels/
serialize_sparse_op.cc 173 std::iota(std_order.begin(), std_order.end(), 0);
411 std::iota(std_order.begin(), std_order.end(), 0);
sparse_tensors_map_ops.cc 255 std::iota(std_order.begin(), std_order.end(), 0);
464 std::iota(std_order.begin(), std_order.end(), 0);
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions_test.cc 305 std::iota(skips.begin(), skips.end(), 0);
306 std::iota(skip_afters.begin(), skip_afters.end(), 0);

Completed in 2248 milliseconds

<<11121314151617181920>>