HomeSort by relevance Sort by last modified time
    Searched full:iiter (Results 1 - 11 of 11) sorted by null

  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
iterator.pass.cpp 170 typedef input_iterator<TIter> IIter;
172 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
173 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/
iterator.pass.cpp 171 typedef input_iterator<TIter> IIter;
173 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
175 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_append/
iterator.pass.cpp 170 typedef input_iterator<TIter> IIter;
172 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
173 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_assign/
iterator.pass.cpp 171 typedef input_iterator<TIter> IIter;
173 test_exceptions(S(), IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
174 test_exceptions(S(), IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
175 test_exceptions(S(), IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
iter_iter_iter.pass.cpp 151 typedef input_iterator<TIter> IIter;
153 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
154 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
155 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_insert/
iter_iter_iter.pass.cpp 151 typedef input_iterator<TIter> IIter;
153 test_exceptions(S(), 0, IIter(TIter(s, s+10, 4, TIter::TAIncrement)), IIter());
154 test_exceptions(S(), 0, IIter(TIter(s, s+10, 5, TIter::TADereference)), IIter());
155 test_exceptions(S(), 0, IIter(TIter(s, s+10, 6, TIter::TAComparison)), IIter());
  /external/libchrome/dbus/
object_manager.cc 444 InterfaceMap::iterator iiter = interface_map_.find(interface_name); local
445 if (iiter == interface_map_.end())
447 Interface* interface = iiter->second;
488 InterfaceMap::iterator iiter = interface_map_.find(interface_name);
489 if (iiter != interface_map_.end()) {
490 Interface* interface = iiter->second;
525 for (std::vector<std::string>::iterator iiter = interfaces.begin();
526 iiter != interfaces.end(); ++iiter)
527 RemoveInterface(object_path, *iiter);
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
BreakIteratorPerformanceTest.java 123 PerfTest.Function createTestICU(final com.ibm.icu.text.BreakIterator iIter, final String[] correct,
128 int start = iIter.first();
129 for (int end = iIter.next(); end != com.ibm.icu.text.BreakIterator.DONE; start = end, end = iIter
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 258 template<typename IIter, typename OIter>
259 void ImportArray(IIter Ibegin, IIter Iend, OIter Obegin) {
268 template<typename IIter, typename OIter>
269 bool ImportArrayChecked(IIter Ibegin, IIter Iend, OIter Obegin) {
    [all...]

Completed in 220 milliseconds