Home
last modified time | relevance | path

Searched refs:DEBUG_PORT (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/com32/lib/
Dvdprintf.c13 #ifdef DEBUG_PORT
32 static const uint16_t debug_base = DEBUG_PORT;
Ddprintf.c8 #ifdef DEBUG_PORT
/external/syslinux/core/
Dkaboom.c7 #if defined(CORE_DEBUG) || defined(DEBUG_PORT)
/external/syslinux/com32/include/
Ddprintf.h10 #if !defined(DEBUG_PORT) && !defined(DEBUG_STDIO)
/external/testng/src/main/java/org/testng/remote/
DRemoteTestNG.java45 public static final String DEBUG_PORT = "12345"; field in RemoteTestNG
185 cla.port = Integer.parseInt(DEBUG_PORT); in initAndRun()
/external/syslinux/core/lwip/src/netif/
Dundiif.c55 # ifndef DEBUG_PORT
56 # define DEBUG_PORT 0x3f8 macro