Home
last modified time | relevance | path

Searched full:ahead (Results 1 – 25 of 2343) sorted by relevance

12345678910>>...94

/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DReadAheadInputStream.java36 …* Implements {@link InputStream} to asynchronously read ahead from an underlying input stream when…
37 …* buffer. It does so by maintaining two buffers: an active buffer and a read ahead buffer. The act…
38 …* read() call is issued. The read ahead buffer is used to asynchronously read from the underlying …
39 …* flip the two buffers so that we can start reading from the read ahead buffer without being block…
91 * Sets the executor service for the read-ahead thread.
93 * @param executorService the executor service for the read-ahead thread.
122 final Thread thread = new Thread(r, "commons-io-read-ahead"); in newDaemonThread()
168 // whether there is a read ahead task running,
181 * Constructs an instance with the specified buffer size and read-ahead threshold
193 * Constructs an instance with the specified buffer size and read-ahead threshold
[all …]
/external/rust/crates/remain/src/
Dparse.rs28 let ahead = input.fork(); in parse() localVariable
29 let _ = ahead.call(Attribute::parse_outer)?; in parse()
31 if ahead.peek(Token![match]) { in parse()
39 if ahead.peek(Token![let]) { in parse()
55 let _: Visibility = ahead.parse()?; in parse()
56 if ahead.peek(Token![enum]) { in parse()
58 } else if ahead.peek(Token![struct]) { in parse()
/external/rust/crates/syn/src/
Drestriction.rs71 let ahead = input.fork(); in parse() localVariable
72 let group = crate::group::parse_group(&ahead)?; in parse()
74 input.advance_to(&ahead); in parse()
92 let ahead = input.fork(); in parse_pub() localVariable
95 let paren_token = parenthesized!(content in ahead); in parse_pub()
107 input.advance_to(&ahead); in parse_pub()
119 input.advance_to(&ahead); in parse_pub()
Dstmt.rs188 let ahead = input.fork(); in parse_stmt() localVariable
190 if let Ok(path) = ahead.call(Path::parse_mod_style) { in parse_stmt()
191 if ahead.peek(Token![!]) { in parse_stmt()
192 if ahead.peek2(Ident) || ahead.peek2(Token![try]) { in parse_stmt()
194 } else if ahead.peek2(token::Brace) in parse_stmt()
195 && !(ahead.peek3(Token![.]) || ahead.peek3(Token![?])) in parse_stmt()
197 input.advance_to(&ahead); in parse_stmt()
/external/rust/cxx/gen/src/
Dfile.rs34 let ahead = input.fork(); in parse() localVariable
35 ahead.parse::<Visibility>()?; in parse()
36 ahead.parse::<Option<Token![unsafe]>>()?; in parse()
37 if !ahead.peek(Token![mod]) { in parse()
52 input.advance_to(&ahead); in parse()
/external/bcc/tools/
Dreadahead_example.txt3 Read-ahead mechanism is used by operation sytems to optimize sequential operations
4 by reading ahead some pages to avoid more expensive filesystem operations. This tool
5 shows the performance of the read-ahead caching on the system under a given load to
25 Read-ahead unused pages: 6765
26 Histogram of read-ahead used page age (ms):
Dreadahead.py4 # readahead Show performance of read-ahead cache
29 description="Monitor performance of read ahead cache",
213 print("Read-ahead unused pages: %d" % (b["pages"][ct.c_ulong(0)].value))
214 print("Histogram of read-ahead used page age (ms):")
/external/bcc/man/man8/
Dreadahead.83 readahead \- Show performance of read-ahead cache
7 The tool shows the performance of read-ahead caching on the system under a given load to investigat…
28 Trace the read-ahead caching system for DURATION seconds
31 Trace for 30 seconds and show histogram of page age (ms) in read-ahead cache along with unused pag…
/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/
DAdditionalPodRangesConfigOrBuilder.java30 * Name for pod secondary ipv4 range which has the actual range defined ahead.
42 * Name for pod secondary ipv4 range which has the actual range defined ahead.
54 * Name for pod secondary ipv4 range which has the actual range defined ahead.
67 * Name for pod secondary ipv4 range which has the actual range defined ahead.
DAdditionalPodRangesConfig.java79 * Name for pod secondary ipv4 range which has the actual range defined ahead.
93 * Name for pod secondary ipv4 range which has the actual range defined ahead.
107 * Name for pod secondary ipv4 range which has the actual range defined ahead.
122 * Name for pod secondary ipv4 range which has the actual range defined ahead.
512 * Name for pod secondary ipv4 range which has the actual range defined ahead.
526 * Name for pod secondary ipv4 range which has the actual range defined ahead.
540 * Name for pod secondary ipv4 range which has the actual range defined ahead.
555 * Name for pod secondary ipv4 range which has the actual range defined ahead.
570 * Name for pod secondary ipv4 range which has the actual range defined ahead.
592 * Name for pod secondary ipv4 range which has the actual range defined ahead.
[all …]
/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/
DAdditionalPodRangesConfigOrBuilder.java30 * Name for pod secondary ipv4 range which has the actual range defined ahead.
42 * Name for pod secondary ipv4 range which has the actual range defined ahead.
54 * Name for pod secondary ipv4 range which has the actual range defined ahead.
67 * Name for pod secondary ipv4 range which has the actual range defined ahead.
DAdditionalPodRangesConfig.java79 * Name for pod secondary ipv4 range which has the actual range defined ahead.
93 * Name for pod secondary ipv4 range which has the actual range defined ahead.
107 * Name for pod secondary ipv4 range which has the actual range defined ahead.
122 * Name for pod secondary ipv4 range which has the actual range defined ahead.
511 * Name for pod secondary ipv4 range which has the actual range defined ahead.
525 * Name for pod secondary ipv4 range which has the actual range defined ahead.
539 * Name for pod secondary ipv4 range which has the actual range defined ahead.
554 * Name for pod secondary ipv4 range which has the actual range defined ahead.
569 * Name for pod secondary ipv4 range which has the actual range defined ahead.
591 * Name for pod secondary ipv4 range which has the actual range defined ahead.
[all …]
/external/libxaac/encoder/
Diusace_signal_classifier.h51 WORD32 init_result_ahead[NFRAMEAHEAD]; /**<buffer of ahead mode decisions */
53 WORD32 flag_border_buf_ahead[NFRAMEAHEAD]; /**<buffer of ahead border flags */
55 FLOAT32 frame_energy_buf_ahead[NFRAMEAHEAD]; /**<buffer of ahead energies */
119 WORD32 *init_result_ahead; /**< buffer of ahead mode decisions */
122 WORD32 *flag_border_buf_ahead; /**< buffer of ahead flags of border */
125 FLOAT32 *frame_energy_buf_ahead; /**< buffer of ahead frame energies */
/external/rust/cxx/syntax/
Dfile.rs91 let ahead = input.fork(); in parse() localVariable
92 let unsafety = if ahead.parse::<Option<Token![unsafe]>>()?.is_some() in parse()
93 && ahead.parse::<Option<Token![extern]>>()?.is_some() in parse()
94 && ahead.parse::<Option<LitStr>>().is_ok() in parse()
95 && ahead.peek(token::Brace) in parse()
/external/rust/crates/pin-project-internal/src/pin_project/
Dattribute.rs48 let ahead = input.fork(); in parse() localVariable
49 let _vis: Visibility = ahead.parse()?; in parse()
50 if !ahead.peek(Token![struct]) && !ahead.peek(Token![enum]) { in parse()
/external/libyuv/source/
Dscale_neon64.cc34 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown2_NEON()
57 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown2Linear_NEON()
81 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown2Box_NEON()
108 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown4_NEON()
133 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown4Box_NEON()
167 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown34_NEON()
202 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown34_0_Box_NEON()
252 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown34_1_Box_NEON()
301 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown38_NEON()
402 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown38_3_Box_NEON()
[all …]
/external/rust/crates/async-trait/src/
Dparse.rs15 let ahead = input.fork(); in parse() localVariable
16 ahead.parse::<Token![unsafe]>()?; in parse()
17 lookahead = ahead.lookahead1(); in parse()
/external/libaom/third_party/libyuv/source/
Dscale_neon64.cc34 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown2_NEON()
57 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown2Linear_NEON()
81 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown2Box_NEON()
108 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown4_NEON()
133 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown4Box_NEON()
167 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown34_NEON()
202 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown34_0_Box_NEON()
252 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown34_1_Box_NEON()
301 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown38_NEON()
402 "prfm pldl1keep, [%0, 448] \n" // prefetch 7 lines ahead in ScaleRowDown38_3_Box_NEON()
[all …]
/external/webrtc/rtc_base/numerics/
Dsequence_number_util.h25 // Test if the sequence number `a` is ahead or at sequence number `b`.
29 // considered to be ahead.
55 // Test if the sequence number `a` is ahead of sequence number `b`.
59 // considered to be ahead.
/external/antlr/runtime/Ruby/lib/antlr3/
Dstreams.rb96 to a recognizer at look-ahead position specified by <tt>k</tt>. For
98 <tt>k</tt> characters ahead of the stream cursor. For <b>TokenStreams</b>, this
99 is the <i>integer token type of the token</i> <tt>k</tt> tokens ahead of the
103 look-ahead position specified by <tt>k</tt>. While <tt>peek</tt> provides the
107 character</i> <tt>k</tt> characters ahead of the stream cursor. For
109 ahead of the stream cursor.
116 quick-look (peek) and a full-fledged look-ahead operation (look). If this causes
349 #peek method returns the integer character value at look-ahead position
492 # return the character at look-ahead distance +k+ as an integer. <tt>k = 1</tt> represents
517 # operator style look-ahead
[all …]
/external/icu/icu4c/source/common/
Drbbirpt.txt172 '/' look-ahead doExprCatOperator
180 # look-ahead Scanning a '/', which identifies a break point, assuming that the
186 look-ahead:
195 # look-ahead symbol is permitted.
246 '/' look-ahead doExprCatOperator
/external/cronet/third_party/icu/source/common/
Drbbirpt.txt172 '/' look-ahead doExprCatOperator
180 # look-ahead Scanning a '/', which identifies a break point, assuming that the
186 look-ahead:
195 # look-ahead symbol is permitted.
246 '/' look-ahead doExprCatOperator
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DAutoscalingPolicyCpuUtilization.java75 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
105 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
138 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
241 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
257 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
281 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
725 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
740 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
763 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
786 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
[all …]
DAutoscalingPolicyCpuUtilizationOrBuilder.java30 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
43 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
56 …availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated dem…
/external/rust/crates/tokio/tests/
Dtime_interval.rs47 // all our ticks to resolve, the time needs to be 1ms ahead of what we in burst()
91 // all our ticks to resolve, the time needs to be 1ms ahead of what we in delay()
143 // all our ticks to resolve, the time needs to be 1ms ahead of what we in skip()
176 // all our ticks to resolve, the time needs to be 1ms ahead of what we in reset()
212 // all our ticks to resolve, the time needs to be 1ms ahead of what we in reset_immediatelly()
247 // all our ticks to resolve, the time needs to be 1ms ahead of what we in reset_after()
283 // all our ticks to resolve, the time needs to be 1ms ahead of what we in reset_at()
319 // all our ticks to resolve, the time needs to be 1ms ahead of what we in reset_at_bigger_than_interval()

12345678910>>...94