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

  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 27 Object tmpA, tmpB, tmpC, obj;
90 tmpC = new Object();
93 PhantomReference pr = new PhantomReference(tmpC, new ReferenceQueue());
  /external/valgrind/main/cachegrind/
cg_merge.c 481 ULong tmpC[N_TMPC];
484 ok = parse_ULong( &tmpC[n_tmpC], &str );
497 *lnno = (UWord)tmpC[0];
498 counts = new_Counts( n_tmpC-1, /*COPIED*/&tmpC[1] );
500 counts = new_Counts( n_tmpC, /*COPIED*/&tmpC[0] );
    [all...]

Completed in 44 milliseconds