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

  /external/chromium_org/third_party/angle_dx11/src/common/
debug.h 50 #define FIXME(message, ...) (void(0))
52 #define FIXME(message, ...) gl::trace(false, "fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
85 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
89 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout_unittest.py 40 from webkitpy.common.system.filesystem import FileSystem # FIXME: This should not be needed.
  /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 518 milliseconds