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

1 2 3

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
initializer_list 45 const _E* __array;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
62 { return __array; }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
initializer_list 45 const _E* __array;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
62 { return __array; }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
initializer_list 45 const _E* __array;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
62 { return __array; }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
initializer_list 45 const _E* __array;
50 : __array(__a), __len(__l) { }
54 : __array(NULL), __len(0) { }
62 { return __array; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
execinfo.h 28 extern int backtrace (void **__array, int __size) __nonnull ((1));
33 extern char **backtrace_symbols (void *__const *__array, int __size)
39 extern void backtrace_symbols_fd (void *__const *__array, int __size, int __fd)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
execinfo.h 28 extern int backtrace (void **__array, int __size) __nonnull ((1));
33 extern char **backtrace_symbols (void *__const *__array, int __size)
39 extern void backtrace_symbols_fd (void *__const *__array, int __size, int __fd)
  /external/stlport/src/
ios.cpp 94 _Stl_expand_array(PODType* __array, size_t N, int index) {
98 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType)));
107 return pair<PODType*, size_t>(__array, N);
115 static PODType* _Stl_copy_array(const PODType* __array, size_t N) {
118 copy(__array, __array + N, result);
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 96 _Stl_expand_array(PODType* __array, size_t N, int index) {
100 = __STATIC_CAST(PODType*,realloc(__array, new_N * sizeof(PODType)));
109 return pair<PODType*, size_t>(__array, N);
117 static PODType* _Stl_copy_array(const PODType* __array, size_t N) {
120 copy(__array, __array + N, result);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
array_allocator.h 119 array_allocator(array_type* __array = 0) throw()
120 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 117 array_allocator(array_type* __array = NULL) throw()
118 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 117 array_allocator(array_type* __array = NULL) throw()
118 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
array_allocator.h 117 array_allocator(array_type* __array = NULL) throw()
118 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
array_allocator.h 117 array_allocator(array_type* __array = NULL) throw()
118 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 119 array_allocator(array_type* __array = 0) throw()
120 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
126 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
array_allocator.h 119 array_allocator(array_type* __array = 0) throw()
120 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
array_allocator.h 125 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
126 : _M_array(__array), _M_used(size_type()) { }
  /external/harfbuzz_ng/util/
options.hh 80 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0])))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
134 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
134 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
array_allocator.h 133 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
134 : _M_array(__array), _M_used(size_type()) { }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 135 array_allocator(array_type* __array = 0) _GLIBCXX_USE_NOEXCEPT
136 : _M_array(__array), _M_used(size_type()) { }
  /external/libcxx/include/
iterator     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator     [all...]

Completed in 936 milliseconds

1 2 3