Home
last modified time | relevance | path

Searched defs:absent (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/guava/android/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureUtilTest.java59 ExampleBaseFeature[] absent() default {}; in absent() method
88 ExampleDerivedFeature[] absent() default {}; in absent() method
/aosp_15_r20/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
H A DFeatureUtilTest.java59 ExampleBaseFeature[] absent() default {}; in absent() method
88 ExampleDerivedFeature[] absent() default {}; in absent() method
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetFeature.java54 public abstract MultisetFeature[] absent() default {}; in absent() method
H A DMultimapFeature.java56 public abstract MultimapFeature[] absent() default {}; in absent() method
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetFeature.java54 public abstract MultisetFeature[] absent() default {}; in absent() method
H A DMultimapFeature.java56 public abstract MultimapFeature[] absent() default {}; in absent() method
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
H A DSetFeature.java53 public abstract SetFeature[] absent() default {}; in absent() method
H A DListFeature.java65 ListFeature[] absent() default {}; in absent() method
H A DCollectionSize.java95 CollectionSize[] absent() default {}; in absent() method
H A DMapFeature.java92 public abstract MapFeature[] absent() default {}; in absent() method
H A DCollectionFeature.java125 CollectionFeature[] absent() default {}; in absent() method
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DSetFeature.java53 public abstract SetFeature[] absent() default {}; in absent() method
H A DListFeature.java65 ListFeature[] absent() default {}; in absent() method
H A DCollectionSize.java95 CollectionSize[] absent() default {}; in absent() method
H A DMapFeature.java92 public abstract MapFeature[] absent() default {}; in absent() method
H A DCollectionFeature.java125 CollectionFeature[] absent() default {}; in absent() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/producers/optional/
H A DOptionalBindingComponentsAbsentTest.java30 private AbsentOptionalBindingComponent absent; field in OptionalBindingComponentsAbsentTest
/aosp_15_r20/external/dagger2/javatests/dagger/functional/guava/
H A DOptionalBindingComponentsAbsentTest.java30 private AbsentOptionalBindingComponent absent; field in OptionalBindingComponentsAbsentTest
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
H A DPathUtilsDeleteDirectoryTest.java39 final Path absent = tempDirPath.resolve("ThisDirectoryDoesNotExist"); in testDeleteAbsentDirectory() local
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBreadBot.java57 List<String> absent = new ArrayList<>(); in assertItemsPresent() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Ddebug.go76 func (ls liveSlot) absent() bool { func
164 func (loc VarLoc) absent() bool { func
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/
H A DSwitchingProviderTest.java261 Source absent = in optionals() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DOptional.java95 public static <T> Optional<T> absent() { in absent() method in Optional
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DOptional.java95 public static <T> Optional<T> absent() { in absent() method in Optional
/aosp_15_r20/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java233 List<String> absent = new ArrayList<String>(); in requireParameters() local

12345678910>>...14