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

  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py 92 notimpl = HTTPNotImplemented()
93 assert isinstance(notimpl,HTTPException)
94 assert isinstance(notimpl,HTTPError)
95 assert isinstance(notimpl,HTTPServerError)
96 assert not isinstance(notimpl,HTTPClientError)
  /external/icu/icu4c/source/samples/layout/
gnomelayout.cpp 71 void notimpl(GtkObject */*object*/, gpointer /*data*/) function
cgnomelayout.c 62 static void notimpl(GtkObject *object, gpointer data)

Completed in 362 milliseconds