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

1 2 3 4 5 6 7 8 91011>>

  /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 {};
  /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...]
  /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/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.h 54 i32 nc,
  /frameworks/base/core/java/android/net/
NetworkCapabilities.java 54 public NetworkCapabilities(NetworkCapabilities nc) {
55 if (nc != null) {
56 mNetworkCapabilities = nc.mNetworkCapabilities;
57 mTransportTypes = nc.mTransportTypes;
58 mLinkUpBandwidthKbps = nc.mLinkUpBandwidthKbps;
59 mLinkDownBandwidthKbps = nc.mLinkDownBandwidthKbps;
60 mNetworkSpecifier = nc.mNetworkSpecifier;
242 private void combineNetCapabilities(NetworkCapabilities nc) {
243 this.mNetworkCapabilities |= nc.mNetworkCapabilities;
246 private boolean satisfiedByNetCapabilities(NetworkCapabilities nc) {
    [all...]
NetworkRequest.java 54 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId) {
55 if (nc == null) {
59 networkCapabilities = nc;
192 NetworkCapabilities nc = (NetworkCapabilities)in.readParcelable(null);
195 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);
  /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/chromium_org/third_party/opus/src/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);
  /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/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);
  /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 133 NetworkConfig *nc = new NetworkConfig(); local
134 if (nc == NULL)
136 nc->setWpaGui(wpagui);
137 nc->paramsFromScanResults(sel);
138 nc->show();
139 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);
  /frameworks/av/tools/resampler_tools/
fir.cpp 91 // nc is the number of bits to store the coefficients
92 int nc = 32; local
105 // 2^nz >= 2^(nc/2)
193 nc = 16;
242 printf("const int32_t RESAMPLE_FIR_COEF_BITS = %d;\n", nc);
261 int64_t yi = toint(y, 1ULL<<(nc-1));
262 if (nc > 16) {
284 int64_t yi = toint(y, 1ULL<<(nc-1));
285 if (nc > 16) {
  /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...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 129 float nc = 1.0f - c; local
136 mMat[0] = x*x*nc + c;
137 mMat[3] = xy*nc - zs;
138 mMat[6] = zx*nc + ys;
139 mMat[1] = xy*nc + zs;
140 mMat[4] = y*y*nc + c;
141 mMat[7] = yz*nc - xs;
142 mMat[2] = zx*nc - ys;
143 mMat[5] = yz*nc + xs;
144 mMat[8] = z*z*nc + c
    [all...]

Completed in 5385 milliseconds

1 2 3 4 5 6 7 8 91011>>