HomeSort by relevance Sort by last modified time
    Searched refs:getattr (Results 1 - 25 of 46) sorted by null

1 2

  /external/protobuf/python/
stubout.py 55 - The stubbing is using the builtin getattr and setattr. So, the __get__
57 probably be to manipulate obj.__dict__ instead of getattr() and
65 orig_attr = getattr(obj, attr_name)
80 orig_attr = getattr(obj, attr_name)
87 # Calling getattr() on a staticmethod transforms it to a 'normal' function.
119 old_child = getattr(parent, child_name)
mox.py 222 attr_to_replace = getattr(obj, attr_name)
381 if callable(getattr(class_to_mock, method)):
412 return getattr(self._class_to_mock, name)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_cursor_kind.py 22 if getattr(k, n)()]
  /external/webkit/Tools/Scripts/webkitpy/test/
skip.py 36 attr = getattr(klass, name)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 40 self.saved_outputs[output_name] = getattr(sys, output_name)
46 captured_output = getattr(sys, output_name).getvalue()
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 181 wraps = getattr(self._wraps, name)
193 return getattr(thing, comp)
196 return getattr(thing, comp)
236 for patching in getattr(patched, 'patchings', []):
241 patched.compat_co_firstlineno = getattr(func, "compat_co_firstlineno",
257 original = getattr(target, name)
  /external/clang/tools/scan-view/
startfile.py 53 setsid = getattr(os, 'setsid', None)
55 setsid = getattr(os, 'setpgrp', None)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 112 encoding = getattr(context, 'encoding', None)
129 encoding = getattr(context, 'encoding', None)
154 object_hook = getattr(context, 'object_hook', None)
  /external/llvm/utils/Misc/
zkill 60 return 'Struct(%s)' % ', '.join(['%s=%r' % (k,getattr(self,k))
126 value = getattr(signal, name)
135 kSignals[name[3:]] = getattr(signal, name)
  /external/webkit/Tools/Scripts/webkitpy/common/config/
committervalidator.py 76 committer = getattr(patch, result_key)()
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
attachment.py 98 committer = getattr(self._bugzilla().committers,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
dryrun.py 70 return getattr(self.__delegate, name)
mock_drt.py 63 return getattr(self.__delegate, name)
  /external/protobuf/python/google/protobuf/
text_format.py 205 sub_message = getattr(message, field.name).add()
210 sub_message = getattr(message, field.name)
285 getattr(message, field.name).append(value)
service_reflection.py 170 method = getattr(srvc, method_descriptor.name)
descriptor.py 88 options_class = getattr(descriptor_pb2, self._options_class_name)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
message_broker2.py 150 message_handler = getattr(client, 'handle_' + message.name)
worker_mixin.py 173 result = getattr(thread, 'result', None)
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 472 builder = getattr(env, component)
501 builder = getattr(env_64bit, component)
  /external/llvm/utils/lit/lit/
ProgressBar.py 152 else: return getattr(self, s[2:-1])
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 44 ctrls = getattr(JetDefs, ctrlList)
52 self.ctrls[Text].Bind(wx.EVT_BUTTON, getattr(callbackClass, Fct), self.ctrls[Text], id=Id)
67 self.ctrls[Text].Bind(wx.EVT_COMBOBOX, getattr(callbackClass, Fct), self.ctrls[Text])
81 self.ctrls[Text].Bind(wx.EVT_CHECKBOX , getattr(callbackClass, Fct), self.ctrls[Text])
86 self.ctrls[Text].Bind(wx.EVT_RADIOBOX , getattr(callbackClass, Fct), self.ctrls[Text])
92 self.ctrls[Text].Bind(wx.EVT_RADIOBUTTON , getattr(callbackClass, Fct), self.ctrls[Text])
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 505 int (*getattr) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 505 int (*getattr) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 111 function = getattr(self, function_name)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 505 int (*getattr) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops

Completed in 2053 milliseconds

1 2