HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 51 - 75 of 376) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTUnresolvedSet.h 89 mutable ASTUnresolvedSet Impl;
95 if (Impl.Decls.isLazy())
97 return Impl;
100 void reserve(ASTContext &C, unsigned N) { Impl.reserve(C, N); }
102 assert(Impl.empty() || Impl.Decls.isLazy());
103 Impl.Decls.setLazy(true);
104 Impl.addDecl(C, reinterpret_cast<NamedDecl*>(ID << 2), AS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /external/skia/src/core/
SkPipe.h 46 class Impl;
47 std::unique_ptr<Impl> fImpl;
79 class Impl;
80 std::unique_ptr<Impl> fImpl;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicInliner.h 51 BasicInlinerImpl *Impl;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RoundedRectHelper.java 27 private final Impl mImpl;
55 static interface Impl {
62 private static final class StubImpl implements Impl {
76 private static final class Api21Impl implements Impl {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 46 "video/mp4", Downloads.Impl.DESTINATION_CACHE_PARTITION);
53 null, null, null, null, Downloads.Impl.DESTINATION_CACHE_PARTITION);
57 null, null, null, null, Downloads.Impl.DESTINATION_CACHE_PARTITION);
67 "video/mp4", Downloads.Impl.DESTINATION_CACHE_PARTITION);
77 "dispo", "locat", "video/mp4", Downloads.Impl.DESTINATION_FILE_URI);
85 null, "video/mp4", Downloads.Impl.DESTINATION_CACHE_PARTITION);
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 124 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
128 : Impl(std::move(I)) {
129 assert(Impl.get() != nullptr && "requires non-null implementation");
130 if (!Impl->CurrentEntry.isStatusKnown())
131 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
139 assert(Impl && "attempting to increment past end");
140 EC = Impl->increment();
141 if (EC || !Impl->CurrentEntry.isStatusKnown())
142 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadReceiver.java 126 try (Cursor cursor = resolver.query(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, null, null,
147 final int disowned = resolver.update(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, values,
148 Constants.UID + "=" + uid + " AND " + Downloads.Impl.COLUMN_DESTINATION + " IN ("
149 + Downloads.Impl.DESTINATION_EXTERNAL + ","
150 + Downloads.Impl.DESTINATION_FILE_URI + ")",
154 final int deleted = resolver.delete(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI,
192 final Uri uri = ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, id);
196 status = getInt(cursor, Downloads.Impl.COLUMN_STATUS);
197 visibility = getInt(cursor, Downloads.Impl.COLUMN_VISIBILITY);
206 if (Downloads.Impl.isStatusCompleted(status) &
    [all...]
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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/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/darwin-x86/clang-3960126/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/darwin-x86/clang-3977809/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/darwin-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-3957855/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-3960126/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-3977809/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-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...]
  /external/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;

Completed in 773 milliseconds

1 23 4 5 6 7 8 91011>>