Home
last modified time | relevance | path

Searched refs:nsp (Results 1 – 25 of 33) sorted by relevance

12

/external/bcc/tests/python/
Dtest_brb.py178 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 …]
Dtest_brb2.py163 nsp = NSPopen(rt_ipdb.nl.netns, ["sysctl", "-w", "net.ipv4.ip_forward=1"])
164 nsp.wait(); nsp.release()
174nsp = 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()
186nsp = NSPopenWithCheck(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "--", "-m", "6…
187 nsp.wait(); nsp.release()
188nsp = NSPopen(ns1_ipdb.nl.netns, ["netperf", "-l", "1", "-H", self.vm2_ip, "-t", "TCP_RR"])
189 nsp.wait(); nsp.release()
Dsimulation.py41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1)
42 nsp.wait(); nsp.release()
/external/u-boot/scripts/
Dcleanpatch22 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/
Dnamespaces.py16 nsp = self._get_all_ns_packages()
17 if not nsp:
23 lines = map(self._gen_nspkg_line, nsp)
Ddist.py154 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/
DPropertiesAffixPatternProvider.java39 String nsp = properties.getNegativeSuffixPattern(); in PropertiesAffixPatternProvider() local
71 } else if (nsp != null) { in PropertiesAffixPatternProvider()
72 negSuffix = nsp; in PropertiesAffixPatternProvider()
DPatternStringUtils.java58 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/
DPropertiesAffixPatternProvider.java35 String nsp = properties.getNegativeSuffixPattern(); in PropertiesAffixPatternProvider() local
67 } else if (nsp != null) { in PropertiesAffixPatternProvider()
68 negSuffix = nsp; in PropertiesAffixPatternProvider()
DPatternStringUtils.java56 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/
Dsimulation.py41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1)
42 nsp.wait(); nsp.release()
/external/bcc/examples/networking/tunnel_monitor/
Dsimulation.py41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1)
42 nsp.wait(); nsp.release()
/external/bcc/examples/networking/distributed_bridge/
Dsimulation.py41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1)
42 nsp.wait(); nsp.release()
/external/bcc/examples/networking/neighbor_sharing/
Dsimulation.py41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1)
42 nsp.wait(); nsp.release()
/external/bcc/examples/networking/
Dsimulation.py41 nsp = NSPopen(ns_ipdb.nl.netns, cmd1)
42 nsp.wait(); nsp.release()
/external/libldac/src/
Dsigana_fixp_ldac.c189 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()
Dsigana_ldac.c77 int nsp) in calc_spectral_centroid_ldac() argument
84 for (isp = 0; isp < nsp; isp++) { in calc_spectral_centroid_ldac()
/external/python/cpython2/Modules/
Dimageop.c122 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/
Dpngcp.c450 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/
Dnumber_mapper.cpp344 const UnicodeString& nsp = properties.negativeSuffixPattern; in setTo() local
376 } else if (!nsp.isBogus()) { in setTo()
377 negSuffix = nsp; in setTo()
Dnumber_patternstring.cpp674 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/
Dof_addr.c119 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/
DDecimalFormat.java551 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/
DDecimalFormat.java564 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__.py2782 nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
2785 if (modname not in sys.modules or modname in nsp

12