/external/toolchain-utils/bestflags/ |
D | flags_util.py | 78 neighbor = flags_dict.copy() 79 neighbor[climb_spec] = Flag(climb_spec, value + 1) 80 results.append(neighbor) 85 neighbor = flags_dict.copy() 86 neighbor[climb_spec] = Flag(climb_spec, value - 1) 87 results.append(neighbor) 91 neighbor = flags_dict.copy() 92 del neighbor[climb_spec] 93 results.append(neighbor)
|
/external/tcpdump/tests/ |
D | OLSRv1_HNA_sgw_1.out | 10 link-type Symmetric, neighbor-type Symmetric, len 12 11 neighbor 172.29.175.221, link-quality 0.00%, neighbor-link-quality 0.00% 12 link-type Unspecified, neighbor-type Symmetric, len 12 13 neighbor 172.31.175.221, link-quality 0.00%, neighbor-link-quality 0.00%
|
D | ipv6-bad-version.out | 1 IP6 :: > ff02::1:ff76:6c14: ICMP6, neighbor solicitation, who has fe80::20c:29ff:fe76:6c14, length … 3 IP6 :: > ff02::1:ff76:6c14: ICMP6, neighbor solicitation, who has 1111:2222:3333:4444:20c:29ff:fe76…
|
D | pimv2_sm-v.out | 17 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 51 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 87 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 121 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 157 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 193 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 227 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 263 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 283 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | graph_analyzer.cc | 102 const GenNode::LinkTarget& neighbor = sit.GetNeighbor(); in ExtendSubgraph() local 110 } else if (neighbor.node->AllInputsOrNone() && !port.IsInbound() && in ExtendSubgraph() 112 if (parent->id().find(neighbor.node) == parent->id().end()) { in ExtendSubgraph() 114 ExtendSubgraphAllOrNone(parent, neighbor.node); in ExtendSubgraph() 119 } else if (neighbor.node->IsMultiInput(neighbor.port)) { in ExtendSubgraph() 122 if (parent->id().find(neighbor.node) != parent->id().end()) { in ExtendSubgraph() 125 ExtendSubgraphPortAllOrNone(parent, neighbor.node, neighbor.port); in ExtendSubgraph() 127 Subgraph* sg = sg_set.ExtendParent(parent->id(), neighbor.node); in ExtendSubgraph()
|
/external/bcc/tools/ |
D | deadlock_detector.py | 79 for neighbor in neighbors: 80 edges.append((node, neighbor)) 105 for neighbor in self.neighbors(node): 106 if neighbor in nodes: 107 graph.add_edge(node, neighbor) 131 for neighbor in neighbors: 132 link = self.attributes_map[(node, neighbor)].copy() 134 link['target'] = node_to_number[neighbor]
|
/external/tcpdump/ |
D | print-olsr.c | 178 uint8_t neighbor[4]; member 185 uint8_t neighbor[16]; member 247 ipaddr_string(ndo, lq_neighbor->neighbor), in olsr_print_lq_neighbor4() 271 ip6addr_string(ndo, lq_neighbor->neighbor), in olsr_print_lq_neighbor6() 288 int neighbor; in olsr_print_neighbor() local 291 neighbor = 1; in olsr_print_neighbor() 300 neighbor % 4 == 0 ? "\n\t\t" : " ")); in olsr_print_neighbor()
|
/external/scapy/scapy/layers/ |
D | l2.py | 54 conf.neighbor = Neighbor() 101 x = conf.neighbor.resolve(pkt,pkt.payload) 200 return conf.neighbor.resolve(l2, l3.payload) 201 conf.neighbor.register_l3(Ether, LLC, l2_register_l3) 202 conf.neighbor.register_l3(Dot3, LLC, l2_register_l3) 226 conf.neighbor.register_l3(Dot3, SNAP, l2_register_l3) 259 conf.neighbor.register_l3(Ether, Dot1Q, l2_register_l3) 316 conf.neighbor.register_l3(Ether, ARP, l2_register_l3_arp)
|
/external/python/cpython2/Doc/library/ |
D | xml.etree.elementtree.rst | 90 <neighbor name="Austria" direction="E"/> 91 <neighbor name="Switzerland" direction="W"/> 97 <neighbor name="Malaysia" direction="N"/> 103 <neighbor name="Costa Rica" direction="W"/> 104 <neighbor name="Colombia" direction="E"/> 150 >>> for neighbor in root.iter('neighbor'): 151 ... print neighbor.attrib 207 <neighbor name="Austria" direction="E"/> 208 <neighbor name="Switzerland" direction="W"/> 214 <neighbor name="Malaysia" direction="N"/> [all …]
|
/external/ImageMagick/MagickCore/ |
D | shear.c | 246 neighbor; in RadonProjection() local 254 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse) in RadonProjection() 256 neighbor+=element; in RadonProjection() 257 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse) in RadonProjection() 259 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse) in RadonProjection() 261 neighbor+=element; in RadonProjection() 262 if (SetMatrixElement(q,x+2*i+1,y,&neighbor) == MagickFalse) in RadonProjection() 269 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse) in RadonProjection() 271 neighbor+=element; in RadonProjection() 272 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse) in RadonProjection() [all …]
|
D | accelerate-kernels-private.h | 1488 int2 neighbor; 1489 neighbor.y = y + offset.y; 1490 neighbor.x = x + offset.x; 1493 clampedNeighbor.x = ClampToCanvas(neighbor.x, imageWidth); 1494 clampedNeighbor.y = ClampToCanvas(neighbor.y, imageHeight); 1496 CLPixelType r = (clampedNeighbor.x == neighbor.x 1497 … && clampedNeighbor.y == neighbor.y)?inputImage[clampedNeighbor.y*imageWidth+clampedNeighbor.x] 1551 int2 neighbor, clampedNeighbor; 1553 neighbor.y = y + offset.y; 1554 neighbor.x = x + offset.x; [all …]
|
/external/python/cpython3/Doc/library/ |
D | xml.etree.elementtree.rst | 60 <neighbor name="Austria" direction="E"/> 61 <neighbor name="Switzerland" direction="W"/> 67 <neighbor name="Malaysia" direction="N"/> 73 <neighbor name="Costa Rica" direction="W"/> 74 <neighbor name="Colombia" direction="E"/> 173 >>> for neighbor in root.iter('neighbor'): 174 ... print(neighbor.attrib) 230 <neighbor name="Austria" direction="E"/> 231 <neighbor name="Switzerland" direction="W"/> 237 <neighbor name="Malaysia" direction="N"/> [all …]
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | README.txt | 4 from/to the "neighbor" devices have their combined bandwidth capped at 9 learned ip addresses that were seen on the neighbor devices and should be
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.format.txt | 28 + Nearest neighbor -filtering and clamp to edge -wrap mode 37 filtering (nearest neighbor mode). Shader body is populated with one or
|
/external/markdown/tests/misc/ |
D | russian.txt | 13 …ессмысленные слова в свои фразы при разговоре, например: «Hi-diddly-ho, neighbor-ino» («Приветик, …
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 64 sampling or nearest neighbor sampling (possibly with aspect ratio change) to a 71 bilinear or nearest neighbor interpolation) to a fixed
|
D | api_def_ResizeNearestNeighborGrad.pbtxt | 31 summary: "Computes the gradient of nearest neighbor interpolation."
|
D | api_def_ResizeNearestNeighbor.pbtxt | 30 summary: "Resize `images` to `size` using nearest neighbor interpolation."
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 346 static void assign_neighbor(EC_BLOCK *neighbor, MODE_INFO *mi, int block_idx) { in assign_neighbor() argument 348 neighbor->ref_frame = mi->mbmi.ref_frame; in assign_neighbor() 349 neighbor->mv = mi->bmi[block_idx].mv.as_mv; in assign_neighbor()
|
/external/testng/src/main/java/org/testng/internal/ |
D | Graph.java | 267 public void addNeighbor(Node<T> neighbor) { in addNeighbor() argument 268 m_neighbors.add(neighbor); in addNeighbor()
|
/external/libxcam/ |
D | ChangeLog | 73 in neighbor blocks and previous frames. 91 pixel of each neighbor block to smooth and eliminate block boundaries. 92 - apply weight function based on pixel intensity deviation between neighbor 166 neighbor pixels with a Gaussian blur filter.
|
/external/iptables/extensions/ |
D | libip6t_SNPT.man | 24 You may need to enable IPv6 neighbor proxy:
|
D | libip6t_DNPT.man | 24 You may need to enable IPv6 neighbor proxy:
|
/external/tensorflow/tensorflow/contrib/nearest_neighbor/ |
D | BUILD | 2 # Tensorflow ops for nearest neighbor queries etc.
|
/external/scapy/scapy/contrib/ |
D | dtp.py | 126 …c:cc:cc")/LLC()/SNAP()/DTP(tlvlist=[DTPDomain(),DTPStatus(),DTPType(),DTPNeighbor(neighbor=mymac)])
|