Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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))
/frameworks/rs/
Dupdate-prebuilts.py22 import inspect
42 description=inspect.getdoc(sys.modules[__name__]))
/frameworks/rs/tests/lldb/tests/
Drun_test.py23 import inspect
232 for name, klass in inspect.getmembers(module, inspect.isclass):
/frameworks/rs/tests/lldb/
Drun_tests.py19 import inspect
115 for member_name, member_obj in inspect.getmembers(Config):
116 if (inspect.isdatadescriptor(member_obj) and
340 for name, value in inspect.getmembers(config_module):
341 if (inspect.isclass(value)
/frameworks/rs/tests/lldb/tests/harness/
Dtest_base.py23 import inspect
101 method for name, method in inspect.getmembers(self, predicate)
Ddecorators.py19 import inspect
/frameworks/base/cmds/idmap/
DAndroid.bp22 "inspect.cpp",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java216 public IRubyObject inspect() { in inspect() method in RubyMap
217 return toHash(getRuntime().getCurrentContext()).inspect(); in inspect()
DRubyMessage.java148 public IRubyObject inspect() { in inspect() method in RubyMessage
714 sb.append(getField(context, fdef).inspect()); in layoutInspect()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/
DREADME.md200 it is set to true. This is a way for clients to inspect the "has"