OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next
(Results
1676 - 1700
of
30278
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
emplace_hint.pass.cpp
41
assert(r ==
next
(m.begin()));
43
assert(
next
(m.begin())->first == 1);
44
assert(
next
(m.begin())->second == DefaultOnly());
49
assert(r ==
next
(m.begin(), 2));
51
assert(
next
(m.begin(), 2)->first == 1);
52
assert(
next
(m.begin(), 2)->second == DefaultOnly());
107
assert(r ==
next
(m.begin()));
109
assert(
next
(m.begin())->first == 1);
110
assert(
next
(m.begin())->second == DefaultOnly());
115
assert(r ==
next
(m.begin(), 2))
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
in_place_factory.hpp
61
for(char*
next
= address = this->BOOST_NESTED_TEMPLATE apply<T>(address);
63
this->BOOST_NESTED_TEMPLATE apply<T>(
next
=
next
+sizeof(T));
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java
128
App entry = i.
next
();
157
Connection connection = i.
next
();
172
App entry = i.
next
();
185
App entry = i.
next
();
199
Connection connection = i.
next
();
211
Connection connection = ii.
next
();
228
Connection connection = i.
next
();
241
Connection connection = i.
next
();
251
Connection connection = i.
next
();
265
App entry = i.
next
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DosLineEndingsFix.java
48
char
next
= 0;
local
52
if (c == '\r' &&
next
!= '\n') {
55
next
= c;
/system/core/libdiskconfig/
write_lst.c
53
item->
next
= (*lst);
63
temp_wr = lst->
next
;
72
for(; lst; lst = lst->
next
) {
/art/compiler/dex/quick/
ralloc_util.cc
271
int
next
= *next_temp;
local
273
if (
next
>= num_regs)
274
next
= 0;
275
if (p[
next
].is_temp && !p[
next
].in_use && !p[
next
].live) {
276
Clobber(p[
next
].reg);
277
p[
next
].in_use = true;
278
p[
next
].pair = false;
279
*next_temp =
next
+ 1
311
int
next
= reg_pool_->
next
_fp_reg & ~0x1;
local
[
all
...]
/art/compiler/dex/
ssa_transformation.cc
26
for (BasicBlock* bb = iter.
Next
(); bb != NULL; bb = iter.
Next
()) {
48
SuccessorBlockInfo *sbi = iterator.
Next
();
125
int idx = iterator.
Next
();
149
for (BasicBlock* bb = iter.
Next
(); bb != NULL; bb = iter.
Next
()) {
153
for (BasicBlock* bb = iter2.
Next
(); bb != NULL; bb = iter2.
Next
()) {
185
int bb_idx = curr_idom_iter->
Next
();
187
bb_idx = curr_idom_iter->
Next
();
[
all
...]
/bionic/libc/kernel/arch-arm/asm/arch/
vmalloc.h
14
*** Any manual change here will be lost the
next
time this script will
/bionic/libc/kernel/arch-arm/asm/
auxvec.h
14
*** Any manual change here will be lost the
next
time this script will
bitops.h
14
*** Any manual change here will be lost the
next
time this script will
dma-mapping.h
14
*** Any manual change here will be lost the
next
time this script will
glue.h
14
*** Any manual change here will be lost the
next
time this script will
ide.h
14
*** Any manual change here will be lost the
next
time this script will
io.h
14
*** Any manual change here will be lost the
next
time this script will
ioctl.h
14
*** Any manual change here will be lost the
next
time this script will
local.h
14
*** Any manual change here will be lost the
next
time this script will
proc-fns.h
14
*** Any manual change here will be lost the
next
time this script will
suspend.h
14
*** Any manual change here will be lost the
next
time this script will
system.h
14
*** Any manual change here will be lost the
next
time this script will
thread_info.h
14
*** Any manual change here will be lost the
next
time this script will
/bionic/libc/kernel/arch-mips/asm/
auxvec.h
14
*** Any manual change here will be lost the
next
time this script will
device.h
14
*** Any manual change here will be lost the
next
time this script will
mutex.h
14
*** Any manual change here will be lost the
next
time this script will
segment.h
14
*** Any manual change here will be lost the
next
time this script will
/bionic/libc/kernel/arch-mips/asm/dec/
system.h
14
*** Any manual change here will be lost the
next
time this script will
Completed in 963 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>