HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 326 - 350 of 600) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CrashRecoveryContext.h 46 void *Impl;
50 CrashRecoveryContext() : Impl(0), head(0) {}
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 51 std::shared_ptr<C2BufferQueueBlockPool::Impl> localPool;
65 const std::shared_ptr<C2BufferQueueBlockPool::Impl>& pool);
167 class C2BufferQueueBlockPool::Impl
168 : public std::enable_shared_from_this<C2BufferQueueBlockPool::Impl> {
296 Impl(const std::shared_ptr<C2Allocator> &allocator)
300 ~Impl() {
428 const std::shared_ptr<C2BufferQueueBlockPool::Impl>& pool) :
448 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
BinaryStreamRef.h 132 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
134 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
197 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl,
199 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
BinaryStreamRef.h 132 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
134 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
197 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl,
199 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
BinaryStreamRef.h 132 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset,
134 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
197 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl,
199 : BinaryStreamRefBase(Impl, ViewOffset, Length) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /hardware/google/av/codec2/vndk/
C2AllocatorIon.cpp 142 class Impl;
143 Impl *mImpl;
149 class C2AllocationIon::Impl {
165 Impl(int ionFd, size_t capacity, int bufferFd, ion_user_handle_t buffer, C2Allocator::id_t id, int err)
194 static Impl *Import(int ionFd, size_t capacity, int bufferFd, C2Allocator::id_t id) {
197 return new Impl(ionFd, capacity, bufferFd, buffer, id, ret);
212 static Impl *Alloc(int ionFd, size_t size, size_t align, unsigned heapMask, unsigned flags, C2Allocator::id_t id) {
227 return new Impl(ionFd, size, bufferFd, buffer, id, ret);
316 ~Impl() {
404 mImpl(Impl::Alloc(ionFd, size, align, heapMask, flags, id)) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 603 Impl = new TransformActionsImpl(capturedDiags, ctx, PP);
607 delete static_cast<TransformActionsImpl*>(Impl);
611 static_cast<TransformActionsImpl*>(Impl)->startTransaction();
615 return static_cast<TransformActionsImpl*>(Impl)->commitTransaction();
619 static_cast<TransformActionsImpl*>(Impl)->abortTransaction();
624 static_cast<TransformActionsImpl*>(Impl)->insert(loc, text);
629 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text);
633 static_cast<TransformActionsImpl*>(Impl)->remove(range);
637 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S);
641 static_cast<TransformActionsImpl*>(Impl)->replace(range, text)
    [all...]
  /art/test/1929-exception-catch-exception/src/art/
Test1929.java 155 public static final class Impl {
156 private Impl() {}
197 Impl.throwCatchBaseTestExceptionTwiceImpl();
222 Impl.throwCatchTestExceptionTwiceImpl();
  /external/clang/lib/Index/
CodegenNameGenerator.cpp 179 : Impl(new Implementation(Ctx)) {
186 return Impl->writeName(D, OS);
190 return Impl->getName(D);
194 return Impl->getAllManglings(D);
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurfaceConnection.cpp 66 struct InputSurfaceConnection::Impl : public ComponentWrapper {
67 Impl(
73 virtual ~Impl() = default;
82 ALOGE("Impl::init -- GBS init failed: %d", err);
90 ALOGE("Impl::init -- component died.");
95 ALOGE("Impl::init -- null component interface.");
108 ALOGD("Impl::init -- cannot query information from "
130 ALOGE("Impl::init -- GBS configure failed: %d", err);
135 ALOGE("Impl::init: populating GBS slots failed");
140 ALOGE("Impl::init -- GBS start failed")
    [all...]
  /packages/services/Car/procfs-inspector/server/
server.cpp 55 status_t Impl::onTransact(uint32_t code,

Completed in 1332 milliseconds

<<11121314151617181920>>