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

12

/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Dutility.js52 var inspect = function(obj, title) { function
/external/chromium_org/tools/telemetry/telemetry/core/
H A Ddiscover.py6 import inspect namespace
69 for _, obj in inspect.getmembers(module):
71 if not inspect.isclass(obj):
H A Dutil.py4 import inspect namespace
58 return inspect.getsource(condition).strip()
/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/chromium_org/chrome/browser/resources/task_manager/
H A Dcommands.js16 inspect: function(uniqueId) {
17 chrome.send('inspect', [uniqueId]);
/external/chromium_org/tools/telemetry/telemetry/
H A D__init__.py7 import inspect namespace
37 if x in (inspect, os, sys):
40 if (inspect.isclass(getattr(m, x)) or
41 inspect.isfunction(getattr(m, x))):
H A Dtest_runner.py11 import inspect namespace
147 COMMANDS = [cls() for _, cls in inspect.getmembers(sys.modules[__name__])
148 if inspect.isclass(cls)
/external/skia/tools/
H A Dpinspect.cpp19 static SkPicture* inspect(const char path[]) { function
74 SkAutoTUnref<SkPicture> pic(inspect(argv[index]));
/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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js200 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
[all...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_token_matcher.py54 def inspect(self, cases): member in class:Optimizer
183 Optimizer(self.output_file, self.array_variable, self.length_variable).inspect(self.cases)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dprinter.py204 import inspect namespace
206 stack = inspect.stack()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dmisc.py3 import inspect namespace
111 if inspect.isroutine(a):
/external/llvm/utils/Misc/
H A Dzkill8 import inspect, os, sys namespace
11 f = inspect.currentframe()
14 file,line,_,_,_ = inspect.getframeinfo(f)
/external/llvm/utils/lit/lit/
H A DLitConfig.py113 import inspect, os, sys namespace
116 f = inspect.currentframe()
119 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 )
/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/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorAgent.cpp118 inspect(m_pendingInspectData.first, m_pendingInspectData.second);
156 void InspectorAgent::inspect(PassRefPtr<TypeBuilder::Runtime::RemoteObject> objectToInspect, PassRefPtr<JSONObject> hints) function in class:WebCore::InspectorAgent
159 m_frontend->inspector()->inspect(objectToInspect, hints);
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py264 import inspect namespace
265 srcfile = inspect.getsourcefile(sys.modules[__name__])
/external/protobuf/python/
H A Dez_setup.py256 import inspect namespace
257 srcfile = inspect.getsourcefile(sys.modules[__name__])

Completed in 855 milliseconds

12