Home
last modified time | relevance | path

Searched refs:def (Results 1 – 8 of 8) sorted by relevance

/development/host/windows/usb/adb_winapi_test/
DMAKEFILE22 !INCLUDE $(NTMAKEENV)\makefile.def
/development/host/windows/usb/api/
DMAKEFILE22 !INCLUDE $(NTMAKEENV)\makefile.def
DAdbWinApi.def1 ; AdbWinApi.def : Declares the module parameters.
DSOURCES24 DLLDEF = AdbWinApi.def
/development/host/windows/usb/winusb/
DMAKEFILE22 !INCLUDE $(NTMAKEENV)\makefile.def
DAdbWinUsbApi.def1 ; AdbWinUsbApi.def : Declares the module parameters.
DSOURCES24 DLLDEF = AdbWinUsbApi.def
/development/tools/bugreport/src/com/android/bugreport/util/
DUtils.java70 public static int getInt(Matcher matcher, int group, int def) { in getInt() argument
73 return def; in getInt()