Searched defs:neighbor (Results 1 - 9 of 9) 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/testng/src/main/java/org/testng/internal/
H A DGraph.java267 public void addNeighbor(Node<T> neighbor) { argument
268 m_neighbors.add(neighbor);
/external/ImageMagick/MagickCore/
H A Dshear.c254 neighbor;
262 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
264 neighbor+=element;
265 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse)
267 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse)
269 neighbor+=element;
270 if (SetMatrixElement(q,x+2*i+1,y,&neighbor) == MagickFalse)
277 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse)
279 neighbor+=element;
280 if (SetMatrixElement(q,x+2*i,y,&neighbor)
251 neighbor; local
317 neighbor; local
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c346 static void assign_neighbor(EC_BLOCK *neighbor, MODE_INFO *mi, int block_idx) { argument
348 neighbor->ref_frame = mi->mbmi.ref_frame;
349 neighbor->mv = mi->bmi[block_idx].mv.as_mv;
355 * The neighbors are enumerated with the upper-left neighbor as the first
356 * element, the second element refers to the neighbor to right of the previous
357 * neighbor, and so on. The last element refers to the neighbor below the first
358 * neighbor.
415 * neighbor and going to the right.
/external/tcpdump/
H A Dprint-olsr.c178 uint8_t neighbor[4]; member in struct:olsr_lq_neighbor4
185 uint8_t neighbor[16]; member in struct:olsr_lq_neighbor6
231 * print a neighbor list with LQ extensions.
245 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2f%%"
246 ", neighbor-link-quality %.2f%%",
247 ipaddr_string(ndo, lq_neighbor->neighbor),
269 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2f%%"
270 ", neighbor-link-quality %.2f%%",
271 ip6addr_string(ndo, lq_neighbor->neighbor),
282 * print a neighbor lis
288 int neighbor; local
[all...]
/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/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 757 milliseconds