/external/protobuf/python/ |
D | stubout.py | 62 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))
|
D | ez_setup.py | 256 import inspect 257 srcfile = inspect.getsourcefile(sys.modules[__name__])
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
D | extension_popup_gtk.cc | 39 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()
|
D | extension_popup_gtk.h | 28 bool inspect); 34 bool inspect);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regress/ |
D | regress-7703.js | 54 function inspect(object) { function 62 inspect(o);
|
/external/skia/tools/ |
D | pinspect.cpp | 17 static SkPicture* inspect(const char path[]) { in inspect() function 67 SkAutoTUnref<SkPicture> pic(inspect(argv[index])); in tool_main()
|
/external/llvm/utils/lit/lit/ |
D | LitConfig.py | 109 import inspect, os, sys 112 f = inspect.currentframe() 115 file,line,_,_,_ = inspect.getframeinfo(f)
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ez_setup.py | 204 import inspect 205 srcfile = inspect.getsourcefile(sys.modules[__name__])
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorController.cpp | 216 void InspectorController::inspect(Node* node) in inspect() function in WebCore::InspectorController 223 m_inspectorAgent->domAgent()->inspect(node); in inspect()
|
D | InspectorController.h | 80 void inspect(Node*);
|
D | InjectedScriptHost.cpp | 122 m_frontend->inspector()->inspect(object->asObject(), hints->asObject()); in inspectImpl()
|
D | InjectedScriptHost.idl | 38 [Custom] void inspect(in DOMObject objectId, in DOMObject hints);
|
D | InjectedScriptSource.js | 89 InjectedScriptHost.inspect(objectId, hints); 635 inspect: function(object) method in CommandLineAPIImpl
|
D | InspectorDOMAgent.h | 163 void inspect(Node*);
|
/external/llvm/utils/Misc/ |
D | zkill | 8 import inspect, os, sys 11 f = inspect.currentframe() 14 file,line,_,_,_ = inspect.getframeinfo(f)
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | testbase.py | 10 import inspect 132 for frame in inspect.stack(): 134 codeMod = inspect.getmodule(code)
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebinspector.cpp | 518 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/ |
D | JSInjectedScriptHostCustom.cpp | 114 JSValue JSInjectedScriptHost::inspect(ExecState* exec) in inspect() function in WebCore::JSInjectedScriptHost
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 113 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/ |
D | runtime.dox | 22 /// When navigating the source code, find the typedef you want to consult and inspect the documenta…
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | recognizers.py | 34 import inspect 858 for frame in reversed(inspect.stack()): 860 codeMod = inspect.getmodule(code)
|
/external/skia/legacy/include/images/ |
D | SkImageDecoder.h | 110 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} in inspect() function
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder.cpp | 97 chooser->inspect(0, config, width, height); in chooseFromOneChoice()
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 116 virtual void inspect(int index, SkBitmap::Config config, int width, int height) {} in inspect() function
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 101 chooser->inspect(0, config, width, height); in chooseFromOneChoice()
|