/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p15.cpp | 8 void capture_by_ref(NonCopyable nc, NonCopyable &ncr) { 10 (void)[&nc] () -> void {};
|
/art/tools/ |
setup-buildbot-device.sh | 18 nc='\033[0m' 20 echo -e "${green}Date on device${nc}" 23 echo -e "${green}Turn off selinux${nc}" 27 echo -e "${green}Setting local loopback${nc}" 31 echo -e "${green}List properties${nc}"
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
NeighboringCellInfoTest.java | 36 NeighboringCellInfo nc; local 39 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE); 40 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType()); 41 assertEquals(rssi, nc.getRssi()); 42 assertEquals(0xfff, nc.getLac()); 43 assertEquals(0xffff, nc.getCid()); 44 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc()); 46 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS); 47 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType()); 48 assertEquals(rssi, nc.getRssi()) [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
NeighboringCellInfoTest.java | 32 NeighboringCellInfo nc; local 34 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE); 35 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType()); 36 assertEquals(rssi, nc.getRssi()); 37 assertEquals(0xfff, nc.getLac()); 38 assertEquals(0xffff, nc.getCid()); 39 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc()); 41 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS); 42 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType()); 43 assertEquals(rssi, nc.getRssi()) 60 NeighboringCellInfo nc = new NeighboringCellInfo(rssi, "12345678", NETWORK_TYPE_GPRS); local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_cavlc.h | 54 i32 nc,
|
/external/clang/test/SemaCXX/ |
copy-assignment.cpp | 61 C c, nc; local 82 nc = c; 83 nc = constC; 84 nc = 1; 85 nc = 1L; 86 nc = 1.0; // expected-error{{use of overloaded operator '=' is ambiguous}} 87 nc += 1; 88 nc += 1L; 89 nc += 1.0; // expected-error{{use of overloaded operator '+=' is ambiguous}}
|
microsoft-new-delete.cpp | 13 class noncopyable { noncopyable(const noncopyable&); } extern nc; // expected-note {{here}} 16 void *q = new (nc) int[4]; // expected-error {{calling a private constructor}}
|
cxx0x-cursory-default-delete.cpp | 20 non_copiable nc; local 21 non_copiable nc2 = nc; // expected-error {{deleted constructor}} 22 nc = nc; // expected-error {{deleted operator}}
|
/frameworks/base/core/java/android/net/ |
NetworkCapabilities.java | 44 public NetworkCapabilities(NetworkCapabilities nc) { 45 if (nc != null) { 46 mNetworkCapabilities = nc.mNetworkCapabilities; 47 mTransportTypes = nc.mTransportTypes; 48 mLinkUpBandwidthKbps = nc.mLinkUpBandwidthKbps; 49 mLinkDownBandwidthKbps = nc.mLinkDownBandwidthKbps; 50 mNetworkSpecifier = nc.mNetworkSpecifier; 277 private void combineNetCapabilities(NetworkCapabilities nc) { 278 this.mNetworkCapabilities |= nc.mNetworkCapabilities; 281 private boolean satisfiedByNetCapabilities(NetworkCapabilities nc) { [all...] |
NetworkRequest.java | 52 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId) { 53 if (nc == null) { 57 networkCapabilities = nc; 90 final NetworkCapabilities nc = new NetworkCapabilities(mNetworkCapabilities); local 91 nc.maybeMarkCapabilitiesRestricted(); 92 return new NetworkRequest(nc, ConnectivityManager.TYPE_NONE, 208 NetworkCapabilities nc = (NetworkCapabilities)in.readParcelable(null); 211 NetworkRequest result = new NetworkRequest(nc, legacyType, requestId);
|
/external/eigen/bench/ |
benchmarkSlice.cpp | 26 int r, c, nr, nc; local 30 nc = Eigen::internal::random<int>(50,80); 31 m.block(r,c,nr,nc) += Mat::Ones(nr,nc); 32 m.block(r,c,nr,nc) *= SCALAR(10); 33 m.block(r,c,nr,nc) -= Mat::constant(nr,nc,10); 34 m.block(r,c,nr,nc) /= SCALAR(10);
|
/packages/apps/Email/provider_src/com/android/email/ |
EmailIntentService.java | 40 final NotificationController nc = local 42 if (nc != null) { 43 nc.handleUpdateNotificationIntent(this, intent);
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
isp_az.cpp | 93 #define NC (M/2) 143 int16 nc; local 149 nc = m >> 1; 152 if (nc > 8) 154 Get_isp_pol_16kHz(&isp[0], f1, nc); 155 for (i = 0; i <= nc; i++) 159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1); 160 for (i = 0; i <= nc - 1; i++) 167 Get_isp_pol(&isp[0], f1, nc); 168 Get_isp_pol(&isp[1], f2, nc - 1) [all...] |
/external/libopus/celt/tests/ |
test_unit_cwrs32.c | 102 opus_uint32 nc; local 108 nc=ncwrs_urow(n,k,uu); 110 nc=CELT_PVQ_V(n,k); 112 inc=nc/20000; 114 for(i=0;i<nc;i+=inc){ 136 /*printf("%6u of %u:",i,nc); 150 if(v!=nc){ 152 (long)v,(long)nc);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
isp_az.c | 29 #define NC (M/2) 48 Word16 nc; local 53 nc = (m >> 1); 54 if(nc > 8) 56 Get_isp_pol_16kHz(&isp[0], f1, nc); 57 for (i = 0; i <= nc; i++) 62 Get_isp_pol(&isp[0], f1, nc); 64 if (nc > 8) 66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1)); 67 for (i = 0; i <= nc - 1; i++ [all...] |
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
make_shared.pass.cpp | 42 int nc = globalMemCounter.outstanding_new; local 47 assert(globalMemCounter.checkOutstandingNewEq(nc+1)); 53 nc = globalMemCounter.outstanding_new; 57 assert(globalMemCounter.checkOutstandingNewEq(nc+1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
make_shared.pass.cpp | 55 int nc = new_count; local 60 assert(new_count == nc+1); 66 nc = new_count; 70 assert(new_count == nc+1);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
scanresults.cpp | 134 NetworkConfig *nc = new NetworkConfig(); local 135 if (nc == NULL) 137 nc->setWpaGui(wpagui); 138 nc->paramsFromScanResults(sel); 139 nc->show(); 140 nc->exec();
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
p2.cpp | 55 NonConst nc; member in struct:copy::NonConst3 61 NonConst nc; // makes implicit copy non-const member in struct:copy::BadConst
|
/external/eigen/Eigen/src/SparseCore/ |
SparseColEtree.h | 64 Index nc = mat.cols(); // Number of columns local 66 Index diagSize = (std::min)(nc,m); 67 IndexVector root(nc); // root of subtree of etree 69 IndexVector pp(nc); // disjoint sets 75 firstRowElt.setConstant(nc); 78 for (col = 0; col < nc; col++) 93 for (col = 0; col < nc; col++) 99 parent(col) = nc;
|
/external/netcat/ |
Android.mk | 16 LOCAL_MODULE:=nc
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AuthenticationInfo.java | 174 String nc = Integer.toHexString(nonceCount); local 177 nc = base.substring(0, 8 - nc.length()) + nc; 178 this.setParameter(ParameterNames.NC, nc);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP224R1FieldElement.java | 138 int[] nc = Nat224.create(); local 139 SecP224R1Field.negate(c, nc); 149 while (!trySqrt(nc, r, t)) 197 private static void RM(int[] nc, int[] d0, int[] e0, int[] d1, int[] e1, int[] f1, int[] t) 200 SecP224R1Field.multiply(t, nc, t); 208 SecP224R1Field.multiply(f1, nc, f1); 211 private static void RP(int[] nc, int[] d1, int[] e1, int[] f1, int[] t) 213 Nat224.copy(nc, f1); 229 RM(nc, d0, e0, d1, e1, f1, t); 244 private static boolean trySqrt(int[] nc, int[] r, int[] t [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode_inline.h | 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) 32 if (nc > 32) 35 end = 1 << (32 - nc); 69 nc -= 32; 70 if (nc > 0) 73 end = 1 << (32 - nc); 113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) 115 OSCL_UNUSED_ARG(nc); 227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) 229 OSCL_UNUSED_ARG(nc); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Matrix3f.java | 126 float nc = 1.0f - c; local 133 mMat[0] = x*x*nc + c; 134 mMat[3] = xy*nc - zs; 135 mMat[6] = zx*nc + ys; 136 mMat[1] = xy*nc + zs; 137 mMat[4] = y*y*nc + c; 138 mMat[7] = yz*nc - xs; 139 mMat[2] = zx*nc - ys; 140 mMat[5] = yz*nc + xs; 141 mMat[8] = z*z*nc + c [all...] |