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

1 2

  /external/clang/test/SemaCXX/
runtimediag-ppe.cpp 11 int& NP(int);
12 void test1() { (void)typeid(NP(1 << 32)); }
destructor.cpp 190 struct NP {};
245 NP* np = new NP(); local
246 delete np;
249 NP* np = new NP[4]; local
250 delete[] np;
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 15 constexpr std::nullptr_t np = nullptr; variable
26 IP<np> ip5;
44 PM<np> pm5;
55 PMF<np> pmf5;
58 template<std::nullptr_t np> struct NP { // expected-note 2{{template parameter is declared here}}
59 NP<np> *np2;
62 NP<nullptr> np1;
63 NP<np> np2
    [all...]
  /frameworks/base/core/java/android/os/
PatternMatcher.java 119 final int NP = pattern.length();
120 if (NP <= 0) {
126 while ((ip<NP) && (im<NM)) {
129 nextChar = ip < NP ? pattern.charAt(ip) : 0;
134 nextChar = ip < NP ? pattern.charAt(ip) : 0;
138 if (ip >= (NP-1)) {
149 nextChar = ip < NP ? pattern.charAt(ip) : 0;
163 nextChar = ip < NP ? pattern.charAt(ip) : 0;
174 nextChar = ip < NP ? pattern.charAt(ip) : 0;
182 if (ip >= NP && im >= NM)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 107 template<typename NP>
108 named_parameter_combine<NP,Derived>
109 operator,( NP const& np ) const { return named_parameter_combine<NP,Derived>( np, *static_cast<Derived const*>(this) ); }
118 template<typename NP, typename Rest = nil>
121 , named_parameter_base<named_parameter_combine<NP,Rest> > {
122 typedef typename NP::ref_type res_type;
123 typedef named_parameter_combine<NP,Rest> self_type
    [all...]
  /external/srec/srec/include/
front.h 54 #define NP 1025
166 int np, ns, nf, lognp; member in struct:__anon35708
170 fftdata fcscl[NF+1], framp[NP+1];
  /external/llvm/lib/CodeGen/
Passes.cpp 349 Pass *NP;
351 NP = (*I).second.getInstance();
353 NP = Pass::createPass((*I).second.getID());
354 assert(NP && "Pass ID not registered");
356 addPass(NP);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/clang/lib/Sema/
DeclSpec.cpp 883 unsigned NP,
886 if (NP == 0) return;
887 Decl **ProtoQuals = new Decl*[NP];
888 memcpy(ProtoQuals, Protos, sizeof(Decl*)*NP);
890 ProtocolLocs = new SourceLocation[NP];
891 memcpy(ProtocolLocs, ProtoLocs, sizeof(SourceLocation)*NP);
892 NumProtocolQualifiers = NP;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 138 idesc64 isrL, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present
177 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
xdfprotect.asm 112 idesc32 isrP, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present
150 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 228 final int NP = mPointers.size();
293 for (int p = 0; p < NP; p++) {
528 int NP = mPointers.size();
535 for (int p=0; p<NP; p++) {
555 while (NP <= id) {
558 NP++;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 533 final int NP = mDependentProcesses.size();
535 for (int i=0; i<NP; i++) {
556 final int NP = mDependentProcesses.size();
557 for (int i=0; i<NP; i++) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 296 unsigned &NP = BBNumPreds[BB];
297 if (NP == 0)
298 NP = std::distance(pred_begin(BB), pred_end(BB)) + 1;
299 return NP - 1;
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 176 ilist_iterator(pointer NP) : NodePtr(NP) {}
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 859 NP(new String[]{
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 363 int NP = (pids == null) ? 0 : pids.length;
366 for (int i=0; i<NP; i++) {
369 NP = pid;
BatteryStatsImpl.java     [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 135 final int NP = perms.getPermissionCount(AppSecurityPermissions.WHICH_PERSONAL);
163 if (NP > 0 || ND > 0) {
171 if (NP > 0) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /external/srec/srec/cfront/
frontobj.c 383 freqobj->np = 1 << freqobj->lognp; /* fft sizing */
384 while (freqobj->np < freqobj->window_length)
385 freqobj->np *= 2, freqobj->lognp++;
386 while (freqobj->np < 128)
387 freqobj->np *= 2, freqobj->lognp++;
388 if (freqobj->np > NP)
395 / ((double)freqobj->np / (double)256));
399 / ((double)freqobj->np / (double)256));
403 freqobj->window_length = freqobj->np;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 731 void setProtocolQualifiers(Decl * const *Protos, unsigned NP,
    [all...]

Completed in 1231 milliseconds

1 2