HomeSort by relevance Sort by last modified time
    Searched refs:inspect (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/chromium_org/tools/telemetry/telemetry/page/
page_set.py 6 import inspect namespace
30 file_path = inspect.getfile(self.__class__)
  /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/
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])
ast.py 198 import inspect namespace
199 return inspect.cleandoc(node.body[0].value.s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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])
ast.py 198 import inspect namespace
199 return inspect.cleandoc(node.body[0].value.s)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 451 [ token_error_display( e.symbol ), e.expecting.inspect ]
454 [ token_error_display( e.symbol ), e.expecting.inspect ]
484 return text.inspect
    [all...]
main.rb 471 return_value.inspect
577 out = result.tree.inspect rescue result.inspect
streams.rb 638 def inspect( before_chars = 6, after_chars = 10 ) method in class:ANTLR3.that.StringStream
639 before = through( -before_chars ).inspect
642 after = through( after_chars ).inspect
1069 def inspect method in class:ANTLR3.that.CommonTokenStream
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 10 import inspect namespace
29 # sometimes not, breaking the inspect.getmodule() function.
132 for frame in inspect.stack():
134 codeMod = inspect.getmodule(code)
  /external/chromium_org/tools/telemetry/telemetry/
test_runner.py 11 import inspect namespace
197 for _, cls in inspect.getmembers(sys.modules[__name__]):
198 if not inspect.isclass(cls):
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 12 import inspect namespace
49 if inspect.isfunction(func):
460 tests = inspect.getmembers(m, inspect.isclass)
  /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/WebKit/Source/build/scripts/
make_token_matcher.py 54 def inspect(self, cases): member in class:Optimizer
183 Optimizer(self.output_file, self.array_variable, self.length_variable).inspect(self.cases)
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyiterators.swg 81 virtual VALUE inspect() const {
82 throw std::invalid_argument("inspect not supported");
337 virtual VALUE inspect() const
444 virtual VALUE inspect() const
900 virtual VALUE inspect() const;
922 virtual VALUE inspect() const;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 5 import inspect namespace
42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 5 import inspect namespace
42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 55 import inspect namespace
    [all...]
  /external/lldb/examples/python/
pytracer.py 2 import inspect namespace
145 return ArgsFancy(self.f,inspect.getargvalues(self.f)) if self.f != None else None
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
main-scripts.rb 98 example 'using built-in main to inspect AST constructed by an AST-building parser' do
158 example "using a tree parser's built-in main to inspect AST rewrite output" do
222 output.should == 'b'.inspect
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 150 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} function in class:SkImageDecoder::Chooser
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 129 chooser->inspect(0, SkColorTypeToBitmapConfig(colorType), width, height);
  /external/skia/include/core/
SkImageDecoder.h 149 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} function in class:SkImageDecoder::Chooser
  /external/skia/src/images/
SkImageDecoder.cpp 135 chooser->inspect(0, SkColorTypeToBitmapConfig(colorType), width, height);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 666 doublePuts($stderr,file,"load(#{benchDataPath.inspect});")
671 doublePuts($stderr,file," load(#{benchPath.inspect});")
687 doublePuts($stderr,file,"__bencher_run(#{benchPath.inspect})")
692 doublePuts($stderr,file,"print(\"#{name}: #{plan.vm}: #{plan.iteration}: #{innerIndex}: Time: \"+__bencher_run(#{benchPath.inspect}));")
    [all...]

Completed in 1388 milliseconds

1 23 4 5 6