HomeSort by relevance Sort by last modified time
    Searched full:neighbor (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/markdown/tests/misc/
russian.html 6 <p>? ???? ???? ???????? ???????? ????????? «?????», «?????» ? ?????? ????????????? ????? ? ???? ????? ??? ?????????, ????????: «Hi-diddly-ho, neighbor-ino» («????????, ?????????»). ??? ????????? ?????????? ??? ??????, ????????? ???????????? ?????, ? (…)
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 111 TI_BOOL bNeighborAP; /**< Indicates whether this is a neighbor AP */
131 * \brief Neighbor AP
134 * This structure contains information on one Neighbor AP. \n
135 * A Neighbor AP is set by the Roaming Manager for the Scan Manager,
137 * Neighbor APs have higher priority in the discovery process than the
144 TMacAddr BSSID; /**< The BSSID (MAC address) of this Neighbor AP */
145 TI_UINT8 channel; /**< Neighbor AP channel (on which the AP transmits) */
146 ERadioBand band; /**< Neighbor AP band (2.4/5 GHz) (the band used by the AP) */
150 * \brief list of Neighbor APs
153 * This structure holds a list of all neighbor AP
    [all...]
  /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; }
  /packages/apps/LegacyCamera/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; }
  /gdk/samples/PhotoEditor/jni/
convolution.cpp 38 * n: neighbor, c: center
41 void *src_pixels, void *dst_pixels, float neighbor) {
43 if (neighbor == 0) {
54 int32_t fixed_neighbor = static_cast<int32_t>((1 << kShiftBits) * neighbor);
55 int32_t fixed_center = static_cast<int32_t>((1 << kShiftBits) * (1 - neighbor * 8));
convolution.h 28 void *src_pixels, void *dst_pixels, float neighbor);
  /hardware/ti/wlan/wl1271/stad/src/Application/
scanMngr.h 115 SCAN_SDP_NEIGHBOR_G = 0, /**< attempting to discover neighbor APs in G band */
116 SCAN_SDP_NEIGHBOR_A, /**< attempting to discover neighbor APs in A band */
124 * \brief enumerates the different discovery states possible for a neighbor AP
128 SCAN_NDS_DISCOVERED = 0, /**< Neighbor AP was discovered and is now being tracked */
129 SCAN_NDS_NOT_DISCOVERED, /**< Neighbor AP was not yet discovered, and should be */
131 * Neighbor AP is the AP STA is currently connected to,
135 /**< number of available neighbor disocvery states */
154 * \brief This structure contains Neighbor AP list and their detection status
159 neighborAP_t APListPtr[ MAX_NUM_OF_NEIGHBOR_APS ]; /**< neighbor APs list */
334 * for neighbor AP's onl
    [all...]
scanMngrApi.h 179 * \param pNeighborAPsOnly - Indicates whether to scan only neighbor APs (or all channels defined by the policy)
180 * TI_TRUE if scan for neighbor APs only, TI_FALSE if scan on all channels
240 * \brief Sets the neighbor APs
243 * \param neighborAPList - Pointer to the neighbor AP list
247 * Used by the roaming manager to set a list of neighbor APs for the scan manager,
278 * in case it is also a neighbor AP
372 * \brief Print Neighbor AP list
scanMngr.c 605 /* remove all tracked APs that are not on a policy defined channel (neighbor APs haven't changed,
    [all...]
  /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"},
  /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) {}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
neighbour.h 30 * Neighbor Cache Entry Flags
37 * Neighbor Cache Entry States.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
neighbour.h 30 * Neighbor Cache Entry Flags
37 * Neighbor Cache Entry States.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
neighbour.h 30 * Neighbor Cache Entry Flags
37 * Neighbor Cache Entry States.
  /frameworks/av/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);
  /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...]
  /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 */
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */

Completed in 659 milliseconds

1 2 3 4 5 6