OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nnext
(Results
1 - 12
of
12
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
parse.c
39
x->
nnext
= NULL;
227
for (c = a; c->
nnext
!= NULL; c = c->
nnext
)
229
c->
nnext
= b;
250
for (p = vl; p; p = p->
nnext
)
262
for (n = 0; p != 0; p = p->
nnext
, n++)
run.c
145
for (a = u; ; a = a->
nnext
) {
167
if (a->
nnext
== NULL)
240
for (ncall = 0, x = a[1]; x != NULL; x = x->
nnext
) /* args in call */
249
for (i = 0, x = a[1]; x != NULL; i++, x = x->
nnext
) { /* get call args */
465
for (np = a[1]; np; np = np->
nnext
) {
471
if (np->
nnext
)
512
for (np = a[1]; np; np = np->
nnext
) {
518
if (np->
nnext
)
551
for (p = a[0]; p; p = p->
nnext
) {
558
if (p->
nnext
)
[
all
...]
awk.h
134
struct Node *
nnext
;
member in struct:Node
awkgram.y
480
for ( ; vl; vl = vl->
nnext
) {
b.c
44
#define parent(v) (v)->
nnext
/frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp
126
ALOGE("error latching
nnext
FramebufferSurface buffer: %s (%d)",
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
TBSCertList.java
302
sb.append("\
nNext
Update: ").append(nextUpdate).append('\n');
/external/regex-re2/re2/
dfa.cc
755
int
nnext
= prog_->bytemap_range() + 1; // + 1 for kByteEndText slot
local
756
int mem = sizeof(State) +
nnext
*sizeof(State*) + ninst*sizeof(int);
767
s->inst_ = reinterpret_cast<int*>(s->next_ +
nnext
);
768
memset(s->next_, 0,
nnext
*sizeof s->next_[0]);
[
all
...]
/external/icu4c/test/cintltst/
callcoll.c
574
log_err("\
nnext
: ");
[
all
...]
/packages/apps/Phone/res/values/
strings.xml
439
<string name="throttle_status_subtext"><xliff:g id="used">%1$s</xliff:g> (<xliff:g id="used">%2$d</xliff:g>\u066A) of <xliff:g id="used">%3$s</xliff:g> period maximum\
nNext
period starts in <xliff:g id="used">%4$d</xliff:g> days (<xliff:g id="used">%5$s</xliff:g>)</string>
445
<string name="throttle_time_frame_subtext"><xliff:g id="used">%1$d</xliff:g>\u066A of cycle elapsed\
nNext
period starts in <xliff:g id="used">%2$d</xliff:g> days (<xliff:g id="used">%3$s</xliff:g>)</string>
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
omx_vdec_copper.cpp
[
all
...]
Completed in 410 milliseconds