HomeSort by relevance Sort by last modified time
    Searched refs:iota (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
fmt.go 18 FmtWidth = 1 << iota
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
fmt.go 18 FmtWidth = 1 << iota
  /ndk/tests/device/test-gnustl-full/unit/
iota.h 6 //iota definition used in unit test
10 iota(__first, __last, __val);
iota_test.cpp 35 iota(numbers, numbers + 10, 42);
  /ndk/tests/device/test-stlport/unit/
iota.h 6 //iota definition used in unit test
10 std::iota(__first, __last, __val);
iota_test.cpp 35 iota(numbers, numbers + 10, 42);
  /external/libcxx/test/std/numerics/numeric.ops/numeric.iota/
iota.pass.cpp 13 // void iota(ForwardIterator first, ForwardIterator last, T value);
27 std::iota(InIter(ia), InIter(ia+s), 5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/numeric.iota/
iota.pass.cpp 13 // void iota(ForwardIterator first, ForwardIterator last, T value);
27 std::iota(InIter(ia), InIter(ia+s), 5);
  /external/libbrillo/brillo/
data_encoding_unittest.cc 57 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF.
85 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF.
120 std::iota(decoded3.begin(), decoded3.end(), 0); // Fill with 0x00..0xFF.
secure_blob_unittest.cc 55 std::iota(std::begin(from_data), std::end(from_data), 0);
100 std::iota(blob1.begin(), blob1.end(), 0);
101 std::iota(blob2.begin(), blob2.end(), 32);
  /external/libweave/src/
data_encoding_unittest.cc 57 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF.
85 std::iota(data3.begin(), data3.end(), 0); // Fills the buffer with 0x00-0xFF.
120 std::iota(decoded3.begin(), decoded3.end(), 0); // Fill with 0x00..0xFF.
  /prebuilts/go/darwin-x86/test/bench/shootout/
chameneosredux.go 45 blue = iota
meteor-contest.go 89 E = iota
  /prebuilts/go/linux-x86/test/bench/shootout/
chameneosredux.go 45 blue = iota
meteor-contest.go 89 E = iota
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numeric.h 170 // iota is not part of the C++ standard. It is an extension.
174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_numeric.h 82 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_numeric.h 82 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_numeric.h 82 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_numeric.h 82 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_numeric.h 170 // iota is not part of the C++ standard. It is an extension.
174 void iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __val) { function
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 273 .addEscape('\u0399', "&Iota;")
297 .addEscape('\u03B9', "&iota;")
    [all...]
  /external/libbrillo/brillo/streams/
memory_stream_unittest.cc 321 std::iota(buffer.begin(), buffer.end(), 0);
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 93 NOASC = iota
101 DONE = iota
108 ACTFLAG = 1 << (iota + 2)
117 IDENTIFIER = PRIVATE + iota
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 93 NOASC = iota
101 DONE = iota
108 ACTFLAG = 1 << (iota + 2)
117 IDENTIFIER = PRIVATE + iota
    [all...]

Completed in 1171 milliseconds

1 2