/external/python/cpython2/Lib/email/test/data/ |
D | msg_43.txt | 49 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/ |
D | msg_43.txt | 49 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/ |
D | queue_base.h | 153 struct Attempt; 154 typedef std::function<RunResult(Attempt*)> RunCallback; 155 struct Attempt { struct 167 Attempt(int32_t elements_requested, DoneCallback done_callback, in Attempt() argument 178 std::deque<Attempt> enqueue_attempts_ TF_GUARDED_BY(mu_); 179 std::deque<Attempt> dequeue_attempts_ TF_GUARDED_BY(mu_);
|
D | conditional_accumulator_base.h | 90 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_ TF_GUARDED_BY(mu_);
|
D | queue_base.cc | 193 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) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in Close() 266 std::deque<Attempt>* attempts = in TryAttemptLocked() 292 Attempt* cur_attempt = &attempts->front(); in TryAttemptLocked()
|
D | conditional_accumulator_base.cc | 82 [this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryTakeGrad() 116 for (Attempt& attempt : takegrad_attempts_) { in Cancel() 147 Attempt* cur_attempt = &takegrad_attempts_.front(); in TryAttemptLocked()
|
D | fifo_queue.cc | 63 [tuple, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueue() 120 [tuple, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueueMany() 167 [callback, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeue() 259 this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
|
D | priority_queue.cc | 84 [tuple, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueue() 148 [tuple, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueueMany() 209 [callback, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeue() 301 Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
|
D | random_shuffle_queue_op.cc | 141 [tuple, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueue() 200 [tuple, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryEnqueueMany() 248 [callback, this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeue() 341 this](Attempt* attempt) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in TryDequeueMany()
|
/external/parameter-framework/upstream/tools/xmlValidator/ |
D | README.md | 59 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/ |
D | control.pseudomodem | 23 - 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/autotest/utils/frozen_chromite/lib/ |
D | retry_stats.py | 35 Attempt = collections.namedtuple( variable 171 statEntry.attempts.append(Attempt(end - start, e_description)) 175 statEntry.attempts.append(Attempt(end - start, None))
|
/external/antlr/runtime/ObjC/Framework/ |
D | AMutableArray.m | 109 … 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-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCShuffler.cpp | 157 MCInst Attempt(MCB); in HexagonMCShuffle() local 158 HexagonMCInstrInfo::replaceDuplex(Context, Attempt, duplexToTry); in HexagonMCShuffle() 159 HexagonMCShuffler MCS(Context, false, MCII, STI, Attempt); // copy packet to the shuffler in HexagonMCShuffle()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCShuffler.cpp | 177 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/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerMerge.cpp | 494 for (size_t Attempt = 1; Attempt <= NumAttempts; Attempt++) { in CrashResistantMerge() local 496 VPrintf(V, "MERGE-OUTER: attempt %zd\n", Attempt); in CrashResistantMerge() 508 VPrintf(V, "MERGE-OUTER: successful in %zd attempt(s)\n", Attempt); in CrashResistantMerge()
|
/external/e2fsprogs/lib/support/ |
D | prof_err.et | 12 "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/ |
D | spec-07-02.data | 1 %YAML 1.2 # Attempt parsing
|
/external/python/pyyaml/tests/data/ |
D | spec-07-02.data | 1 %YAML 1.2 # Attempt parsing
|
/external/llvm/test/YAMLParser/ |
D | spec-07-02.test | 3 %YAML 1.2 # Attempt parsing
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_err.et.in | 75 "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/curl/tests/data/ |
D | test2044 | 18 Attempt to set a default protocol that does not exist
|
D | test705 | 23 Attempt connect to non-listening SOCKS5 proxy
|
D | test704 | 23 Attempt connect to non-listening SOCKS4 proxy
|
/external/clang/test/Analysis/ |
D | malloc.mm | 34 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}}
|