HomeSort by relevance Sort by last modified time
    Searched full:encounter (Results 51 - 75 of 605) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/stream/
package-info.java 290 * <em>result</em> that is consistent with the encounter order of the stream
331 * <p>Streams may or may not have a defined <em>encounter order</em>. Whether
332 * or not a stream has an encounter order depends on the source and the
336 * an encounter order on an otherwise unordered stream, and others may render an
338 * Further, some terminal operations may ignore encounter order, such as
342 * elements in their encounter order; if the source of a stream is a {@code List}
344 * must be {@code [2, 4, 6]}. However, if the source has no defined encounter
348 * <p>For sequential streams, the presence or absence of an encounter order does
358 * is not relevant. Similarly, operations that are intrinsically tied to encounter order,
361 * In cases where the stream has an encounter order, but the user does no
    [all...]
AbstractShortCircuitTask.java 56 * that are later in the encounter order.
217 * Cancels all tasks which succeed this one in the encounter order. This
DoubleStream.java 236 * <em>first n</em> elements in the encounter order. Using an unordered
240 * your situation permit. If consistency with encounter order is required,
265 * <em>first n</em> elements in the encounter order. Using an unordered
269 * your situation permit. If consistency with encounter order is required,
287 * guarantee to respect the encounter order of the stream, as doing so
300 * each element is processed in encounter order for streams that have a
301 * defined encounter order.
663 * the stream has no encounter order, then any element may be returned.
    [all...]
IntStream.java 231 * <em>first n</em> elements in the encounter order. Using an unordered
235 * your situation permit. If consistency with encounter order is required,
260 * <em>first n</em> elements in the encounter order. Using an unordered
264 * your situation permit. If consistency with encounter order is required,
282 * guarantee to respect the encounter order of the stream, as doing so
295 * each element is processed in encounter order for streams that have a
296 * defined encounter order.
608 * stream has no encounter order, then any element may be returned.
    [all...]
Collectors.java 201 * new {@code Collection}, in encounter order. The {@code Collection} is
209 * {@code Collection}, in encounter order
226 * {@code List}, in encounter order
258 * {@code String}, in encounter order.
261 * {@code String}, in encounter order
272 * separated by the specified delimiter, in encounter order.
276 * separated by the specified delimiter, in encounter order
285 * suffix, in encounter order.
293 * separated by the specified delimiter, in encounter order
    [all...]
LongStream.java 235 * <em>first n</em> elements in the encounter order. Using an unordered
239 * your situation permit. If consistency with encounter order is required,
264 * <em>first n</em> elements in the encounter order. Using an unordered
268 * your situation permit. If consistency with encounter order is required,
286 * guarantee to respect the encounter order of the stream, as doing so
299 * each element is processed in encounter order for streams that have a
300 * defined encounter order.
612 * stream has no encounter order, then any element may be returned.
    [all...]
Stream.java 334 * (for duplicated elements, the element appearing first in the encounter
349 * with encounter order is required, and you are experiencing poor performance
434 * <em>first n</em> elements in the encounter order. Using an unordered
438 * your situation permit. If consistency with encounter order is required,
463 * <em>first n</em> elements in the encounter order. Using an unordered
467 * your situation permit. If consistency with encounter order is required,
486 * guarantee to respect the encounter order of the stream, as doing so
498 * Performs an action for each element of this stream, in the encounter
499 * order of the stream if the stream has a defined encounter order.
504 * <p>This operation processes the elements one at a time, in encounter
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 489 * recursively should it encounter a nested annotation.
509 * should it encounter a {@link CstArray} and calling {@link
511 * encounter a {@link CstAnnotation}.
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 385 * recursively should it encounter a nested annotation.
405 * should it encounter a {@link CstArray} and calling {@link
407 * encounter a {@link CstAnnotation}.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 487 * recursively should it encounter a nested annotation.
507 * should it encounter a {@link CstArray} and calling {@link
509 * encounter a {@link CstAnnotation}.
  /build/blueprint/
unpack.go 112 // property map here. Instead we add them when we encounter a struct
114 // encounter such a struct then the "unrecognized property" error will
  /external/icu/icu4c/source/tools/genrb/
rle.c 142 * If we encounter a run where n == ESCAPE, we represent this as:
188 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
  /external/skia/tools/
skdiff_html.cpp 107 SkDEBUGFAIL("should not encounter DiffRecord with kEqualBits here");
110 SkDEBUGFAIL("should not encounter DiffRecord with kEqualPixels here");
  /external/v8/tools/
jsmin.py 77 """Called when we encounter a '{'."""
81 """Called when we encounter a '}'."""
  /art/runtime/arch/arm/
quick_entrypoints_cc_arm.cc 66 // encounter a float argument then pick it up from that hole. In the case fpr_index is even,
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 134 // The only kind we can't encounter in an instruction.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTestResultParser.java 455 * Processes and informs listener when we encounter a tag indicating that a test suite is done.
478 * Processes and informs listener when we encounter a tag indicating that a test has started.
572 * Processes and informs listener when we encounter the OK tag.
582 * Processes and informs listener when we encounter the FAILED tag.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 86 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 88 /** <summary>Did the recognizer encounter a syntax error? Track how many.</summary> */
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 65 /** Did the recognizer encounter a syntax error? Track how many. */
  /external/elfutils/tests/
sectiondump.c 64 /* When we encounter an error stop immediately. */
  /external/guice/core/test/com/google/inject/
RequestInjectionTest.java 211 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
  /external/libpng/contrib/tools/
png-fix-itxt.c 29 * if you know you will never encounter such huge iTXt chunks).
  /external/libpng/projects/vstudio/
README.txt 29 information is produced (in the .pdb), but if you encounter a problem the
  /external/libusb/
PORTING 81 If you encounter difficulties porting libusb to your platform, please raise

Completed in 1236 milliseconds

1 23 4 5 6 7 8 91011>>