| /external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
| D | ReadAheadInputStream.java | 36 …* 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/ |
| D | parse.rs | 28 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/ |
| D | restriction.rs | 71 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()
|
| D | stmt.rs | 188 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/ |
| D | file.rs | 34 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/ |
| D | readahead_example.txt | 3 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):
|
| D | readahead.py | 4 # 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/ |
| D | readahead.8 | 3 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/ |
| D | AdditionalPodRangesConfigOrBuilder.java | 30 * 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.
|
| D | AdditionalPodRangesConfig.java | 79 * 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/ |
| D | AdditionalPodRangesConfigOrBuilder.java | 30 * 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.
|
| D | AdditionalPodRangesConfig.java | 79 * 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/ |
| D | iusace_signal_classifier.h | 51 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/ |
| D | file.rs | 91 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/ |
| D | attribute.rs | 48 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/ |
| D | scale_neon64.cc | 34 "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/ |
| D | parse.rs | 15 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/ |
| D | scale_neon64.cc | 34 "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/ |
| D | sequence_number_util.h | 25 // 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/ |
| D | streams.rb | 96 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/ |
| D | rbbirpt.txt | 172 '/' 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/ |
| D | rbbirpt.txt | 172 '/' 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/ |
| D | AutoscalingPolicyCpuUtilization.java | 75 …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 …]
|
| D | AutoscalingPolicyCpuUtilizationOrBuilder.java | 30 …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/ |
| D | time_interval.rs | 47 // 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()
|