Searched refs:ismethod (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c788 static void body (LexState *ls, expdesc *e, int ismethod, int line) { argument
796 if (ismethod) {
1456 int ismethod = 0; local
1461 ismethod = 1;
1464 return ismethod;
1470 int ismethod; local
1473 ismethod = funcname(ls, &v);
1474 body(ls, &b, ismethod, line);
/external/chromium_org/third_party/ply/
H A Dyacc.py2872 ismethod = 0
2874 ismethod = 1
2884 if (func_code(self.error_func).co_argcount != 1+ismethod):
/external/lldb/test/
H A Ddotest.py1474 elif inspect.ismethod(test) and test.__self__ != None and hasattr(test.__self__,"getCategories"):
H A Dlldbtest.py1819 self.assertTrue(inspect.ismethod(method),

Completed in 155 milliseconds