Home
last modified time | relevance | path

Searched defs:Present (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPresent.java27 final class Present<T> extends Optional<T> { class
30 Present(T reference) { in Present() method in Present
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DPresent.java27 final class Present<T> extends Optional<T> { class
30 Present(T reference) { in Present() method in Present
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DCollectionFuture.java105 private static final class Present<V extends @Nullable Object> { class in CollectionFuture
108 Present(@ParametricNullness V value) { in Present() method in CollectionFuture.Present
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DCollectionFuture.java105 private static final class Present<V extends @Nullable Object> { class in CollectionFuture
108 Present(@ParametricNullness V value) { in Present() method in CollectionFuture.Present
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/debug/
H A Dmod.rs131 struct Present; struct
133 impl Debug for Present { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/debug/
Dmod.rs131 struct Present; struct
133 impl Debug for Present { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DOpenACCKinds.h214 Present, enumerator
417 Present, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DOpenACCKinds.h214 Present, enumerator
417 Present, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DOpenACCKinds.h224 Present, enumerator
466 Present, enumerator
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/contracts/
H A DNodeAwareIntentScope.kt30 data class Present<V : Any>(val value: V) : IntentExtra<V> class
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dtry_result.rs5 Present(R), enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/load/
Dflag.go83 func (f *PerPackageFlag) Present() bool { func
/aosp_15_r20/external/openscreen/cast/standalone_receiver/
H A Dsdl_audio_player.cc170 void SDLAudioPlayer::Present() { in Present() function in openscreen::cast::SDLAudioPlayer
H A Dsdl_video_player.cc173 void SDLVideoPlayer::Present() { in Present() function in openscreen::cast::SDLVideoPlayer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp67 bool Present = (getTok().getKind() == T); in parseOptionalToken() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DDisassemblerTypes.h73 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DDisassemblerTypes.h73 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDisassemblerTypes.h67 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DDisassemblerTypes.h73 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm-c/
DDisassemblerTypes.h73 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/external/llvm/lib/DebugInfo/PDB/Raw/
H A DNameMap.cpp73 SparseBitVector<> Present; in load() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DDisassemblerTypes.h73 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/external/llvm/include/llvm-c/
H A DDisassembler.h79 uint64_t Present; /* 1 if this symbol is present */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp81 bool Present = (getTok().getKind() == T); in parseOptionalToken() local
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/UefiCpuPkg/Include/Library/
H A DCpuPageTableLib.h14 UINT64 Present : 1; // 0 = Not present in memory, 1 = Present in memory member

12345678910>>...15