HomeSort by relevance Sort by last modified time
    Searched refs:nc (Results 101 - 125 of 498) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv3/modules/calib3d/src/
epnp.cpp 527 const int nc = A->cols; local
542 for(int k = 0; k < nc; k++)
549 ppAik1 += nc;
564 ppAik2 += nc;
572 for(int j = k + 1; j < nc; j++)
578 ppAik += nc;
585 ppAik += nc;
589 ppAkk += nc + 1;
594 for(int j = 0; j < nc; j++)
600 ppAij += nc;
    [all...]
upnp.cpp 712 const int nc = A->cols; local
727 for(int k = 0; k < nc; k++)
734 ppAik1 += nc;
749 ppAik2 += nc;
757 for(int j = k + 1; j < nc; j++)
763 ppAik += nc;
770 ppAik += nc;
774 ppAkk += nc + 1;
779 for(int j = 0; j < nc; j++)
785 ppAij += nc;
    [all...]
  /external/opencv3/modules/viz/src/vtk/
vtkCocoaInteractorFix.mm 105 NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
106 [nc addObserver:self selector:@selector(windowWillClose:) name:NSWindowWillCloseNotification object:win];
143 NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
144 [nc removeObserver:self name:NSWindowWillCloseNotification object:nil];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 340 int nc = 0; local
343 coords[nc++] = (float) (x + ctrls[i] * width + ctrls[i + 1] / 2d);
344 coords[nc++] = (float) (y + ctrls[i + 2] * height + ctrls[i + 3] / 2d);
347 at.transform(coords, 0, coords, 0, nc / 2);
357 int nc = 0; local
360 coords[nc++] = x + ctrls[i] * width + ctrls[i + 1] / 2d;
361 coords[nc++] = y + ctrls[i + 2] * height + ctrls[i + 3] / 2d;
364 at.transform(coords, 0, coords, 0, nc / 2);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-m.d 77 166: 40 00 14 40 22 00 ld1\.c\.nc r4=\[r5\]
79 170: 18 20 18 0a 20 13 \[MMB\] ld1\.c\.nc r4=\[r5\],r6
80 176: 40 18 16 42 2e 00 ld1\.c\.nc r4=\[r5\],-61
82 180: 18 20 00 0a 22 11 \[MMB\] ld1\.c\.nc\.nt1 r4=\[r5\]
83 186: 40 30 14 44 26 00 ld1\.c\.nc\.nt1 r4=\[r5\],r6
85 190: 18 20 40 0b 23 17 \[MMB\] ld1\.c\.nc\.nt1 r4=\[r5\],-48
86 196: 40 00 14 4c 22 00 ld1\.c\.nc\.nta r4=\[r5\]
88 1a0: 18 20 18 0a 26 13 \[MMB\] ld1\.c\.nc\.nta r4=\[r5\],r6
89 1a6: 40 e8 16 4e 2e 00 ld1\.c\.nc\.nta r4=\[r5\],-35
199 3f0: 18 20 00 0a 28 11 \[MMB\] ld2\.c\.nc r4=\[r5\
    [all...]
psn.d     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 238 { "NC" , "540", "054", "TERRITORY", "009" },
354 int nc = Integer.valueOf(rd[1]).intValue(); local
355 if ( nc > 0 ) {
356 Region ncRegion = Region.getInstance(nc);
357 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 234 { "NC" , "540", "054", "TERRITORY", "009" },
350 int nc = Integer.valueOf(rd[1]).intValue(); local
351 if ( nc > 0 ) {
352 Region ncRegion = Region.getInstance(nc);
353 if ( !ncRegion.equals(r) && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
  /external/v8/tools/
draw_instruction_graph.sh 64 nc=`grep -m1 '# counters=' $file | cut -d= -f2`
89 MAXCOL=$nc
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 464 final NotificationController nc = local
466 nc.showSecurityNeededNotification(account);
513 final NotificationController nc = local
516 nc.showSecurityNeededNotification(account);
518 nc.showSecurityUnsupportedNotification(account);
627 final NotificationController nc = local
635 nc.showSecurityUnsupportedNotification(account);
646 nc.showSecurityChangedNotification(account);
657 nc.showSecurityNeededNotification(account);
669 final NotificationController nc local
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DigestMd5Utils.java 43 private static final String DIGEST_NC = "nc";
63 public String nc; field in class:DigestMd5Utils.Data
79 nc = "00000001"; // Subsequent Authentication not supported, nounce count always 1.
116 .append(DIGEST_NC, nc)
154 { nonce-value, ":" nc-value, ":",
175 data.nonce + ":" + data.nc + ":" + data.cnonce + ":" + data.qop + ":" + toHex(
  /prebuilts/go/darwin-x86/src/go/doc/
synopsis_test.go 21 {"a b\n\nc\r\rd\t\t", 12, "a b c d"},
22 {"a b\n\nc\r\rd\t\t . BLA", 15, "a b c d ."},
  /prebuilts/go/linux-x86/src/go/doc/
synopsis_test.go 21 {"a b\n\nc\r\rd\t\t", 12, "a b c d"},
22 {"a b\n\nc\r\rd\t\t . BLA", 15, "a b c d ."},
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
branch.s 21 @OC@nc text_label
add.d 49 9c: 06 52 f4 44 44f45206 add.nc r39,r40,r41
50 a0: 06 d8 55 45 4555d806 add.nc r42,r43,r44
51 a4: 06 5e b7 45 45b75e06 add.nc r45,r46,r47
alias.d 41 0000009c @IC+4@f45006 @OC@.nc r39,r40
42 000000a0 @IC+5@55d606 @OC@.nc r42,r43
43 000000a4 @IC+5@b75c06 @OC@.nc r45,r46
  /frameworks/base/libs/hwui/
Matrix.cpp 351 const float nc = 1.0f - c; local
359 data[kScaleX] = x * x * nc + c;
360 data[kSkewX] = xy * nc - zs;
361 data[8] = zx * nc + ys;
362 data[kSkewY] = xy * nc + zs;
363 data[kScaleY] = y * y * nc + c;
364 data[9] = yz * nc - xs;
365 data[2] = zx * nc - ys;
366 data[6] = yz * nc + xs;
367 data[kScaleZ] = z * z * nc + c
    [all...]
  /frameworks/native/include/ui/
mat4.h 314 T nc = 1 - c; local
321 r[ 0] = x*x*nc + c; r[ 4] = xy*nc - zs; r[ 8] = zx*nc + ys;
322 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs;
323 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c
    [all...]
  /external/apache-http/android/src/android/net/http/
RequestHandle.java 323 // because we do not preemptively send authorization headers, nc is always 1
324 String nc = "00000001"; local
326 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce);
344 response += ", qop=" + QOP + ", nc=" + nc + ", cnonce=" + doubleQuote(cnonce);
365 String A1, String A2, String nonce, String QOP, String nc, String cnonce) {
374 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
cplx.go 84 // break addable nc-complex into nr-real and ni-imaginary
85 func subnode(nr *Node, ni *Node, nc *Node) {
86 if !nc.Addable {
90 tc := Simsimtype(nc.Type)
94 if nc.Op == OLITERAL {
95 nodfconst(nr, t, &nc.Val().U.(*Mpcplx).Real)
96 nodfconst(ni, t, &nc.Val().U.(*Mpcplx).Imag)
100 *nr = *nc
103 *ni = *nc
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
cplx.go 81 // break addable nc-complex into nr-real and ni-imaginary
82 func subnode(nr *Node, ni *Node, nc *Node) {
83 if !nc.Addable {
87 tc := Simsimtype(nc.Type)
91 if nc.Op == OLITERAL {
92 nodfconst(nr, t, &nc.Val().U.(*Mpcplx).Real)
93 nodfconst(ni, t, &nc.Val().U.(*Mpcplx).Imag)
97 *nr = *nc
100 *ni = *nc
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
cplx.go 84 // break addable nc-complex into nr-real and ni-imaginary
85 func subnode(nr *Node, ni *Node, nc *Node) {
86 if !nc.Addable {
90 tc := Simsimtype(nc.Type)
94 if nc.Op == OLITERAL {
95 nodfconst(nr, t, &nc.Val().U.(*Mpcplx).Real)
96 nodfconst(ni, t, &nc.Val().U.(*Mpcplx).Imag)
100 *nr = *nc
103 *ni = *nc
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
cplx.go 81 // break addable nc-complex into nr-real and ni-imaginary
82 func subnode(nr *Node, ni *Node, nc *Node) {
83 if !nc.Addable {
87 tc := Simsimtype(nc.Type)
91 if nc.Op == OLITERAL {
92 nodfconst(nr, t, &nc.Val().U.(*Mpcplx).Real)
93 nodfconst(ni, t, &nc.Val().U.(*Mpcplx).Imag)
97 *nr = *nc
100 *ni = *nc
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 105 byte[] nc = getEncodingPSOnly();
106 byte[] ncCopy = nc.clone();
113 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
219 byte[] nc = getEncodingPSOnly();
220 byte[] ncCopy = nc.clone();
228 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 111 byte[] nc = getEncodingPSOnly();
112 byte[] ncCopy = nc.clone();
119 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
222 byte[] nc = getEncodingPSOnly();
223 byte[] ncCopy = nc.clone();
231 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));

Completed in 2084 milliseconds

1 2 3 45 6 7 8 91011>>