HomeSort by relevance Sort by last modified time
    Searched defs:FIXME (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__)
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/
scm_unittest.py 49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed
50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed
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
    [all...]

Completed in 62 milliseconds