HomeSort by relevance Sort by last modified time
    Searched full:foundany (Results 1 - 8 of 8) sorted by null

  /frameworks/ml/nn/driver/cache/BlobCache/
BlobCache_test.cpp 486 bool foundAny = false;
490 if (foundAny == found)
492 if (!foundAny) {
494 foundAny = true;
496 // foundAny == true, found == false -- oops
  /libcore/ojluni/src/main/java/java/util/stream/
DoubleStream.java 384 * boolean foundAny = false;
387 * if (!foundAny) {
388 * foundAny = true;
394 * return foundAny ? OptionalDouble.of(result) : OptionalDouble.empty();
    [all...]
IntStream.java 379 * boolean foundAny = false;
382 * if (!foundAny) {
383 * foundAny = true;
389 * return foundAny ? OptionalInt.of(result) : OptionalInt.empty();
    [all...]
LongStream.java 383 * boolean foundAny = false;
386 * if (!foundAny) {
387 * foundAny = true;
393 * return foundAny ? OptionalLong.of(result) : OptionalLong.empty();
    [all...]
Stream.java 613 * boolean foundAny = false;
616 * if (!foundAny) {
617 * foundAny = true;
623 * return foundAny ? Optional.of(result) : Optional.empty();
    [all...]
  /hardware/interfaces/broadcastradio/1.1/vts/functional/
VtsHalBroadcastradioV1_1TargetTest.cpp 314 bool foundAny = false;
320 if (getProgramList(getCb)) foundAny = true;
323 if (!foundAny) {
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]

Completed in 205 milliseconds