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

1 2 3 4 5

  /art/test/DefaultMethods/
IterableBase.java 22 class Impl implements Iface {
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicInliner.h 51 BasicInlinerImpl *Impl;
  /external/clang/include/clang/Index/
CodegenNameGenerator.h 46 std::unique_ptr<Implementation> Impl;
  /external/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 35 std::unique_ptr<MIRParserImpl> Impl;
38 MIRParser(std::unique_ptr<MIRParserImpl> Impl);
  /external/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
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/llvm/include/llvm/Support/
CrashRecoveryContext.h 42 void *Impl;
46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
FuturesCombineBenchmark.java 37 enum Impl {
76 @Param Impl impl;
85 Impl impl = this.impl;
89 sum += impl.combine(callable, INLINE_EXECUTOR, futures).get();
100 Impl impl = this.impl;
    [all...]
ExecutionListBenchmark.java 59 enum Impl {
157 @Param Impl impl;
188 list = impl.newExecutionList();
198 list = impl.newExecutionList();
213 list = impl.newExecutionList();
241 list = impl.newExecutionList();
263 list = impl.newExecutionList();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/java8/
InterfaceDefaultMethodsTarget.java 31 public class Impl implements InterfaceDefaultMethodsTarget {
33 public Impl() {
  /external/skia/src/core/
SkRefDict.cpp 12 struct SkRefDict::Impl {
13 Impl* fNext;
29 Impl* rec = fImpl;
44 Impl* rec = fImpl;
45 Impl* prev = nullptr;
71 rec = new Impl;
80 Impl* rec = fImpl;
82 Impl* next = rec->fNext;
  /external/skia/tools/
SkShaper_primitive.cpp 12 struct SkShaper::Impl {
16 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) {
  /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/Transforms/IPO/
GlobalDCE.cpp 54 auto PA = Impl.run(M, DummyMAM);
59 GlobalDCEPass Impl;
  /external/skia/src/pdf/
SkDeflate.cpp 56 // Hide all zlib impl details.
57 struct SkDeflateWStream::Impl {
67 : fImpl(skstd::make_unique<SkDeflateWStream::Impl>()) {
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
RoundedRectHelper.java 26 private final Impl mImpl;
54 static interface Impl {
61 private static final class StubImpl implements Impl {
74 private static final class Api21Impl implements Impl {
  /external/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *Impl);
  /external/llvm/lib/Transforms/Scalar/
LowerAtomic.cpp 161 auto PA = Impl.run(F, DummyFAM);
166 LowerAtomicPass Impl;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 129 mutable void *Impl;
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CrashRecoveryContext.h 46 void *Impl;
50 CrashRecoveryContext() : Impl(0), head(0) {}
  /packages/apps/Launcher3/src/com/android/launcher3/
DeferredHandler.java 38 private Impl mHandler = new Impl();
40 @Thunk class Impl extends Handler implements MessageQueue.IdleHandler {
  /prebuilts/go/darwin-x86/test/
closedchan.go 26 Impl() string
79 func (c XChan) Impl() string {
142 func (c SChan) Impl() string {
213 func (c SSChan) Impl() string {
231 println("test1: recv on closed:", x, c.Impl())
235 println("test1: recv2 on closed:", x, ok, c.Impl())
242 println("test1: recv on closed nb:", x, selected, c.Impl())
247 println("test1: recv2 on closed nb:", x, ok, selected, c.Impl())
257 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
264 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
    [all...]
  /prebuilts/go/linux-x86/test/
closedchan.go 26 Impl() string
79 func (c XChan) Impl() string {
142 func (c SChan) Impl() string {
213 func (c SSChan) Impl() string {
231 println("test1: recv on closed:", x, c.Impl())
235 println("test1: recv2 on closed:", x, ok, c.Impl())
242 println("test1: recv on closed nb:", x, selected, c.Impl())
247 println("test1: recv2 on closed nb:", x, ok, selected, c.Impl())
257 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
264 println("test1: recv on closed got non-zero after send on closed:", x, c.Impl())
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 49 final Intent intent = new Intent(context, Impl.class);
56 final Intent intent = new Intent(context, Impl.class);
63 final Intent intent = new Intent(context, Impl.class);
69 public static class Impl extends IntentService {
71 public Impl() {
72 super(Impl.class.getName());

Completed in 533 milliseconds

1 2 3 4 5