HomeSort by relevance Sort by last modified time
    Searched refs:Nullable (Results 176 - 200 of 366) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 19 import com.android.annotations.Nullable;
193 @NonNull Severity severity, @Nullable Location location,
194 @NonNull String message, @Nullable Object data) {
198 public void log(@NonNull Severity severity, @Nullable Throwable exception,
199 @Nullable String format, @Nullable Object... args) {
  /external/guava/guava/src/com/google/common/cache/
CacheStats.java 25 import javax.annotation.Nullable;
245 public boolean equals(@Nullable Object object) {
ForwardingCache.java 28 import javax.annotation.Nullable;
51 @Nullable
  /external/guava/guava/src/com/google/common/collect/
ReverseOrdering.java 26 import javax.annotation.Nullable;
84 @Override public boolean equals(@Nullable Object object) {
AbstractMapBasedMultiset.java 37 import javax.annotation.Nullable;
207 @Override public int count(@Nullable Object element) {
227 @Override public int add(@Nullable E element, int occurrences) {
249 @Override public int remove(@Nullable Object element, int occurrences) {
305 private int removeAllOccurrences(@Nullable Object element,
ImmutableMap.java 31 import javax.annotation.Nullable;
341 public boolean containsKey(@Nullable Object key) {
345 // Overriding to mark it Nullable
347 public abstract boolean containsValue(@Nullable Object value);
349 // Overriding to mark it Nullable
351 public abstract V get(@Nullable Object key);
374 @Override public boolean equals(@Nullable Object object) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableCollection.java 25 import javax.annotation.Nullable;
67 public boolean contains(@Nullable Object object) {
AbstractMapBasedMultiset.java 34 import javax.annotation.Nullable;
204 @Override public int count(@Nullable Object element) {
224 @Override public int add(@Nullable E element, int occurrences) {
246 @Override public int remove(@Nullable Object element, int occurrences) {
302 private int removeAllOccurrences(@Nullable Object element,
ImmutableMap.java 28 import javax.annotation.Nullable;
212 public final boolean containsKey(@Nullable Object key) {
216 public final boolean containsValue(@Nullable Object value) {
220 public final V get(@Nullable Object key) {
280 @Override public boolean equals(@Nullable Object object) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
HorizontalScrollViewRule.java 27 import com.android.annotations.Nullable;
70 @Nullable DropFeedback feedback, @NonNull Point p) {
ScrollViewRule.java 27 import com.android.annotations.Nullable;
70 @Nullable DropFeedback feedback, @NonNull Point p) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java 22 import com.android.annotations.Nullable;
45 @Nullable ResourceFolderType type) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlFormatPreferences.java 19 import com.android.annotations.Nullable;
65 @Nullable
EclipseXmlPrettyPrinter.java 20 import com.android.annotations.Nullable;
80 @Nullable String lineSeparator) {
129 @Nullable String lineSeparator,
142 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 20 import com.android.annotations.Nullable;
42 @Nullable ResourceFolderType type) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java 20 import com.android.annotations.Nullable;
49 @Nullable ResourceFolderType type) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 20 import com.android.annotations.Nullable;
136 @Nullable
141 @Nullable
156 @Nullable
161 @Nullable
178 @Nullable
344 @Nullable
396 @Nullable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 25 import com.android.annotations.Nullable;
234 @Nullable
247 public void error(@Nullable Throwable throwable, @Nullable String errorFormat,
316 @Nullable
345 public @Nullable SdkManager getNewSdkManager(@NonNull ILogger log) {
355 @Nullable
387 @Nullable
392 @Nullable
393 public BuildToolInfo getBuildToolInfo(@Nullable String buildToolVersion)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/util/
HashUtil.java 13 import javax.annotation.Nullable;
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 41 import javax.annotation.Nullable;
103 private SmartPoster(UriRecord uri, @Nullable TextRecord title,
104 @Nullable ImageRecord image, RecommendedAction action,
105 @Nullable String type) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 20 import com.android.annotations.Nullable;
67 @Nullable
115 @Nullable
224 private String describe(@Nullable String message) {
FragmentMenu.java 26 import com.android.annotations.Nullable;
185 @Nullable
204 @Nullable
216 @Nullable
236 public void setNewLayout(@Nullable String layout) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 21 import com.android.annotations.Nullable;
73 @Nullable
91 @Nullable
160 @Nullable
  /external/guava/guava/src/com/google/common/base/
Joiner.java 32 import javax.annotation.Nullable;
142 A appendable, @Nullable Object first, @Nullable Object second, Object... rest)
203 StringBuilder builder, @Nullable Object first, @Nullable Object second, Object... rest) {
252 public final String join(@Nullable Object first, @Nullable Object second, Object... rest) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 26 import com.android.annotations.Nullable;
111 private ConfigurationDescription(@Nullable IProject project) {
121 @Nullable
144 @Nullable IProject project,
168 @Nullable
170 @Nullable IProject project,
320 @Nullable

Completed in 893 milliseconds

1 2 3 4 5 6 78 91011>>