HomeSort by relevance Sort by last modified time
    Searched refs:np (Results 201 - 225 of 268) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 197 np = os.path.normpath(p)
199 if np not in reduced_paths:
200 reduced_paths.append(np)
msvc9compiler.py 202 np = os.path.normpath(p)
204 if np not in reduced_paths:
205 reduced_paths.append(np)
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 348 NinePatch np = new NinePatch(bitmap, bitmap.getNinePatchChunk(), null); local
349 return new NinePatchDrawable(mResources, np);
  /external/ipsec-tools/src/racoon/
isakmp.c 605 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
651 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
681 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
735 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
753 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
1422 u_char np = np0 & 0xff; local
1509 u_char np; local
    [all...]
ipsec_doi.c     [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 443 const char* errs[] = {"", "| link bogus NP",
444 "| link bogus PN", "| link bogus NP+PN" };
445 int np = ((cur->next) && cur->next->prev != cur) ? 1 : 0; local
452 errs[np|pn]);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ppc64-mont.pl 105 $np="r6";
113 $nap_d="r22"; # interleaved ap and np in double format
301 lwz $t4,4($np) ; load n[j] as 32-bit word pair
302 lwz $t5,0($np)
303 lwz $t6,12($np) ; load n[j+1] as 32-bit word pair
304 lwz $t7,8($np)
311 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
312 lwz $t5,4($np)
313 lwz $t6,8($np)
314 lwz $t7,12($np)
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 1576 const mDNSu8 * np = name->c; local
2070 mDNSu8 *np = name->c; \/\/ Name pointer local
    [all...]
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 105 $np="r6";
113 $nap_d="r22"; # interleaved ap and np in double format
301 lwz $t4,4($np) ; load n[j] as 32-bit word pair
302 lwz $t5,0($np)
303 lwz $t6,12($np) ; load n[j+1] as 32-bit word pair
304 lwz $t7,8($np)
311 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
312 lwz $t5,4($np)
313 lwz $t6,8($np)
314 lwz $t7,12($np)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 800 int j, np; local
830 pf = XListPixmapFormats(SDL_Display, &np);
833 for(j = 0; j < np; j++)
836 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 503 if (fs->np >= f->sizep) {
505 luaM_growvector(L, f->p, fs->np, f->sizep, Proto *, MAXARG_Bx, "functions");
508 f->p[fs->np++] = clp = luaF_newproto(L);
522 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1));
538 fs->np = 0;
567 luaM_reallocvector(L, f->p, f->sizep, fs->np, Proto *);
568 f->sizep = fs->np;
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 620 numpunct const& np = BOOST_USE_FACET(numpunct, loc); local
621 std::string const grouping = np.grouping();
631 CharT thousands_sep = np.thousands_sep();
701 numpunct const& np = BOOST_USE_FACET(numpunct, loc);
702 std::string const& grouping = np.grouping();
711 CharT const thousands_sep = np.thousands_sep();
991 numpunct const& np = BOOST_USE_FACET(numpunct, loc); local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.c 988 struct mbuf *n, **np; local
1005 np = &top;
1016 *np = n;
1039 np = &n->m_next;
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1205 void *np; local
1208 np = realloc(cs->multis, cs->smultis);
1209 if (np == NULL) {
1216 cs->multis = np;
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 27 import numpy as np namespace
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1169 void *np; local
1172 np = realloc(cs->multis, cs->smultis);
1173 if (np == NULL) {
1180 cs->multis = (char*)np;
    [all...]
  /external/chromium_org/third_party/re2/re2/
re2.cc 992 // Overwrites *np with the new length.
993 static const char* TerminateNumber(char* buf, const char* str, int* np) {
994 int n = *np;
1036 *np = n;
    [all...]
  /external/regex-re2/re2/
re2.cc 974 // Overwrites *np with the new length.
975 static const char* TerminateNumber(char* buf, const char* str, int* np) {
976 int n = *np;
1018 *np = n;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 202 np = os.path.normpath(p)
204 if np not in reduced_paths:
205 reduced_paths.append(np)
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 723 int np = agg::clip_liang_barsky<FX_FLOAT>(x1, y1, x2, y2, rect, x, y); local
724 if (np == 0) {
727 if (np == 1) {
733 x2 = x[np - 1];
734 y2 = y[np - 1];
    [all...]
  /external/ppp/pppd/
auth.c 2035 struct netent *np; local
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlwriter.c 4309 xmlTextWriterNsStackEntry *np; local
    [all...]
  /external/libxml2/
xmlwriter.c 4313 xmlTextWriterNsStackEntry *np; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 1101 Transliterator *np = pn->createInverse(status); local
    [all...]

Completed in 1021 milliseconds

1 2 3 4 5 6 7 891011