/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipimport_support.py | 13 import inspect namespace 24 # inspect (Issue 4223) 87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 95 test_src = inspect.getsource(test_doctest) 107 src = inspect.getsource(mod)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipimport_support.py | 13 import inspect namespace 24 # inspect (Issue 4223) 87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src) 95 test_src = inspect.getsource(test_doctest) 107 src = inspect.getsource(mod)
|
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 71 raise TypeError, #{ message.to_s.inspect } 88 warn( #{ message.inspect } )
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
misc.py | 3 import inspect namespace 111 if inspect.isroutine(a):
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
runtime.dox | 22 /// When navigating the source code, find the typedef you want to consult and inspect the documentation
|
/external/bison/lib/ |
fd-safer-flag.c | 34 can always inspect errno when the returned value is negative.
|
fd-safer.c | 30 errno if FD is negative, so that the caller can always inspect
|
/external/chromium/net/socket_stream/ |
socket_stream_job.h | 20 // If a protocol (e.g. WebSocket protocol) needs to inspect/modify data
|
/external/chromium_org/chrome/browser/ui/webui/ |
inspect_ui_browsertest.cc | 61 // Make sure that loading the inspect UI twice in the same tab
|
/external/chromium_org/chrome/common/extensions/api/ |
webstore.json | 35 "description": "The failure detail. You may wish to inspect or log this for debugging purposes, but you should not rely on specific strings being passed back."
|
developer_private.idl | 19 // path to the inspect page. 153 // Opens an inspect window for given |options| 154 static void inspect(InspectOptions options,
|
/external/chromium_org/chromeos/dbus/ |
fake_power_manager_client.h | 20 // to SetPolicy() and the user of this class can inspect the last set policy by
|
/external/chromium_org/net/socket_stream/ |
socket_stream_job.h | 23 // If a protocol (e.g. WebSocket protocol) needs to inspect/modify data
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 37 "<li>Choose \"Inspect Element\" from the context menu";
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
VMTags.h | 30 // in order to aid tools that inspect system memory use.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorAgent.cpp | 118 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/llvm/utils/lit/lit/ |
LitConfig.py | 113 import inspect, os, sys namespace 116 f = inspect.currentframe() 119 file,line,_,_,_ = inspect.getframeinfo(f)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 24 import inspect namespace 118 records = inspect.getinnerframes(etb, context) 125 args, varargs, varkw, locals = inspect.getargvalues(frame) 129 inspect.formatargvalues(args, varargs, varkw, locals, 206 records = inspect.getinnerframes(etb, context) 209 args, varargs, varkw, locals = inspect.getargvalues(frame) 213 inspect.formatargvalues(args, varargs, varkw, locals,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 24 import inspect namespace 118 records = inspect.getinnerframes(etb, context) 125 args, varargs, varkw, locals = inspect.getargvalues(frame) 129 inspect.formatargvalues(args, varargs, varkw, locals, 206 records = inspect.getinnerframes(etb, context) 209 args, varargs, varkw, locals = inspect.getargvalues(frame) 213 inspect.formatargvalues(args, varargs, varkw, locals,
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-tree-wizard.rb | 181 assert_equal(t.inspect, 'ID') 187 assert_equal(t.inspect, 'foo') 192 assert_equal(t.inspect, 'A') 197 assert_equal(t.inspect, '(A B C D)') 202 assert_equal(t.inspect, 'A B C') 212 assert_equal(t.inspect, "(A (B C) (B D) E)")
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_error.js | 105 * for |url|, linkify the div to do so. Attach an inspect button if it's 200 * Create an "Inspect" link, in the form of an icon. 201 * @param {?string} url The url of the resource to inspect; if absent, the 205 * @return {HTMLImageElement} The created "Inspect" link for the resource. 212 inspectIcon.className = 'extension-error-inspect'; 247 // Prepend a link to inspect the context page, if possible.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 98 example 'using built-in main to inspect AST constructed by an AST-building parser' do 158 example "using a tree parser's built-in main to inspect AST rewrite output" do 222 output.should == 'b'.inspect
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab2_basic.html | 89 Just like any standard web page, right-click on page and select Inspect Element. 92 select <code>Inspect Background Page</code> or 93 go to <code>chrome://extensions</code> and click on Inspect Views...</p>
|
/external/chromium_org/tools/telemetry/telemetry/ |
test_runner.py | 11 import inspect namespace 147 COMMANDS = [cls() for _, cls in inspect.getmembers(sys.modules[__name__]) 148 if inspect.isclass(cls)
|