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

  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 73 TestDatagramSocketImplFactory dsf = new TestDatagramSocketImplFactory(); local
74 DatagramSocketImpl dsi = dsf.createDatagramSocketImpl();
  /external/blktrace/btreplay/
btrecord.c 368 char *p, *dsf = malloc(256); local
373 dsf = strdup(ent->d_name);
374 p = index(dsf, '.');
377 add_input_file(dsf);
378 free(dsf);
btreplay.c 599 char *p, *dsf = malloc(256); local
604 dsf = strdup(ent->d_name);
605 p = index(dsf, '.');
608 add_input_dev(dsf);
609 free(dsf);
    [all...]

Completed in 4132 milliseconds