Home
last modified time | relevance | path

Searched refs:Attempt (Results 1 – 25 of 156) sorted by relevance

1234567

/external/python/cpython2/Lib/email/test/data/
Dmsg_43.txt49 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
55 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
61 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
67 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
73 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
79 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
85 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
91 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
97 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
103 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
[all …]
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_43.txt49 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
55 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
61 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
67 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
73 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
79 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
85 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
91 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
97 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
103 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.h156 struct Attempt;
157 typedef std::function<RunResult(Attempt*)> RunCallback;
158 struct Attempt { struct
170 Attempt(int32 elements_requested, DoneCallback done_callback, in Attempt() argument
181 std::deque<Attempt> enqueue_attempts_ GUARDED_BY(mu_);
182 std::deque<Attempt> dequeue_attempts_ GUARDED_BY(mu_);
Dconditional_accumulator_base.h90 struct Attempt;
91 typedef std::function<RunResult(Attempt*)> RunCallback;
92 struct Attempt { struct
101 Attempt(int elements_requested, DoneCallback done_callback, in Attempt() argument
133 std::deque<Attempt> takegrad_attempts_ GUARDED_BY(mu_);
Dqueue_base.cc193 std::deque<Attempt>* attempts = in Cancel()
196 for (Attempt& attempt : *attempts) { in Cancel()
225 for (Attempt& attempt : enqueue_attempts_) { in CloseAndCancel()
250 [this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in Close()
266 std::deque<Attempt>* attempts = in TryAttemptLocked()
292 Attempt* cur_attempt = &attempts->front(); in TryAttemptLocked()
Dconditional_accumulator_base.cc82 [this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryTakeGrad()
116 for (Attempt& attempt : takegrad_attempts_) { in Cancel()
147 Attempt* cur_attempt = &takegrad_attempts_.front(); in TryAttemptLocked()
Dfifo_queue.cc62 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueue()
120 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueueMany()
167 [callback, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeue()
259 this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
Dpriority_queue.cc83 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueue()
148 [tuple, this, ctx](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueueMany()
210 [callback, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeue()
302 allow_small_batch](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
Drandom_shuffle_queue_op.cc139 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueue()
197 [tuple, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueueMany()
245 [callback, this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeue()
338 this](Attempt* attempt) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
/external/parameter-framework/upstream/tools/xmlValidator/
DREADME.md59 Attempt to validate ParameterFrameworkConfiguration.xml with ParameterFrameworkConfiguration.xsd
61 Attempt to validate my_music.xml with Subsystem.xsd
63 Attempt to validate MusicLibraries.xml with SystemClass.xsd
65 Attempt to validate Genres.xml with ConfigurableDomains.xsd
/external/autotest/client/site_tests/cellular_SIMLocking/
Dcontrol.pseudomodem23 - Attempt to enable SIM lock with incorrect sim-pin. Verify that the
27 - Attempt to unlock a pin-locked SIM with incorrect sim-pin, until it gets
30 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until the SIM
/external/antlr/runtime/ObjC/Framework/
DAMutableArray.m109 … reason:[NSString stringWithFormat:@"Attempt to retrieve objectAtIndex %d past end", anIdx]
125 …@throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"Attempt to insert nil ob…
128 …@throw [NSException exceptionWithName:NSRangeException reason:@"Attempt to insertObjectAtIndex pas…
146 …@throw [NSException exceptionWithName:NSRangeException reason:@"Attempt to insert removeObjectAtIn…
162 …@throw [NSException exceptionWithName:NSRangeException reason:@"Attempt to removeLastObject from 0…
174 …@throw [NSException exceptionWithName:NSRangeException reason:@"Attempt to removeAllObjects from 0…
194 …@throw [NSException exceptionWithName:NSRangeException reason:@"Attempt to replace object past end…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp159 MCInst Attempt(MCB); in HexagonMCShuffle() local
160 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle()
161 HexagonMCShuffler MCS(Context, false, MCII, STI, Attempt); // copy packet to the shuffler in HexagonMCShuffle()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCShuffler.cpp177 MCInst Attempt(MCB); in HexagonMCShuffle() local
178 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle()
179 HexagonMCShuffler MCS(MCII, STI, Attempt); // copy packet to the shuffler in HexagonMCShuffle()
/external/e2fsprogs/lib/ext2fs/
Dext2_err.et.in75 "Attempt to write to filesystem opened read-only"
120 "Attempt to read block from filesystem resulted in short read"
123 "Attempt to write block to filesystem resulted in short write"
165 "Attempt to fudge end of block bitmap past the real end"
168 "Attempt to fudge end of inode bitmap past the real end"
333 "Attempt to modify a block mapping via a read-only block iterator"
/external/e2fsprogs/lib/support/
Dprof_err.et12 "Attempt to add a relation to node which is not a section"
22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile"
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-07-02.data1 %YAML 1.2 # Attempt parsing
/external/llvm/test/YAMLParser/
Dspec-07-02.test3 %YAML 1.2 # Attempt parsing
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dspec-07-02.test3 %YAML 1.2 # Attempt parsing
/external/clang/test/Analysis/
Dmalloc.mm34 free(data); //expected-warning {{Attempt to free non-owned memory}}
77 free(data); // expected-warning {{Attempt to free non-owned memory}}
300 free(characters); // expected-warning {{Attempt to free non-owned memory}}
321 if (string) free(characters); // expected-warning{{Attempt to free non-owned memory}}
/external/curl/tests/data/
Dtest204418 Attempt to set a default protocol that does not exist
Dtest70523 Attempt connect to non-listening SOCKS5 proxy
Dtest70423 Attempt connect to non-listening SOCKS4 proxy
Dtest70326 Attempt connect to non-listening HTTP server via SOCKS5 proxy
Dtest70226 Attempt connect to non-listening HTTP server via SOCKS4 proxy

1234567