/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...] |
parse.cc | [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)
|
/prebuilts/python/linux-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/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 | 4309 xmlTextWriterNsStackEntry *np; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 3336 long np = (long)(-par); \/\/ precompute initial ctl value local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
transrt.cpp | 1101 Transliterator *np = pn->createInverse(status); local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
expr.c | 822 yasm__exprentry *np; local 825 SLIST_FOREACH(np, eh, next) { 826 if (np->e == equ_expr) { [all...] |
/external/icu4c/test/intltest/ |
transrt.cpp | 1102 Transliterator *np = pn->createInverse(status); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_lcl.h | 509 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
|
/external/openssl/crypto/bn/ |
bn_lcl.h | 509 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
|
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 1050 ne_xiph_lace_value(unsigned char ** np) 1054 unsigned char * p = *np; 1063 *np = p; [all...] |
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 205 constexpr const int &np = (*(int(*)[4])nullptr)[2]; // expected-error {{constant expression}} expected-note {{cannot access array element of null pointer}} member in namespace:UndefinedBehavior::Ptr
|
/frameworks/base/tools/orientationplot/ |
orientationplot.py | 23 import numpy as np namespace
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
gmp.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
gmp.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
gmp.h | [all...] |
/external/dnsmasq/src/ |
option.c | 672 struct dhcp_netid *np = NULL; local 727 new->netid->next = np; 728 np = new->netid; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar | |