Searched refs:other_args (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/pymock/
H A 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/libffi/src/ia64/
H A Dffi.c57 UINT64 other_args[]; /* Arguments passed on stack, variable size. */ member in struct:ia64_args

Completed in 98 milliseconds