HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
PublicApiAccessTest.java 35 Downloads.Impl.COLUMN_COOKIE_DATA,
36 Downloads.Impl.COLUMN_REFERER,
37 Downloads.Impl.COLUMN_USER_AGENT,
38 Downloads.Impl.COLUMN_NO_INTEGRITY,
39 Downloads.Impl.COLUMN_NOTIFICATION_CLASS,
40 Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS,
41 Downloads.Impl.COLUMN_OTHER_UID,
42 Downloads.Impl.COLUMN_APP_DATA,
43 Downloads.Impl.COLUMN_CONTROL,
44 Downloads.Impl.COLUMN_STATUS
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/lib/
shared_ptr.h 38 class Impl {
40 ~Impl() {
45 Impl() : ptr(NULL) {
48 Impl(P* ptr) : ptr(ptr) {
54 MOJO_DISALLOW_COPY_AND_ASSIGN(Impl);
57 SharedData<Impl> impl_;
  /external/chromium_org/third_party/WebKit/public/web/
WebScopedMicrotaskSuppression.h 67 class Impl;
68 WebPrivateOwnPtr<Impl> m_impl;
  /external/chromium_org/third_party/WebKit/Source/web/
WebScopedMicrotaskSuppression.cpp 40 class WebScopedMicrotaskSuppression::Impl : public WebCore::V8RecursionScope::MicrotaskSuppression {
42 Impl(v8::Isolate* isolate)
52 m_impl.reset(new Impl(v8::Isolate::GetCurrent()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PersistentValueVector.h 42 typedef Vector<v8::PersistentContainerValue> Impl;
43 static void Append(Impl* impl, v8::PersistentContainerValue value)
45 impl->append(value);
47 static bool IsEmpty(const Impl* impl)
49 return impl->isEmpty();
51 static size_t Size(const Impl* impl)
53 return impl->size()
    [all...]
V8PersistentValueMap.h 52 typedef HashMap<KeyType, v8::PersistentContainerValue> Impl;
53 typedef typename Impl::iterator Iterator;
54 static size_t Size(const Impl* impl) { return impl->size(); }
55 static bool Empty(Impl* impl) { return impl->isEmpty(); }
56 static void Swap(Impl& impl, Impl& other) { impl.swap(other);
    [all...]
DOMWrapperMap.h 94 typedef HashMap<KeyType*, v8::PersistentContainerValue> Impl;
95 typedef typename Impl::iterator Iterator;
96 static size_t Size(const Impl* impl) { return impl->size(); }
97 static bool Empty(Impl* impl) { return impl->isEmpty(); }
98 static void Swap(Impl& impl, Impl& other) { impl.swap(other);
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 60 template <typename Impl>
61 Impl* BindToPipe(
62 Impl* instance,
79 template <typename Impl, typename Interface>
80 Impl* BindToProxy(
81 Impl* instance,
99 template <typename Impl, typename Interface>
100 Impl* BindToRequest(
101 Impl* instance,
  /external/chromium_org/third_party/skia/src/core/
SkRefDict.cpp 13 struct SkRefDict::Impl {
14 Impl* fNext;
30 Impl* rec = fImpl;
45 Impl* rec = fImpl;
46 Impl* prev = NULL;
72 rec = new Impl;
81 Impl* rec = fImpl;
83 Impl* next = rec->fNext;
SkRefDict.h 50 struct Impl;
51 Impl* fImpl;
  /external/skia/src/core/
SkRefDict.cpp 13 struct SkRefDict::Impl {
14 Impl* fNext;
30 Impl* rec = fImpl;
45 Impl* rec = fImpl;
46 Impl* prev = NULL;
72 rec = new Impl;
81 Impl* rec = fImpl;
83 Impl* next = rec->fNext;
SkRefDict.h 50 struct Impl;
51 Impl* fImpl;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 107 "my_downloads/#/" + Downloads.Impl.RequestHeaders.URI_SEGMENT,
110 "all_downloads/#/" + Downloads.Impl.RequestHeaders.URI_SEGMENT,
116 "download/#/" + Downloads.Impl.RequestHeaders.URI_SEGMENT,
119 Downloads.Impl.PUBLICLY_ACCESSIBLE_DOWNLOADS_URI_SEGMENT + "/#",
125 Downloads.Impl.CONTENT_URI,
126 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI,
130 Downloads.Impl._ID,
131 Downloads.Impl.COLUMN_APP_DATA,
132 Downloads.Impl._DATA,
133 Downloads.Impl.COLUMN_MIME_TYPE
    [all...]
DownloadInfo.java 32 import android.provider.Downloads.Impl;
74 info.mId = getLong(Downloads.Impl._ID);
75 info.mUri = getString(Downloads.Impl.COLUMN_URI);
76 info.mNoIntegrity = getInt(Downloads.Impl.COLUMN_NO_INTEGRITY) == 1;
77 info.mHint = getString(Downloads.Impl.COLUMN_FILE_NAME_HINT);
78 info.mFileName = getString(Downloads.Impl._DATA);
79 info.mMimeType = Intent.normalizeMimeType(getString(Downloads.Impl.COLUMN_MIME_TYPE));
80 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
81 info.mVisibility = getInt(Downloads.Impl.COLUMN_VISIBILITY);
82 info.mStatus = getInt(Downloads.Impl.COLUMN_STATUS)
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 66 public final static String COLUMN_ID = Downloads.Impl._ID;
72 public final static String COLUMN_TITLE = Downloads.Impl.COLUMN_TITLE;
78 public final static String COLUMN_DESCRIPTION = Downloads.Impl.COLUMN_DESCRIPTION;
83 public final static String COLUMN_URI = Downloads.Impl.COLUMN_URI;
115 public final static String COLUMN_STATUS = Downloads.Impl.COLUMN_STATUS;
152 public static final String COLUMN_MEDIAPROVIDER_URI = Downloads.Impl.COLUMN_MEDIAPROVIDER_URI;
157 public final static String COLUMN_ALLOW_WRITE = Downloads.Impl.COLUMN_ALLOW_WRITE;
315 Downloads.Impl._ID,
316 Downloads.Impl._DATA + " AS " + COLUMN_LOCAL_FILENAME,
317 Downloads.Impl.COLUMN_MEDIAPROVIDER_URI
    [all...]
  /external/chromium_org/ui/wm/core/
shadow_controller.cc 73 // ShadowController::Impl ------------------------------------------------------
77 // only a single Impl (as it observes all window creation by way of an
79 class ShadowController::Impl :
82 public base::RefCounted<Impl> {
85 static Impl* GetInstance();
100 friend class base::RefCounted<Impl>;
106 Impl();
107 virtual ~Impl();
136 static Impl* instance_;
138 DISALLOW_COPY_AND_ASSIGN(Impl);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
string_compare.h 43 class Impl;
44 scoped_ptr<Impl> impl_;
  /external/chromium_org/content/browser/media/capture/
web_contents_audio_input_stream.cc 23 class WebContentsAudioInputStream::Impl
24 : public base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>,
28 Impl(int render_process_id, int render_view_id,
53 friend class base::RefCountedThreadSafe<WebContentsAudioInputStream::Impl>;
62 virtual ~Impl();
104 DISALLOW_COPY_AND_ASSIGN(Impl);
107 WebContentsAudioInputStream::Impl::Impl(
121 // WAIS::Impl can be constructed on any thread, but will DCHECK that all
126 WebContentsAudioInputStream::Impl::~Impl()
    [all...]
  /external/chromium_org/mojo/public/cpp/application/
application.h 79 template <typename Impl, typename Context>
82 new internal::ServiceConnector<Impl, Context>(Impl::Name_, context));
85 template <typename Impl>
88 new internal::ServiceConnector<Impl, void>(Impl::Name_, NULL));
  /external/clang/test/SemaTemplate/
qualified-id.cpp 23 class Impl {
27 template <class T> class Magic : public Impl {
29 return Impl::foo();
  /external/llvm/lib/Analysis/
LibCallSemantics.cpp 21 /// getMap - This impl pointer in ~LibCallInfo is actually a StringMap. This
28 delete getMap(Impl);
45 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
50 Impl = Map = new StringMap<const LibCallFunctionInfo*>();
  /external/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);
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 118 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
121 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) : Impl(I) {
122 assert(Impl.get() != nullptr && "requires non-null implementation");
123 if (!Impl->CurrentEntry.isStatusKnown())
124 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
132 assert(Impl && "attempting to increment past end");
133 EC = Impl->increment();
134 if (EC || !Impl->CurrentEntry.isStatusKnown())
135 Impl.reset(); // Normalize the end iterator to Impl == nullptr
    [all...]
  /external/chromium_org/mojo/dbus/
dbus_external_service.h 60 external_service_.reset(BindToPipe(new Impl(this), client_handle.Pass()));
68 class Impl : public InterfaceImpl<ExternalService> {
70 explicit Impl(DBusExternalService* service) : service_(service) {
85 scoped_ptr<Impl> external_service_;
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 30 /// Impl - A pointer to the actual implementation of the library call
32 LibCallSimplifierImpl *Impl;

Completed in 567 milliseconds

1 2 3 4 5 6