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

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DynamicCallHelper.py 67 def __call__(self): member in class:DynamicCallHelper
  /external/skia/infra/bots/recipe_modules/env/
api.py 10 def __call__(self, env_dict): member in class:EnvApi
  /external/skqp/infra/bots/recipe_modules/env/
api.py 10 def __call__(self, env_dict): member in class:EnvApi
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Simple.py 9 def __call__(self): member in class:Tracing
29 def __call__(self, *args): member in class:BoundMethod
  /external/python/cpython2/Demo/metaclasses/
Simple.py 9 def __call__(self): member in class:Tracing
29 def __call__(self, *args): member in class:BoundMethod
  /external/python/cpython2/Lib/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:RawInputs
59 def __call__(self, *args): member in class:FakeOpener
113 register_module.raw_input = inputs.__call__
165 register_module.raw_input = inputs.__call__
183 register_module.raw_input = inputs.__call__
227 register_module.raw_input = inputs.__call__
238 register_module.raw_input = inputs.__call__
256 register_module.raw_input = inputs.__call__
  /external/tensorflow/tensorflow/contrib/training/python/training/
device_setter.py 46 def __call__(self, op): member in class:RandomStrategy
89 def __call__(self, op): member in class:GreedyLoadBalancingStrategy
  /external/tensorflow/tensorflow/python/estimator/
util.py 34 return hasattr(obj, '__call__') and tf_inspect.ismethod(obj.__call__)
54 fn = fn.__call__
  /external/chromium-trace/catapult/devil/devil/utils/
parallelizer.py 97 def __call__(self, *args, **kwargs): member in class:Parallelizer
214 return r.__call__()
228 r.__call__(exc_type, exc_val, exc_tb)
231 def __call__(self, *args, **kwargs): member in class:SyncParallelizer
242 r = super(SyncParallelizer, self).__call__(*args, **kwargs)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
constraints.py 33 def __call__(self, w): member in class:Constraint
67 def __call__(self, w): member in class:MaxNorm
81 def __call__(self, w): member in class:NonNeg
106 def __call__(self, w): member in class:UnitNorm
150 def __call__(self, w): member in class:MinMaxNorm
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_register.py 46 def __call__(self, prompt=''): member in class:RawInputs
57 def __call__(self, *args): member in class:FakeOpener
111 register_module.raw_input = inputs.__call__
163 register_module.raw_input = inputs.__call__
181 register_module.raw_input = inputs.__call__
231 register_module.raw_input = inputs.__call__
242 register_module.raw_input = inputs.__call__
  /external/python/cpython3/Lib/distutils/tests/
test_register.py 48 def __call__(self, prompt=''): member in class:Inputs
59 def __call__(self, *args): member in class:FakeOpener
121 register_module.input = inputs.__call__
175 register_module.input = inputs.__call__
193 register_module.input = inputs.__call__
237 register_module.input = inputs.__call__
248 register_module.input = inputs.__call__
266 register_module.input = inputs.__call__
308 register_module.input = inputs.__call__
  /external/python/cpython3/Lib/
_sitebuiltins.py 19 def __call__(self, code=None): member in class:Quitter
67 def __call__(self): member in class:_Printer
101 def __call__(self, *args, **kwds): member in class:_Helper
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
fused_rnn_cell.py 38 Every `FusedRNNCell` must implement `__call__` with the following signature.
44 def __call__(self, member in class:FusedRNNCell
94 def __call__(self, member in class:FusedRNNCellAdaptor
169 def __call__(self, member in class:TimeReversedFusedRNN
  /external/skia/infra/bots/recipe_modules/gsutil/
api.py 11 def __call__(self, step_name, *args): member in class:GSUtilApi
  /external/skqp/infra/bots/recipe_modules/gsutil/
api.py 11 def __call__(self, step_name, *args): member in class:GSUtilApi
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
unwinder.py 24 An unwinder has a single method __call__ and the attributes
41 def __call__(self, pending_frame): member in class:Unwinder
50 raise NotImplementedError("Unwinder __call__.")
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
unwinder.py 24 An unwinder has a single method __call__ and the attributes
41 def __call__(self, pending_frame): member in class:Unwinder
50 raise NotImplementedError("Unwinder __call__.")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /external/autotest/venv/lucifer/
eventlib_unittest.py 85 def __call__(self, event, msg): member in class:_FakeHandler
95 def __call__(self, event, msg): member in class:_RaisingHandler
  /external/python/cpython2/Lib/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 45 Instances of this class have __call__ methods identical in
132 def __call__(self, source, filename, symbol): member in class:Compile
140 """Instances of this class have __call__ methods identical in
149 def __call__(self, source, filename="<input>", symbol="single"): member in class:CommandCompiler

Completed in 725 milliseconds

1 2 3 4 5 6 7 8 91011>>