Searched defs:inspect (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regress/
H A Dregress-7703.js54 function inspect(object) { function
62 inspect(o);
64 AddTestCase( "inspect(o),length", 2, types.length );
65 AddTestCase( "inspect(o)[0]", "number", types[0] );
66 AddTestCase( "inspect(o)[1]", "number", types[1] );
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb40 def inspect method in class:Call
41 to_s.inspect
H A Dgrammar.rb201 def inspect method in class:ANTLR3.Test.Grammar
299 def inspect method in class:ANTLR3.Test.Grammar
/external/webkit/Source/WebCore/bindings/js/
H A DJSInjectedScriptHostCustom.cpp114 JSValue JSInjectedScriptHost::inspect(ExecState* exec) function in class:WebCore::JSInjectedScriptHost
/external/llvm/utils/lit/lit/
H A DLitConfig.py108 import inspect, os, sys namespace
111 f = inspect.currentframe()
114 file,line,_,_,_ = inspect.getframeinfo(f)
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py204 import inspect namespace
205 srcfile = inspect.getsourcefile(sys.modules[__name__])
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb89 def inspect method in class:ANTLR3.TokenRewriteStream
/external/llvm/utils/Misc/
H A Dzkill8 import inspect, os, sys namespace
11 f = inspect.currentframe()
14 file,line,_,_,_ = inspect.getframeinfo(f)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py10 import inspect namespace
29 # sometimes not, breaking the inspect.getmodule() function.
132 for frame in inspect.stack():
134 codeMod = inspect.getmodule(code)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb165 alias inspect message
226 "%s: %p %p" % [ self.class, unexpected_type, @expecting.inspect ]
478 def inspect method in class:ANTLR3.Error.report_error.FailedPredicate
H A Dstreams.rb638 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
1072 tk = look( -1 ) and string << " #{ tk.inspect } <--"
1073 tk = look( 1 ) and string << " --> #{ tk.inspect }"
H A Dtoken.rb177 def inspect method in class:ANTLR3.Token
178 text_inspect = text ? "[#{ text.inspect }] " : ' '
180 stream_position = start ? "(#{ range.inspect })" : ''
191 printer.text( inspect )
H A Dtree.rb377 | start = #{ start_index.inspect }
378 | stop = #{ stop_index.inspect }
408 def inspect method in class:ANTLR3.BaseTree
412 buffer << map { | c | c.inspect }.join( ' ' )
648 "<extraneous: #{ @error.token.inspect }, resync = #{ text }>"
650 "<mismatched token: #{ @error.token.inspect }, resync = #{ text }>"
652 "<unexpected: #{ @error.token.inspect }, resync = #{ text }>"
1150 def inspect method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.cc39 bool inspect)
44 being_inspected_(inspect),
159 GtkWidget* anchor, bool inspect) {
168 new ExtensionPopupGtk(browser, host, anchor, inspect);
36 ExtensionPopupGtk(Browser* browser, ExtensionHost* host, GtkWidget* anchor, bool inspect) argument
158 Show(const GURL& url, Browser* browser, GtkWidget* anchor, bool inspect) argument
/external/protobuf/python/
H A Dez_setup.py256 import inspect namespace
257 srcfile = inspect.getsourcefile(sys.modules[__name__])
/external/webkit/Source/WebCore/inspector/
H A DInspectorController.cpp216 void InspectorController::inspect(Node* node) function in class:WebCore::InspectorController
223 m_inspectorAgent->domAgent()->inspect(node);
H A DInspectorDOMAgent.cpp885 inspect(node.get());
890 void InspectorDOMAgent::inspect(Node* node) function in class:WebCore::InspectorDOMAgent
/external/skia/include/images/
H A DSkImageDecoder.h110 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} function in class:SkImageDecoder::Chooser
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py34 import inspect namespace
858 for frame in reversed(inspect.stack()):
860 codeMod = inspect.getmodule(code)
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.js1159 WebInspector.inspect = function(payload, hints)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1273 milliseconds