HomeSort by relevance Sort by last modified time
    Searched defs:inspect (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 201 def inspect method in class:ANTLR3.Test.Grammar
299 def inspect method in class:ANTLR3.Test.Grammar
  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 264 import inspect namespace
265 srcfile = inspect.getsourcefile(sys.modules[__name__])
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 11 import inspect namespace
147 COMMANDS = [cls() for _, cls in inspect.getmembers(sys.modules[__name__])
148 if inspect.isclass(cls)
  /external/protobuf/python/
ez_setup.py 256 import inspect namespace
257 srcfile = inspect.getsourcefile(sys.modules[__name__])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 24 import inspect namespace
118 records = inspect.getinnerframes(etb, context)
125 args, varargs, varkw, locals = inspect.getargvalues(frame)
129 inspect.formatargvalues(args, varargs, varkw, locals,
206 records = inspect.getinnerframes(etb, context)
209 args, varargs, varkw, locals = inspect.getargvalues(frame)
213 inspect.formatargvalues(args, varargs, varkw, locals,
pkgutil.py 196 import inspect namespace
205 modname = inspect.getmodulename(fn)
220 subname = inspect.getmodulename(fn)
337 import inspect namespace
352 modname = inspect.getmodulename(fn[0])
trace.py 58 import inspect namespace
410 if inspect.iscode(c):
547 if inspect.isfunction(f)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 13 import inspect namespace
24 # inspect (Issue 4223)
87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src)
95 test_src = inspect.getsource(test_doctest)
107 src = inspect.getsource(mod)
test_pydoc.py 7 import inspect namespace
237 mod_file = inspect.getabsfile(pydoc_mod)
255 (inspect.getabsfile(pydoc_mod), doc_loc) +
test_struct.py 5 import inspect namespace
42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
test_zipimport.py 23 import inspect namespace
319 self.assertEqual(inspect.getsource(module), test_src)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 24 import inspect namespace
118 records = inspect.getinnerframes(etb, context)
125 args, varargs, varkw, locals = inspect.getargvalues(frame)
129 inspect.formatargvalues(args, varargs, varkw, locals,
206 records = inspect.getinnerframes(etb, context)
209 args, varargs, varkw, locals = inspect.getargvalues(frame)
213 inspect.formatargvalues(args, varargs, varkw, locals,
pkgutil.py 196 import inspect namespace
205 modname = inspect.getmodulename(fn)
220 subname = inspect.getmodulename(fn)
337 import inspect namespace
352 modname = inspect.getmodulename(fn[0])
trace.py 58 import inspect namespace
410 if inspect.iscode(c):
547 if inspect.isfunction(f)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 13 import inspect namespace
24 # inspect (Issue 4223)
87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src)
95 test_src = inspect.getsource(test_doctest)
107 src = inspect.getsource(mod)
test_pydoc.py 7 import inspect namespace
237 mod_file = inspect.getabsfile(pydoc_mod)
255 (inspect.getabsfile(pydoc_mod), doc_loc) +
test_struct.py 5 import inspect namespace
42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
test_zipimport.py 23 import inspect namespace
319 self.assertEqual(inspect.getsource(module), test_src)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb 177 def inspect method in class:ANTLR3.Token
178 text_inspect = text ? "[#{ text.inspect }] " : ' '
180 stream_position = start ? "(#{ range.inspect })" : ''
191 printer.text( inspect )
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 15 import inspect namespace
90 caller = inspect.stack()[1][3]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptExterns.js 75 InjectedScriptHostClass.prototype.inspect = function(object, hints) { }
InspectorController.cpp 278 void InspectorController::inspect(Node* node) function in class:WebCore::InspectorController
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 101 import inspect namespace
750 if not inspect.isfunction(function):
752 args = inspect.getargspec(function)[0]
754 codes = ERRORCODE_REGEX.findall(inspect.getdoc(function) or '')
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 148 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} function in class:SkImageDecoder::Chooser
  /external/skia/include/core/
SkImageDecoder.h 148 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} function in class:SkImageDecoder::Chooser

Completed in 2826 milliseconds

12 3 4