HomeSort by relevance Sort by last modified time
    Searched defs:_replace (Results 1 - 14 of 14) sorted by null

  /external/skia/infra/bots/
win_toolchain_utils.py 27 def _replace(val, before, after): function
32 return [_replace(elem, before, after) for elem in val]
34 return {_replace(k, before, after):
35 _replace(v, before, after) for k, v in val.iteritems()}
46 new_contents = _replace(contents, before, after)
  /external/skqp/infra/bots/
win_toolchain_utils.py 27 def _replace(val, before, after): function
32 return [_replace(elem, before, after) for elem in val]
34 return {_replace(k, before, after):
35 _replace(v, before, after) for k, v in val.iteritems()}
46 new_contents = _replace(contents, before, after)
  /external/tensorflow/tensorflow/python/estimator/
model_fn.py 320 def _replace(self, **kwds): member in class:EstimatorSpec
run_config.py 452 RunConfig._replace(
703 return RunConfig._replace(
709 def _replace(config, allowed_properties_list=None, **kwargs): member in class:RunConfig
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
collections.py 267 def _replace(_self, **kwds):
312 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
717 'Point class with optimized _make() and _replace() without error-checking'
720 def _replace(self, _map=map, **kwds): member in class:Counter.Point
723 print Point(11, 22)._replace(x=100)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 256 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
315 def _replace(_self, **kwds):
654 'Point class with optimized _make() and _replace() without error-checking'
657 def _replace(self, _map=map, **kwds): member in class:Counter.Point
660 print Point(11, 22)._replace(x=100)
  /external/python/cpython2/Lib/
collections.py 279 def _replace(_self, **kwds):
324 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
729 'Point class with optimized _make() and _replace() without error-checking'
732 def _replace(self, _map=map, **kwds): member in class:Counter.Point
735 print Point(11, 22)._replace(x=100)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 262 def _replace(_self, **kwds):
301 >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields
680 'Point class with optimized _make() and _replace() without error-checking'
683 def _replace(self, _map=map, **kwds): member in class:Counter.Point
686 print Point(11, 22)._replace(x=100)
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 601 milliseconds