OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next
(Results
476 - 500
of
7540
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.h
11
struct nouveau_mm_allocation *
next
;
member in struct:nouveau_mm_allocation
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
memory_pool.c
11
* The above copyright notice and this permission notice (including the
next
35
struct memory_block *
next
;
member in struct:memory_block
48
pool->blocks = block->
next
;
62
newblock->
next
= pool->blocks;
90
block->
next
= pool->blocks;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c
54
qs->
next
->run(qs->
next
, quads, pass);
60
qs->
next
->begin(qs->
next
);
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnmodifiableLazyStringList.java
85
public String
next
() {
method
86
return iter.
next
();
137
public String
next
() {
method
138
return iter.
next
();
/external/chromium_org/third_party/skia/src/core/
SkPerspIter.h
27
next
().
34
int
next
();
/external/chromium_org/third_party/skia/src/images/
SkImageEncoder_Factory.cpp
20
curr = curr->
next
();
/external/chromium_org/ui/app_list/
app_list_item_list.cc
66
AppListItemModel*
next
= index <= app_list_items_.size() - 1 ?
local
68
CHECK_NE(prev,
next
);
70
if (prev &&
next
&& prev->position().Equals(
next
->position()))
74
item->set_position(
next
->position().CreateBefore());
75
else if (!
next
)
78
item->set_position(prev->position().CreateBetween(
next
->position()));
132
AppListItemModel*
next
= to_index < app_list_items_.size() - 1 ?
local
134
CHECK_NE(prev,
next
);
138
// ordinal before |
next
| (which will place it before both items)
[
all
...]
/external/dropbear/
tcpfwd.h
52
struct TCPFwdList *
next
;
member in struct:TCPFwdList
/external/elfutils/libasm/
asm_newscngrp.c
92
ctx->groups = result->
next
= result;
96
result->
next
= ctx->groups->
next
;
97
ctx->groups = ctx->groups->
next
= result;
/external/guava/guava/src/com/google/common/collect/
PeekingIterator.java
33
* Returns the
next
element in the iteration, without advancing the iteration.
48
* #
next
()} are guaranteed to be equal to each other.
51
E
next
();
method in interface:PeekingIterator
57
* #peek()} has occurred since the most recent call to {@link #
next
()}.
60
* since the most recent call to {@link #
next
()} and this implementation
/external/icu4c/test/intltest/
wbnf.h
18
then LanguageGenerator will generate a random string on every
next
() call.
152
const char *
next
(); /* Return a null-terminated c-string. The buffer is owned by callee. */
/external/libppp/src/
timer.h
41
struct pppTimer *
next
; /* Link to
next
timer */
member in struct:pppTimer
42
struct pppTimer *enext; /* Link to
next
expired timer */
/external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c
29
to_remove->prev->
next
= to_remove->
next
;
31
if (to_remove->
next
)
32
to_remove->
next
->prev = to_remove->prev;
57
ptr_rec_ptr->
next
= bin_front_ptr->
next
;
58
bin_front_ptr->
next
= ptr_rec_ptr;
60
if (ptr_rec_ptr->
next
)
61
ptr_rec_ptr->
next
->prev = ptr_rec_ptr;
64
ptr_rec_ptr->
next
= 0
150
ptr_record *
next
= ptr_rec_ptr->
next
;
variable
[
all
...]
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.h
28
struct nouveau_heap *
next
;
member in struct:nouveau_heap
nouveau_mm.h
11
struct nouveau_mm_allocation *
next
;
member in struct:nouveau_mm_allocation
/external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.c
11
* The above copyright notice and this permission notice (including the
next
35
struct memory_block *
next
;
member in struct:memory_block
48
pool->blocks = block->
next
;
62
newblock->
next
= pool->blocks;
90
block->
next
= pool->blocks;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c
54
qs->
next
->run(qs->
next
, quads, pass);
60
qs->
next
->begin(qs->
next
);
/external/nist-sip/java/gov/nist/javax/sip/header/
SIPObjectList.java
90
GenericObject outerObj = (GenericObject) it1.
next
();
92
Object innerObj = it2.
next
();
125
* Get the
next
object of this list (assumes that first() has been
129
public GenericObject
next
() {
method in class:SIPObjectList
130
return (SIPObject) super.
next
();
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PUserDatabaseParser.java
100
char
next
= this.lexer.getNextChar();
local
101
if (
next
!='>'&&
next
!='\n')
103
dbname.append(
next
);
/external/openssh/
auth-options.h
20
struct envstring *
next
;
member in struct:envstring
/external/qemu/android/
cmdline-option.h
19
struct ParamList*
next
;
member in struct:ParamList
/external/qemu/hw/
boards.h
20
struct QEMUMachine *
next
;
member in struct:QEMUMachine
/external/skia/src/core/
SkPerspIter.h
27
next
().
34
int
next
();
/external/skia/src/images/
SkImageEncoder_Factory.cpp
20
curr = curr->
next
();
/external/smack/src/org/jivesoftware/smack/util/collections/
MapIterator.java
32
* to <code>
next
()</code>, the <code>getValue()</code> method provides direct
37
* Object key = it.
next
();
57
* Gets the
next
<em>key</em> from the <code>Map</code>.
59
* @return the
next
key in the iteration
63
K
next
();
method in interface:MapIterator
68
* to <code>
next
()</code>.
71
* @throws IllegalStateException if <code>
next
()</code> has not yet been called
77
* returned by <code>
next
()</code>.
80
* @throws IllegalStateException if <code>
next
()</code> has not yet been called
88
* This method can be called once per call to <code>
next
()</code>
[
all
...]
Completed in 1395 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>