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

1 2 3

  /external/grpc-grpc/test/core/end2end/
gen_build_yaml.py 31 socketpair_unsecure_fixture_options = default_unsecure_fixture_options._replace(
33 default_secure_fixture_options = default_unsecure_fixture_options._replace(
35 uds_fixture_options = default_unsecure_fixture_options._replace(
38 local_fixture_options = default_secure_fixture_options._replace(
41 fd_unsecure_fixture_options = default_unsecure_fixture_options._replace(
44 inproc_fixture_options = default_unsecure_fixture_options._replace(
51 'h2_compress': default_unsecure_fixture_options._replace(enables_compression=True),
56 'h2_fakesec': default_secure_fixture_options._replace(ci_mac=False),
59 'h2_full+pipe': default_unsecure_fixture_options._replace(
61 'h2_full+trace': default_unsecure_fixture_options._replace(tracing=True)
    [all...]
  /external/grpc-grpc/test/core/bad_client/
gen_build_yaml.py 29 'connection_prefix': default_test_options._replace(cpu_cost=0.2),
31 'headers': default_test_options._replace(cpu_cost=0.2),
32 'initial_settings_frame': default_test_options._replace(cpu_cost=0.2),
  /external/grpc-grpc/test/core/bad_ssl/
gen_build_yaml.py 28 'cert': default_test_options._replace(cpu_cost=0.1),
30 # 'alpn': default_test_options._replace(cpu_cost=0.1),
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
structural_ensemble.py 118 component_model_configuration = configuration._replace(
121 component_model_configuration._replace(
220 component_model_configuration = configuration._replace(
223 component_model_configuration._replace(
  /external/python/google-api-python-client/googleapiclient/
_helpers.py 184 new_parts = parts._replace(query=new_query)
  /external/tensorflow/tensorflow/python/compiler/tensorrt/test/
dynamic_input_shapes_test.py 84 return conversion_params._replace(
int32_test.py 63 return conversion_params._replace(
biasadd_matmul_test.py 122 return conversion_params._replace(
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 219 unresolved = [res._replace(result='UNRESOLVED')
254 self.results.add(result._replace(result=new_result))
  /external/grpc-grpc/tools/mkowners/
mkowners.py 118 owners = owners._replace(parent=best_parent.dir)
120 owners = owners._replace(parent=None)
  /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)
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
model.py 189 estimator_spec = estimator_spec._replace(
409 estimator_spec = estimator_spec._replace(
  /external/mesa3d/src/egl/generate/
genCommon.py 75 functions[i] = functions[i]._replace(slot=i)
  /external/python/apitools/apitools/gen/
gen_client_lib.py 134 self.__client_info = self.__client_info._replace(
  /external/tensorflow/tensorflow/contrib/gan/python/losses/python/
tuple_losses_impl.py 253 return gan_loss._replace(generator_loss=combined_loss)
  /external/tensorflow/tensorflow/contrib/gan/python/
train.py 526 return model._replace(
537 return model._replace(
551 return model._replace(
750 return partial_loss._replace(generator_loss=partial_loss.generator_loss +
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
gc_test.py 46 return path._replace(export_version=int(match.group(1)))
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc_test.py 110 return path._replace(export_version=int(match.group(1)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 85 self.assertEqual(p._replace(x=1), (1, 22)) # test _replace method
89 p._replace(x=1, error=2)
138 self.assertEqual(Dot(1)._replace(d=999), (999,))
156 b2 = b._replace(**dict([(names[1], 999),(names[-5], 42)]))
186 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50)
208 # test _replace
211 newt = t._replace(**dict(zip(T._fields, newvalues)))
    [all...]
test_pydoc.py 351 self.assertIn('_replace', helptext)
  /external/python/cpython2/Lib/test/
test_collections.py 128 self.assertEqual(p._replace(x=1), (1, 22)) # test _replace method
133 p._replace(x=1, error=2)
182 self.assertEqual(Dot(1)._replace(d=999), (999,))
199 b2 = b._replace(**dict([(names[1], 999),(names[-5], 42)]))
229 newt = t._replace(itemgetter=10, property=20, self=30, cls=40, tuple=50)
251 # test _replace
254 newt = t._replace(**dict(zip(T._fields, newvalues)))
    [all...]
  /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/cpython3/Lib/
selectors.py 264 key = key._replace(data=data)
398 key = key._replace(events=events, data=data)
  /external/tensorflow/tensorflow/contrib/tensor_forest/client/
random_forest.py 309 estimator_spec = estimator_spec._replace(
325 estimator_spec = estimator_spec._replace(export_outputs=outputs)
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
estimators.py 180 parsed_features[key] = feature_spec._replace(
184 parsed_features[key] = feature_spec._replace(
    [all...]

Completed in 1138 milliseconds

1 2 3