HomeSort by relevance Sort by last modified time
    Searched refs:Nullable (Results 301 - 325 of 369) sorted by null

<<1112131415

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 19 import com.android.annotations.Nullable;
64 @Nullable String expectedWarnings) throws Exception {
245 @Nullable
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerHelper.java 32 import javax.annotation.Nullable;
248 private void getAuthTokenAsynchronously(@Nullable Activity activity, final Account account,
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 31 import javax.annotation.Nullable;
280 @Override public ImmutableList<V> get(@Nullable K key) {
Multimaps.java 54 import javax.annotation.Nullable;
    [all...]
ImmutableSortedMap.java 40 import javax.annotation.Nullable;
435 @Override public V get(@Nullable Object key) {
448 @Override public boolean containsValue(@Nullable Object value) {
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 37 import javax.annotation.Nullable;
150 @Nullable
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java 26 import javax.annotation.Nullable;
275 @Override public ImmutableList<V> get(@Nullable K key) {
Multimaps.java 50 import javax.annotation.Nullable;
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 52 import javax.annotation.Nullable;
164 * non-{@link Nullable} parameters are null.
179 * non-{@link Nullable} parameters are null.
191 * paramIndex} is null. If this parameter is marked {@link Nullable}, this
221 * paramIndex} is null. If this parameter is marked {@link Nullable}, this
245 * paramIndex} is null. If this parameter is marked {@link Nullable}, this
281 if (annotation instanceof Nullable) {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 43 import javax.annotation.Nullable;
49 @Nullable
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 30 import com.android.annotations.Nullable;
128 @Nullable
LayoutReloadMonitor.java 21 import com.android.annotations.Nullable;
178 int kind, @Nullable String extension, int flags, boolean isAndroidProject) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 18 import com.android.annotations.Nullable;
86 @Nullable
ImageOverlay.java 22 import com.android.annotations.Nullable;
186 @Nullable
ImageUtils.java 32 import com.android.annotations.Nullable;
139 @Nullable
142 @Nullable Rect initialCrop) {
185 @Nullable
189 @Nullable Rect initialCrop) {
680 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 20 import com.android.annotations.Nullable;
83 int kind, @Nullable String extension, int flags, boolean isAndroidProject);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 20 import com.android.annotations.Nullable;
117 @Nullable
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java 53 import javax.annotation.Nullable;
90 public static <V> ListenableFuture<V> immediateFuture(@Nullable V value) {
105 immediateCheckedFuture(@Nullable V value) {
704 private void cancel(@Nullable Future<?> future,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 39 import com.android.annotations.Nullable;
160 final @Nullable String valueId, final @Nullable Boolean newValue) {
469 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 19 import com.android.annotations.Nullable;
85 @Nullable IFile editedFile,
86 @Nullable ProjectResources resources,
528 @Nullable
609 @Nullable
674 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 34 import com.android.annotations.Nullable;
342 @Nullable
362 @Nullable
373 @Nullable
390 @Nullable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 21 import com.android.annotations.Nullable;
565 @Nullable
654 @Nullable
    [all...]
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 32 import javax.annotation.Nullable;
689 public TeredoInfo(@Nullable Inet4Address server,
690 @Nullable Inet4Address client,
    [all...]

Completed in 1329 milliseconds

<<1112131415