Searched defs:FIXME (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/common/
H A Ddebug.h29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__) macro
45 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
49 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm_unittest.py49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed namespace
50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed namespace
58 # FIXME: This should be unified into one of the executive.py commands!
279 # FIXME: This code is brittle if the Attachment API changes.
296 # FIXME: There must be a simpler way to add these w/o adding a wrapper method to both subclasses

Completed in 247 milliseconds