/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p15.cpp | 8 void capture_by_ref(NonCopyable nc, NonCopyable &ncr) { argument 10 (void)[&nc] () -> void {};
|
H A D | p14.cpp | 16 void capture_by_copy(NonCopyable nc, NonCopyable &ncr, const NonConstCopy nco) { argument 17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
H A D | NameCallbackTest.java | 34 NameCallback nc; field in class:NameCallbackTest 40 nc = new NameCallback("prompt", "defaultName"); 41 assertEquals("prompt", nc.getPrompt()); 42 assertEquals("defaultName", nc.getDefaultName()); 43 nc.setName("Name"); 44 assertEquals("Name", nc.getName()); 53 nc = new NameCallback("", "DefaultName"); 58 nc = new NameCallback(null, "DefaultName"); 63 nc = new NameCallback("Prompt", ""); 68 nc [all...] |
H A D | UnsupportedCallbackExceptionTest.java | 36 NameCallback nc = new NameCallback("prompt"); field in class:UnsupportedCallbackExceptionTest 42 UnsupportedCallbackException ce = new UnsupportedCallbackException(nc); 43 assertEquals(nc, ce.getCallback()); 48 assertEquals(nc, ce.getCallback()); 57 UnsupportedCallbackException ce = new UnsupportedCallbackException(nc, "message"); 59 assertEquals(nc, ce.getCallback()); 64 assertEquals(nc, ce.getCallback());
|
/external/clang/test/SemaCXX/ |
H A D | 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}}
|
H A D | 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}}
|
/external/eigen/bench/ |
H A D | 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);
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/ |
H A D | UnsupportedCallbackExceptionTest.java | 35 static LanguageCallback nc = new LanguageCallback(); field in class:UnsupportedCallbackExceptionTest 39 return new Object[] {new UnsupportedCallbackException(nc)};
|
H A D | NameCallbackTest.java | 39 NameCallback nc = new NameCallback("prmpt", "defName"); 40 nc.setName("Name"); 41 return new Object[] { new NameCallback("prompt", "defaultName"), nc };
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
H A D | test_unit_cwrs32.c | 102 opus_uint32 nc; local 107 nc=ncwrs_urow(n,k,uu); 108 inc=nc/20000; 110 for(i=0;i<nc;i+=inc){ 128 /*printf("%6u of %u:",i,nc); 137 if(v!=nc){ 139 (long)v,(long)nc); 161 if(v!=nc){ 163 (long)v,(long)nc); 185 if(v!=nc){ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | 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/ |
H A D | p2.cpp | 55 NonConst nc; member in struct:copy::NonConst3 61 NonConst nc; // makes implicit copy non-const member in struct:copy::BadConst
|
/external/netcat/ |
H A D | Android.mk | 16 LOCAL_MODULE:=nc
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | AuthenticationInfo.java | 174 String nc = Integer.toHexString(nonceCount); 177 nc = base.substring(0, 8 - nc.length()) + nc; 178 this.setParameter(ParameterNames.NC, nc);
|
/external/webrtc/src/modules/audio_processing/utility/ |
H A D | fft4g.c | 290 static void makect(int nc, int *ip, float *c); 297 static void rftfsub(int n, float *a, int nc, float *c); 298 static void rftbsub(int n, float *a, int nc, float *c); 300 static void dctsub(int n, float *a, int nc, float *c) 301 static void dstsub(int n, float *a, int nc, float *c) 326 int nw, nc; local 334 nc = ip[1]; 335 if (n > (nc << 2)) { 336 nc = n >> 2; 337 makect(nc, i 671 makect(int nc, int *ip, float *c) argument 1234 rftfsub(int n, float *a, int nc, float *c) argument 1259 rftbsub(int n, float *a, int nc, float *c) argument [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/ |
H A D | p14-0x.cpp | 34 NoCopy nc = NoCopy(); // expected-error {{call to deleted}} member in class:S
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
H A D | CipherOutputStreamTest.java | 134 NullCipher nc = new NullCipher(); 135 CipherOutputStream stream1 = new CipherOutputStream(new BufferedOutputStream((OutputStream) null), nc); 137 CipherOutputStream stream3 = new CipherOutputStream(stream2, nc);
|
/external/srec/srec/cfront/ |
H A D | chelmel4.c | 63 //static void lpc_to_cepstral_recursion(cepdata *c, cepdata *a, int nc, int n); 64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc); 93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc) argument 102 for (i = 0; i <= nc; i++) 202 // int nc, /* order of cepstra */ 208 // ASSERT(nc < LPCMAX); 210 // for (i = n + 1; i <= nc; i++) 218 // for (i = 1; i <= nc; i++) 226 // /* to <=nc in icostrans */
|
/external/blktrace/ |
H A D | blktrace.c | 248 struct cl_conn *nc; /* Server network connection */ member in struct:io_info 924 static int net_get_header(struct cl_conn *nc, struct blktrace_net_hdr *bnh) argument 927 int fl = fcntl(nc->fd, F_GETFL); 929 fcntl(nc->fd, F_SETFL, fl | O_NONBLOCK); 930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh)); 931 fcntl(nc->fd, F_SETFL, fl & ~O_NONBLOCK); 1477 struct cl_conn *nc = iop->nc; local 1479 len += sprintf(dst + len, "%s-", nc->ch->hostname); 2168 struct cl_conn *nc; local 2186 ch_rem_connection(struct net_server_s *ns, struct cl_host *ch, struct cl_conn *nc) argument 2261 struct cl_conn *nc = list_entry(p, struct cl_conn, ch_head); local 2296 nc_add_dpp(struct cl_conn *nc, struct blktrace_net_hdr *bnh, time_t connect_time) argument 2345 nc_find_dpp(struct cl_conn *nc, struct blktrace_net_hdr *bnh) argument 2364 net_client_read_data(struct cl_conn *nc, struct devpath *dpp, struct blktrace_net_hdr *bnh) argument 2390 net_client_data(struct cl_conn *nc) argument 2461 struct cl_conn *nc; local 2487 struct cl_conn *nc = list_entry(p, struct cl_conn, ns_head); local [all...] |
/external/openssh/regress/ |
H A D | dynamic-forward.sh | 10 if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then 11 proxycmd="nc -x 127.0.0.1:$FWDPORT -X"
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
H A D | v3_ncons.c | 75 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 239 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) 252 r = nc_match(&gntmp, nc); 275 r = nc_match(&gntmp, nc); 286 r = nc_match(gen, nc); 295 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) 304 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++) 306 sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i); 328 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++) 330 sub = sk_GENERAL_SUBTREE_value(nc [all...] |
/external/openssl/crypto/x509v3/ |
H A D | v3_ncons.c | 75 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 239 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) 252 r = nc_match(&gntmp, nc); 275 r = nc_match(&gntmp, nc); 286 r = nc_match(gen, nc); 295 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) 304 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->permittedSubtrees); i++) 306 sub = sk_GENERAL_SUBTREE_value(nc->permittedSubtrees, i); 328 for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->excludedSubtrees); i++) 330 sub = sk_GENERAL_SUBTREE_value(nc [all...] |
/external/jpeg/ |
H A D | 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 local 626 int nc = cinfo->out_color_components; local [all...] |
/external/qemu/distrib/jpeg-6b/ |
H A D | 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 local 626 int nc = cinfo->out_color_components; local [all...] |
/external/chromium/net/http/ |
H A D | http_auth_handler_digest.cc | 32 // auth, | ?, md5, | MD5(MD5(A1):nonce:nc:cnonce:qop:MD5(A2)) | 321 const std::string& nc) const { 335 nc_part = nc + ":" + cnonce + ":" + QopToString(qop_) + ":"; 349 std::string nc = base::StringPrintf("%08x", nonce_count); local 362 password, cnonce, nc); 373 authorization += ", nc=" + nc;
|