search for: createstruct

Displaying 4 results from an estimated 4 matches for "createstruct".

Did you mean: create_struct
2011 Jul 30
0
[LLVMdev] Reflective execution on LLVM
...ter the test is generated. The obtained execution information can guide the further test generation, towards certain goals. So, the key question is " how to execute a chuck of code in the same process"? Assume the tool is going to create tests for the following piece of code: struct C* createStruct(int i) { assert i > 0; .... //return a new created struct C } char* printStruct(struct* C) { .... //do something here } A possible test created can be: Test 1: int i = 10; struct C* c = createStruct(int i) char* result = printStruct(c); For Test1, is it possible to *obtain the value of &quo...
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...DelegatingCallableStatement extends DelegatingPreparedStatement [javac] ^ [javac] /root/rpmbuild/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingConnection.java:50: org.apache.commons.dbcp.DelegatingConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection [javac] public class DelegatingConnection extends AbandonedTrace [javac] ^ [javac] /root/rpmbuild/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/DelegatingResultSet.java:54: org.apache.commons.dbcp.DelegatingR...
2007 Nov 09
0
Wine release 0.9.49
...t side. user32/tests: Don't test the contents of uninitialized buffers. server: Allow to specify the class name instead of the atom to create a window. server: Allow to specify the class name instead of the atom to find a window. user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms. Make some variables static. Include objbase.h where need to get the DllRegisterServer prototype. comctl32/tests: Flush pending events before progress repaint tests. include: Moved AttachThreadInput prototype to winuser.h where it belongs. kernel32:...
2007 Feb 16
0
Wine release 0.9.31
...c function. regedit: Do not use a local copy of a global pointer. winspool: Do not access NULL when HeapAlloc failed. Dmitry Timoshkov (17): gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0. user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy. kernel32: Add a trace to MultiByteToWideChar. winedump: Add a sanity check before dumping long format library export. dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output. user32: Although Windows sends WM_GETMINMAXINFO a...