HomeSort by relevance Sort by last modified time
    Searched refs:m_size (Results 251 - 275 of 855) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 59 m_a_entries[m_size++] = val;
72 m_a_entries[m_size++] = p_new;
80 if (!resize_policy::resize_needed_for_grow(m_size))
82 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
90 std::copy(m_a_entries, m_a_entries + m_size, new_entries);
130 while (i < m_size)
136 const bool smaller_than_lchild = lchild_i < m_size &&
139 const bool smaller_than_rchild = rchild_i < m_size &&
157 i = m_size;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 59 m_a_entries[m_size++] = val;
72 m_a_entries[m_size++] = p_new;
80 if (!resize_policy::resize_needed_for_grow(m_size))
82 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
90 std::copy(m_a_entries, m_a_entries + m_size, new_entries);
130 while (i < m_size)
136 const bool smaller_than_lchild = lchild_i < m_size &&
139 const bool smaller_than_rchild = rchild_i < m_size &&
157 i = m_size;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 59 m_a_entries[m_size++] = val;
72 m_a_entries[m_size++] = p_new;
80 if (!resize_policy::resize_needed_for_grow(m_size))
82 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
90 std::copy(m_a_entries, m_a_entries + m_size, new_entries);
130 while (i < m_size)
136 const bool smaller_than_lchild = lchild_i < m_size &&
139 const bool smaller_than_rchild = rchild_i < m_size &&
157 i = m_size;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 59 m_a_entries[m_size++] = val;
72 m_a_entries[m_size++] = p_new;
80 if (!resize_policy::resize_needed_for_grow(m_size))
82 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
90 std::copy(m_a_entries, m_a_entries + m_size, new_entries);
130 while (i < m_size)
136 const bool smaller_than_lchild = lchild_i < m_size &&
139 const bool smaller_than_rchild = rchild_i < m_size &&
157 i = m_size;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLActiveInfo.h 45 GLint size() const { return m_size; }
51 , m_size(size)
60 GLint m_size; member in class:WebCore::WebGLActiveInfo
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp 20 m_size = size;
32 m_conversionManager.addRange(Range(0,m_size));
39 if(offset + size > m_size) return false;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESbuffer.h 26 GLESbuffer():ObjectData(BUFFER_DATA),m_size(0),m_usage(GL_STATIC_DRAW),m_data(NULL),m_wasBound(false){}
27 GLuint getSize(){return m_size;};
39 GLuint m_size; member in class:GLESbuffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
65 ++other.m_size;
118 base_type::m_size += other.m_size; member in class:base_type
120 other.m_size = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
65 ++other.m_size;
118 base_type::m_size += other.m_size; member in class:base_type
120 other.m_size = 0;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
65 ++other.m_size;
118 base_type::m_size += other.m_size; member in class:base_type
120 other.m_size = 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
65 ++other.m_size;
118 base_type::m_size += other.m_size; member in class:base_type
120 other.m_size = 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
65 ++other.m_size;
118 base_type::m_size += other.m_size; member in class:base_type
120 other.m_size = 0;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
65 ++other.m_size;
118 base_type::m_size += other.m_size; member in class:base_type
120 other.m_size = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
FloatRectMac.mm 34 FloatRect::FloatRect(const NSRect& r) : m_location(r.origin), m_size(r.size)

Completed in 1375 milliseconds

<<11121314151617181920>>