HomeSort by relevance Sort by last modified time
    Searched defs:np (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 1215 void *np; local
1218 np = realloc(cs->multis, cs->smultis);
1219 if (np == NULL) {
1226 cs->multis = np;
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
StampedLock.java 1064 WNode h, np, pp; int ps; local
1162 WNode nh = whead, np = wtail; local
1242 WNode h, np, pp; int ps; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 654 NinePatch np = new NinePatch(bitmap, bitmap.getNinePatchChunk(), null); local
655 return new NinePatchDrawable(mResources, np);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 609 arrayobject *np; local
620 np = (arrayobject *) newarrayobject(&Arraytype, ihigh - ilow, a->ob_descr);
621 if (np == NULL)
623 memcpy(np->ob_item, a->ob_item + ilow * a->ob_descr->itemsize,
625 return (PyObject *)np;
643 arrayobject *np; local
659 np = (arrayobject *) newarrayobject(&Arraytype, size, a->ob_descr);
660 if (np == NULL) {
663 memcpy(np->ob_item, a->ob_item, Py_SIZE(a)*a->ob_descr->itemsize);
664 memcpy(np->ob_item + Py_SIZE(a)*a->ob_descr->itemsize,
675 arrayobject *np; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 469 PyListObject *np; local
481 np = (PyListObject *) PyList_New(len);
482 if (np == NULL)
486 dest = np->ob_item;
492 return (PyObject *)np;
511 PyListObject *np; local
522 np = (PyListObject *) PyList_New(size);
523 if (np == NULL) {
527 dest = np->ob_item;
534 dest = np->ob_item + Py_SIZE(a);
549 PyListObject *np; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 609 arrayobject *np; local
620 np = (arrayobject *) newarrayobject(&Arraytype, ihigh - ilow, a->ob_descr);
621 if (np == NULL)
623 memcpy(np->ob_item, a->ob_item + ilow * a->ob_descr->itemsize,
625 return (PyObject *)np;
643 arrayobject *np; local
659 np = (arrayobject *) newarrayobject(&Arraytype, size, a->ob_descr);
660 if (np == NULL) {
663 memcpy(np->ob_item, a->ob_item, Py_SIZE(a)*a->ob_descr->itemsize);
664 memcpy(np->ob_item + Py_SIZE(a)*a->ob_descr->itemsize,
675 arrayobject *np; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 469 PyListObject *np; local
481 np = (PyListObject *) PyList_New(len);
482 if (np == NULL)
486 dest = np->ob_item;
492 return (PyObject *)np;
511 PyListObject *np; local
522 np = (PyListObject *) PyList_New(size);
523 if (np == NULL) {
527 dest = np->ob_item;
534 dest = np->ob_item + Py_SIZE(a);
549 PyListObject *np; local
    [all...]
  /external/dnsmasq/src/
option.c 645 struct dhcp_netid *np = NULL; local
700 new->netid->next = np;
701 np = new->netid;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 543 String np = null, npp = null, ns = null, nsp = null; local
587 np = (String) fieldGetter.get("negativePrefix", null);
615 properties.setNegativePrefix(np);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 320 Transliterator np = pn.getInverse(); local
321 String target3 = np.transliterate(target);
    [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
594 np = (String) fieldGetter.get("negativePrefix", null);
622 properties.setNegativePrefix(np);
    [all...]