OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streamsize
(Results
426 - 450
of
543
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
test_tools.ipp
563
static_cast<std::
streamsize
>( m_pimpl->m_synced_string.length() - i - suffix_size) );
570
static_cast<std::
streamsize
>( m_pimpl->m_synced_string.length() ) );
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.tcc
972
const std::
streamsize
__precision = __os.precision();
[
all
...]
/external/chromium_org/base/strings/
string_piece.cc
31
o.write(piece.data(), static_cast<std::
streamsize
>(piece.size()));
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.cc
17
o.write(piece.data(), static_cast<std::
streamsize
>(piece.size()));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
postypes.h
98
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
postypes.h
100
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
postypes.h
100
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h
98
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h
98
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
postypes.h
98
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
postypes.h
98
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h
100
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h
100
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
postypes.h
100
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
postypes.h
100
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
postypes.h
98
typedef ptrdiff_t
streamsize
; // Signed integral type
typedef
/external/stlport/stlport/stl/
_fstream.h
200
virtual
streamsize
showmanyc();
206
virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*,
streamsize
);
234
bool _M_allocate_buffers(_CharT* __buf,
streamsize
__n);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
200
virtual
streamsize
showmanyc();
206
virtual basic_streambuf<_CharT, _Traits>* setbuf(char_type*,
streamsize
);
234
bool _M_allocate_buffers(_CharT* __buf,
streamsize
__n);
Completed in 564 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>