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

  /external/chromium_org/third_party/angle/src/common/
debug.h 50 #define FIXME(message, ...) gl::trace(false, "fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
52 #define FIXME(message, ...) (void(0))
96 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
100 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
rebaselineserver.py 34 from webkitpy.common.host import Host # FIXME: This should not be needed!
165 # FIXME: This seems like a hack. This only seems used to access the Port.expected_baselines logic.
179 # FIXME: This should get the Host from the test_config to be mockable!

Completed in 173 milliseconds