HomeSort by relevance Sort by last modified time
    Searched defs:A2 (Results 26 - 35 of 35) sorted by null

12

  /frameworks/base/core/java/android/net/http/
RequestHandle.java 309 String A2 = mMethod + ":" + mUrl;
314 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
359 return KD(H(A1), nonce + ":" + H(A2));
362 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 995 AString A2;
996 A2.append(method);
997 A2.append(":");
998 A2.append(url);
1002 H(A2, &HA2);
MyTransmitter.h 309 AString A2;
310 A2.append(method);
311 A2.append(":");
312 A2.append(url);
316 H(A2, &HA2);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 828 std::string A2 = method + ":" + uri;
839 std::string HA2 = MD5(A2);
  /external/opencv/cvaux/src/
cveigenobjects.cpp 87 float *A2 = A + n * (p + 1), *V2 = V + n * (p + 1);
89 for( q = p + 1; q < n; q++, A2 += n, V2 += n )
101 Aqq = A2[q];
139 Aiq = A2[i];
143 A2[i] = (float) (Aiq * c + Aip * s);
148 A2[q] = (float) (App * s2 + Aqq * c2 + a);
149 A1[q] = A2[p] = 0.0f;
    [all...]
cvtrifocal.cpp     [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 910 A2 = .55504108793649567998466049042729e-1 / EXPPOLY_32F_A0,
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5)
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 195 // a2 <- Function
196 JSObjectsCluster a2 = local
203 CHECK_EQ(coarser.GetCoarseEquivalent(a1), coarser.GetCoarseEquivalent(a2));
395 if (IsReachableNodeWithName(*entry_ptr, "A2")) has_A2 = true;
454 "function A2() {}\n"
457 "var a2 = new A2();\n"
458 "var b2_1 = new B2(a2), b2_2 = new B2(a2);\n"
459 "var c2 = new C2(a2);");
698 const v8::HeapGraphNode* a2 = local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 227 hz880 = 0x629f, /* .00 A2 */
288 A2 = hz880,

Completed in 619 milliseconds

12