OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_other
(Results
1 - 15
of
15
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
107
node_pointer
p_other
= other.m_p_root;
local
109
while (
p_other
!= NULL)
111
node_pointer p_next =
p_other
->m_p_next_sibling;
113
make_root_and_link(
p_other
);
115
p_other
= p_next;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
107
node_pointer
p_other
= other.m_p_root;
local
109
while (
p_other
!= 0)
111
node_pointer p_next =
p_other
->m_p_next_sibling;
113
make_root_and_link(
p_other
);
115
p_other
= p_next;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
107
node_pointer
p_other
= other.m_p_root;
local
109
while (
p_other
!= 0)
111
node_pointer p_next =
p_other
->m_p_next_sibling;
113
make_root_and_link(
p_other
);
115
p_other
= p_next;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
107
node_pointer
p_other
= other.m_p_root;
local
109
while (
p_other
!= NULL)
111
node_pointer p_next =
p_other
->m_p_next_sibling;
113
make_root_and_link(
p_other
);
115
p_other
= p_next;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
107
node_pointer
p_other
= other.m_p_root;
local
109
while (
p_other
!= NULL)
111
node_pointer p_next =
p_other
->m_p_next_sibling;
113
make_root_and_link(
p_other
);
115
p_other
= p_next;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp
107
node_pointer
p_other
= other.m_p_root;
local
109
while (
p_other
!= NULL)
111
node_pointer p_next =
p_other
->m_p_next_sibling;
113
make_root_and_link(
p_other
);
115
p_other
= p_next;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp
129
node_pointer
p_other
= other.m_p_root;
local
131
if (
p_other
!= NULL)
134
node_pointer p_next =
p_other
->m_p_next_sibling;
136
std::swap(
p_other
->m_p_next_sibling,
p_other
->m_p_prev_or_parent);
138
p_other
= p_next;
140
while (
p_other
!= NULL);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp
129
node_pointer
p_other
= other.m_p_root;
local
131
if (
p_other
!= 0)
134
node_pointer p_next =
p_other
->m_p_next_sibling;
136
std::swap(
p_other
->m_p_next_sibling,
p_other
->m_p_prev_or_parent);
138
p_other
= p_next;
140
while (
p_other
!= 0);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp
129
node_pointer
p_other
= other.m_p_root;
local
131
if (
p_other
!= 0)
134
node_pointer p_next =
p_other
->m_p_next_sibling;
136
std::swap(
p_other
->m_p_next_sibling,
p_other
->m_p_prev_or_parent);
138
p_other
= p_next;
140
while (
p_other
!= 0);
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp
129
node_pointer
p_other
= other.m_p_root;
local
131
if (
p_other
!= NULL)
134
node_pointer p_next =
p_other
->m_p_next_sibling;
136
std::swap(
p_other
->m_p_next_sibling,
p_other
->m_p_prev_or_parent);
138
p_other
= p_next;
140
while (
p_other
!= NULL);
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp
129
node_pointer
p_other
= other.m_p_root;
local
131
if (
p_other
!= NULL)
134
node_pointer p_next =
p_other
->m_p_next_sibling;
136
std::swap(
p_other
->m_p_next_sibling,
p_other
->m_p_prev_or_parent);
138
p_other
= p_next;
140
while (
p_other
!= NULL);
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
split_join_fn_imps.hpp
129
node_pointer
p_other
= other.m_p_root;
local
131
if (
p_other
!= NULL)
134
node_pointer p_next =
p_other
->m_p_next_sibling;
136
std::swap(
p_other
->m_p_next_sibling,
p_other
->m_p_prev_or_parent);
138
p_other
= p_next;
140
while (
p_other
!= NULL);
/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
...]
/external/javassist/src/main/javassist/compiler/
CodeGen.java
[
all
...]
Completed in 377 milliseconds