HomeSort by relevance Sort by last modified time
    Searched full:getattr (Results 51 - 75 of 795) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/bindings/python/llvm/
object.py 270 getattr(self, 'name')
271 getattr(self, 'size')
272 getattr(self, 'contents')
273 getattr(self, 'address')
346 getattr(self, 'name')
347 getattr(self, 'address')
348 getattr(self, 'file_offset')
349 getattr(self, 'size')
429 getattr(self, 'address')
430 getattr(self, 'offset'
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
remote_host.py 80 if getattr(self, request[0], None):
81 result = getattr(self, request[0])(*request[1], **request[2])
83 result = getattr(self.target, request[0])(*request[1], **request[2])
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 223 self.lexerClass = getattr(lexerMod, options.lexerClass)
236 result = getattr(parser, options.parserRule)()
285 self.lexerClass = getattr(lexerMod, options.lexerClass)
287 self.parserClass = getattr(parserMod, options.parserClass)
294 result = getattr(parser, options.parserRule)()
300 result = getattr(walker, options.walkerRule)()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 59 if not getattr(v, '_propdict', None):
62 for superclassname in getattr(v, '_superclassnames', []):
65 v._propdict.update(getattr(superclass, '_propdict', {}))
66 v._elemdict.update(getattr(superclass, '_elemdict', {}))
67 v._propdict.update(getattr(v, '_privpropdict', {}))
68 v._elemdict.update(getattr(v, '_privelemdict', {}))
  /external/chromium_org/tools/cr/cr/
plugin.py 112 method = getattr(active, self.method.__name__, None)
141 config = getattr(self, config_root.property_name)
147 child = getattr(self.__class__, config_root.name, None)
175 getattr(self, config_root.property_name).enabled = True
182 getattr(self, config_root.property_name).enabled = False
203 child = getattr(base, name, None)
294 selector = getattr(cls, 'SELECTOR', None)
308 config = getattr(module, config_root.name)
  /external/chromium_org/tools/grit/grit/node/
io.py 42 defs = getattr(root, 'defines', {})
43 target_platform = getattr(root, 'target_platform', '')
  /external/compiler-rt/lib/msan/lit_tests/
lit.cfg 6 attr_value = getattr(config, attr_name, None)
25 llvm_src_root = getattr(config, 'llvm_src_root', None)
  /external/compiler-rt/lib/ubsan/lit_tests/
lit.cfg 6 attr_value = getattr(config, attr_name, None)
25 llvm_src_root = getattr(config, 'llvm_src_root', None)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t056lexer.py 21 result = getattr(parser, grammarEntry)()
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_util.py 45 saved = getattr(logging, name)
  /external/chromium_org/tools/grit/grit/
lazy_re.py 37 return getattr(self._lazy_re, name)
  /external/chromium_org/tools/valgrind/asan/
asan_symbolize.py 31 return getattr(self.stream, attr)
  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 38 if getattr(k, n)()]
  /external/compiler-rt/lib/lsan/lit_tests/
lit.common.cfg 8 attr_value = getattr(config, attr_name, None)
  /external/elfutils/libdw/
dwarf_getscopevar.c 69 getattr (Dwarf_Die *die, int search_name, Dwarf_Word *value) function
152 if (getattr (result, DW_AT_decl_file, &i) != 0
160 && (getattr (result, DW_AT_decl_line, &i) != 0
164 && (getattr (result, DW_AT_decl_column, &i) != 0
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 70 getattr
97 getattr
126 getattr
150 getattr
base-notmetreq.conf 69 getattr
96 getattr
125 getattr
149 getattr
small-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
role-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
user-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 70 getattr
97 getattr
126 getattr
150 getattr
small-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
  /external/sepolicy/
installd.te 14 allow installd data_file_type:{ file_class_set } { getattr unlink };
mls 26 mlsconstrain process { getsched getsession getpgid getcap getattr ptrace share }
80 mlsconstrain dir { read getattr search }
83 mlsconstrain { file lnk_file sock_file chr_file blk_file } { read getattr execute }
98 mlsconstrain fifo_file { read getattr }

Completed in 1148 milliseconds

1 23 4 5 6 7 8 91011>>