HomeSort by relevance Sort by last modified time
    Searched full:snum (Results 1 - 7 of 7) sorted by null

  /libcore/luni/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 */
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
    [all...]
  /libcore/luni/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...]
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 97 BigInteger snum = sigInfo.getSerialNumber(); local
103 snum.equals(certs[i].getSerialNumber())) {
  /external/openssl/crypto/
cryptlib.c 458 unsigned char snum = sizeof(id->ptr); local
459 while (snum--)
460 accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
  /hardware/ril/libril/
ril.cpp 634 appendPrintBuf("%snum=%s,clir=%d", printBuf, dial.address, dial.clir);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.a     [all...]

Completed in 407 milliseconds