Searched refs:def (Results 1 – 9 of 9) sorted by relevance
22 !INCLUDE $(NTMAKEENV)\makefile.def
1 ; AdbWinUsbApi.def : Declares the module parameters.
24 DLLDEF = AdbWinUsbApi.def
1 ; AdbWinApi.def : Declares the module parameters.
24 DLLDEF = AdbWinApi.def
70 public static int getInt(Matcher matcher, int group, int def) { in getInt() argument73 return def; in getInt()
104 for _, def := range ast.Defs {105 if module, ok := def.(*parser.Module); ok {