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

1 2 3 45 6 7 8 91011

  /external/chromium/chrome/browser/resources/keyboard/
main.js 195 this.cellType_ = 'nc';
234 this.cellType_ = 'nc';
265 this.cellType_ = 'nc';
317 this.cellType_ = 'nc';
358 this.cellType_ = 'nc';
391 this.cellType_ = 'nc';
  /external/valgrind/main/coregrind/
m_debuglog.c 586 Int i, nc = 0; local
604 0 == (ind-nc) % 3 && 0 != ind)
607 nc++;
vgdb.c 1901 int nc; local
    [all...]
  /packages/apps/Email/src/com/android/email/service/
Pop3Service.java 110 NotificationController nc = NotificationController.getInstance(context); local
114 nc.cancelLoginFailedNotification(account.mId);
121 nc.showLoginFailedNotification(account.mId);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 426 nc = 0
428 nc += callcnt
429 self.stats[func] = cc, nc, tt, ct, callers
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 426 nc = 0
428 nc += callcnt
429 self.stats[func] = cc, nc, tt, ct, callers
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 121 var nc:int = newRootTree.childCount;
122 if ( nc==1 ) newRootTree = Tree(newRootTree.getChild(0));
123 else if ( nc >1 ) {
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 67 Index nc = size; // cache block size along the N direction local
68 computeProductBlockingSizes<LhsScalar,RhsScalar>(kc, mc, nc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 560 nc = copy.copy(getcontext())
561 nc.prec = 3
566 d = nc.create_decimal()
570 self.assertRaises(TypeError, nc.create_decimal, None)
573 d = nc.create_decimal(456)
575 self.assertEqual(nc.create_decimal(45678),
576 nc.create_decimal('457E+2'))
581 d = nc.create_decimal('456789')
586 self.assertEqual(str(nc.create_decimal('3.14\n')), 'NaN')
591 d = nc.create_decimal( (1, (4, 3, 4, 9, 1, 3, 5, 3, 4), -25)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 560 nc = copy.copy(getcontext())
561 nc.prec = 3
566 d = nc.create_decimal()
570 self.assertRaises(TypeError, nc.create_decimal, None)
573 d = nc.create_decimal(456)
575 self.assertEqual(nc.create_decimal(45678),
576 nc.create_decimal('457E+2'))
581 d = nc.create_decimal('456789')
586 self.assertEqual(str(nc.create_decimal('3.14\n')), 'NaN')
591 d = nc.create_decimal( (1, (4, 3, 4, 9, 1, 3, 5, 3, 4), -25)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ppc64-mont.pl 149 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
323 lfd $nc,`$FRAME+48`($sp)
339 fcfid $nc,$nc
396 fmadd $T1a,$N0,$nc,$T1a
398 fmadd $T2a,$N1,$nc,$T2a
400 fmadd $T3a,$N2,$nc,$T3a
402 fmadd $dota,$N3,$nc,$dota
528 fmadd $T1a,$N0,$nc,$T1a
531 fmadd $T2a,$N1,$nc,$T2
    [all...]
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 149 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
323 lfd $nc,`$FRAME+48`($sp)
339 fcfid $nc,$nc
396 fmadd $T1a,$N0,$nc,$T1a
398 fmadd $T2a,$N1,$nc,$T2a
400 fmadd $T3a,$N2,$nc,$T3a
402 fmadd $dota,$N3,$nc,$dota
528 fmadd $T1a,$N0,$nc,$T1a
531 fmadd $T2a,$N1,$nc,$T2
    [all...]
  /external/sonivox/jet_tools/JetCreator/
img_Cut.py 70 \x08\nc\xed\xb7N\x9dBY\xbb\xce,p\xdal\xa6\x00V&\x9e\x97\x01\xd7\x98\x10\xcb\
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 195 const int nc = 32; local
199 ip[1] = nc;
200 nch = nc >> 1;
206 c[nc - j] = 0.5f * sinf(delta * j);
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3'];
113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2'];
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c 1158 unsigned long n,nc,llen,l; local
1942 unsigned long n,nc,l; local
    [all...]
s3_srvr.c 1392 SSL_CIPHER *nc=NULL; local
3201 unsigned long l,nc,llen,n; local
    [all...]
  /external/openssl/ssl/
s3_clnt.c 1157 unsigned long n,nc,llen,l; local
1941 unsigned long n,nc,l; local
    [all...]
s3_srvr.c 1391 SSL_CIPHER *nc=NULL; local
3200 unsigned long l,nc,llen,n; local
    [all...]
  /external/llvm/lib/Support/
regcomp.c 183 (NC-1)*sizeof(cat_t));
204 g->csetsize = NC;
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1061 size_t nc; local
1071 nc = p->ncsalloc;
1072 assert(nc % CHAR_BIT == 0);
1073 nbytes = nc / CHAR_BIT * css;
1075 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 175 (NC-1)*sizeof(cat_t));
196 g->csetsize = NC;
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1025 size_t nc; local
1035 nc = p->ncsalloc;
1036 assert(nc % CHAR_BIT == 0);
1037 nbytes = nc / CHAR_BIT * css;
1039 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 266 (NC-1)*sizeof(cat_t));
287 g->csetsize = NC;
300 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1234 size_t nc; local
1246 nc = p->ncsalloc;
1247 assert(nc % CHAR_BIT == 0);
1248 nbytes = nc / CHAR_BIT * css;
1252 p->g->sets = malloc(nc * sizeof(cset));
1254 p->g->sets = realloc(p->g->sets, nc * sizeof(cset));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 765 * @param nc the namespace context (prefix resolver.
767 public final void pushExpressionState(int cn, int en, PrefixResolver nc)
771 m_prefixResolvers.push(nc);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c 40 const unsigned nc = util_format_get_nr_components(ve->src_format); local
51 switch (nc) {
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_purp.c 464 x->nc = X509_get_ext_d2i(x, NID_name_constraints, &i, NULL);
465 if (!x->nc && (i != -1))

Completed in 1675 milliseconds

1 2 3 45 6 7 8 91011