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

1 2

  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiIbft.c 80 // Each attempt occupies two offsets: one for the NIC section;
210 ISCSI_ATTEMPT_CONFIG_NVDATA *Attempt;
233 Attempt = IScsiConfigGetAttemptByConfigIndex (mPrivate->BootSelectedIndex);
234 if (Attempt == NULL) {
241 ASSERT (Attempt->SessionConfigData.Enabled != ISCSI_DISABLED);
249 Attempt = NET_LIST_USER_STRUCT (Entry, ISCSI_ATTEMPT_CONFIG_NVDATA, Link);
250 if (Attempt->AttemptConfigIndex == mPrivate->BootSelectedIndex) {
255 if (Attempt->SessionConfigData.Enabled == ISCSI_DISABLED) {
260 // Krb5 attempt will not be recorded in iBFT.
262 if (Attempt->AuthenticationType == ISCSI_AUTH_TYPE_KRB) {
    [all...]
IScsiConfig.c 293 Get the attempt config data from global structure by the ConfigIndex.
295 @param[in] AttemptConfigIndex The unique index indicates the attempt.
297 @return Pointer to the attempt config data.
298 @retval NULL The attempt configuration data cannot be found.
307 ISCSI_ATTEMPT_CONFIG_NVDATA *Attempt;
310 Attempt = NET_LIST_USER_STRUCT (Entry, ISCSI_ATTEMPT_CONFIG_NVDATA, Link);
311 if (Attempt->AttemptConfigIndex == AttemptConfigIndex) {
312 return Attempt;
321 Get the existing attempt config data from global structure by the NicIndex.
323 @param[in] NewAttempt The created new attempt
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.h 34 * TryApplyGrad tries add a gradient to the accumulator. The attempt is
39 * TryTakeGrad logs an attempt to read the average gradient. The attempt is
89 // Helper struct holding information about a TakeGrad attempt
90 struct Attempt;
91 typedef std::function<RunResult(Attempt*)> RunCallback;
92 struct Attempt {
101 Attempt(int elements_requested, DoneCallback done_callback,
114 // DoneCallback after a TakeGrad attempt is complete.
133 std::deque<Attempt> takegrad_attempts_ GUARDED_BY(mu_)
    [all...]
queue_base.h 98 // *finished the callback for any finished attempt (so it may be
156 struct Attempt;
157 typedef std::function<RunResult(Attempt*)> RunCallback;
158 struct Attempt {
170 Attempt(int32 elements_requested, DoneCallback done_callback,
181 std::deque<Attempt> enqueue_attempts_ GUARDED_BY(mu_);
182 std::deque<Attempt> dequeue_attempts_ GUARDED_BY(mu_);
conditional_accumulator_base.cc 45 LOG(WARNING) << "Attempt to set current_global_step_ to smaller value: "
54 * Logs an attempt to extract the average gradient, and tries to flush all
56 * A TakeGrad attempt is blocked until num_required > counter_, i.e.,
60 * attempt is unblocked.
62 * callback: A callback to be executed after the attempt has been completed.
82 [this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) {
83 if (counter_ >= attempt->elements_requested) {
85 attempt->context, attempt->done_callback)
    [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...]
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...]
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...]
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...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.cpp 177 MCInst Attempt(MCB);
178 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry);
179 HexagonMCShuffler MCS(MCII, STI, Attempt); // copy packet to the shuffler
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.cpp 159 MCInst Attempt(MCB);
160 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry);
161 HexagonMCShuffler MCS(Context, false, MCII, STI, Attempt); // copy packet to the shuffler
  /external/python/cpython2/PC/VS9.0/
build.bat 12 rem -k Attempt to kill any running Pythons before building
  /external/protobuf/objectivec/DevTools/
pddm_tests.py 116 'Attempt to redefine macro: '),
489 'Attempt to redefine macro: "PDDM-DEFINE mumble(x_)"\n'
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
MetadataCredentialsTest.cs 96 // Attempt to exercise the case where async callback is inlineable/synchronously-runnable.
  /external/python/cpython2/PCbuild/
build.bat 23 echo. Extension modules that depend on external libraries will not attempt
28 echo. -k Attempt to kill any running Pythons before building (usually done
35 echo. --no-ssl Do not attempt to build _ssl
36 echo. --no-tkinter Do not attempt to build Tkinter
37 echo. --no-bsddb Do not attempt to build _bsddb
  /external/python/cpython3/PCbuild/
build.bat 24 echo. depend on external libraries will not attempt to build if this flag
30 echo. -k Attempt to kill any running Pythons before building (usually done
38 echo. --no-ssl Do not attempt to build _ssl
39 echo. --no-tkinter Do not attempt to build Tkinter
  /external/boringssl/src/ssl/test/runner/
tls.go 293 // Attempt to parse the given private key DER block. OpenSSL 0.9.8 generates
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 17 ATTRIBUTE Ascend-Call-Attempt-Limit 123 integer
  /external/syzkaller/vm/adb/
adb.go 156 // Attempt to find an exact match, at /dev/ttyUSB.{SERIAL}
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 53 /** Match current input symbol against ttype. Attempt
527 /** Attempt to recover from a single missing or extra token.
675 /** Return whether or not a backtracking attempt failed. */
  /external/v8/benchmarks/
deltablue.js 158 * Activate this constraint and attempt to satisfy it.
166 * Attempt to find a way to enforce this constraint. If successful,
575 * Attempt to satisfy the given constraint and, if successful,
600 * a list of unsatisfied downstream constraints and attempt to
  /external/syzkaller/vendor/golang.org/x/text/unicode/norm/
normalize.go 201 // Attempt to do a quickSpan first so we can avoid initializing the reorderBuffer.
  /external/v8/src/js/
array.js 177 // Attempt to convert the elements.
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 24 errmsg='attempt to change read-only option'
26 errmsg='Attempt to change read-only option'
103 # attempt to set invalid statespec
555 errmsg='attempt to change read-only option'
557 errmsg='Attempt to change read-only option'
564 # attempt to add a child that is not a direct child of the paned window
570 # another attempt
    [all...]

Completed in 918 milliseconds

1 2