/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/ |
VirtualFileSystem.h | 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 151 : Impl(std::move(I)) { 152 assert(Impl.get() != nullptr && "requires non-null implementation"); 153 if (!Impl->CurrentEntry.isStatusKnown()) 154 Impl.reset(); // Normalize the end iterator to Impl == nullptr. 162 assert(Impl && "attempting to increment past end"); 163 EC = Impl->increment(); 164 if (!Impl->CurrentEntry.isStatusKnown()) 165 Impl.reset(); // Normalize the end iterator to Impl == nullptr [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadIdleService.java | 101 Downloads.Impl._ID, 102 Downloads.Impl.COLUMN_STATUS, 103 Downloads.Impl.COLUMN_LAST_MODIFICATION, 104 Downloads.Impl.COLUMN_IS_VISIBLE_IN_DOWNLOADS_UI }; 118 final Cursor cursor = resolver.query(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, 119 StaleQuery.PROJECTION, Downloads.Impl.COLUMN_STATUS + " >= '200' AND " 120 + Downloads.Impl.COLUMN_LAST_MODIFICATION + " <= '" + modifiedBefore 121 + "' AND " + Downloads.Impl.COLUMN_IS_VISIBLE_IN_DOWNLOADS_UI + " == '0'", 129 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, id), null, null); 141 Downloads.Impl._ID [all...] |
StopRequestException.java | 18 import static android.provider.Downloads.Impl.STATUS_UNHANDLED_HTTP_CODE; 19 import static android.provider.Downloads.Impl.STATUS_UNHANDLED_REDIRECT;
|
/external/tensorflow/tensorflow/compiler/xla/ |
status_macros.cc | 89 MakeErrorStream::Impl::Impl(const char* file, int line, 102 MakeErrorStream::Impl::Impl(const Status& status, 122 MakeErrorStream::Impl::~Impl() { 131 Status MakeErrorStream::Impl::GetStatus() { 162 void MakeErrorStream::Impl::CheckNotDone() const {
|
/external/tensorflow/tensorflow/core/lib/core/ |
threadpool.h | 101 struct Impl; 104 std::unique_ptr<Impl> impl_;
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
InputSurfaceConnection.h | 64 struct Impl; 68 sp<Impl> mImpl;
|
/hardware/google/av/codec2/vndk/include/ |
C2BqBufferPriv.h | 71 class Impl; 72 std::shared_ptr<Impl> mImpl;
|
/external/clang/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/WindowsManifest/ |
WindowsManifestMerger.h | 61 std::unique_ptr<WindowsManifestMergerImpl> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/WindowsManifest/ |
WindowsManifestMerger.h | 61 std::unique_ptr<WindowsManifestMergerImpl> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/WindowsManifest/ |
WindowsManifestMerger.h | 61 std::unique_ptr<WindowsManifestMergerImpl> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/ |
CodegenNameGenerator.h | 46 std::unique_ptr<Implementation> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/WindowsManifest/ |
WindowsManifestMerger.h | 61 std::unique_ptr<WindowsManifestMergerImpl> Impl;
|