/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
numeric | 100 void iota(ForwardIterator first, ForwardIterator last, T value); 363 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/ |
numeric | 100 void iota(ForwardIterator first, ForwardIterator last, T value); 363 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/ |
numeric | 100 void iota(ForwardIterator first, ForwardIterator last, T value); 363 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
syntax.go | 48 // - Named OLITERALs use it to to store their ambient iota value. 72 nodeClass, _ = iota, 1 << iota // PPARAM, PAUTO, PEXTERN, etc; three bits; first in the list because frequently accessed 200 func (n *Node) Iota() int64 { 247 nameCaptured = 1 << iota // is the variable captured by a closure 462 funcDupok = 1 << iota // duplicate definitions ok 511 OXXX Op = iota 622 OIOTA // iota [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 300 _ ChanDir = iota 458 Above CommentKind = iota
|
/prebuilts/go/darwin-x86/src/log/syslog/ |
syslog.go | 34 LOG_EMERG Priority = iota 49 LOG_KERN Priority = iota << 3
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
prog.go | 27 InstAlt InstOp = iota 65 EmptyBeginLine EmptyOp = 1 << iota
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
syntax.go | 48 // - Named OLITERALs use it to to store their ambient iota value. 72 nodeClass, _ = iota, 1 << iota // PPARAM, PAUTO, PEXTERN, etc; three bits; first in the list because frequently accessed 200 func (n *Node) Iota() int64 { 247 nameCaptured = 1 << iota // is the variable captured by a closure 462 funcDupok = 1 << iota // duplicate definitions ok 511 OXXX Op = iota 622 OIOTA // iota [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 300 _ ChanDir = iota 458 Above CommentKind = iota
|
/prebuilts/go/linux-x86/src/log/syslog/ |
syslog.go | 34 LOG_EMERG Priority = iota 49 LOG_KERN Priority = iota << 3
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
prog.go | 27 InstAlt InstOp = iota 65 EmptyBeginLine EmptyOp = 1 << iota
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
char_utils.cpp | 188 { 0x0196, 0x0269 }, // LATIN CAPITAL LETTER IOTA 287 { 0x038A, 0x03AF }, // GREEK CAPITAL LETTER IOTA WITH TONOS 299 { 0x0399, 0x03B9 }, // GREEK CAPITAL LETTER IOTA 315 { 0x03AA, 0x03CA }, // GREEK CAPITAL LETTER IOTA WITH DIALYTIKA [all...] |
/build/kati/ |
stats.go | 34 traceEventMain = iota + 1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
htmlentitydefs.py | 29 'Iota': 0x0399, # greek capital letter iota, U+0399
134 'iota': 0x03b9, # greek small letter iota, U+03B9 ISOgrk3
|
/external/boringssl/src/ssl/test/runner/ |
recordingconn.go | 32 readFlow flowType = iota
|
/external/clang/include/clang/AST/ |
CommentHTMLNamedCharacterReferences.td | 128 def : NCR<"iota", 0x003B9>;
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_bitvector_test.cc | 113 // iota
|
/external/fio/crc/ |
sha3.c | 85 /* Iota */
|
/external/libxkbcommon/xkbcommon/test/ |
keysym.c | 161 assert(xkb_keysym_is_lower(xkb_keysym_from_name("U03af", 0))); /* GREEK SMALL LETTER IOTA WITH TONOS */
|
/external/python/cpython2/Lib/ |
htmlentitydefs.py | 29 'Iota': 0x0399, # greek capital letter iota, U+0399 134 'iota': 0x03b9, # greek small letter iota, U+03B9 ISOgrk3
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
reverse_test.cc | 84 std::iota(input_vector.begin(), input_vector.end(), 0.0);
|
/external/tensorflow/tensorflow/core/kernels/ |
sparse_concat_op.cc | 113 std::iota(std_order.begin(), std_order.end(), 0);
|
sparse_softmax_op.cc | 86 std::iota(dims.begin(), dims.end(), 0);
|
sparse_to_dense_op.cc | 121 std::iota(order.begin(), order.end(), 0);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
CommentHTMLNamedCharacterReferences.td | 128 def : NCR<"iota", 0x003B9>;
|