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

1 2 3

  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 103 NeighboringCellInfo nc; local
106 nc = new NeighboringCellInfo(rssi, "FFFFFFF", NETWORK_TYPE_EDGE);
107 assertEquals(NETWORK_TYPE_EDGE, nc.getNetworkType());
108 assertEquals(rssi, nc.getRssi());
109 assertEquals(0xfff, nc.getLac());
110 assertEquals(0xffff, nc.getCid());
111 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nc.getPsc());
113 nc = new NeighboringCellInfo(rssi, "1FF", NETWORK_TYPE_UMTS);
114 assertEquals(NETWORK_TYPE_UMTS, nc.getNetworkType());
115 assertEquals(rssi, nc.getRssi())
    [all...]
  /frameworks/base/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/base/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...]
  /frameworks/base/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/wpa_supplicant/wpa_gui/
scanresults.ui.h 94 NetworkConfig *nc = new NetworkConfig(); local
95 if (nc == NULL)
97 nc->setWpaGui(wpagui);
98 nc->paramsFromScanResults(sel);
99 nc->show();
100 nc->exec();
wpagui.ui.h 695 NetworkConfig *nc = new NetworkConfig(); local
696 if (nc == NULL)
698 nc->setWpaGui(this);
700 nc->paramsFromConfig(sel.toInt());
701 nc->show();
702 nc->exec();
716 NetworkConfig *nc = new NetworkConfig(); local
717 if (nc == NULL)
719 nc->setWpaGui(this);
720 nc->newNetwork()
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 119 NetworkConfig *nc = new NetworkConfig(); local
120 if (nc == NULL)
122 nc->setWpaGui(wpagui);
123 nc->paramsFromScanResults(sel);
124 nc->show();
125 nc->exec();
wpagui.cpp 742 NetworkConfig *nc = new NetworkConfig(); local
743 if (nc == NULL)
745 nc->setWpaGui(this);
747 nc->paramsFromConfig(sel.toInt());
748 nc->show();
749 nc->exec();
763 NetworkConfig *nc = new NetworkConfig(); local
764 if (nc == NULL)
766 nc->setWpaGui(this);
767 nc->newNetwork()
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 94 NetworkConfig *nc = new NetworkConfig(); local
95 if (nc == NULL)
97 nc->setWpaGui(wpagui);
98 nc->paramsFromScanResults(sel);
99 nc->show();
100 nc->exec();
wpagui.ui.h 693 NetworkConfig *nc = new NetworkConfig(); local
694 if (nc == NULL)
696 nc->setWpaGui(this);
698 nc->paramsFromConfig(sel.toInt());
699 nc->show();
700 nc->exec();
714 NetworkConfig *nc = new NetworkConfig(); local
715 if (nc == NULL)
717 nc->setWpaGui(this);
718 nc->newNetwork()
    [all...]
  /dalvik/vm/hprof/
HprofClass.c 85 char *nc; local
127 /* Point nc to the semicolon.
129 nc = newName + newLen - dim*2;
130 assert(*nc == ';');
133 *nc++ = '[';
134 *nc++ = ']';
136 assert(*nc == '\0');
  /external/chromium/net/http/
http_auth_handler_digest.cc 28 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) |
132 const std::string& nc) const {
144 nc_part = nc + ":" + cnonce + ":" + QopToString(qop_) + ":";
158 std::string nc = StringPrintf("%08x", nonce_count); local
170 password, cnonce, nc);
181 authorization += ", nc=" + nc;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 137 NetworkConfig *nc = new NetworkConfig(); local
138 if (nc == NULL)
140 nc->setWpaGui(wpagui);
141 nc->paramsFromScanResults(sel);
142 nc->show();
143 nc->exec();
  /frameworks/base/libs/rs/
rsMatrix.cpp 82 const float nc = 1.0f - c; local
89 m[ 0] = x*x*nc + c;
90 m[ 4] = xy*nc - zs;
91 m[ 8] = zx*nc + ys;
92 m[ 1] = xy*nc + zs;
93 m[ 5] = y*y*nc + c;
94 m[ 9] = yz*nc - xs;
95 m[ 2] = zx*nc - ys;
96 m[ 6] = yz*nc + xs;
97 m[10] = z*z*nc + c
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.c 78 char nc; local
84 nc = *fmt++;
85 if (nc=='!') {
89 assert((unsigned)(nc-'0') < 4);
90 operand = lir->operands[nc-'0'];
  /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);
AuthenticationHeader.java 70 public static final String NC = ParameterNames.NC;
437 return this.getParameterAsHexInt(ParameterNames.NC);
449 String nc = Integer.toHexString(param); local
452 nc = base.substring(0, 8 - nc.length()) + nc;
453 this.setParameter(ParameterNames.NC, nc);
  /external/jpeg/
jccolor.c 349 int nc = cinfo->num_components; local
353 if (1 == num_rows && 3 == nc && num_cols > 0) {
390 for (ci = 0; ci < nc; ci++) {
395 inptr += nc;
jquant1.c 191 int nc = cinfo->out_color_components; /* number of color components */ local
198 /* We can allocate at least the nc'th root of max_colors per component. */
199 /* Compute floor(nc'th root of max_colors). */
203 temp = iroot; /* set temp = iroot ** nc */
204 for (i = 1; i < nc; i++)
215 for (i = 0; i < nc; i++) {
227 for (i = 0; i < nc; i++) {
470 register int nc = cinfo->out_color_components; local
477 for (ci = 0; ci < nc; ci++) {
525 int nc = cinfo->out_color_components local
626 int nc = cinfo->out_color_components; local
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 88 float nc = 1.0f - c; local
95 mMat[ 0] = x*x*nc + c;
96 mMat[ 4] = xy*nc - zs;
97 mMat[ 8] = zx*nc + ys;
98 mMat[ 1] = xy*nc + zs;
99 mMat[ 5] = y*y*nc + c;
100 mMat[ 9] = yz*nc - xs;
101 mMat[ 2] = zx*nc - ys;
102 mMat[ 6] = yz*nc + xs;
103 mMat[10] = z*z*nc + c
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 194 NullCipher nc = new NullCipher(); local
195 CipherOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc);
197 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
  /sdk/anttasks/src/com/android/ant/
AaptExecLoopTask.java 243 NoCompress nc = new NoCompress(); local
244 mNoCompressList.add(nc);
245 return nc;
349 for (NoCompress nc : mNoCompressList) {
350 if (nc.mExtension == null) {
359 for (NoCompress nc : mNoCompressList) {
361 task.createArg().setValue(nc.mExtension);
  /external/bluetooth/bluez/network/
connection.c 106 struct network_conn *nc = l->data; local
108 if (nc->id == id)
109 return nc;
150 struct network_conn *nc = data; local
155 emit_property_changed(connection, nc->peer->path,
158 emit_property_changed(connection, nc->peer->path,
161 emit_property_changed(connection, nc->peer->path,
164 device_remove_disconnect_watch(nc->peer->device, nc->dc_id);
165 nc->dc_id = 0
205 struct network_conn *nc = user_data; local
217 struct network_conn *nc = user_data; local
227 struct network_conn *nc = data; local
363 struct network_conn *nc = data; local
391 struct network_conn *nc; local
437 struct network_conn *nc = data; local
456 struct network_conn *nc = l->data; local
471 struct network_conn *nc = NULL; local
564 struct network_conn *nc; local
615 struct network_conn *nc; local
    [all...]
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 310 // because we do not preemptively send authorization headers, nc is always 1
311 String nc = "000001"; local
313 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
331 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
352 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
361 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 526 float nc = 1.0f - c; local
533 rm[rmOffset + 0] = x*x*nc + c;
534 rm[rmOffset + 4] = xy*nc - zs;
535 rm[rmOffset + 8] = zx*nc + ys;
536 rm[rmOffset + 1] = xy*nc + zs;
537 rm[rmOffset + 5] = y*y*nc + c;
538 rm[rmOffset + 9] = yz*nc - xs;
539 rm[rmOffset + 2] = zx*nc - ys;
540 rm[rmOffset + 6] = yz*nc + xs;
541 rm[rmOffset + 10] = z*z*nc + c
    [all...]

Completed in 494 milliseconds

1 2 3