Home
last modified time | relevance | path

Searched refs:iota (Results 1 – 25 of 29) sorted by relevance

12

/external/libbrillo/brillo/
Ddata_encoding_unittest.cc57 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF. in TEST()
85 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF. in TEST()
120 std::iota(decoded3.begin(), decoded3.end(), 0); // Fill with 0x00..0xFF. in TEST()
Dsecure_blob_unittest.cc55 std::iota(std::begin(from_data), std::end(from_data), 0); in TEST_F()
100 std::iota(blob1.begin(), blob1.end(), 0); in TEST_F()
101 std::iota(blob2.begin(), blob2.end(), 32); in TEST_F()
/external/autotest/test_suites/
Dcontrol.iota-stability16 NAME = "iota-stability"
32 args_dict['name'] = 'iota-stability'
Dcontrol.iota-cts16 NAME = "iota-cts"
32 args_dict['name'] = 'iota-cts'
Dcontrol.iota-adversarial16 NAME = "iota-adversarial"
32 args_dict['name'] = 'iota-adversarial'
Dcontrol.iota-sanity16 NAME = "iota-sanity"
32 args_dict['name'] = 'iota-sanity'
Dcontrol.iota-load16 NAME = "iota-load"
32 args_dict['name'] = 'iota-load'
Dcontrol.iota-performance16 NAME = "iota-performance"
32 args_dict['name'] = 'iota-performance'
/external/skia/src/jumper/
DSkJumper.h29 float iota[8]; // 0,1,2,3,4,5,6,7 member
/external/libcxx/test/std/numerics/numeric.ops/numeric.iota/
Diota.pass.cpp27 std::iota(InIter(ia), InIter(ia+s), 5); in test()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DSpecialCasing.txt116 # IMPORTANT-when iota-subscript (0345) is uppercased or titlecased,
117 # the result will be incorrect unless the iota-subscript is moved to the end
118 # of any sequence of combining marks. Otherwise, the accents will go on the capital iota.
126 # All letters with YPOGEGRAMMENI (iota-subscript) or PROSGEGRAMMENI (iota adscript)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DSpecialCasing.txt116 # IMPORTANT-when iota-subscript (0345) is uppercased or titlecased,
117 # the result will be incorrect unless the iota-subscript is moved to the end
118 # of any sequence of combining marks. Otherwise, the accents will go on the capital iota.
126 # All letters with YPOGEGRAMMENI (iota-subscript) or PROSGEGRAMMENI (iota adscript)
/external/icu/icu4c/source/data/unidata/
DSpecialCasing.txt116 # IMPORTANT-when iota-subscript (0345) is uppercased or titlecased,
117 # the result will be incorrect unless the iota-subscript is moved to the end
118 # of any sequence of combining marks. Otherwise, the accents will go on the capital iota.
126 # All letters with YPOGEGRAMMENI (iota-subscript) or PROSGEGRAMMENI (iota adscript)
/external/icu/icu4c/source/data/translit/
DGrek_Latn.txt60 # IOTA: convert iota subscript to iota
Del_el_Latn_BGN.txt93 # This "subscript iota" should not be romanized, e.g.,
/external/libcxx/include/
Dnumeric54 void iota(ForwardIterator first, ForwardIterator last, T value);
196 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value_)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties168 # iota 953
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp759 std::iota(Intervals.begin(), Intervals.end(), 0); in UpdateCorpusDistribution()
760 std::iota(Weights.begin(), Weights.end(), 1); in UpdateCorpusDistribution()
/external/Microsoft-GSL/tests/
Dstrided_span_tests.cpp51 std::iota(begin(data), end(data), 0); in SUITE()
260 std::iota(begin(data), end(data), 0); in SUITE()
Dmulti_span_tests.cpp1148 iota(image_view.begin(), image_view.end(), 1); in SUITE()
/external/clang/include/clang/AST/
DCommentHTMLNamedCharacterReferences.td128 def : NCR<"iota", 0x003B9>;
/external/libbrillo/brillo/streams/
Dmemory_stream_unittest.cc321 std::iota(buffer.begin(), buffer.end(), 0); in TEST()
/external/eigen/unsupported/test/
Dcxx11_tensor_reduction.cpp226 std::iota(ints.data(), ints.data() + ints.dimension(0), 0); in test_simple_reductions()
/external/libbrillo/brillo/http/
Dhttp_utils_unittest.cc289 std::iota(data.begin(), data.end(), 0); in TEST()
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp764 std::iota(ModulesOrdering.begin(), ModulesOrdering.end(), 0); in run()

12