/external/markdown/tests/misc/ |
russian.html | 6 <p>? ???? ???? ???????? ???????? ????????? «?????», «?????» ? ?????? ????????????? ????? ? ???? ????? ??? ?????????, ????????: «Hi-diddly-ho, neighbor-ino» («????????, ?????????»). ??? ????????? ?????????? ??? ??????, ????????? ???????????? ?????, ? (…)
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
CSite.h | 42 SEdgeVector *neighbor; member in class:CSite 51 inline SEdgeVector* getNeighbor() { return neighbor; } 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/libcore/luni/src/main/java/java/math/ |
RoundingMode.java | 60 * Rounding mode where values are rounded towards the nearest neighbor. Ties 66 * Rounding mode where values are rounded towards the nearest neighbor. Ties 72 * Rounding mode where values are rounded towards the nearest neighbor. Ties 73 * are broken by rounding to the even neighbor.
|
/external/tcpdump/ |
print-olsr.c | 136 { 0, "Not-Neighbor" }, 143 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 [all...] |
icmp6.h | 108 #define ND_NEIGHBOR_SOLICIT 135 /* neighbor solicitation */ 109 #define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisement */ 120 #define IND_SOLICIT 141 /* inverse neighbor solicitation */ 121 #define IND_ADVERT 142 /* inverse neighbor advertisement */ 137 #define ICMP6_DST_UNREACH_NOTNEIGHBOR 2 /* not a neighbor(obsolete) */ 185 * Neighbor Discovery 227 struct nd_neighbor_solicit { /* neighbor solicitation */ 238 struct nd_neighbor_advert { /* neighbor advertisement */ 265 struct nd_opt_hdr { /* Neighbor discovery option header */
|
/external/iptables/extensions/ |
libip6t_REJECT.c | 30 {"icmp6-not-neighbor", "not-neighbor"}, 31 IP6T_ICMP6_NOT_NEIGHBOR, "ICMPv6 not a neighbor"},
|
libip6t_icmp6.c | 48 /* Alias */ { "neighbor-solicitation", 135, 0, 0xFF }, 51 /* Alias */ { "neighbor-advertisement", 136, 0, 0xFF },
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypeData.java | 33 public abstract void merge(TypeData neighbor); 85 public void merge(TypeData neighbor) {} 137 public void merge(TypeData neighbor) { 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) {}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
neighbour.h | 30 * Neighbor Cache Entry Flags 37 * Neighbor Cache Entry States.
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorchecker.cpp | 159 for (IdSetIter neighbor = candidates.begin(); 160 neighbor != candidates.end(); 161 neighbor++) { 162 if (*neighbor == this) continue; 164 (*neighbor)->getApproxCenter(&nX, &nY); 171 setRNeighbor(*neighbor); 182 setDNeighbor(*neighbor); 635 const PixelGroup *neighbor; local 636 if ( (neighbor = (*group)->getRNeighbor()) != NULL) { 638 neighbor->getApproxCenter(&nX, &nY) [all...] |
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
motion_est.cpp | 196 /* top neighbor */ 204 /* left neighbor */ [all...] |
/external/iproute2/include/linux/ |
neighbour.h | 29 * Neighbor Cache Entry Flags 37 * Neighbor Cache Entry States.
|
/external/kernel-headers/original/linux/ |
neighbour.h | 31 * Neighbor Cache Entry Flags 39 * Neighbor Cache Entry States.
|
/external/oprofile/opjitconv/ |
opjitconv.c | 93 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);
|
opjitconv.h | 82 struct list_head neighbor; member in struct:pathname
|
/external/opencv/cv/src/ |
cvcalibinit.cpp | 103 int count; // Number of neighbor corners 104 struct CvCBCorner* neighbors[4]; // 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 707 CvCBQuad *neighbor = quads[i]->neighbors[j]; local 1166 CvCBQuad *neighbor = q->neighbors[i]; local [all...] |
_cvkdtree.hpp | 56 // J.S. Beis and D.G. Lowe. Shape indexing using approximate nearest-neighbor search in highdimensional spaces. In Proc. IEEE Conf. Comp. Vision Patt. Recog., pages 1000--1006, 1997. http://citeseer.ist.psu.edu/beis97shape.html 302 const __valuetype *p; // nearest neighbor 362 // called per candidate nearest neighbor; constructs new bbf_nn for
|
/external/iproute2/include/netinet/ |
icmp6.h | 141 struct nd_neighbor_solicit /* neighbor solicitation */ 153 struct nd_neighbor_advert /* neighbor advertisement */ 187 struct nd_opt_hdr /* Neighbor discovery option header */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
icmp6.h | 141 struct nd_neighbor_solicit /* neighbor solicitation */ 153 struct nd_neighbor_advert /* neighbor advertisement */ 187 struct nd_opt_hdr /* Neighbor discovery option header */
|
/bionic/libc/include/netinet/ |
icmp6.h | 116 #define ND_NEIGHBOR_SOLICIT 135 /* neighbor solicitation */ 117 #define ND_NEIGHBOR_ADVERT 136 /* neighbor advertisement */ 143 #define ICMP6_DST_UNREACH_NOTNEIGHBOR 2 /* not a neighbor(obsolete) */ 202 * Neighbor Discovery 243 struct nd_neighbor_solicit { /* neighbor solicitation */ 254 struct nd_neighbor_advert { /* neighbor advertisement */ 288 struct nd_opt_hdr { /* Neighbor discovery option header */ 567 #define ICMP6_STAT_BADNS 536 /* bad neighbor solicititation */ 568 #define ICMP6_STAT_BADNA 537 /* bad neighbor advertisement */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | [all...] |
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 216 {"nieghbor", "neighbor"}, 217 {"nieghbour", "neighbor"},
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 44 * Predefined approximate pattern set (QWERTY neighbor keys). 46 * This pattern includes the rules for ambiguous searching neighbor keys on QWERTY keyboard. 52 * Predefined approximate pattern set (QWERTY neighbor keys/capital letters). 54 * This pattern includes the rules for ambiguous searching capital letters of neighbor keys on QWERTY keyboard.
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | 2945 Event neighbor = mSelectedEvents.get(jj); local 3176 Event neighbor = mSelectedEvents.get(jj); local [all...] |
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartSweepView.java | 285 * When overlapping with neighbor, split difference and push label. 306 // when offsetting label, neighbor probably needs to offset too 427 // ignore event when closer to a neighbor 428 for (ChartSweepView neighbor : mNeighbors) { 429 if (isTouchCloserTo(eventInParent, neighbor)) {
|