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

1 2 34 5 6

  /external/chromium_org/third_party/jinja2/
compiler.py 192 def inspect(self, nodes): member in class:Frame
272 """A visitor for `Frame.inspect`."""
656 func_frame.inspect(children)
801 frame.inspect(node.body)
830 block_frame.inspect(block.body)
    [all...]
  /external/lldb/test/
lldbtest.py 292 import inspect namespace
294 return inspect.getsource(obj)
1506 import inspect namespace
1818 import inspect namespace
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 388 result.tree.inspect.should == expected_tree
535 result.res.inspect.should == 'gnurzb'
hetero-nodes.rb 600 return( r.tree.inspect rescue '' )
617 return( r.tree.inspect rescue '' )
auto-ast.rb 27 result += r.tree.inspect if r.tree
56 return( r ? r.tree.inspect : '' )
708 $result = "2nd x=#{t.inspect},"
724 $result = "x=\%s," \% $x[1].inspect
740 $result = "1st x=#{$x[0].inspect},"
  /external/chromium_org/chrome/browser/resources/inspect/
inspect.js 292 browserInspectorTitle = 'inspect';
302 sendCommand.bind(null, 'inspect-browser', browser.source,
530 addActionLink(row, 'inspect', sendTargetCommand.bind(null, 'inspect', data),
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_multimap.i 114 VALUE inspect()
std_pair.i 146 VALUE inspect() const
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 23 import inspect namespace
319 self.assertEqual(inspect.getsource(module), test_src)
test_abc.py 10 from inspect import isabstract
test_pydoc.py 7 import inspect namespace
237 mod_file = inspect.getabsfile(pydoc_mod)
255 (inspect.getabsfile(pydoc_mod), doc_loc) +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 23 import inspect namespace
319 self.assertEqual(inspect.getsource(module), test_src)
test_abc.py 10 from inspect import isabstract
test_pydoc.py 7 import inspect namespace
237 mod_file = inspect.getabsfile(pydoc_mod)
255 (inspect.getabsfile(pydoc_mod), doc_loc) +
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 113 inspect: function(object) {
117 return object.inspect ? object.inspect() : String(object);
478 inspect: function(useDoubleQuotes) {
488 return this.inspect(true);
507 throw new SyntaxError('Badly formed JSON string: ' + this.inspect());
797 inspect: function() {
798 return '#<Enumerable:' + this.toArray().inspect() + '>';
910 inspect: function() {
911 return '[' + this.map(Object.inspect).join(', ') + ']'
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 34 import inspect namespace
858 for frame in reversed(inspect.stack()):
860 codeMod = inspect.getmodule(code)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 165 alias inspect message
226 "%s: %p %p" % [ self.class, unexpected_type, @expecting.inspect ]
478 def inspect method in class:ANTLR3.Error.report_error.FailedPredicate
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 58 import inspect namespace
410 if inspect.iscode(c):
547 if inspect.isfunction(f)]
doctest.py 98 import sys, traceback, inspect, linecache, os, re namespace
200 if inspect.ismodule(module):
366 if not inspect.ismodule(module):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 58 import inspect namespace
410 if inspect.iscode(c):
547 if inspect.isfunction(f)]
doctest.py 98 import sys, traceback, inspect, linecache, os, re namespace
200 if inspect.ismodule(module):
366 if not inspect.ismodule(module):
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 200 function inspect(object) { function
204 return object.inspect ? object.inspect() : String(object);
241 return value.inspect(true);
263 partial.push(key.inspect(true)+ ':' + str);
348 inspect: inspect,
680 function inspect(useDoubleQuotes) {
715 throw new SyntaxError('Badly formed JSON string: ' + this.inspect());
769 inspect: inspect
    [all...]
  /external/chromium_org/third_party/pymock/
mock.py 40 import inspect namespace
43 # may not have inspect
44 inspect = None variable
152 if inspect is None:
153 raise ImportError('inspect module not available')
170 argspec = inspect.getfullargspec(func)
177 regargs, varargs, varkwargs, defaults = inspect.getargspec(func)
190 signature = inspect.formatargspec(
194 signature = inspect.formatargspec(
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 914 CommandHandler.COMMANDS_['inspect-normal'] = {
925 CommandHandler.COMMANDS_['inspect-console'] = {
933 * Open inspector for foreground page in inspect element mode.
936 CommandHandler.COMMANDS_['inspect-element'] = {
947 CommandHandler.COMMANDS_['inspect-background'] = {
  /external/chromium_org/third_party/cython/src/
runtests.py 101 import inspect namespace
102 orig_isfunction = inspect.isfunction
106 inspect.isfunction = isfunction
109 import inspect namespace
111 orig_isfunction = inspect.isfunction._orig_isfunction
115 inspect.isfunction = orig_isfunction
    [all...]

Completed in 1287 milliseconds

1 2 34 5 6