/prebuilts/go/linux-x86/src/syscall/ |
syscall_nacl.go | 78 _ Signal = iota
|
zerrors_windows.go | 17 E2BIG Errno = APPLICATION_ERROR + iota
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/ |
bidi.go | 36 LeftToRight Direction = iota
|
/external/python/cpython3/Lib/ |
sre_compile.py | 32 # COMBINING GREEK YPOGEGRAMMENI, GREEK SMALL LETTER IOTA, GREEK PROSGEGRAMMENI 34 # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS, GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
conv_ops.cc | 100 // DT_INT32 Iota will always return status::OK(). 101 TF_CHECK_OK(XlaHelpers::Iota(builder, DataType::DT_INT32, input_feature, 104 TF_CHECK_OK(XlaHelpers::Iota(builder, DataType::DT_INT32,
|
stateless_random_ops.cc | 139 TF_CHECK_OK(XlaHelpers::Iota(builder, DT_INT32, half_size, &inputs[0]));
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
convolution_test.cc | 452 iota(input_elems.begin(), input_elems.end(), 1.0f); 457 iota(filter_elems.begin(), filter_elems.end(), 1.0f); 475 // std::iota doesn't work when init_value has a type Eigen::half in some build
|
slice_test.cc | 127 std::iota(values.data(), values.data() + 4096, 0.0); 134 std::iota(expected.data(), expected.data() + 1024, 3072.0); 197 std::iota(input.begin(), input.end(), NativeT());
|
/prebuilts/go/darwin-x86/src/go/types/ |
typexpr.go | 59 if check.iota == nil { 60 check.errorf(e.Pos(), "cannot use iota outside constant declaration") 63 x.val = check.iota
|
stmt.go | 91 breakOk stmtContext = 1 << iota 297 // statements cannot use iota in general 299 assert(check.iota == nil)
|
/prebuilts/go/linux-x86/src/go/types/ |
typexpr.go | 59 if check.iota == nil { 60 check.errorf(e.Pos(), "cannot use iota outside constant declaration") 63 x.val = check.iota
|
stmt.go | 91 breakOk stmtContext = 1 << iota 297 // statements cannot use iota in general 299 assert(check.iota == nil)
|
/external/libxkbcommon/xkbcommon/src/ |
keysym-utf.c | 373 { 0x07a4, 0x038a }, /* Greek_IOTAaccent ? GREEK CAPITAL LETTER IOTA WITH TONOS */ 374 { 0x07a5, 0x03aa }, /* Greek_IOTAdiaeresis ? GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */ 384 { 0x07b4, 0x03af }, /* Greek_iotaaccent ? GREEK SMALL LETTER IOTA WITH TONOS */ 385 { 0x07b5, 0x03ca }, /* Greek_iotadieresis ? GREEK SMALL LETTER IOTA WITH DIALYTIKA */ 386 { 0x07b6, 0x0390 }, /* Greek_iotaaccentdieresis ? GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS */ 400 { 0x07c9, 0x0399 }, /* Greek_IOTA ? GREEK CAPITAL LETTER IOTA * [all...] |
/external/skia/tools/sk_app/unix/ |
keysym2ucs.c | 365 { 0x07a4, 0x038a }, /* Greek_IOTAaccent ? GREEK CAPITAL LETTER IOTA WITH TONOS */ 366 { 0x07a5, 0x03aa }, /* Greek_IOTAdiaeresis ? GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */ 376 { 0x07b4, 0x03af }, /* Greek_iotaaccent ? GREEK SMALL LETTER IOTA WITH TONOS */ 377 { 0x07b5, 0x03ca }, /* Greek_iotadieresis ? GREEK SMALL LETTER IOTA WITH DIALYTIKA */ 378 { 0x07b6, 0x0390 }, /* Greek_iotaaccentdieresis ? GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS */ 392 { 0x07c9, 0x0399 }, /* Greek_IOTA ? GREEK CAPITAL LETTER IOTA */ [all...] |
/external/skqp/tools/sk_app/unix/ |
keysym2ucs.c | 365 { 0x07a4, 0x038a }, /* Greek_IOTAaccent ? GREEK CAPITAL LETTER IOTA WITH TONOS */ 366 { 0x07a5, 0x03aa }, /* Greek_IOTAdiaeresis ? GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */ 376 { 0x07b4, 0x03af }, /* Greek_iotaaccent ? GREEK SMALL LETTER IOTA WITH TONOS */ 377 { 0x07b5, 0x03ca }, /* Greek_iotadieresis ? GREEK SMALL LETTER IOTA WITH DIALYTIKA */ 378 { 0x07b6, 0x0390 }, /* Greek_iotaaccentdieresis ? GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS */ 392 { 0x07c9, 0x0399 }, /* Greek_IOTA ? GREEK CAPITAL LETTER IOTA */ [all...] |
/external/python/cpython3/Lib/html/ |
entities.py | 32 'Iota': 0x0399, # greek capital letter iota, U+0399 137 'iota': 0x03b9, # greek small letter iota, U+03B9 ISOgrk3 [all...] |
/prebuilts/go/darwin-x86/src/time/ |
format.go | 89 _ = iota 90 stdLongMonth = iota + stdNeedDate // "January" 99 stdHour = iota + stdNeedClock // "15" 106 stdLongYear = iota + stdNeedDate // "2006" 108 stdPM = iota + stdNeedClock // "PM" 110 stdTZ = iota // "MST" [all...] |
/prebuilts/go/linux-x86/src/time/ |
format.go | 89 _ = iota 90 stdLongMonth = iota + stdNeedDate // "January" 99 stdHour = iota + stdNeedClock // "15" 106 stdLongYear = iota + stdNeedDate // "2006" 108 stdPM = iota + stdNeedClock // "PM" 110 stdTZ = iota // "MST" [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CaseMapImpl.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CaseMapImpl.java | [all...] |
/prebuilts/go/darwin-x86/src/cmd/doc/ |
pkg.go | 229 // case of constants and iota. 614 // case of constants and iota. 622 // This a standalone identifier, as in the case of iota usage.
|
/prebuilts/go/linux-x86/src/cmd/doc/ |
pkg.go | 229 // case of constants and iota. 614 // case of constants and iota. 622 // This a standalone identifier, as in the case of iota usage.
|
/build/kati/ |
strutil.go | 287 noSkipVar findCharOption = iota
|
/external/libbrillo/brillo/streams/ |
memory_stream_unittest.cc | 321 std::iota(buffer.begin(), buffer.end(), 0);
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
gpu_layout_assignment_test.cc | 88 std::iota(layout_vec.begin(), layout_vec.end(), 0);
|