HomeSort by relevance Sort by last modified time
    Searched full:testdll (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cygwin/
testdll.def 1 LIBRARY testdll
exe-export.exp 109 # Build an export library for testdll
110 if ![run_dlltool $tmpdir/testdll.lib $srcdir/$subdir/testdll.def] {
121 if ![ld_special_link "$CC $LDFLAGS $MYLDFLAGS -e _testexe_main@16" $tmpdir/testexe.exe "$tmpdir/testexe.o $srcdir/$subdir/testexe.def $tmpdir/testdll.lib -lkernel32"] {
127 if ![ld_compile "$CC $CFLAGS" $srcdir/$subdir/testdll.c $tmpdir/testdll.o] {
132 if ![ld_special_link "$CC $LDFLAGS -nostartfiles -nostdlib -e _testdll_main@12" $tmpdir/testdll.dll "$tmpdir/testdll.o $srcdir/$subdir/testdll.def $tmpdir/testexe.lib"] {
  /external/python/cpython2/Lib/ctypes/test/
test_prototypes.py 26 testdll = CDLL(_ctypes_test.__file__) variable
48 func = testdll._testfunc_p_p
56 func = prototype(("_testfunc_p_p", testdll),
71 func = testdll._testfunc_p_p
91 func = testdll._testfunc_p_p
106 func = testdll._testfunc_p_p
121 func = testdll._testfunc_p_p
141 func = testdll._testfunc_p_p
149 func = testdll._testfunc_p_p
165 func = testdll._testfunc_p_
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_prototypes.py 26 testdll = CDLL(_ctypes_test.__file__) variable
48 func = testdll._testfunc_p_p
56 func = prototype(("_testfunc_p_p", testdll),
71 func = testdll._testfunc_p_p
94 func = testdll._testfunc_p_p
109 func = testdll._testfunc_p_p
124 func = testdll._testfunc_p_p
144 func = testdll._testfunc_p_p
152 func = testdll._testfunc_p_p
168 func = testdll._testfunc_p_
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_prototypes.py 25 testdll = CDLL(_ctypes_test.__file__) variable
47 func = testdll._testfunc_p_p
55 func = prototype(("_testfunc_p_p", testdll),
70 func = testdll._testfunc_p_p
90 func = testdll._testfunc_p_p
105 func = testdll._testfunc_p_p
120 func = testdll._testfunc_p_p
147 func = testdll._testfunc_p_p
167 func = testdll._testfunc_p_p
173 func = testdll._testfunc_p_
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_prototypes.py 25 testdll = CDLL(_ctypes_test.__file__) variable
47 func = testdll._testfunc_p_p
55 func = prototype(("_testfunc_p_p", testdll),
70 func = testdll._testfunc_p_p
90 func = testdll._testfunc_p_p
105 func = testdll._testfunc_p_p
120 func = testdll._testfunc_p_p
147 func = testdll._testfunc_p_p
167 func = testdll._testfunc_p_p
173 func = testdll._testfunc_p_
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 25 testdll = CDLL(_ctypes_test.__file__) variable
47 func = testdll._testfunc_p_p
55 func = prototype(("_testfunc_p_p", testdll),
70 func = testdll._testfunc_p_p
90 func = testdll._testfunc_p_p
105 func = testdll._testfunc_p_p
120 func = testdll._testfunc_p_p
147 func = testdll._testfunc_p_p
167 func = testdll._testfunc_p_p
173 func = testdll._testfunc_p_
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 25 testdll = CDLL(_ctypes_test.__file__) variable
47 func = testdll._testfunc_p_p
55 func = prototype(("_testfunc_p_p", testdll),
70 func = testdll._testfunc_p_p
90 func = testdll._testfunc_p_p
105 func = testdll._testfunc_p_p
120 func = testdll._testfunc_p_p
147 func = testdll._testfunc_p_p
167 func = testdll._testfunc_p_p
173 func = testdll._testfunc_p_
    [all...]
  /external/libusb/msvc/
ddk_build.cmd 22 if /I Test%1==TestDLL set TARGET=DYNLINK
72 @if /I NOT Test%1==TestDLL goto copylib
  /external/zlib/src/win32/
Makefile.gcc 12 # make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc
80 testdll: example_d.exe minigzip_d.exe
Makefile.msc 147 testdll: example_d.exe minigzip_d.exe
  /toolchain/binutils/binutils-2.27/zlib/win32/
Makefile.gcc 12 # make -fwin32/Makefile.gcc; make test testdll -fwin32/Makefile.gcc
80 testdll: example_d.exe minigzip_d.exe
Makefile.msc 147 testdll: example_d.exe minigzip_d.exe
  /toolchain/binutils/binutils-2.27/ld/testsuite/
ChangeLog-9303 432 * ld-cygwin/testdll.def: New source file.
434 * ld-cygwin/testdll.c: New source file.
    [all...]

Completed in 720 milliseconds