Searched refs:neighbor (Results 1 - 8 of 8) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java33 public abstract void merge(TypeData neighbor); argument
85 public void merge(TypeData neighbor) {} argument
137 public void merge(TypeData neighbor) { argument
138 if (this == neighbor)
141 if (!(neighbor instanceof TypeName))
142 return; // neighbor might be UninitData
144 TypeName neighbor2 = (TypeName)neighbor;
453 public void merge(TypeData neighbor) {} argument
/external/tcpdump/
H A Dprint-olsr.c143 u_int8_t neighbor[4]; member in struct:olsr_lq_neighbor
158 * print a neighbor list with LQ extensions.
169 printf("\n\t neighbor %s, link-quality %.2lf%%"
170 ", neighbor-link-quality %.2lf%%",
171 ipaddr_string(lq_neighbor->neighbor),
181 * print a neighbor list.
186 int neighbor; local
188 printf("\n\t neighbor\n\t\t");
189 neighbor = 1;
196 neighbor
[all...]
/external/oprofile/opjitconv/
H A Dopjitconv.h82 struct list_head neighbor; member in struct:pathname
H A Dopjitconv.c93 list_add(&pn->neighbor, names);
99 list_del(&pname->neighbor);
109 neighbor);
152 list_entry(pos, struct pathname, neighbor);
444 neighbor);
455 list_del(&pname->neighbor);
557 list_entry(pos1, struct pathname, neighbor);
/external/opencv/cv/src/
H A Dcvcalibinit.cpp103 int count; // Number of neighbor corners
118 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0
490 // of the neighbor corners in the same row/column.
597 CvCBQuad *neighbor = q->neighbors[i]; local
611 if (neighbor && neighbor->ordered == false && neighbor->count == 4)
614 icvOrderQuad(neighbor, q->corners[i], (i+2)%4); // set in order
615 neighbor->ordered = true;
616 neighbor
707 CvCBQuad *neighbor = quads[i]->neighbors[j]; local
1166 CvCBQuad *neighbor = q->neighbors[i]; local
[all...]
/external/libvorbis/doc/
H A D09-helper.tex81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
H A D07-floor1.tex266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i])
267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
/external/iproute2/doc/
H A Dip-cref.tex834 \paragraph{Abbreviations:} \verb|neighbour|, \verb|neighbor|, \verb|neigh|,

Completed in 978 milliseconds