Home
last modified time | relevance | path

Searched defs:hooks (Results 1 – 25 of 28) sorted by relevance

12

/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestSSLEnginePair.java52 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create()
56 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create()
60 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create()
66 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect()
78 Hooks hooks, in connect()
/external/tensorflow/tensorflow/python/estimator/
Destimator.py288 hooks=None, argument
364 def evaluate(self, input_fn, steps=None, hooks=None, checkpoint_path=None, argument
429 hooks=None, argument
812 def _train_model(self, input_fn, hooks, saving_listeners): argument
907 hooks=None, argument
977 def _check_hooks_type(hooks): argument
Dtraining.py55 def _validate_hooks(hooks): argument
127 def __new__(cls, input_fn, max_steps=None, hooks=None): argument
181 hooks=None, argument
Destimator_test.py109 def predict(self, input_fn, predict_keys=None, hooks=None): argument
125 def predict(self, input_fn, predict_keys=None, hooks=None): argument
138 def predict_proba(self, input_fn, predict_keys=None, hooks=None): argument
/external/tensorflow/tensorflow/contrib/slim/python/slim/
Devaluation.py157 hooks=None): argument
233 hooks=None): argument
/external/autotest/client/site_tests/security_RunOci/src/
Dtest-hooks-failure.json6 "hooks": { object
Dtest-hooks.json6 "hooks": { object
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Devaluable.py45 hooks=None): argument
Dexperiment.py852 hooks=None, argument
881 hooks=None): argument
Dlearn_runner_test.py82 checkpoint_path=None, hooks=None): argument
/external/annotation-tools/annotation-file-utilities/tests/
DNewArray.java6 private static final Runnable[] hooks = new Runnable[MAX_HOOKS]; field in NewArray
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py282 hooks=None, argument
495 def __init__(self, session_creator, hooks, should_recover, argument
665 def __init__(self, session_creator, hooks, stop_grace_period_secs): argument
791 def __init__(self, session_creator=None, hooks=None, argument
852 hooks=None, argument
1133 def __init__(self, sess, hooks): argument
Devaluation.py127 hooks=None, argument
/external/tensorflow/tensorflow/contrib/training/python/training/
Dtraining.py482 hooks=None, argument
Devaluation.py353 hooks=None, argument
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DWorkerProcessTest.java58 Set<Thread> hooks = Sets.newHashSet(); field in WorkerProcessTest.MockRegistrar
/external/python/cpython2/Lib/
Dihooks.py216 def __init__(self, hooks = None, verbose = VERBOSE): argument
229 def set_hooks(self, hooks): argument
359 def set_hooks(self, hooks): argument
Drexec.py158 def __init__(self, hooks = None, verbose = 0): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py565 hooks=None, argument
858 hooks=None, argument
1005 def _train_model(self, input_fn, hooks): argument
Ddnn.py669 hooks=None): argument
Ddnn_linear_combined.py1026 hooks=None): argument
/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain.py889 hooks=None, argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMoreExecutorsTest.java613 private final List<Thread> hooks = Lists.newArrayList(); field in MoreExecutorsTest.TestApplication
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DConscryptSocketTest.java393 Future<AbstractConscryptSocket> handshake(final ServerSocket listener, final Hooks hooks) { in handshake()
DNativeCryptoTest.java728 private final Hooks hooks; field in NativeCryptoTest.TestSSLHandshakeCallbacks
730 TestSSLHandshakeCallbacks(Socket socket, long sslNativePointer, Hooks hooks) { in TestSSLHandshakeCallbacks()
967 final int timeout, final boolean client, final Hooks hooks, final byte[] alpnProtocols, in handshake()

12