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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 114 meth = getattr(msg, '_write_headers', None)
129 meth = getattr(self, '_handle_' + specific, None)
132 meth = getattr(self, '_handle_' + generic, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_util.py 175 terminated by getattr(x, attr) is None.
184 next = getattr(obj, attr)
187 next = getattr(next, attr)
btm_utils.py 198 new_node = MinNode(type=getattr(token_labels, name_leaf.value))
200 new_node = MinNode(type=getattr(pysyms, name_leaf.value))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 252 self._socket = socket.socket(getattr(socket, family))
291 s = socket.socket( getattr(socket, family) )
439 obj = getattr(conn, attr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 37 return getattr(self.err, attr)
220 a = getattr(file, name)
266 got = getattr(fs.list[x], k)
test_telnetlib.py 225 func = getattr(telnet, func_name)
241 func = getattr(telnet, func_name)
261 func = getattr(telnet, func_name)
test_hashlib.py 63 constructors.add(getattr(hashlib, algorithm))
77 constructor = getattr(_hashlib, 'openssl_'+algorithm, None)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t049treeparser.py 43 r = getattr(parser, grammarEntry)()
47 getattr(walker, treeEntry)()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
collector.py 242 tracer0 = getattr(fn0, '__self__', None)
244 traces0 = getattr(tracer0, 'traces', None)
templite.py 159 value = getattr(value, dot)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
eclipse.py 62 generator_additional_non_configuration_keys = getattr(msvs_generator,
64 generator_additional_path_sections = getattr(msvs_generator,
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test.py 31 action_data_list = getattr(page, action_name)
63 self._test_method = getattr(self, test_method_name)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 122 ID->getAttr<IBOutletAttr>() || // Skip IBOutlets.
123 ID->getAttr<IBOutletCollectionAttr>()) // Skip IBOutletCollections.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 198 new_node = MinNode(type=getattr(token_labels, name_leaf.value))
200 new_node = MinNode(type=getattr(pysyms, name_leaf.value))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 149 r = getattr(typ, "__repr__", None)
271 r = getattr(typ, "__repr__", None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hashlib.py 63 constructors.add(getattr(hashlib, algorithm))
77 constructor = getattr(_hashlib, 'openssl_'+algorithm, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 149 r = getattr(typ, "__repr__", None)
271 r = getattr(typ, "__repr__", None)
  /system/core/sdcard/
fuse.h 25 * - new fuse_getattr_in input argument of GETATTR
177 * Getattr flags
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 158 data = getattr(mod, "do_gen_random")(peakAmpl, durationInMSec, samplingRate, fHigh,\
check_spectrum_playback.py 124 data = getattr(mod, "do_gen_random")(peakAmpl, durationInMSec, samplingRate, fHigh,\
  /cts/suite/audio_quality/test_description/
processing_main.py 114 output = getattr(mod, self.functionName)(inputData, inputTypes)
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 43 handler = getattr(self, self._options.action)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
result.py 17 if getattr(self, 'failfast', False):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
reflectionhandler.py 93 function = getattr(self, function_name)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 483 field_name = getattr(self, field_name)
487 getattr(self, field_name).extend(field_value)
489 getattr(self, field_name).MergeFrom(field_value)
605 (field_descriptor, getattr(self, field_name)))

Completed in 518 milliseconds

<<11121314151617181920>>