HomeSort by relevance Sort by last modified time
    Searched defs:checkNotNull (Results 76 - 100 of 528) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1OctetString.java 66 Preconditions.checkNotNull(value, "No value set.");
71 Preconditions.checkNotNull(value, "No value set.");
80 Preconditions.checkNotNull(value, "No value set.");
Asn1Utf8String.java 70 Preconditions.checkNotNull(value, "No value set.");
75 Preconditions.checkNotNull(value, "No value set.");
84 Preconditions.checkNotNull(value, "No value set.");
Asn1BMPString.java 79 Preconditions.checkNotNull(value, "No value set.");
Asn1BitString.java 68 Preconditions.checkNotNull(value, "No value set.");
74 Preconditions.checkNotNull(value, "No value set.");
101 Preconditions.checkNotNull(value, "No value set.");
Asn1Enumerated.java 88 Preconditions.checkNotNull(value, "No value set.");
Asn1Integer.java 82 Preconditions.checkNotNull(value, "No value set.");
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 62 Preconditions.checkNotNull(repoRoot, "repoRoot has not been initialized yet. Call "
74 Preconditions.checkNotNull(file);
107 Preconditions.checkNotNull(path);
136 Preconditions.checkNotNull(file);
180 Preconditions.checkNotNull(file);
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectGraphMeasurer.java 174 Preconditions.checkNotNull(objectAcceptor, "predicate");
  /external/guava/guava/src/com/google/common/collect/
Cut.java 17 import static com.google.common.base.Preconditions.checkNotNull;
240 super(checkNotNull(endpoint));
301 super(checkNotNull(endpoint));
Sets.java 20 import static com.google.common.base.Preconditions.checkNotNull;
79 return super.retainAll(checkNotNull(c)); // GWT compatibility
381 return new TreeSet<E>(checkNotNull(comparator));
470 checkNotNull(collection);
581 checkNotNull(set1, "set1");
582 checkNotNull(set2, "set2");
640 checkNotNull(set1, "set1");
641 checkNotNull(set2, "set2");
677 checkNotNull(set1, "set1");
678 checkNotNull(set2, "set2")
    [all...]
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
SameThreadScheduledExecutorService.java 76 Preconditions.checkNotNull(unit, "unit must not be null!");
82 Preconditions.checkNotNull(task, "task must not be null!");
88 Preconditions.checkNotNull(task, "task must not be null!");
89 Preconditions.checkNotNull(result, "result must not be null!");
95 Preconditions.checkNotNull(task, "task must not be null!");
102 Preconditions.checkNotNull(tasks, "tasks must not be null!");
110 Preconditions.checkNotNull(tasks, "tasks must not be null!");
111 Preconditions.checkNotNull(unit, "unit must not be null!");
118 Preconditions.checkNotNull(tasks, "tasks must not be null!");
126 Preconditions.checkNotNull(tasks, "tasks must not be null!")
    [all...]
  /external/guice/core/src/com/google/inject/internal/
AbstractBindingBuilder.java 19 import static com.google.common.base.Preconditions.checkNotNull;
74 checkNotNull(annotationType, "annotationType");
82 checkNotNull(annotation, "annotation");
89 checkNotNull(scopeAnnotation, "scopeAnnotation");
95 checkNotNull(scope, "scope");
  /external/guice/core/src/com/google/inject/spi/
ModuleSource.java 73 Preconditions.checkNotNull(module, "module cannot be null.");
74 Preconditions.checkNotNull(partialCallStack, "partialCallStack cannot be null.");
  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/
MockInjection.java 14 import static org.mockito.internal.util.Checks.checkNotNull;
66 this.fieldOwner = checkNotNull(fieldOwner, "fieldOwner");
71 this.mocks.addAll(checkNotNull(mocks, "mocks"));
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFocusStateMapper.java 63 mCamera = checkNotNull(camera, "camera must not be null");
82 checkNotNull(captureRequest, "captureRequest must not be null");
284 checkNotNull(result, "result must not be null");
  /frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java 73 checkNotNull(elements, "elements must not be null");
81 checkNotNull(elements, "element[" + i + "] must not be null");
113 checkNotNull(elements, "elements must not be null");
119 checkNotNull(elements, "element " + i + " must not be null");
164 checkNotNull(destination, "destination must not be null");
199 checkNotNull(destination, "destination must not be null");
LensShadingMap.java 65 mElements = checkNotNull(elements, "elements must not be null");
198 checkNotNull(destination, "destination must not be null");
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 217 checkNotNull(type, "type must not be null");
  /frameworks/base/services/core/java/com/android/server/am/
GlobalSettingsToPropertiesMapper.java 68 Preconditions.checkNotNull(settingUri, "Setting " + settingName + " not found");
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
SdkUtil.java 60 Preconditions.checkNotNull(sApiChecker, "should've initialized api checker");
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
Scope.java 56 Preconditions.checkNotNull(entry, "Inconsistent scope exit");
  /frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
DataBindingExcludeGeneratedTask.java 107 Preconditions.checkNotNull(generatedClassListFile, "Data binding exclude generated task"
  /frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
MetadataRepo.java 196 Preconditions.checkNotNull(data, "emoji metadata cannot be null");
  /external/guava/guava/src/com/google/common/base/
Predicates.java 19 import static com.google.common.base.Preconditions.checkNotNull;
132 checkNotNull(first), checkNotNull(second)));
171 checkNotNull(first), checkNotNull(second)));
324 this.predicate = checkNotNull(predicate);
451 this.clazz = checkNotNull(clazz);
480 this.clazz = checkNotNull(clazz);
507 this.target = checkNotNull(target);
546 this.p = checkNotNull(p)
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
Booleans.java 21 import static com.google.common.base.Preconditions.checkNotNull;
143 checkNotNull(array, "array");
144 checkNotNull(target, "target");
250 checkNotNull(separator);
326 // checkNotNull for GWT (do not optimize)
327 array[i] = (Boolean) checkNotNull(boxedArray[i]);
414 // checkNotNull for GWT (do not optimize)
415 array[start + index] = checkNotNull(element);

Completed in 1504 milliseconds

1 2 34 5 6 7 8 91011>>