HomeSort by relevance Sort by last modified time
    Searched refs:_orig (Results 1 - 8 of 8) sorted by null

  /external/libchrome/base/third_party/valgrind/
valgrind.h     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /external/valgrind/include/
valgrind.h     [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/libnl/python/netlink/route/
link.py 192 # ifindex is immutable but we assume that if _orig does not
194 if capi.rtnl_link_get_ifindex(self._orig) == 0:
195 capi.rtnl_link_set_ifindex(self._orig, int(value))
207 # name is the secondary identifier, if _orig does not have
211 if capi.rtnl_link_get_name(self._orig) is None:
212 capi.rtnl_link_set_name(self._orig, value)
405 if not self._orig:
407 ret = capi.rtnl_link_change(sock._sock, self._orig, self._rtnl_link, flags)
address.py 122 # ifindex is immutable but we assume that if _orig does not
124 if capi.rtnl_addr_get_ifindex(self._orig) == 0:
125 capi.rtnl_addr_set_ifindex(self._orig, value.ifindex)
211 # local is immutable but we assume that if _orig does not
213 if capi.rtnl_addr_get_local(self._orig) is None:
214 capi.rtnl_addr_set_local(self._orig, a._nl_addr)
  /external/libnl/python/netlink/
core.py 319 self._orig = self._obj2type(clone_obj)
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 979 milliseconds