/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder.py | 4 import sys, inspect namespace 15 fr = inspect.currentframe() 16 st = inspect.stack() 46 self.tr = inspect.trace()
|
test_inspect.py | 5 import inspect namespace 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, 47 inspect.isframe, inspect.isfunction, inspect.ismethod, 48 inspect.ismodule, inspect.istraceback, 49 inspect.isgenerator, inspect.isgeneratorfunction] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
inspect_fodder.py | 4 import sys, inspect namespace 15 fr = inspect.currentframe() 16 st = inspect.stack() 46 self.tr = inspect.trace()
|
test_inspect.py | 5 import inspect namespace 46 predicates = set([inspect.isbuiltin, inspect.isclass, inspect.iscode, 47 inspect.isframe, inspect.isfunction, inspect.ismethod, 48 inspect.ismodule, inspect.istraceback, 49 inspect.isgenerator, inspect.isgeneratorfunction] [all...] |
/external/chromium_org/components/json_schema/ |
README | 3 a) JSON schema constants, which can be used to inspect schema objects.
|
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/ |
PREBUILT | 3 <http://www.osgi.org/Repository/HomePage?cmd=inspect&id=osgi/4.0.0>
|
/prebuilts/tools/common/osgi/ |
PREBUILT | 3 <http://www.osgi.org/Repository/HomePage?cmd=inspect&id=osgi/4.0.0>
|
/external/chromium_org/tools/telemetry/telemetry/ |
__init__.py | 7 import inspect namespace 37 if x in (inspect, os, sys): 40 if (inspect.isclass(getattr(m, x)) or 41 inspect.isfunction(getattr(m, x))):
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
inspector-document-methods-override.html | 5 <p>To test, right-click on this page and select “Inspect Element”,
|
/external/chromium_org/tools/telemetry/unittest_data/discoverable_classes/ |
another_discover_dummyclass.py | 7 # Import class instead of module explicitly so that inspect.getmembers() returns
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
call-stack.rb | 40 def inspect method in class:Call 41 to_s.inspect
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
commands.js | 16 inspect: function(uniqueId) { 17 chrome.send('inspect', [uniqueId]);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_context_menu_model.h | 51 // will be shown for "Inspect Popup" which, when selected, will cause 58 // for the "Inspect Popup" command. 95 // The delegate which handles the 'inspect popup' menu command (or NULL).
|
/external/chromium_org/third_party/skia/src/image/ |
SkImage_Base.h | 23 // but only inspect them (or encode them).
|
/external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/ |
normalize-paths.gyp | 49 # free-form. Fortunately, ninja doesn't inspect it at all (only the
|
/external/mockito/src/org/mockito/internal/util/ |
DefaultMockingDetails.java | 10 * Class to inspect any object, and identify whether a particular object is either a mock or a spy. This is
|
/external/skia/src/image/ |
SkImage_Base.h | 23 // but only inspect them (or encode them).
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_model.h | 40 // will be shown for "Inspect Popup" which, when selected, will cause 75 // The delegate which handles the 'inspect popup' menu command (or NULL).
|
/external/skia/tools/ |
pinspect.cpp | 19 static SkPicture* inspect(const char path[]) { function 74 SkAutoTUnref<SkPicture> pic(inspect(argv[index]));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
InspectorFrontendHostStub.js | 138 WebInspector.log("Clipboard is not enabled in hosted mode. Please inspect using chrome://inspect", WebInspector.ConsoleMessage.MessageLevel.Error, true); 148 WebInspector.log("Saving files is not enabled in hosted mode. Please inspect using chrome://inspect", WebInspector.ConsoleMessage.MessageLevel.Error, true); 154 WebInspector.log("Saving files is not enabled in hosted mode. Please inspect using chrome://inspect", WebInspector.ConsoleMessage.MessageLevel.Error, true);
|
/external/chromium_org/third_party/protobuf/python/ |
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))
|
/external/protobuf/python/ |
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))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pydoc.py | 55 import sys, imp, os, re, types, inspect, __builtin__, pkgutil, warnings namespace 83 result = inspect.getdoc(object) or inspect.getcomments(object) 104 return not (inspect.ismodule(object) or inspect.isclass(object) or 105 inspect.isroutine(object) or inspect.isframe(object) or 106 inspect.istraceback(object) or inspect.iscode(object)) 130 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 55 import sys, imp, os, re, types, inspect, __builtin__, pkgutil, warnings namespace 83 result = inspect.getdoc(object) or inspect.getcomments(object) 104 return not (inspect.ismodule(object) or inspect.isclass(object) or 105 inspect.isroutine(object) or inspect.isframe(object) or 106 inspect.istraceback(object) or inspect.iscode(object)) 130 return inspect.ismethod(obj) or inspect.ismethoddescriptor(obj [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
tree-rewrite.rb | 844 # self.buf += $s.start.inspect 1014 stree = result.tree.nil? ? '' : result.tree.inspect 1028 stree = result.tree.nil? ? '' : result.tree.inspect 1042 result.inspect.should == '(34 abc)' 1052 result.inspect.should == '34' 1065 stree = result.tree.nil? ? '' : result.tree.inspect 1079 stree = result.tree.nil? ? '' : result.tree.inspect 1093 stree = result.tree.nil? ? '' : result.tree.inspect 1107 stree = result.tree.nil? ? '' : result.tree.inspect 1121 stree = result.tree.nil? ? '' : result.tree.inspect [all...] |