HomeSort by relevance Sort by last modified time
    Searched defs:Objects (Results 26 - 50 of 311) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/
StringJoiner.java 121 Objects.requireNonNull(prefix, "The prefix must not be null");
122 Objects.requireNonNull(delimiter, "The delimiter must not be null");
123 Objects.requireNonNull(suffix, "The suffix must not be null");
146 this.emptyValue = Objects.requireNonNull(emptyValue,
209 Objects.requireNonNull(other);
  /libcore/ojluni/src/test/java/time/tck/java/time/
MockSimplePeriod.java 71 import java.util.Objects;
112 Objects.requireNonNull(unit, "unit");
  /libcore/ojluni/src/test/java/time/test/java/time/
MockSimplePeriod.java 71 import java.util.Objects;
112 Objects.requireNonNull(unit, "unit");
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/util/
RowCombiner.java 22 import java.util.Objects;
65 Assert.checkState(Objects.equals(singleValue, current), "Values different for " + columnName);
77 Assert.checkState(Objects.equals(singleValue, current), "Values different for " + columnName);
89 Assert.checkState(Objects.equals(singleValue, current), "Values different for " + columnName);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowDevicePolicyManager.java 16 import java.util.Objects;
28 mSupportMessagesMap.put(Objects.hash(admin, userHandle), message);
35 return mSupportMessagesMap.get(Objects.hash(admin, userHandle));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 52 /// set of objects to the base layer along with the memory manager and
62 Objects;
78 Objects.push_back(std::move(Object));
82 BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 52 /// set of objects to the base layer along with the memory manager and
62 Objects;
78 Objects.push_back(std::move(Object));
82 BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 52 /// set of objects to the base layer along with the memory manager and
62 Objects;
78 Objects.push_back(std::move(Object));
82 BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 52 /// set of objects to the base layer along with the memory manager and
62 Objects;
78 Objects.push_back(std::move(Object));
82 BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 52 /// set of objects to the base layer along with the memory manager and
62 Objects;
78 Objects.push_back(std::move(Object));
82 BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
IRCompileLayer.h 52 /// set of objects to the base layer along with the memory manager and
62 Objects;
78 Objects.push_back(std::move(Object));
82 BaseLayer.addObjectSet(std::move(Objects), std::move(MemMgr),
  /external/llvm/tools/dsymutil/
DebugMap.h 58 /// for (const auto &DMO: DM->objects()) {
71 ObjectContainer Objects;
85 iterator_range<const_iterator> objects() const { function in class:llvm::dsymutil::DebugMap
89 const_iterator begin() const { return Objects.begin(); }
91 const_iterator end() const { return Objects.end(); }
  /frameworks/base/core/tests/coretests/src/android/view/inputmethod/
InputMethodSubtypeTest.java 34 import java.util.Objects;
116 assertFalse(Objects.equals(subtypeIw, subtypeHe));
117 assertFalse(Objects.equals(subtypeIw.hashCode(), subtypeHe.hashCode()));
SparseRectFArrayTest.java 33 import java.util.Objects;
266 assertFalse(Objects.equals(a, b));
  /frameworks/base/core/tests/coretests/src/android/view/textclassifier/logging/
GenerateLinksLoggerTest.java 42 import java.util.Objects;
98 assertNotNull(Objects.toString(log.getTaggedData(MetricsEvent.FIELD_LINKIFY_CALL_ID)));
109 return Objects.toString(log.getTaggedData(MetricsEvent.FIELD_LINKIFY_ENTITY_TYPE), "");
113 return Integer.parseInt(Objects.toString(log.getTaggedData(eventField), ZERO));
  /libcore/ojluni/src/main/java/java/time/
Clock.java 68 import java.util.Objects;
197 Objects.requireNonNull(zone, "zone");
280 Objects.requireNonNull(baseClock, "baseClock");
281 Objects.requireNonNull(tickDuration, "tickDuration");
315 Objects.requireNonNull(fixedInstant, "fixedInstant");
316 Objects.requireNonNull(zone, "zone");
341 Objects.requireNonNull(baseClock, "baseClock");
342 Objects.requireNonNull(offsetDuration, "offsetDuration");
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoLocalDate.java 85 import java.util.Objects;
274 * those fields that are equivalent to the relevant objects.
288 Objects.requireNonNull(temporal, "temporal");
555 * objects in terms of a single {@code TemporalUnit}.
638 Objects.requireNonNull(formatter, "formatter");
692 * If all the date objects being compared are in the same chronology, then the
    [all...]
ChronoLocalDateImpl.java 75 import java.util.Objects;
377 Objects.requireNonNull(endExclusive, "endExclusive");
392 Objects.requireNonNull(unit, "unit");
ChronoLocalDateTime.java 88 import java.util.Objects;
154 * those fields that are equivalent to the relevant objects.
168 Objects.requireNonNull(temporal, "temporal");
398 Objects.requireNonNull(formatter, "formatter");
464 Objects.requireNonNull(offset, "offset");
490 * If all the date-time objects being compared are in the same chronology, then the
Chronology.java 83 import java.util.Objects;
103 * As shown, although the date objects are in different calendar systems, represented by different
178 Objects.requireNonNull(temporal, "temporal");
424 Objects.requireNonNull(clock, "clock");
459 * those fields that are equivalent to the relevant objects.
491 * those fields that are equivalent to the relevant objects.
    [all...]
JapaneseEra.java 81 import java.util.Objects;
215 Objects.requireNonNull(japaneseEra, "japaneseEra");
  /libcore/ojluni/src/main/java/java/time/zone/
ZoneOffsetTransition.java 77 import java.util.Objects;
135 Objects.requireNonNull(transition, "transition");
136 Objects.requireNonNull(offsetBefore, "offsetBefore");
137 Objects.requireNonNull(offsetAfter, "offsetAfter");
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
GroupByOpTest.java 36 import java.util.Objects;
152 assertTrue(Objects.equals(a, b));
160 if (!Objects.equals(a.keySet(), b.keySet())) {
167 if (!Objects.equals(as, bs)) {
  /packages/apps/Car/Radio/src/com/android/car/radio/audio/
AudioStreamController.java 33 import java.util.Objects;
61 mAudioManager = Objects.requireNonNull(
63 mRadioTunerExt = Objects.requireNonNull(radioManager.getRadioTunerExt());
84 mPlaybackStateListeners.add(Objects.requireNonNull(listener));
  /packages/services/BuiltInPrintService/src/com/android/bips/jni/
LocalPrinterCapabilities.java 33 import java.util.Objects;
91 Objects.equals(mediaName, defaultMediaName));

Completed in 1621 milliseconds

12 3 4 5 6 7 8 91011>>