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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
getbuildinfo.c 23 /* on unix, SVNVERSION is passed on the command line.
27 #ifndef SVNVERSION
28 #define SVNVERSION "$WCRANGE$$WCMODS?M:$"
63 static const char svnversion[] = SVNVERSION; local
64 if (svnversion[0] != '$')
65 return svnversion; /* it was interpolated, or passed on command line */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getbuildinfo.c 23 /* on unix, SVNVERSION is passed on the command line.
27 #ifndef SVNVERSION
28 #define SVNVERSION "$WCRANGE$$WCMODS?M:$"
63 static const char svnversion[] = SVNVERSION; local
64 if (svnversion[0] != '$')
65 return svnversion; /* it was interpolated, or passed on command line */
  /external/python/cpython2/Modules/
getbuildinfo.c 23 /* on unix, SVNVERSION is passed on the command line.
27 #ifndef SVNVERSION
28 #define SVNVERSION "$WCRANGE$$WCMODS?M:$"
63 static const char svnversion[] = SVNVERSION; local
64 if (svnversion[0] != '$')
65 return svnversion; /* it was interpolated, or passed on command line */
  /external/python/cpython2/
configure 690 SVNVERSION
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 43 SVNVERSION= svnversion $(srcdir)
588 -DSVNVERSION="\"`LC_ALL=C $(SVNVERSION)`\"" \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 43 SVNVERSION= echo Unversioned directory
589 -DSVNVERSION="\"`LC_ALL=C $(SVNVERSION)`\"" \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 43 SVNVERSION= svnversion $(srcdir)
588 -DSVNVERSION="\"`LC_ALL=C $(SVNVERSION)`\"" \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 43 SVNVERSION= svnversion $(srcdir)
589 -DSVNVERSION="\"`LC_ALL=C $(SVNVERSION)`\"" \
    [all...]

Completed in 516 milliseconds