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

1 2

  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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)
  /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);
  /external/v8/test/cctest/compiler/
test-node.cc 29 Node* __array[] = {__VA_ARGS__}; \
31 __array[0] != NONE ? static_cast<int>(arraysize(__array)) : 0; \
32 CheckUseChain(node, __array, __size); \
136 Node* __array[] = {__VA_ARGS__}; \
138 __array[0] != NONE ? static_cast<int>(arraysize(__array)) : 0; \
139 CheckInputs(node, __array, __size); \
  /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-linux-glibc2.15-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/current/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/harfbuzz_ng/util/
options.hh 80 #define ARRAY_LENGTH_CONST(__array) ((signed int) (sizeof (__array) / sizeof (__array[0])))
  /external/libcxx/include/
iterator     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
iterator     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_valarray.h     [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 237 #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/tr1/
hashtable.h 463 _M_deallocate_nodes(_Node** __array, size_type __n)
467 _Node* __p = __array[__i];
474 __array[__i] = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 463 _M_deallocate_nodes(_Node** __array, size_type __n)
467 _Node* __p = __array[__i];
474 __array[__i] = 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 463 _M_deallocate_nodes(_Node** __array, size_type __n)
467 _Node* __p = __array[__i];
474 __array[__i] = 0;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 463 _M_deallocate_nodes(_Node** __array, size_type __n)
467 _Node* __p = __array[__i];
474 __array[__i] = 0;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unique_ptr.h 752 { typedef unique_ptr<_Tp[]> __array; }; typedef in struct:_MakeUniq
766 inline typename _MakeUniq<_Tp>::__array
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /prebuilts/go/darwin-x86/misc/trace/
trace_viewer_lean.html     [all...]
  /prebuilts/go/linux-x86/misc/trace/
trace_viewer_lean.html     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so 
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 

Completed in 1289 milliseconds

1 2