HomeSort by relevance Sort by last modified time
    Searched refs:amt2 (Results 1 - 9 of 9) sorted by null

  /external/libyuv/files/util/
compare.cc 39 int amt2 = 0; local
44 amt2 = fread(buf2, 1, kBlockSize, fin2);
45 if (amt2 > 0) hash2 = libyuv::HashDjb2(buf2, amt2, hash2);
46 int amt_min = (amt1 < amt2) ? amt1 : amt2;
50 } while (amt1 > 0 || amt2 > 0);
  /libcore/luni/src/test/java/libcore/java/util/
OldAbstractMapTest.java 37 AbstractMap<String, String> amt2 = new AMT(); local
38 assertTrue("assert 0", amt1.equals(amt2));
40 assertTrue("assert 2", amt2.equals(amt1));
42 assertFalse("assert 3", amt1.equals(amt2));
46 amt2.put("1", "one");
47 amt2.put("2", "two");
48 amt2.put("3", "three");
49 assertTrue("assert 4", amt1.equals(amt2));
55 AMT amt2 = new AMT(); local
58 assertNotSame(amt1.hashCode(), amt2.hashCode())
    [all...]
  /development/tools/line_endings/
line_endings.c 73 ssize_t amt2 = len < BUFSIZE ? len : BUFSIZE; local
74 amt = read(fd, buf, amt2);
75 if (amt != amt2) {
79 buf[amt2] = '\0';
88 len -= amt2;
94 ssize_t amt2 = strlen(root->buf); local
95 if (amt2 > 0) {
96 ssize_t amt = write(fd, root->buf, amt2);
97 if (amt != amt2) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 238 int amt2 = consume ? 2 : 0; local
257 annotateTo.annotate(amt2, s2);
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 235 int amt2 = consume ? 2 : 0; local
254 annotateTo.annotate(amt2, s2);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 236 int amt2 = consume ? 2 : 0; local
255 annotateTo.annotate(amt2, s2);
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 230 milliseconds