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

  /hardware/ti/wlan/lib/
shlist.h 13 typedef int (*shListCmp)( void *valo, void *valn, void *etalon );
27 void shListInsBeforeItem( SHLIST *head, void *val, void *etalon,
  /system/wlan/ti/lib/
shlist.h 13 typedef int (*shListCmp)( void *valo, void *valn, void *etalon );
27 void shListInsBeforeItem( SHLIST *head, void *val, void *etalon,
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 440 String etalon = "text here 00000" + c.get(Calendar.YEAR) + " and here"; local
442 assertEquals(etalon, obj.format(new Object[] { new Date() }));

Completed in 342 milliseconds