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

1 2 3 45 6 7 8 91011>>

  /external/libsepol/tests/policies/test-linker/
small-base.conf 70 getattr
97 getattr
126 getattr
150 getattr
  /external/sepolicy/
untrusted_app.te 29 allow untrusted_app asec_apk_file:dir { getattr };
app.te 37 allow appdomain platform_app_data_file:file { getattr read write };
82 allow appdomain system_data_file:lnk_file getattr;
108 getattr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 210 v = getattr(self._dbcursor, "next")()
224 return getattr(self._db,"has_key")(bytes(key, "iso8859-1"),
262 if not getattr(self.db, "has_key")(_table_names_key, txn):
263 getattr(self.db, "put_bytes", self.db.put) \
329 if getattr(self.db, "has_key")(columnlist_key):
334 getattr(self.db, "put_bytes", self.db.put)(columnlist_key,
338 tablelist = pickle.loads(getattr(self.db, "get_bytes",
343 getattr(self.db, "put_bytes", self.db.put)(_table_names_key,
366 if not getattr(self.db, "has_key")(columnlist_key):
368 pickledcolumnlist = getattr(self.db, "get_bytes"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 17 return getattr(typ, _OTHER_ENDIAN)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 31 ## print n, hex(getattr(BITS, n).size), getattr(BITS, n).offset
40 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
47 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 38 setattr(self, m, getattr(self.frame, m))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 52 if (not (imports.children or getattr(imports, 'value', None)) or
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cl.py 77 getattr(cl, attr)
test_aifc.py 103 def __getattr__(self, attr): return getattr(self.file, attr)
123 getattr(aifc, '_write_' + what)(f, x)
125 return getattr(aifc, '_read_' + what)(f)
test_userstring.py 26 realresult = getattr(object, methodname)(*args)
37 getattr(object, methodname),
44 getattr(object, methodname)(*args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 210 v = getattr(self._dbcursor, "next")()
224 return getattr(self._db,"has_key")(bytes(key, "iso8859-1"),
262 if not getattr(self.db, "has_key")(_table_names_key, txn):
263 getattr(self.db, "put_bytes", self.db.put) \
329 if getattr(self.db, "has_key")(columnlist_key):
334 getattr(self.db, "put_bytes", self.db.put)(columnlist_key,
338 tablelist = pickle.loads(getattr(self.db, "get_bytes",
343 getattr(self.db, "put_bytes", self.db.put)(_table_names_key,
366 if not getattr(self.db, "has_key")(columnlist_key):
368 pickledcolumnlist = getattr(self.db, "get_bytes"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
_endian.py 17 return getattr(typ, _OTHER_ENDIAN)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 31 ## print n, hex(getattr(BITS, n).size), getattr(BITS, n).offset
40 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
47 self.assertEqual((name, i, getattr(b, name)), (name, i, func(byref(b), name)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 38 setattr(self, m, getattr(self.frame, m))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools_imports.py 52 if (not (imports.children or getattr(imports, 'value', None)) or
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cl.py 77 getattr(cl, attr)
test_aifc.py 103 def __getattr__(self, attr): return getattr(self.file, attr)
123 getattr(aifc, '_write_' + what)(f, x)
125 return getattr(aifc, '_read_' + what)(f)
test_userstring.py 26 realresult = getattr(object, methodname)(*args)
37 getattr(object, methodname),
44 getattr(object, methodname)(*args)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
runner.py 26 return getattr(self.stream,attr)
158 startTestRun = getattr(result, 'startTestRun', None)
164 stopTestRun = getattr(result, 'stopTestRun', None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 20 return getattr(self.stream,attr)
147 startTestRun = getattr(result, 'startTestRun', None)
153 stopTestRun = getattr(result, 'stopTestRun', None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 20 return getattr(self.stream,attr)
147 startTestRun = getattr(result, 'startTestRun', None)
153 stopTestRun = getattr(result, 'stopTestRun', None)
  /external/chromium_org/third_party/jinja2/
sandbox.py 283 return not (getattr(obj, 'unsafe_callable', False) or
284 getattr(obj, 'alters_data', False))
316 value = getattr(obj, attr)
325 def getattr(self, obj, attribute): member in class:SandboxedEnvironment
330 value = getattr(obj, attribute)
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 97 if getattr(generator, 'CalculateVariables', None):
102 if getattr(generator, 'CalculateGeneratorInputInfo', None):
105 # Fetch the generator specific info that gets fed to input, we use getattr
110 getattr(generator, 'generator_additional_non_configuration_keys', []),
112 getattr(generator, 'generator_additional_path_sections', []),
114 getattr(generator, 'generator_extra_sources_for_rules', []),
116 getattr(generator, 'generator_supports_multiple_toolsets', False),
118 getattr(generator,
121 getattr(generator, 'generator_wants_sorted_dependencies', False),
123 getattr(generator, 'generator_filelist_paths', None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy.py 78 copier = getattr(cls, "__copy__", None)
86 reductor = getattr(x, "__reduce_ex__", None)
90 reductor = getattr(x, "__reduce__", None)
109 t = getattr(types, name, None)
172 copier = getattr(x, "__deepcopy__", None)
180 reductor = getattr(x, "__reduce_ex__", None)
184 reductor = getattr(x, "__reduce__", None)

Completed in 545 milliseconds

1 2 3 45 6 7 8 91011>>