HomeSort by relevance Sort by last modified time
    Searched full:from_end (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/net/base/
file_stream_whence.h 15 FROM_END = 2
  /external/stlport/src/
codecvt.cpp 85 const intern_type* from_end,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
100 const extern_type* from_end,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 85 const intern_type* from_end,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
100 const extern_type* from_end,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char16_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
char32_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
char_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
wchar_t_length.pass.cpp 14 // int length(stateT& state, const externT* from, const externT* from_end, size_t max) const;
char16_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
char16_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
char32_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
char32_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
char_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
char_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
wchar_t_in.pass.cpp 15 // const externT* from, const externT* from_end, const externT*& from_next,
wchar_t_out.pass.cpp 15 // const internT* from, const internT* from_end, const internT*& from_next,
  /external/chromium/net/base/
file_stream_unittest.cc 291 new_offset = stream.Seek(FROM_END, -kTestDataLen);
393 int64 new_offset = stream.Seek(FROM_END, kOffset);
418 int64 new_offset = stream.Seek(FROM_END, kOffset);
494 int64 offset = stream.Seek(FROM_END, 0);
598 int64 offset = stream.Seek(FROM_END, 0);
748 int64 offset = stream.Seek(FROM_END, 0);
850 int64 offset = stream.Seek(FROM_END, 0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 34 private static final int FROM_END= 20; // a break (//) is shown this far from end of bar
235 x-= FROM_END;
237 x+= FROM_END - GAP2 - SLANT;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 88 * The characters in [from,from_end) are converted and written to
107 * @param from_end End of input.
168 * The characters in [from,from_end) are converted and written to
187 * @param from_end End of input.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
codecvt.h 90 * The characters in [from,from_end) are converted and written to
109 * @param from_end End of input.
170 * The characters in [from,from_end) are converted and written to
189 * @param from_end End of input.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
codecvt.h 90 * The characters in [from,from_end) are converted and written to
109 * @param from_end End of input.
170 * The characters in [from,from_end) are converted and written to
189 * @param from_end End of input.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 88 * The characters in [from,from_end) are converted and written to
107 * @param from_end End of input.
168 * The characters in [from,from_end) are converted and written to
187 * @param from_end End of input.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 88 * The characters in [from,from_end) are converted and written to
107 * @param from_end End of input.
168 * The characters in [from,from_end) are converted and written to
187 * @param from_end End of input.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 88 * The characters in [from,from_end) are converted and written to
107 * @param from_end End of input.
168 * The characters in [from,from_end) are converted and written to
187 * @param from_end End of input.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
codecvt.h 88 * The characters in [from,from_end) are converted and written to
107 * @param from_end End of input.
168 * The characters in [from,from_end) are converted and written to
187 * @param from_end End of input.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
codecvt.h 90 * The characters in [from,from_end) are converted and written to
109 * @param from_end End of input.
170 * The characters in [from,from_end) are converted and written to
189 * @param from_end End of input.

Completed in 1354 milliseconds

1 2 3