HomeSort by relevance Sort by last modified time
    Searched defs:longInt (Results 1 - 25 of 26) sorted by null

1 2

  /libcore/luni/src/main/java/java/math/
NativeBN.java 52 public static native long longInt(long a);
BigInt.java 184 long longInt() {
185 return NativeBN.longInt(this.bignum);
  /external/libpcap/
pcap-sita.c 880 uint32_t longInt;
884 longInt = htonl(count);
885 send_to_fd(fd, 4, (unsigned char *)&longInt); /* send the instruction sequence count */
889 longInt = htonl(p->k);
893 send_to_fd(fd, 4, (unsigned char *)&longInt);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 209 milliseconds

1 2