HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 76 - 100 of 249) sorted by null

1 2 34 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-3977809/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/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *Impl);
  /prebuilts/clang/host/darwin-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/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *Impl);
  /prebuilts/clang/host/linux-x86/clang-3957855/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-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *Impl);
  /prebuilts/clang/host/linux-x86/clang-3960126/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-3960126/prebuilt_include/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *Impl);
  /prebuilts/clang/host/linux-x86/clang-3977809/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-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *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/clang/include/clang/Frontend/
Utils.h 112 void *Impl; // Opaque implementation
113 DependencyFileGenerator(void *Impl);
  /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());
  /external/clang/lib/ARCMigrate/
Internals.h 51 void *Impl; // TransformActionsImpl.
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
MoreExecutorsDirectExecutorBenchmark.java 40 enum Impl {
54 @Param Impl impl; field in class:MoreExecutorsDirectExecutorBenchmark
69 executor = impl.executor();
StripedBenchmark.java 50 @Param Impl impl; field in class:StripedBenchmark
52 enum Impl {
77 this.striped = impl.get(numStripes);
90 return impl.get(numStripes);
98 Striped<Lock> striped = impl.get(numStripes);
108 Impl implLocal = impl;
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 159 CrossDSOCFI Impl;
160 bool Changed = Impl.runOnModule(M);
PartialInlining.cpp 42 auto PA = Impl.run(M, DummyMAM);
47 PartialInlinerPass Impl;
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 267 LoopDeletionPass Impl;
268 return Impl.runImpl(L, DT, SE, loopInfo);
  /external/skia/tools/
SkShaper_harfbuzz.cpp 42 struct SkShaper::Impl {
54 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassRegistry.cpp 76 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(pImpl);
78 for (std::vector<const PassInfo*>::iterator I = Impl->ToFree.begin(),
79 E = Impl->ToFree.end(); I != E; ++I)
82 delete Impl;
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
89 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI);
90 return I != Impl->PassInfoMap.end() ? I->second : 0;
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
97 I = Impl->PassInfoStringMap.find(Arg);
98 return I != Impl->PassInfoStringMap.end() ? I->second : 0
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DeferredHandler.java 37 private Impl mHandler = new Impl();
39 private class Impl extends Handler implements MessageQueue.IdleHandler {

Completed in 309 milliseconds

1 2 34 5 6 7 8 910