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

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 94 InetAddress[] ias = InetAddress.getAllByName(null); local
95 assertEquals(2, ias.length);
96 for (InetAddress ia : ias) {
99 ias = InetAddress.getAllByName("");
100 assertEquals(2, ias.length);
101 for (InetAddress ia : ias) {
  /external/syslinux/gpxe/src/drivers/net/
eepro100.c 312 struct ifec_ias *ias = NULL; local
337 /* Prepare MAC address w/ Individual Address Setup (ias) command.*/
338 ias = malloc_dma ( sizeof ( *ias ), CB_ALIGN );
339 if ( !ias ) {
343 ias->command = CmdIASetup;
344 ias->status = 0;
345 memcpy ( ias->ia, netdev->ll_addr, ETH_ALEN );
356 ias->link = virt_to_bus ( cfg );
358 /* Issue the ias and configure commands. *
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 1043 final IAudioService ias = IAudioService.Stub.asInterface(b); local
    [all...]
  /external/guice/lib/build/
spring-beans.jar 

Completed in 90 milliseconds