HomeSort by relevance Sort by last modified time
    Searched refs:nsp (Results 1 - 25 of 26) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z8k/
ctrl-names.s 17 ldctl r0,nsp
18 ldctl nsp,r0
34 LDCTL R0,NSP
35 LDCTL NSP,R0
  /system/tools/hidl/
FmqType.cpp 26 FmqType::FmqType(const char* nsp, const char* name, Scope* parent)
27 : TemplatedType(parent), mNamespace(nsp), mName(name) {}
FmqType.h 26 FmqType(const char* nsp, const char* name, Scope* parent);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringUtils.java 55 String nsp = properties.getNegativeSuffixPattern(); local
189 if (np != null || ns != null || (npp == null && nsp != null)
190 || (npp != null && (npp.length() != 1 || npp.charAt(0) != '-' || nsp.length() != 0))) {
198 if (nsp != null)
199 sb.append(nsp);
Parse.java 704 String nsp = properties.getNegativeSuffixPattern();
709 if (AffixUtils.containsType(nsp, AffixUtils.TYPE_MINUS_SIGN)) {
711 psp = AffixUtils.replaceType(nsp, AffixUtils.TYPE_MINUS_SIGN, '+');
722 String nsp = properties.getNegativeSuffixPattern();
723 if (npp == null && nsp == null) {
725 nsp = properties.getPositiveSuffixPattern();
732 return getInstance(npp, nsp, false, true);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringUtils.java 53 String nsp = properties.getNegativeSuffixPattern(); local
187 if (np != null || ns != null || (npp == null && nsp != null)
188 || (npp != null && (npp.length() != 1 || npp.charAt(0) != '-' || nsp.length() != 0))) {
196 if (nsp != null)
197 sb.append(nsp);
Parse.java 702 String nsp = properties.getNegativeSuffixPattern();
707 if (AffixUtils.containsType(nsp, AffixUtils.TYPE_MINUS_SIGN)) {
709 psp = AffixUtils.replaceType(nsp, AffixUtils.TYPE_MINUS_SIGN, '+');
720 String nsp = properties.getNegativeSuffixPattern();
721 if (npp == null && nsp == null) {
723 nsp = properties.getPositiveSuffixPattern();
730 return getInstance(npp, nsp, false, true);
    [all...]
  /external/libldac/src/
sigana_ldac.c 77 int nsp)
84 for (isp = 0; isp < nsp; isp++) {
sigana_fixp_ldac.c 189 UINT32 nsp)
223 for (isp = LDAC_NSP_LOWENERGY; isp < nsp-1; isp++) {
257 UINT32 nsp)
264 for (isp = 0; isp < nsp; isp++) {
  /external/syslinux/com32/lib/sys/
ansi.c 94 int nsp = 8 - (xy.x & 7); local
95 while (nsp--)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 119 short *nsp; local
146 nsp = (short *)ncp;
161 *nsp++ = *SHORTP(cp, x, ix, iy);
174 short *nsp; local
199 nsp = (short *)ncp;
208 *nsp++ = *SHORTP(cp, x, oix, oiy);
  /external/python/cpython2/Modules/
imageop.c 122 short *nsp; local
149 nsp = (short *)ncp;
164 *nsp++ = *SHORTP(cp, x, ix, iy);
177 short *nsp; local
202 nsp = (short *)ncp;
211 *nsp++ = *SHORTP(cp, x, oix, oiy);
  /prebuilts/go/darwin-x86/src/runtime/
defs_plan9_386.go 9 nsp uint32
  /prebuilts/go/linux-x86/src/runtime/
defs_plan9_386.go 9 nsp uint32
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewLayoutTest.java 1874 final NestedScrollingParent2 nsp = spy(new FullyConsumingNestedScroller()); local
1900 final NestedScrollingParent2 nsp = spy(new FullyConsumingNestedScroller()); local
1926 final NestedScrollingParent2 nsp = spy(new FullyConsumingNestedScroller()); local
1953 final NestedScrollingParent2 nsp = spy(new FullyConsumingNestedScroller()); local
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 450 unsigned int nsp; /* highest active entry+1 found so far */ member in struct:display
455 unsigned int tsp; /* nsp from the last run; this is the
828 * appropriately; this does all the work of next_opt (setting end/nsp) for
895 dp->nsp = dp->tsp;
909 * and there must be a valid entry to return. next_opt will set dp->nsp to
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/number/
NumberPropertyMapper.java 369 String nsp = properties.getNegativeSuffixPattern();
401 } else if (nsp != null) {
402 negSuffix = nsp;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
NumberPropertyMapper.java 368 String nsp = properties.getNegativeSuffixPattern();
400 } else if (nsp != null) {
401 negSuffix = nsp;
  /toolchain/binutils/binutils-2.27/binutils/
debug.c 605 struct debug_namespace **nsp, const char *name,
619 ns = *nsp;
627 *nsp = ns;
643 struct debug_namespace **nsp;
653 nsp = &info->current_block->locals;
655 nsp = &info->current_file->globals;
657 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1125 struct debug_namespace **nsp;
1142 nsp = &info->current_file->globals;
1151 nsp = &info->current_file->globals
642 struct debug_namespace **nsp; local
1123 struct debug_namespace **nsp; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 543 String np = null, npp = null, ns = null, nsp = null; local
585 nsp = (String) fieldGetter.get("negSuffixPattern", null);
619 if (nsp == null) {
622 properties.setNegativeSuffixPattern(nsp);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 550 String np = null, npp = null, ns = null, nsp = null; local
592 nsp = (String) fieldGetter.get("negSuffixPattern", null);
626 if (nsp == null) {
629 properties.setNegativeSuffixPattern(nsp);
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
pdp11.c 1628 struct external_nlist nsp; local
    [all...]
aoutx.h 1871 struct external_nlist nsp; local
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder_test.go 487 var nsp NonStruct
488 if err := encAndDec(ns, &nsp); err != nil {
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder_test.go 487 var nsp NonStruct
488 if err := encAndDec(ns, &nsp); err != nil {

Completed in 1185 milliseconds

1 2