HomeSort by relevance Sort by last modified time
    Searched refs:p_other (Results 1 - 15 of 15) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 94 node_pointer p_other = other.m_p_root; local
95 while (p_other != 0)
97 node_pointer p_next = p_other->m_p_next_sibling;
98 make_root_and_link(p_other);
99 p_other = p_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 94 node_pointer p_other = other.m_p_root; local
95 while (p_other != 0)
97 node_pointer p_next = p_other->m_p_next_sibling;
98 make_root_and_link(p_other);
99 p_other = p_next;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 94 node_pointer p_other = other.m_p_root; local
95 while (p_other != 0)
97 node_pointer p_next = p_other->m_p_next_sibling;
98 make_root_and_link(p_other);
99 p_other = p_next;
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 94 node_pointer p_other = other.m_p_root; local
95 while (p_other != 0)
97 node_pointer p_next = p_other->m_p_next_sibling;
98 make_root_and_link(p_other);
99 p_other = p_next;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 94 node_pointer p_other = other.m_p_root; local
95 while (p_other != 0)
97 node_pointer p_next = p_other->m_p_next_sibling;
98 make_root_and_link(p_other);
99 p_other = p_next;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 94 node_pointer p_other = other.m_p_root; local
95 while (p_other != 0)
97 node_pointer p_next = p_other->m_p_next_sibling;
98 make_root_and_link(p_other);
99 p_other = p_next;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 111 node_pointer p_other = other.m_p_root; local
112 if (p_other != 0)
115 node_pointer p_next = p_other->m_p_next_sibling;
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
117 p_other = p_next;
119 while (p_other != 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 111 node_pointer p_other = other.m_p_root; local
112 if (p_other != 0)
115 node_pointer p_next = p_other->m_p_next_sibling;
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
117 p_other = p_next;
119 while (p_other != 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/binomial_heap_base_/
split_join_fn_imps.hpp 111 node_pointer p_other = other.m_p_root; local
112 if (p_other != 0)
115 node_pointer p_next = p_other->m_p_next_sibling;
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
117 p_other = p_next;
119 while (p_other != 0);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 111 node_pointer p_other = other.m_p_root; local
112 if (p_other != 0)
115 node_pointer p_next = p_other->m_p_next_sibling;
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
117 p_other = p_next;
119 while (p_other != 0);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 111 node_pointer p_other = other.m_p_root; local
112 if (p_other != 0)
115 node_pointer p_next = p_other->m_p_next_sibling;
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
117 p_other = p_next;
119 while (p_other != 0);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp 111 node_pointer p_other = other.m_p_root; local
112 if (p_other != 0)
115 node_pointer p_next = p_other->m_p_next_sibling;
116 std::swap(p_other->m_p_next_sibling, p_other->m_p_prev_or_parent);
117 p_other = p_next;
119 while (p_other != 0);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 158 * @param p_other the URI to copy (cannot be null)
160 public URI(URI p_other)
162 initialize(p_other);
338 * @param p_other the URI to copy (cannot be null)
340 private void initialize(URI p_other)
343 m_scheme = p_other.getScheme();
344 m_userinfo = p_other.getUserinfo();
345 m_host = p_other.getHost();
346 m_port = p_other.getPort();
347 m_path = p_other.getPath()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 155 * @param p_other the URI to copy (cannot be null)
157 public URI(URI p_other)
159 initialize(p_other);
335 * @param p_other the URI to copy (cannot be null)
337 private void initialize(URI p_other)
340 m_scheme = p_other.getScheme();
341 m_userinfo = p_other.getUserinfo();
342 m_host = p_other.getHost();
343 m_port = p_other.getPort();
344 m_path = p_other.getPath()
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 

Completed in 523 milliseconds