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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
windows-itanium-exceptions.cpp 9 void attempt() { function
  /external/tensorflow/tensorflow/core/kernels/
fifo_queue.cc 62 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
64 attempt->context->SetStatus(
120 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
122 attempt->context->SetStatus(
130 tuple[0].dim_size(0) - attempt->elements_requested;
133 attempt->context->SetStatus(GetElementComponentFromBatch(
134 tuple, index, i, attempt->context, &element));
135 if (!attempt->context->status().ok()) return kComplete
    [all...]
priority_queue.cc 83 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
85 attempt->context->SetStatus(
91 attempt->context->SetStatus(errors::InvalidArgument(
148 [tuple, this, ctx](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
150 attempt->context->SetStatus(
158 tuple[0].dim_size(0) - attempt->elements_requested;
161 attempt->context->SetStatus(GetElementComponentFromBatch(
162 tuple, index, 0, attempt->context, &priority_element))
    [all...]
padding_fifo_queue.cc 101 this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
103 if (closed_ && queue_size < attempt->elements_requested) {
105 // to reset the attempt tuple.
106 if (!attempt->tuples.empty()) {
108 for (int64 i = attempt->tuples.size() - 1; i >= 0; --i) {
111 Status s = GetElementComponent(attempt->tuples[i], j,
112 attempt->context, &element);
114 attempt->context->SetStatus(
127 attempt->tuples.clear()
    [all...]
conditional_accumulator_base.cc 40 LOG(WARNING) << "Attempt to set current_global_step_ to smaller value: "
49 * Logs an attempt to extract the average gradient, and tries to flush all
51 * A TakeGrad attempt is blocked until num_required > counter_, i.e.,
55 * attempt is unblocked.
57 * callback: A callback to be executed after the attempt has been completed.
77 [this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
78 if (counter_ >= attempt->elements_requested) {
80 attempt->context, attempt->done_callback)
    [all...]
random_shuffle_queue_op.cc 139 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
141 attempt->context->SetStatus(errors::Cancelled(
197 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
199 attempt->context->SetStatus(errors::Cancelled(
207 tuple[0].dim_size(0) - attempt->elements_requested;
210 attempt->context->SetStatus(GetElementComponentFromBatch(
211 tuple, index, i, attempt->context, &element));
212 if (!attempt->context->status().ok()) return kComplete
    [all...]
queue_base.cc 193 std::deque<Attempt>* attempts =
196 for (Attempt& attempt : *attempts) {
197 if (attempt.cancellation_manager == cancellation_manager &&
198 attempt.cancellation_token == token) {
199 if (!attempt.is_cancelled) {
200 attempt.is_cancelled = true;
202 attempt.context->SetStatus(
205 attempt.context->SetStatus(
208 std::swap(callback, attempt.done_callback)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/symver/
symver2.l 2 .*: Error: invalid attempt to declare external version name as default in symbol `foo@@version1'
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
scomm-directive-2.d 4 #error: attempt to re-define symbol
scomm-directive-3.d 4 #error: attempt to re-define symbol
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
ClassCacheTest.java 30 TestThreadIsWriting attempt = new TestThreadIsWriting(classCache); local
36 attempt.start();
38 attempt.join(timeToWait, 0);
40 Assert.assertEquals(false, attempt.ready);
69 TestThreadSaveAllClassesToCache attempt = new TestThreadSaveAllClassesToCache(classCache); local
75 attempt.start();
77 attempt.join(timeToWait, 0);
79 Assert.assertEquals(false, attempt.ready);
  /external/valgrind/memcheck/tests/
file_locking.stderr.exp 2 parent: file locking attempt succeeded.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
noarm.l 3 [^:]*:13: Error: attempt to use an ARM instruction on a Thumb-only processor -- `nop'
req.s 20 # Attempt to remove the builtin alias for r0.
26 # Now attempt to re-alias foo. There used to be a bug whereby the
29 # second attempt at aliasing foo (to something different than
39 # Check that a second attempt to alias foo, using a mixed case
  /tools/tradefederation/core/src/com/android/tradefed/device/
ReconnectingRecovery.java 45 int attempt = 1; local
47 CLog.i("Trying to reconnect with device " + serial + " / attempt " + attempt);
49 } while (monitor.waitForDeviceOnline() == null && ++attempt <= CONNECTION_ATTEMPTS);
51 String errMsg = "Could not recover device " + serial + " after " + --attempt + " attempts";
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 47 // Describes information required to attempt to make a phone call
50 // contact in order to process an attempt
176 CallAttemptRecord attempt = null; local
178 attempt = mAttemptRecordIterator.next();
181 attempt.connectionManagerPhoneAccount)) {
184 + "attempt: %s", attempt);
191 if (!attempt.connectionManagerPhoneAccount.equals(attempt.targetPhoneAccount) &&
193 attempt.targetPhoneAccount))
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
Timeout.java 155 int attempt = 0; local
159 // Good news, everyone: job succeeded on first attempt!
162 attempt++;
164 Log.v(TAG, description + " failed at attempt #" + attempt + "; sleeping for "
170 Log.w(TAG, description + " failed after " + attempt + " attempts and "
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 59 int attempt = 0; local
66 attempt ++;
67 if (attempt >= maxAttempt) {
  /external/skia/infra/bots/recipe_modules/run/
api.py 118 for attempt in xrange(attempts):
120 if attempt > 0:
121 step_name += ' (attempt %d)' % (attempt + 1)
125 if attempt > 0 and fail_build_on_failure:
126 del self._failed[-attempt:]
129 if attempt == attempts - 1:
133 between_attempts_fn(attempt+1)
  /external/skqp/infra/bots/recipe_modules/run/
api.py 119 for attempt in xrange(attempts):
121 if attempt > 0:
122 step_name += ' (attempt %d)' % (attempt + 1)
126 if attempt > 0 and fail_build_on_failure:
127 del self._failed[-attempt:]
130 if attempt == attempts - 1:
134 between_attempts_fn(attempt+1)
  /external/autotest/server/site_tests/firmware_PDConnect/
firmware_PDConnect.py 32 for attempt in xrange(self.CONNECT_ITERATIONS):
33 logging.info('Disconnect/Connect iteration %d', attempt)
  /external/curl/docs/cmdline-opts/
retry-max-time.d 6 The retry timer is reset before the first transfer attempt. Retries will be
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/macros/
dot.l 2 .*:[1-9][0-9]*: Warning: attempt to redefine pseudo-op .\.macro. ignored
  /external/autotest/server/site_tests/firmware_Cr50InvalidateRW/
firmware_Cr50InvalidateRW.py 47 header or the cryptohome message if the attempt failed or succeeded.
65 # Return the message that is related to the RW invalidate attempt
88 corrupt_login: The login attempt that we expect the header to be
97 attempt = i + 1
103 attempt, result)
106 # Anytime the invalidate attempt fails raise an error
113 if (attempt == corrupt_login) != (self.SUCCESS in result):
  /external/vogar/src/vogar/monitor/
HostMonitor.java 53 for (int attempt = 0; true; attempt++) {
68 log.verbose("connection " + attempt + " to localhost:"

Completed in 1355 milliseconds

1 2 3 4 5 6 7 8 91011>>