/dalvik/libcore/sql/src/test/java/tests/support/ |
DatabaseCreator.java | 87 + SALESPEOPLE_TABLE + " (snum integer, sname character (10)," 88 + " city character (10), comm real, PRIMARY KEY (snum))"; 93 + " rating integer, snum integer, PRIMARY KEY (cnum))"; 98 + " snum integer, PRIMARY KEY (onum))"; 165 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 169 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 173 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 177 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 181 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) " 185 + SALESPEOPLE_TABLE + " (snum, sname, city, comm) [all...] |
/external/openssl/crypto/bn/ |
bn_div.c | 185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local 227 snum=BN_CTX_get(ctx); 232 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL) 240 if (!(BN_lshift(snum,num,norm_shift))) goto err; 241 snum->neg=0; 243 num_n=snum->top; 245 /* Lets setup a 'window' into snum 249 wnum.d = &(snum->d[loop]); 252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ 259 /* pointer to the 'top' of snum */ 427 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local [all...] |
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 302 + DatabaseCreator.ORDERS_TABLE + ".snum = " 303 + DatabaseCreator.SALESPEOPLE_TABLE + ".snum"; 341 + " WHERE a.snum = 1002" + " AND b.city = a.city"; 372 String sql = "SELECT distinct s.snum as ssnum, c.snum as ccnum FROM " 374 + DatabaseCreator.SALESPEOPLE_TABLE + " s on s.snum=c.snum"; 411 String sql = "SELECT distinct s.snum as ssnum, c.snum as ccnum FROM " 413 + DatabaseCreator.SALESPEOPLE_TABLE + " s on s.snum=c.snum" [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/ |
JarUtils.java | 104 BigInteger snum = sigInfo.getSerialNumber(); local 110 snum.equals(certs[i].getSerialNumber())) {
|
/hardware/ril/libril/ |
ril.cpp | 633 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir); [all...] |