Searched refs:newLog (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
H A DProgram.cpp1890 char *newLog = new char[logLength + infoLength + 2]; local
1891 strcpy(newLog, infoLog);
1892 strcpy(newLog + logLength, info);
1893 strcpy(newLog + logLength + infoLength, "\n");
1896 infoLog = newLog;
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp2592 char *newLog = new char[logLength + infoLength + 2]; local
2593 strcpy(newLog, infoLog);
2594 strcpy(newLog + logLength, info);
2595 strcpy(newLog + logLength + infoLength, "\n");
2598 infoLog = newLog;
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 177 milliseconds