OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forwardlist
(Results
1 - 13
of
13
) sorted by null
/external/srec/tools/grxmlcompile/
sub_min.cpp
55
while (rix < numArc && arc[
forwardList
[rix]]->GetFromId() == currId) {
56
arc[
forwardList
[rix]]->Print();
77
while (fix < numArc && arc[
forwardList
[fix]]->GetFromId() == firstId
78
&& arc[
forwardList
[fix]]->GetToId() == DISCARD_LABEL)
80
if (fix < numArc && arc[
forwardList
[fix]]->GetFromId() == firstId)
81
fnxt= arc[
forwardList
[fix]]->GetFromId();
85
while (six < numArc && arc[
forwardList
[six]]->GetFromId() == secondId
86
&& arc[
forwardList
[six]]->GetToId() == DISCARD_LABEL)
88
if (six < numArc && arc[
forwardList
[six]]->GetFromId() == secondId)
89
snxt= arc[
forwardList
[six]]->GetFromId()
[
all
...]
sub_supp.cpp
41
if (
forwardList
)
42
delete []
forwardList
;
43
forwardList
= sortList;
66
sortList[ii]=
forwardList
[ii];
119
if (
forwardList
)
120
delete []
forwardList
;
121
forwardList
= sortList;
144
sortList=
forwardList
;
195
forwardList
= sortList;
212
direction= element - arc[
forwardList
[rix]]->GetFromId()
[
all
...]
sub_phon.cpp
144
rightC= arc[
forwardList
[rix]]->GetCentre();
269
&& arc[
forwardList
[bix]]->GetFromId() == arc[ii]->GetToId()) {
274
right= arc[
forwardList
[bix]]->GetRight();
290
newId= arc[
forwardList
[bix]]->GetToId();
294
arc[
forwardList
[bix]]->GetOutput(), currId, newId);
396
while (rix < sortNum && arc[
forwardList
[rix]]->GetFromId() == currId) {
397
assert (arc[
forwardList
[rix]]->GetOutput() == DISCARD_LABEL);
398
arc[
forwardList
[rix]]->AssignOutput(arc[ii]->GetOutput());
448
while (rix < sortNum && arc[
forwardList
[rix]]->GetFromId() == startId) {
449
arc[
forwardList
[rix]]->AssignFromId (newId)
[
all
...]
sub_base.cpp
42
forwardList
= 0;
147
loc=
forwardList
[ii];
160
loc=
forwardList
[ii];
207
while (rix < numArc && arc[
forwardList
[rix]]->GetFromId() == startId) {
208
nextId= arc[
forwardList
[rix]]->GetToId();
209
nextInp= arc[
forwardList
[rix]]->GetInput();
sub_grph.cpp
479
while (rix < sortNum && arc[
forwardList
[rix]]->GetFromId() == currId) {
480
if (arc[
forwardList
[rix]]->GetInput() == procLabel) {
481
PullUpBegins (arc[
forwardList
[rix]]->GetToId(), baseId,
484
else if (arc[
forwardList
[rix]]->GetInput() != DISCARD_LABEL)
485
InheritArc (arc[
forwardList
[rix]], baseId);
502
while (rix < sortNum && arc[
forwardList
[rix]]->GetFromId() == currId) {
503
if (arc[
forwardList
[rix]]->GetInput() == procLabel) {
504
PullUpBegins (arc[
forwardList
[rix]]->GetToId(), currId,
508
nextId= arc[
forwardList
[rix]]->GetToId();
715
while (rix < sortNum && arc[
forwardList
[rix]]->GetFromId() == currId)
[
all
...]
netw_dump.cpp
60
loc =
forwardList
[ii];
116
loc=
forwardList
[ii];
206
loc =
forwardList
[ii];
280
loc =
forwardList
[ii];
347
loc=
forwardList
[ii];
sub_grph.h
119
forwardList
= 0;
136
if (
forwardList
)
137
delete []
forwardList
;
218
int *
forwardList
;
/external/webkit/Source/WebKit/gtk/tests/
testwebbackforwardlist.c
39
GList*
forwardList
= NULL;
94
forwardList
= webkit_web_back_forward_list_get_forward_list_with_limit(backForwardList, 5);
95
for (;
forwardList
;
forwardList
=
forwardList
->next)
96
g_assert_cmpint(G_OBJECT(
forwardList
->data)->ref_count, ==, 1);
98
g_list_free(
forwardList
);
118
GList*
forwardList
= NULL;
177
forwardList
= webkit_web_back_forward_list_get_forward_list_with_limit(webBackForwardList,5);
178
g_assert(
forwardList
);
[
all
...]
/external/guava/guava/src/com/google/common/collect/
Lists.java
739
private final List<T>
forwardList
;
741
ReverseList(List<T>
forwardList
) {
742
this.
forwardList
= checkNotNull(
forwardList
);
746
return
forwardList
;
762
forwardList
.add(reversePosition(index), element);
766
forwardList
.clear();
770
return
forwardList
.remove(reverseIndex(index));
778
return
forwardList
.set(reverseIndex(index), element);
782
return
forwardList
.get(reverseIndex(index))
[
all
...]
ImmutableList.java
405
private transient final ImmutableList<E>
forwardList
;
409
this.
forwardList
= backingList;
422
return
forwardList
;
426
return
forwardList
.contains(object);
430
return
forwardList
.containsAll(targets);
434
int index =
forwardList
.lastIndexOf(object);
439
int index =
forwardList
.indexOf(object);
445
return
forwardList
.subList(
451
return
forwardList
.get(reverseIndex(index));
457
forwardList
.listIterator(reversePosition(index))
[
all
...]
/external/clang/test/
cxx-sections.data
911
23.3.3 [
forwardlist
]
912
23.3.3.1 [
forwardlist
.cons]
913
23.3.3.2 [
forwardlist
.iter]
914
23.3.3.3 [
forwardlist
.access]
915
23.3.3.4 [
forwardlist
.modifiers]
916
23.3.3.5 [
forwardlist
.ops]
917
23.3.3.6 [
forwardlist
.spec]
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
989
OrderList
forwardList
;
998
forwardList
.add(order, low, high);
1020
if (
forwardList
.compare(backwardList)) {
1022
logln("Forward offsets: [%s]", printOffsets(buffer,
forwardList
));
1025
logln("Forward CEs: [%s]", printOrders(buffer,
forwardList
));
1031
infoln("Forward offsets: [%s]", printOffsets(buffer,
forwardList
));
1034
infoln("Forward CEs: [%s]", printOrders(buffer,
forwardList
));
[
all
...]
/prebuilts/tools/common/guava-tools/
guava-10.0.1.jar
Completed in 147 milliseconds