/external/bcc/tests/python/ |
D | test_brb.py | 178 nsp = NSPopen(rt_ipdb.nl.netns, ["sysctl", "-w", "net.ipv4.ip_forward=1"]) 179 nsp.wait(); nsp.release() 186 nsp = NSPopen(ns1_ipdb.nl.netns, 188 nsp.wait(); nsp.release() 189 nsp = NSPopen(ns2_ipdb.nl.netns, 191 nsp.wait(); nsp.release() 194 nsp = NSPopen(ns1_ipdb.nl.netns, ["ping", self.vm2_ip, "-c", "2"]) 195 nsp.wait(); nsp.release() 202 nsp = NSPopen(ns1_ipdb.nl.netns, ["iperf", "-c", self.vm2_ip, "-t", "1", "-xSC"]) 203 nsp.wait(); nsp.release() [all …]
|
D | test_brb2.py | 163 nsp = NSPopen(rt_ipdb.nl.netns, ["sysctl", "-w", "net.ipv4.ip_forward=1"]) 164 nsp.wait(); nsp.release() 174 … nsp = NSPopen(ns1_ipdb.nl.netns, ["ping", self.vm2_ip, "-c", "2"]); nsp.wait(); nsp.release() 180 nsp = NSPopen(ns1_ipdb.nl.netns, ["iperf", "-c", self.vm2_ip, "-t", "1", "-xSC"]) 181 nsp.wait(); nsp.release() 186 …nsp = NSPopenWithCheck(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "--", "-m", "6… 187 nsp.wait(); nsp.release() 188 … nsp = NSPopen(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "-t", "TCP_RR"]) 189 nsp.wait(); nsp.release()
|
D | simulation.py | 41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1) 42 nsp.wait(); nsp.release()
|
/external/u-boot/scripts/ |
D | cleanpatch | 22 my $nsp = 0; 28 my $npos = ($pos+$nsp+8) & ~7; 32 $nsp = 0; 34 $lo .= " " x $nsp; 35 $pos += $nsp; 36 $nsp = 0; 40 $nsp++; 42 $lo .= " " x $nsp; 43 $pos += $nsp; 44 $nsp = 0; [all …]
|
/external/python/setuptools/setuptools/ |
D | namespaces.py | 16 nsp = self._get_all_ns_packages() 17 if not nsp: 23 lines = map(self._gen_nspkg_line, nsp)
|
D | dist.py | 154 for nsp in ns_packages: 155 if not dist.has_contents_for(nsp): 158 "namespace package %r" % nsp 160 parent, sep, child = nsp.rpartition('.') 164 " is not: please correct this in setup.py", nsp, parent
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | PropertiesAffixPatternProvider.java | 39 String nsp = properties.getNegativeSuffixPattern(); in PropertiesAffixPatternProvider() local 71 } else if (nsp != null) { in PropertiesAffixPatternProvider() 72 negSuffix = nsp; in PropertiesAffixPatternProvider()
|
D | PatternStringUtils.java | 58 String nsp = properties.getNegativeSuffixPattern(); in propertiesToPatternString() local 195 || (npp == null && nsp != null) in propertiesToPatternString() 196 … || (npp != null && (npp.length() != 1 || npp.charAt(0) != '-' || nsp.length() != 0))) { in propertiesToPatternString() 204 if (nsp != null) in propertiesToPatternString() 205 sb.append(nsp); in propertiesToPatternString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | PropertiesAffixPatternProvider.java | 35 String nsp = properties.getNegativeSuffixPattern(); in PropertiesAffixPatternProvider() local 67 } else if (nsp != null) { in PropertiesAffixPatternProvider() 68 negSuffix = nsp; in PropertiesAffixPatternProvider()
|
D | PatternStringUtils.java | 56 String nsp = properties.getNegativeSuffixPattern(); in propertiesToPatternString() local 193 || (npp == null && nsp != null) in propertiesToPatternString() 194 … || (npp != null && (npp.length() != 1 || npp.charAt(0) != '-' || nsp.length() != 0))) { in propertiesToPatternString() 202 if (nsp != null) in propertiesToPatternString() 203 sb.append(nsp); in propertiesToPatternString()
|
/external/bcc/examples/networking/vlan_learning/ |
D | simulation.py | 41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1) 42 nsp.wait(); nsp.release()
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | simulation.py | 41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1) 42 nsp.wait(); nsp.release()
|
/external/bcc/examples/networking/distributed_bridge/ |
D | simulation.py | 41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1) 42 nsp.wait(); nsp.release()
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | simulation.py | 41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1) 42 nsp.wait(); nsp.release()
|
/external/bcc/examples/networking/ |
D | simulation.py | 41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1) 42 nsp.wait(); nsp.release()
|
/external/libldac/src/ |
D | sigana_fixp_ldac.c | 189 UINT32 nsp) in calc_mdct_pseudo_spectrum_ldac() argument 223 for (isp = LDAC_NSP_LOWENERGY; isp < nsp-1; isp++) { in calc_mdct_pseudo_spectrum_ldac() 257 UINT32 nsp) in calc_spectral_centroid_ldac() argument 264 for (isp = 0; isp < nsp; isp++) { in calc_spectral_centroid_ldac()
|
D | sigana_ldac.c | 77 int nsp) in calc_spectral_centroid_ldac() argument 84 for (isp = 0; isp < nsp; isp++) { in calc_spectral_centroid_ldac()
|
/external/python/cpython2/Modules/ |
D | imageop.c | 122 short *nsp; in imageop_crop() local 149 nsp = (short *)ncp; in imageop_crop() 164 *nsp++ = *SHORTP(cp, x, ix, iy); in imageop_crop() 177 short *nsp; in imageop_scale() local 202 nsp = (short *)ncp; in imageop_scale() 211 *nsp++ = *SHORTP(cp, x, oix, oiy); in imageop_scale()
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 450 unsigned int nsp; /* highest active entry+1 found so far */ member 895 dp->nsp = dp->tsp; in push_opt() 1130 dp->nsp = dp->tsp; in next_opt() 1165 assert(sp >= dp->nsp); /* nsp starts off zero */ in advance_opt() 1218 dp->nsp = sp+1U; in advance_opt() 2016 dp->tsp = dp->nsp; in write_png() 2017 dp->nsp = dp->csp = 0; in write_png() 2158 if (dp->nsp/*next entry to change*/ <= log_depth) in log_search() 2212 dp->nsp = 0; in cp_one_file() 2223 if (dp->nsp > 0) /* interating over lists */ in cp_one_file() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | number_mapper.cpp | 344 const UnicodeString& nsp = properties.negativeSuffixPattern; in setTo() local 376 } else if (!nsp.isBogus()) { in setTo() 377 negSuffix = nsp; in setTo()
|
D | number_patternstring.cpp | 674 UnicodeString nsp = properties.negativeSuffixPattern; in propertiesToPatternString() local 813 if (!np.isBogus() || !ns.isBogus() || (npp.isBogus() && !nsp.isBogus()) || in propertiesToPatternString() 814 (!npp.isBogus() && (npp.length() != 1 || npp.charAt(0) != u'-' || nsp.length() != 0))) { in propertiesToPatternString() 826 if (!nsp.isBogus()) { in propertiesToPatternString() 827 sb.append(nsp); in propertiesToPatternString()
|
/external/u-boot/drivers/core/ |
D | of_addr.c | 119 static void dev_count_cells(const struct device_node *np, int *nap, int *nsp) in dev_count_cells() argument 121 of_bus_default_count_cells(np, nap, nsp); in dev_count_cells()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 551 String np = null, npp = null, ns = null, nsp = null; in readObject() local 593 nsp = (String) fieldGetter.get("negSuffixPattern", null); in readObject() 627 if (nsp == null) { in readObject() 630 properties.setNegativeSuffixPattern(nsp); in readObject()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 564 String np = null, npp = null, ns = null, nsp = null; in readObject() local 606 nsp = (String) fieldGetter.get("negSuffixPattern", null); in readObject() 640 if (nsp == null) { in readObject() 643 properties.setNegativeSuffixPattern(nsp); in readObject()
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2782 nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt')) 2785 if (modname not in sys.modules or modname in nsp
|