/external/libtextclassifier/native/annotator/grammar/ |
D | grammar-annotator_test.cc | 58 "<flight>", {"<carrier>", "<flight_code>"}, in TEST_F() 62 AddRuleClassificationResult("flight", ModeFlag_ALL, 1.0, &grammar_model)); in TEST_F() 72 "My flight: LX 38 arriving at 4pm, I'll fly back on AA2014", in TEST_F() 76 EXPECT_THAT(result, ElementsAre(IsAnnotatedSpan(11, 16, "flight"), in TEST_F() 77 IsAnnotatedSpan(51, 57, "flight"))); in TEST_F() 94 // Flight: carrier + flight code and check right context. in TEST_F() 96 "<flight>", {"<carrier>", "<flight_code>", "<context_assertion>?"}, in TEST_F() 100 AddRuleClassificationResult("flight", ModeFlag_ALL, 1.0, &grammar_model)); in TEST_F() 114 UTF8ToUnicodeText("My flight: LX 38 arriving at 4pm, I'll fly back on " in TEST_F() 119 EXPECT_THAT(result, ElementsAre(IsAnnotatedSpan(11, 16, "flight"), in TEST_F() [all …]
|
/external/pytorch/torch/csrc/api/include/torch/data/detail/ |
D | data_shuttle.h | 18 /// When a new job is enqueued to the `DataShuttle`, a counter for in-flight 19 /// jobs is bumped. This job is said to be "in-flight" until its result is 22 /// dequeues a result is the count of in-flight jobs decremented. When the main 23 /// thread attempts to dequeue a job but no jobs are in-flight, that means the 57 /// Discards any jobs that are not yet in flight, and waits for all in-flight 76 /// The queue for jobs that are not yet in flight. 78 /// The number of in-flight jobs.
|
/external/volley/core/src/main/java/com/android/volley/ |
D | WaitingRequestManager.java | 34 * Staging area for requests that already have a duplicate request in flight. 37 * <li>containsKey(cacheKey) indicates that there is a request in flight for the given cache 39 * <li>get(cacheKey) returns waiting requests for the given cache key. The in flight request 141 * For cacheable requests, if a request for the same cache key is already in flight, add it to a 142 * queue to wait for that in-flight request to finish. 146 * in-flight request finishes. 151 // in flight. in maybeAddToWaitingRequests() 153 // There is already a request in flight. Queue up. in maybeAddToWaitingRequests() 162 VolleyLog.d("Request for cacheKey=%s is in flight, putting on hold.", cacheKey); in maybeAddToWaitingRequests() 167 // flight. in maybeAddToWaitingRequests()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_unacked_packet_map.h | 28 // 2) Track packets and bytes in flight for congestion control. 38 // Marks the packet as in flight if |set_in_flight| is true. 39 // Packets marked as in flight are expected to be marked as missing when they 71 // Marks |info| as no longer in flight. 74 // Marks |packet_number| as no longer in flight. 113 // Returns the sum of bytes from all packets in flight. 134 // Returns true if there are unacked packets that are in flight. 156 // Returns true if there are multiple packets in flight. 232 // Returns last in flight packet sent time of |packet_number_space|. 236 // Returns TransmissionInfo of the first in flight packet. [all …]
|
D | quic_ping_manager_test.cc | 67 // Set alarm with in flight packets. in TEST_F() 75 // Reset alarm with no in flight packets. in TEST_F() 89 // Reset alarm with in flight packets. in TEST_F() 108 // Set alarm with in flight packets. in TEST_F() 116 // Set alarm with no in flight packets. in TEST_F() 130 // Reset alarm with in flight packets. in TEST_F() 150 // Set alarm with in flight packets. in TEST_F() 159 // Set alarm with no in flight packets. in TEST_F() 171 // Reset alarm with in flight packets. in TEST_F() 202 // Reset alarm with no in flight packets. in TEST_F() [all …]
|
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_unacked_packet_map.h | 28 // 2) Track packets and bytes in flight for congestion control. 38 // Marks the packet as in flight if |set_in_flight| is true. 39 // Packets marked as in flight are expected to be marked as missing when they 71 // Marks |info| as no longer in flight. 74 // Marks |packet_number| as no longer in flight. 113 // Returns the sum of bytes from all packets in flight. 134 // Returns true if there are unacked packets that are in flight. 156 // Returns true if there are multiple packets in flight. 232 // Returns last in flight packet sent time of |packet_number_space|. 236 // Returns TransmissionInfo of the first in flight packet. [all …]
|
D | quic_ping_manager_test.cc | 67 // Set alarm with in flight packets. in TEST_F() 75 // Reset alarm with no in flight packets. in TEST_F() 89 // Reset alarm with in flight packets. in TEST_F() 108 // Set alarm with in flight packets. in TEST_F() 116 // Set alarm with no in flight packets. in TEST_F() 130 // Reset alarm with in flight packets. in TEST_F() 150 // Set alarm with in flight packets. in TEST_F() 159 // Set alarm with no in flight packets. in TEST_F() 171 // Reset alarm with in flight packets. in TEST_F() 202 // Reset alarm with no in flight packets. in TEST_F() [all …]
|
/external/skia/src/effects/ |
D | SkEmbossMaskFilter.cpp | 67 : fLight(light), fBlurSigma(blurSigma) in SkEmbossMaskFilter() 70 SkASSERT(SkIsFinite(fLight.fDirection, 3)); in SkEmbossMaskFilter() 114 Light light = fLight; in filterMask() 116 (SkVector*)(void*)fLight.fDirection, 1); in filterMask() 123 SkPoint::Length(fLight.fDirection[0], fLight.fDirection[1])); in filterMask() 144 Light tmpLight = fLight; in flatten()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Dispatcher.java | 49 /** In-flight synchronous calls. Includes canceled calls that haven't finished yet. */ 71 * <p>If more than {@code maxRequests} requests are in flight when this is 72 * invoked, those requests will remain in flight. 92 * <p>If more than {@code maxRequestsPerHost} requests are in flight when this 93 * is invoked, those requests will remain in flight. 171 /** Used by {@code Call#execute} to signal it is in-flight. */ 178 if (!executedCalls.remove(call)) throw new AssertionError("Call wasn't in-flight!"); in finished()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Dispatcher.java | 51 /** In-flight synchronous calls. Includes canceled calls that haven't finished yet. */ 73 * <p>If more than {@code maxRequests} requests are in flight when this is 74 * invoked, those requests will remain in flight. 94 * <p>If more than {@code maxRequestsPerHost} requests are in flight when this 95 * is invoked, those requests will remain in flight. 173 /** Used by {@code Call#execute} to signal it is in-flight. */ 180 if (!executedCalls.remove(call)) throw new AssertionError("Call wasn't in-flight!"); in finished()
|
/external/skia/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 163 , fLight(light) in SkLightingImageFilter() 199 Light fLight; member in __anon7a8fe43d0211::SkLightingImageFilter 483 buffer.writeInt((int) fLight.fType); in flatten() 484 buffer.writeColor(fLight.fLightColor); in flatten() 486 buffer.writePoint(SkPoint(fLight.fLocationXY)); in flatten() 487 buffer.writeScalar(ZValue(fLight.fLocationZ)); in flatten() 489 skif::Vector dirXY{fLight.fDirectionXY}; in flatten() 491 buffer.writeScalar(ZValue(fLight.fDirectionZ)); in flatten() 493 buffer.writeScalar(fLight.fFalloffExponent); in flatten() 494 buffer.writeScalar(fLight.fCosCutoffAngle); in flatten() [all …]
|
/external/pytorch/tools/flight_recorder/ |
D | fr_trace.py | 2 """Flight Recorder Trace Analyzer 4 This script primarily merges data from individual flight recorder buffers from individual ranks in a 17 - Flight Recorder buffer sequence_id information is not sufficient to match collectives and coalsec… 28 - This script is versioned so that we can ensure our future changes to flight recorder are backward…
|
/external/libtextclassifier/native/annotator/ |
D | entity-data.fbs | 131 // Details about a flight number. 133 table Flight { 134 // The IATA or ICAO airline code of the flight number. 137 // The flight number. 243 flight:EntityData_.Flight;
|
/external/openscreen/cast/streaming/ |
D | sender.h | 40 // queue of in-flight frames, requesting network packet re-transmits, etc.; 55 // only manage its in-flight queue of frames, and if that queue grows too large, 58 // General usage: A client should check the in-flight media duration frequently 103 // in-flight FrameId and the least-valued one. 106 // Too-large a media duration is in-flight. Enqueuing another frame would 132 // Returns the number of frames currently in-flight. This is only meant to be 137 // Returns the total media duration of the frames currently in-flight, 146 // Return the maximum acceptable in-flight media duration, given the current 163 // be called once it is no longer in-flight. 273 // A count of the number of frames in-flight (i.e., the number of active
|
/external/cronet/tot/net/cert/ |
D | coalescing_cert_verifier.h | 19 // CoalescingCertVerifier is a CertVerifier that keeps track of in-flight 23 // completing when it does. If no in-flight requests match, a new request to 34 // any in-flight, not-yet-completed calls to Verify(). 74 // Contains all pending Jobs that are in-flight, but cannot be joined, due
|
/external/cronet/stable/net/cert/ |
D | coalescing_cert_verifier.h | 19 // CoalescingCertVerifier is a CertVerifier that keeps track of in-flight 23 // completing when it does. If no in-flight requests match, a new request to 34 // any in-flight, not-yet-completed calls to Verify(). 74 // Contains all pending Jobs that are in-flight, but cannot be joined, due
|
/external/pigweed/pw_bluetooth_sapphire/host/common/ |
D | pipeline_monitor_test.cc | 125 // First token does not exceed in-flight threshold. in TEST_F() 129 // Total issued (but not in-flight) exceeds threshold. in TEST_F() 135 // Total in-flight exceeds threshold. in TEST_F() 154 // First token does not exceed total bytes in flight threshold. in TEST_F() 158 // Total in-flight exceeds threshold. in TEST_F() 178 // Total in-flight exceeds threshold. in TEST_F() 200 // Total in-flight exceeds threshold. in TEST_F() 226 // Total in-flight exceeds threshold 0. in TEST_F() 233 // Total in-flight exceeds threshold 1. in TEST_F()
|
/external/webrtc/net/dcsctp/tx/ |
D | retransmission_queue.h | 39 // The RetransmissionQueue manages all DATA/I-DATA chunks that are in-flight and 46 // in-flight (sent, but not yet acknowledged). 107 // bytes that may be in-flight. 116 // Returns the number of bytes of packets that are in-flight. 121 // Returns the number of DATA chunks that are in-flight. 236 // Congestion Window. Number of bytes that may be in-flight (sent, not acked). 250 // All the outstanding data chunks that are in-flight and that have not been
|
/external/cronet/tot/net/http/ |
D | http_stream_pool_attempt_manager.h | 49 // Maintains in-flight Jobs. Peforms DNS resolution. 112 // Returns the number of in-flight attempts. 115 // Cancels all in-flight attempts. 125 // calculated by subtracting the number of in-flight attempts (excluding slow 276 // an in-flight attempt and the destination is known to support HTTP/2. 319 // Called when a SPDY session is ready to use. Cancels in-flight attempts. 323 // Called when a QUIC session is ready to use. Cancels in-flight attempts. 331 // Remove the pointeee of `job_pointer` from `jobs_`. May cancel in-flight 333 // in-flight attempts count is larger than the limit. 445 // The number of in-flight attempts that are treated as slow.
|
/external/cronet/stable/net/http/ |
D | http_stream_pool_attempt_manager.h | 49 // Maintains in-flight Jobs. Peforms DNS resolution. 112 // Returns the number of in-flight attempts. 115 // Cancels all in-flight attempts. 125 // calculated by subtracting the number of in-flight attempts (excluding slow 276 // an in-flight attempt and the destination is known to support HTTP/2. 319 // Called when a SPDY session is ready to use. Cancels in-flight attempts. 323 // Called when a QUIC session is ready to use. Cancels in-flight attempts. 331 // Remove the pointeee of `job_pointer` from `jobs_`. May cancel in-flight 333 // in-flight attempts count is larger than the limit. 445 // The number of in-flight attempts that are treated as slow.
|
/external/cronet/stable/net/base/ |
D | file_stream.h | 70 // in-flight asynchronous operation. 81 // is an in-flight asynchronous operation. 101 // in-flight asynchronous operation. 123 // in-flight asynchronous operation. 136 // in-flight asynchronous operation. 158 // in-flight asynchronous operation.
|
/external/cronet/tot/net/base/ |
D | file_stream.h | 70 // in-flight asynchronous operation. 81 // is an in-flight asynchronous operation. 101 // in-flight asynchronous operation. 123 // in-flight asynchronous operation. 136 // in-flight asynchronous operation. 158 // in-flight asynchronous operation.
|
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | parser_test.cc | 135 rules.Add("<flight>", {"<carrier>", "<digits>", "<\b>"}, in TEST_F() 144 TextContextForText("My flight is: LX 38. Arriving later"), &arena_)), in TEST_F() 158 rules.Add("<flight>", {"dial", "<phone>"}, in TEST_F() 253 // Flight: carrier + flight code and check right context. in TEST_F() 280 // Flight: carrier + flight code and check right context. in TEST_F() 305 // Flight: carrier + flight code and check right context. in TEST_F()
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer_frames_comparator.cc | 134 // Frame in flight comparison may miss almost any FrameStats, but if in ValidateFrameComparison() 138 << "Frame in flight comparison can't have captured frame"; in ValidateFrameComparison() 140 << "Frame in flight comparison can't have rendered frame"; in ValidateFrameComparison() 142 << "Frame in flight comparison can't have rendered_time"; in ValidateFrameComparison() 147 << "Frame in flight comparison has to have used_decoder when " in ValidateFrameComparison() 150 << "Frame in flight comparison has to have finite " in ValidateFrameComparison() 156 << "Frame in flight comparison has to have decoded_frame_width " in ValidateFrameComparison() 159 << "Frame in flight comparison has to have decoded_frame_height " in ValidateFrameComparison() 164 << "Frame in flight comparison has to have finite received_time " in ValidateFrameComparison() 169 << "Frame in flight comparison has to have finite encoded_time " in ValidateFrameComparison() [all …]
|
/external/googleapis/google/ads/googleads/v16/enums/ |
D | flight_placeholder_field.proto | 28 // Proto file describing Flight placeholder fields. 30 // Values for Flight placeholder fields. 34 // Possible values for Flight placeholder fields. 84 // when they click on a specific flight for ads that show multiple
|