HomeSort by relevance Sort by last modified time
    Searched full:downstream (Results 26 - 50 of 510) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/stream/
IntPipeline.java 196 downstream.accept((long) t);
212 downstream.accept((double) t);
234 downstream.accept(mapper.applyAsInt(t));
251 downstream.accept(mapper.apply(t));
268 downstream.accept(mapper.applyAsLong(t));
285 downstream.accept(mapper.applyAsDouble(t));
301 downstream.begin(-1);
309 result.sequential().forEach(i -> downstream.accept(i));
339 downstream.begin(-1);
345 downstream.accept(t)
    [all...]
LongPipeline.java 193 downstream.accept((double) t);
215 downstream.accept(mapper.applyAsLong(t));
232 downstream.accept(mapper.apply(t));
249 downstream.accept(mapper.applyAsInt(t));
266 downstream.accept(mapper.applyAsDouble(t));
282 downstream.begin(-1);
290 result.sequential().forEach(i -> downstream.accept(i));
320 downstream.begin(-1);
326 downstream.accept(t);
344 downstream.accept(t)
    [all...]
ReferencePipeline.java 170 downstream.begin(-1);
176 downstream.accept(u);
194 downstream.accept(mapper.apply(u));
211 downstream.accept(mapper.applyAsInt(u));
228 downstream.accept(mapper.applyAsLong(u));
245 downstream.accept(mapper.applyAsDouble(u));
263 downstream.begin(-1);
271 result.sequential().forEach(downstream);
288 IntConsumer downstreamAsInt = downstream::accept;
291 downstream.begin(-1)
    [all...]
DoublePipeline.java 198 downstream.accept(mapper.applyAsDouble(t));
215 downstream.accept(mapper.apply(t));
232 downstream.accept(mapper.applyAsInt(t));
249 downstream.accept(mapper.applyAsLong(t));
265 downstream.begin(-1);
273 result.sequential().forEach(i -> downstream.accept(i));
303 downstream.begin(-1);
309 downstream.accept(t);
327 downstream.accept(t);
SliceOps.java 196 downstream.begin(calcSize(size, skip, m));
204 downstream.accept(t);
214 return m == 0 || downstream.cancellationRequested();
305 downstream.begin(calcSize(size, skip, m));
313 downstream.accept(t);
323 return m == 0 || downstream.cancellationRequested();
414 downstream.begin(calcSize(size, skip, m));
422 downstream.accept(t);
432 return m == 0 || downstream.cancellationRequested();
523 downstream.begin(calcSize(size, skip, m))
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
QNCRootPorts.c 33 Perform Initialization of the Downstream Root Ports
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
NullSoapObject.java 25 * Now it is safe to always try and get the {@code age} property (assuming your downstream
  /external/mesa3d/src/compiler/glsl/glcpp/
README 16 Any downstream compiler accepting output from glcpp should be prepared
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
TabulatorsTest.java 85 private final TabulationAssertion<T,V> downstream; field in class:TabulatorsTest.GroupedMapAssertion
89 TabulationAssertion<T, V> downstream) {
92 this.downstream = downstream;
103 downstream.assertValue(entry.getValue(),
145 private final TabulationAssertion<T,D> downstream; field in class:TabulatorsTest.PartitionAssertion
148 TabulationAssertion<T, D> downstream) {
150 this.downstream = downstream;
159 downstream.assertValue(map.get(true), () -> source.get().filter(predicate), ordered)
    [all...]
  /system/bt/vendor_libs/test_vendor_lib/src/
connection.cc 32 // Model the quality of the downstream connection
  /frameworks/base/media/java/android/media/
ImageWriter.java 74 * downstream components (e.g. {@link ImageReader} or
76 * downstream components cannot consume the Images at least as fast as the
114 * the downstream consumer end-point.
156 * the downstream consumer end-point.
247 * downstream consumer components (e.g.
254 * the application and the downstream consumer has not yet consumed any.
255 * When an Image is consumed by the downstream consumer and released, an
298 * Queue an input {@link Image} back to ImageWriter for the downstream
311 * buffer to the downstream consumer. In both cases, it's up to the caller
313 * the downstream component may want to use it to indicate the Image dat
    [all...]
  /external/curl/lib/
content_encoding.c 199 result = Curl_unencode_write(conn, writer->downstream, decomp,
260 if(!writer->downstream)
314 if(!writer->downstream)
626 if(!writer->downstream)
658 result = Curl_unencode_write(conn, writer->downstream,
710 return writer->downstream? CURLE_OK: CURLE_WRITE_ERROR;
717 return Curl_unencode_write(conn, writer->downstream, buf, nbytes);
788 /* Real client writer: no downstream. */
793 return writer->downstream? CURLE_WRITE_ERROR: CURLE_OK;
833 return writer->downstream? CURLE_OK: CURLE_WRITE_ERROR
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
NameMangleListener.java 39 * possibly-different {@link TestDescription} that will be passed to the downstream {@link
53 * test run name that will be passed to the downstream {@link ITestInvocationListener} that was
  /external/golang-protobuf/protoc-gen-go/testdata/
grpc.proto 52 rpc Downstream(SimpleRequest) returns (stream StreamMsg);
  /external/libdrm/freedreno/kgsl/
README 5 due to random differences between different downstream android
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
llvm-diff.pod 30 which tend to stop any downstream changes from being detected.
  /frameworks/support/
adding-support-library-as-included-build.md 7 your downstream Gradle build (generally an app) without having to separately
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 44 message and send that message downstream. */
61 STREAM, and send the message downstream. */
83 downstream. */
143 #define SNDZERO 0x001 /* Send a zero-length message downstream when a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stropts.h 44 message and send that message downstream. */
61 STREAM, and send the message downstream. */
83 downstream. */
143 #define SNDZERO 0x001 /* Send a zero-length message downstream when a
  /system/media/audio/include/system/audio_effects/
effect_visualizer.h 51 VISUALIZER_PARAM_LATENCY, // Informs the visualizer about the downstream latency
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
IOffloadManager.h 226 * Add a downstream prefix that <i>may</i> be forwarded.
233 * Only traffic that has a downstream address within the specified Prefix
234 * can be forwarded. Traffic from the same downstream interface that falls
251 * downstream interface and will never be able to.
253 virtual RET addDownstream(const char* /* downstream */,
256 * Remove a downstream Prefix that forwarding was previously requested for.
266 virtual RET removeDownstream(const char* /* downstream */,
  /external/tensorflow/tensorflow/core/kernels/
fake_quant_ops_test.cc 65 // Downstream inputs.
90 // Downstream inputs.
120 // Downstream inputs.
371 // Downstream inputs.
401 // Downstream inputs.
432 // Downstream inputs.
463 // Downstream inputs.
656 // Downstream inputs.
701 // Downstream inputs.
    [all...]
  /external/junit/src/main/java/org/junit/runner/
Description.java 41 * @param annotations meta-data about the test, for downstream interpreters
54 * @param annotations meta-data about the test, for downstream interpreters
69 * @param annotations meta-data about the test, for downstream interpreters
82 * @param annotations meta-data about the test, for downstream interpreters
  /external/llvm/docs/CommandGuide/
llvm-diff.rst 33 which tend to stop any downstream changes from being detected.
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StyleData.java 42 // This hack allows us to look up attributes from downstream dependencies, see comment in

Completed in 673 milliseconds

12 3 4 5 6 7 8 91011>>