Home
last modified time | relevance | path

Searched refs:inspect (Results 1 – 25 of 74) sorted by relevance

123

/external/protobuf/python/
Dstubout.py62 if (inspect.ismodule(obj) or
63 (not inspect.isclass(obj) and obj.__dict__.has_key(attr_name))):
68 if not inspect.isclass(obj):
69 mro = list(inspect.getmro(obj.__class__))
71 mro = list(inspect.getmro(obj))
Dez_setup.py256 import inspect
257 srcfile = inspect.getsourcefile(sys.modules[__name__])
/external/chromium/chrome/browser/ui/gtk/extensions/
Dextension_popup_gtk.cc39 bool inspect) in ExtensionPopupGtk() argument
44 being_inspected_(inspect), in ExtensionPopupGtk()
159 GtkWidget* anchor, bool inspect) { in Show() argument
168 new ExtensionPopupGtk(browser, host, anchor, inspect); in Show()
Dextension_popup_gtk.h28 bool inspect);
34 bool inspect);
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regress/
Dregress-7703.js54 function inspect(object) { function
62 inspect(o);
/external/skia/tools/
Dpinspect.cpp17 static SkPicture* inspect(const char path[]) { in inspect() function
67 SkAutoTUnref<SkPicture> pic(inspect(argv[index])); in tool_main()
/external/llvm/utils/lit/lit/
DLitConfig.py109 import inspect, os, sys
112 f = inspect.currentframe()
115 file,line,_,_,_ = inspect.getframeinfo(f)
/external/antlr/antlr-3.4/runtime/Python/
Dez_setup.py204 import inspect
205 srcfile = inspect.getsourcefile(sys.modules[__name__])
/external/webkit/Source/WebCore/inspector/
DInspectorController.cpp216 void InspectorController::inspect(Node* node) in inspect() function in WebCore::InspectorController
223 m_inspectorAgent->domAgent()->inspect(node); in inspect()
DInspectorController.h80 void inspect(Node*);
DInjectedScriptHost.cpp122 m_frontend->inspector()->inspect(object->asObject(), hints->asObject()); in inspectImpl()
DInjectedScriptHost.idl38 [Custom] void inspect(in DOMObject objectId, in DOMObject hints);
DInjectedScriptSource.js89 InjectedScriptHost.inspect(objectId, hints);
635 inspect: function(object) method in CommandLineAPIImpl
DInspectorDOMAgent.h163 void inspect(Node*);
/external/llvm/utils/Misc/
Dzkill8 import inspect, os, sys
11 f = inspect.currentframe()
14 file,line,_,_,_ = inspect.getframeinfo(f)
/external/antlr/antlr-3.4/runtime/Python/tests/
Dtestbase.py10 import inspect
132 for frame in inspect.stack():
134 codeMod = inspect.getmodule(code)
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebinspector.cpp518 webInspector->priv->page->inspectorController()->inspect(core(node)); in webkit_web_inspector_inspect_node()
556 priv->page->inspectorController()->inspect(result.innerNonSharedNode()); in webkit_web_inspector_inspect_coordinates()
/external/webkit/Source/WebCore/bindings/js/
DJSInjectedScriptHostCustom.cpp114 JSValue JSInjectedScriptHost::inspect(ExecState* exec) in inspect() function in WebCore::JSInjectedScriptHost
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js113 inspect: function(object) { method
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() { method
798 return '#<Enumerable:' + this.toArray().inspect() + '>';
910 inspect: function() { method
911 return '[' + this.map(Object.inspect).join(', ') + ']';
1076 inspect: function() {
[all …]
/external/antlr/antlr-3.4/runtime/C/doxygen/
Druntime.dox22 /// When navigating the source code, find the typedef you want to consult and inspect the documenta…
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py34 import inspect
858 for frame in reversed(inspect.stack()):
860 codeMod = inspect.getmodule(code)
/external/skia/legacy/include/images/
DSkImageDecoder.h110 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} in inspect() function
/external/skia/legacy/src/images/
DSkImageDecoder.cpp97 chooser->inspect(0, config, width, height); in chooseFromOneChoice()
/external/skia/include/images/
DSkImageDecoder.h116 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} in inspect() function
/external/skia/src/images/
DSkImageDecoder.cpp101 chooser->inspect(0, config, width, height); in chooseFromOneChoice()

123