Home
last modified time | relevance | path

Searched refs:other_args (Results 1 – 11 of 11) sorted by relevance

/external/fonttools/Lib/fontTools/cffLib/
Dspecializer.py423 _, other_args = commands[i-1]
424 assert len(args) == 1 and len(other_args) == 1
425 commands[i-1] = (op, [other_args[0]+args[0]])
/external/pdfium/third_party/pymock/
Dmock.py2044 other_args, other_kwargs = (), {}
2046 other_name, other_args, other_kwargs = other
2050 other_args = value
2054 other_args, other_kwargs = (), {}
2056 other_args = ()
2065 other_args, other_kwargs = second, {}
2067 other_args, other_kwargs = (), second
2069 other_args, other_kwargs = first, second
2075 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/python/cpython2/Lib/test/
D_mock_backport.py1988 other_args, other_kwargs = (), {}
1990 other_name, other_args, other_kwargs = other
1994 other_args = value
1998 other_args, other_kwargs = (), {}
2000 other_args = ()
2009 other_args, other_kwargs = second, {}
2011 other_args, other_kwargs = (), second
2013 other_args, other_kwargs = first, second
2019 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py223 **other_args): argument
226 self.other_args = other_args
247 **self.other_args)
/external/python/cpython3/Lib/unittest/
Dmock.py2052 other_args, other_kwargs = (), {}
2054 other_name, other_args, other_kwargs = other
2058 other_args = value
2062 other_args, other_kwargs = (), {}
2064 other_args = ()
2072 other_args, other_kwargs = second, {}
2074 other_args, other_kwargs = (), second
2076 other_args, other_kwargs = first, second
2084 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/python/mock/mock/
Dmock.py2166 other_args, other_kwargs = (), {}
2168 other_name, other_args, other_kwargs = other
2172 other_args = value
2176 other_args, other_kwargs = (), {}
2178 other_args = ()
2186 other_args, other_kwargs = second, {}
2188 other_args, other_kwargs = (), second
2190 other_args, other_kwargs = first, second
2198 return (other_args, other_kwargs) == (self_args, self_kwargs)
/external/tensorflow/tensorflow/python/distribute/
Dvalues.py690 def merge_fn(strategy, value, *other_args, **other_kwargs): argument
693 self, f, args=(v,) + other_args, kwargs=other_kwargs)
964 def merge_fn(strategy, value, *other_args, **other_kwargs): argument
967 self, f, args=(v,) + other_args, kwargs=other_kwargs)
1501 def merge_fn(strategy, value, *other_args, **other_kwargs): argument
1504 self, f, args=(v,) + other_args, kwargs=other_kwargs)
/external/libffi/src/ia64/
Dffi.c58 UINT64 other_args[]; /* Arguments passed on stack, variable size. */ member
/external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
Dffi.c58 UINT64 other_args[]; /* Arguments passed on stack, variable size. */ member
/external/python/mock/mock/tests/
Dtesthelpers.py312 other_args = _Call(((1, 2), {'a': 3}))
313 self.assertEqual(args, other_args)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtesthelpers.py326 other_args = _Call(((1, 2), {'a': 3}))
327 self.assertEqual(args, other_args)