Home
last modified time | relevance | path

Searched refs:checkNotNull (Results 226 – 250 of 1139) sorted by relevance

12345678910>>...46

/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/scheduler/
H A DRequirementsWatcher.java115 context.unregisterReceiver(Assertions.checkNotNull(receiver)); in stop()
130 Assertions.checkNotNull( in registerNetworkCallbackV24()
140 connectivityManager.unregisterNetworkCallback(Assertions.checkNotNull(networkCallback)); in unregisterNetworkCallbackV24()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/npc/condition/
H A DKillsQuestSlotNeedUpdateCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
63 this.questSlot = checkNotNull(quest); in KillsQuestSlotNeedUpdateCondition()
82 this.questSlot = checkNotNull(quest); in KillsQuestSlotNeedUpdateCondition()
H A DNotCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.condition = checkNotNull(condition); in NotCondition()
H A DQuestStartedCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.questname = checkNotNull(questname); in QuestStartedCondition()
H A DPlayerInAreaCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
40 this.area = checkNotNull(area); in PlayerInAreaCondition()
H A DQuestActiveCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.questname = checkNotNull(questname); in QuestActiveCondition()
H A DQuestCompletedCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.questname = checkNotNull(questname); in QuestCompletedCondition()
H A DQuestNotCompletedCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.questname = checkNotNull(questname); in QuestNotCompletedCondition()
H A DQuestNotStartedCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.questname = checkNotNull(questname); in QuestNotStartedCondition()
H A DQuestNotActiveCondition.java15 import static com.google.common.base.Preconditions.checkNotNull;
39 this.questname = checkNotNull(questname); in QuestNotActiveCondition()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/scheduler/
H A DRequirementsWatcher.java115 context.unregisterReceiver(Assertions.checkNotNull(receiver)); in stop()
130 Assertions.checkNotNull( in registerNetworkCallbackV24()
140 connectivityManager.unregisterNetworkCallback(Assertions.checkNotNull(networkCallback)); in unregisterNetworkCallbackV24()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/java/java/src/main/java/org/whispersystems/libsignal/util/guava/
H A DPreconditions.java187 public static <T> T checkNotNull(T reference) { in checkNotNull() method in Preconditions
204 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull() method in Preconditions
228 public static <T> T checkNotNull(T reference, in checkNotNull() method in Preconditions
H A DOptional.java19 import static org.whispersystems.libsignal.util.guava.Preconditions.checkNotNull;
81 return new Present<T>(checkNotNull(reference)); in of()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/scheduler/
H A DRequirementsWatcher.java115 context.unregisterReceiver(Assertions.checkNotNull(receiver)); in stop()
130 Assertions.checkNotNull( in registerNetworkCallbackV24()
140 connectivityManager.unregisterNetworkCallback(Assertions.checkNotNull(networkCallback)); in unregisterNetworkCallbackV24()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/drm/
H A DHttpMediaDrmCallback.java86 Assertions.checkNotNull(name); in setKeyRequestProperty()
87 Assertions.checkNotNull(value); in setKeyRequestProperty()
99 Assertions.checkNotNull(name); in clearKeyRequestProperty()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/api/
H A DCldrValue.java4 import static com.google.common.base.Preconditions.checkNotNull;
118 this.value = checkNotNull(value);
120 this.path = checkNotNull(path);
/dports/science/cdk/cdk-cdk-2.3/base/core/src/main/java/org/openscience/cdk/graph/
H A DRelevantCycles.java31 import static com.google.common.base.Preconditions.checkNotNull;
114 checkNotNull(initial, "No InitialCycles provided"); in RelevantCycles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/sharedstream/contextmenumanager/
H A DContextMenuManagerImpl.java7 import static org.chromium.chrome.browser.feed.library.common.Validators.checkNotNull;
270 return checkNotNull(mView).getHeight(); in getStreamHeight()
275 return checkNotNull(mView).getWidth(); in getStreamWidth()
280 return getYPosition(checkNotNull(mView)); in getStreamYPosition()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/
H A DHlsMediaSource.java123 this.hlsDataSourceFactory = Assertions.checkNotNull(hlsDataSourceFactory); in Factory()
159 this.extractorFactory = Assertions.checkNotNull(extractorFactory); in setExtractorFactory()
209 this.playlistParserFactory = Assertions.checkNotNull(playlistParserFactory); in setPlaylistParserFactory()
223 this.playlistTrackerFactory = Assertions.checkNotNull(playlistTrackerFactory); in setPlaylistTrackerFactory()
242 Assertions.checkNotNull(compositeSequenceableLoaderFactory); in setCompositeSequenceableLoaderFactory()
473 new HlsManifest(Assertions.checkNotNull(playlistTracker.getMasterPlaylist()), playlist); in onPrimaryPlaylistRefreshed()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/
H A DHlsMediaSource.java123 this.hlsDataSourceFactory = Assertions.checkNotNull(hlsDataSourceFactory); in Factory()
159 this.extractorFactory = Assertions.checkNotNull(extractorFactory); in setExtractorFactory()
209 this.playlistParserFactory = Assertions.checkNotNull(playlistParserFactory); in setPlaylistParserFactory()
223 this.playlistTrackerFactory = Assertions.checkNotNull(playlistTrackerFactory); in setPlaylistTrackerFactory()
242 Assertions.checkNotNull(compositeSequenceableLoaderFactory); in setCompositeSequenceableLoaderFactory()
473 new HlsManifest(Assertions.checkNotNull(playlistTracker.getMasterPlaylist()), playlist); in onPrimaryPlaylistRefreshed()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/source/hls/
H A DHlsMediaSource.java123 this.hlsDataSourceFactory = Assertions.checkNotNull(hlsDataSourceFactory); in Factory()
159 this.extractorFactory = Assertions.checkNotNull(extractorFactory); in setExtractorFactory()
209 this.playlistParserFactory = Assertions.checkNotNull(playlistParserFactory); in setPlaylistParserFactory()
223 this.playlistTrackerFactory = Assertions.checkNotNull(playlistTrackerFactory); in setPlaylistTrackerFactory()
242 Assertions.checkNotNull(compositeSequenceableLoaderFactory); in setCompositeSequenceableLoaderFactory()
473 new HlsManifest(Assertions.checkNotNull(playlistTracker.getMasterPlaylist()), playlist); in onPrimaryPlaylistRefreshed()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/descriptive/
H A DSynchronizedDescriptiveStatistics.java184 MathUtils.checkNotNull(source); in copy()
185 MathUtils.checkNotNull(dest); in copy()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/descriptive/moment/
H A DThirdMoment.java141 MathUtils.checkNotNull(source); in copy()
142 MathUtils.checkNotNull(dest); in copy()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/npc/action/
H A DDisableFeatureAction.java3 import static com.google.common.base.Preconditions.checkNotNull;
28 this.feature = checkNotNull(feature); in DisableFeatureAction()
/dports/java/jflex/jflex-1.8.1/src/test/java/jflex/testing/
H A DTestFileUtils.java32 Preconditions.checkNotNull(path, "Path must not be null"); in resolvePath()
37 Preconditions.checkNotNull(bazelPackage, "You must provide the bazel package of the test"); in resolvePath()

12345678910>>...46