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

1 2 3 4 5 6 7 8 91011>>

  /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
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DynamicCallHelper.py 67 def __call__(self): member in class:DynamicCallHelper
  /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__.")
  /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/util/
tf_export.py 70 def __call__(self, func): member in class:tf_export
  /development/tools/repo_diff/
git_commits_not_upstreamed.py 44 def __call__(self, filename): member in class:CommitFinder
  /external/tensorflow/tensorflow/contrib/predictor/
predictor.py 49 def __call__(self, input_dict): member in class:Predictor
  /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/tensorflow/tensorflow/python/training/
device_setter.py 45 def __call__(self, unused_op): member in class:_RoundRobinStrategy
  /external/tensorflow/tensorflow/tools/common/
public_api_test.py 34 def __call__(self, path, parent, children): member in class:PublicApiTest.TestVisitor
  /development/tools/axl/
log.py 55 __call__ = log variable in class:Log
  /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/server/cros/faft/
rpc_proxy.py 32 def __call__(self, *args, **dargs): member in class:_Method
  /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
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_idle.py 25 def __call__(self, *args, **kwds): member in class:Func
  /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/python/cpython3/Lib/idlelib/idle_test/
mock_idle.py 25 def __call__(self, *args, **kwds): member in class:Func
  /external/selinux/python/sepolgen/src/sepolgen/
defaults.py 43 def __call__(self, testfilename, pathset="SELINUX_DEVEL_PATH"): member in class:PathChoooser
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
match.py 86 def __call__(self, op): member in class:OpMatcher

Completed in 714 milliseconds

1 2 3 4 5 6 7 8 91011>>