/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
CrashRecoveryContext.h | 42 void *Impl; 46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
CrashRecoveryContext.h | 42 void *Impl; 46 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/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) {}
|
/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...] |
/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);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.cpp | 224 template <typename Impl> 226 RuntimeDyldMachOCRTPBase<Impl>::finalizeLoad(const ObjectFile &Obj, 237 // if they're present. Otherwise call down to the impl to handle other 259 if (auto Err = impl().finalizeSection(Obj, I->second, Section)) 269 template <typename Impl> 270 unsigned char *RuntimeDyldMachOCRTPBase<Impl>::processFDE(uint8_t *P, 273 typedef typename Impl::TargetPtrT TargetPtrT; 312 template <typename Impl> 313 void RuntimeDyldMachOCRTPBase<Impl>::registerEHFrames() {
|
/external/eigen/Eigen/src/Core/ |
Block.h | 106 typedef BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, typename internal::traits<XprType>::StorageKind> Impl; 108 //typedef typename Impl::Base Base; 109 typedef Impl Base; 118 inline Block(XprType& xpr, Index i) : Impl(xpr,i) 129 : Impl(xpr, startRow, startCol) 142 : Impl(xpr, startRow, startCol, blockRows, blockCols) 157 typedef internal::BlockImpl_dense<XprType, BlockRows, BlockCols, InnerPanel> Impl; 160 typedef Impl Base; 162 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} 163 EIGEN_DEVICE_FUNC inline BlockImpl(XprType& xpr, Index startRow, Index startCol) : Impl(xpr, startRow, startCol) { [all...] |
/external/googletest/googlemock/include/gmock/ |
gmock-matchers.h | 291 explicit MatcherBase(const MatcherInterface<T>* impl) 292 : impl_(impl) {} 327 explicit Matcher(const MatcherInterface<T>* impl) 328 : internal::MatcherBase<T>(impl) {} 344 explicit Matcher(const MatcherInterface<const internal::string&>* impl) 345 : internal::MatcherBase<const internal::string&>(impl) {} 361 explicit Matcher(const MatcherInterface<internal::string>* impl) 362 : internal::MatcherBase<internal::string>(impl) {} 382 explicit Matcher(const MatcherInterface<const StringPiece&>* impl) 383 : internal::MatcherBase<const StringPiece&>(impl) {} 440 const Impl& impl() const { return impl_; } function in class:testing::PolymorphicMatcher [all...] |
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
CapabilityPolling.java | 499 long id = cursor.getLong(cursor.getColumnIndex(Contacts.Impl._ID)); 501 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP)); 506 cursor.getColumnIndex(Contacts.Impl.CONTACT_NUMBER))); 508 cursor.getColumnIndex(Contacts.Impl.CONTACT_NAME))); 510 cursor.getColumnIndex(Contacts.Impl.VOLTE_CALL_CAPABILITY_TIMESTAMP))); 512 cursor.getColumnIndex(Contacts.Impl.VIDEO_CALL_CAPABILITY_TIMESTAMP))); 570 sb.append(Contacts.Impl.VOLTE_CALL_CAPABILITY_TIMESTAMP + "<='" + last + "'"); 572 sb.append(Contacts.Impl.VIDEO_CALL_CAPABILITY_TIMESTAMP + "<='" + last + "'"); 574 sb.append(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP + ">='" + last3year + "'"); 600 long id = cursor.getLong(cursor.getColumnIndex(Contacts.Impl._ID)) [all...] |
Contacts.java | 65 public static final class Impl implements BaseColumns { 66 private Impl() {}
|
/external/v8/testing/gmock/include/gmock/ |
gmock-matchers.h | 291 explicit MatcherBase(const MatcherInterface<T>* impl) 292 : impl_(impl) {} 327 explicit Matcher(const MatcherInterface<T>* impl) 328 : internal::MatcherBase<T>(impl) {} 344 explicit Matcher(const MatcherInterface<const internal::string&>* impl) 345 : internal::MatcherBase<const internal::string&>(impl) {} 361 explicit Matcher(const MatcherInterface<internal::string>* impl) 362 : internal::MatcherBase<internal::string>(impl) {} 382 explicit Matcher(const MatcherInterface<const StringPiece&>* impl) 383 : internal::MatcherBase<const StringPiece&>(impl) {} 440 const Impl& impl() const { return impl_; } function in class:testing::PolymorphicMatcher [all...] |
/external/clang/include/clang/Frontend/ |
Utils.h | 112 void *Impl; // Opaque implementation 113 DependencyFileGenerator(void *Impl);
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_posix.cc | 280 struct ScopedThread::Impl { 291 void ScopedThread::Impl::HandleEvent(Event *ev) { 376 void *ScopedThread::Impl::ScopedThreadCallback(void *arg) { 378 Impl *impl = (Impl*)arg; 380 Event* ev = (Event*)atomic_load(&impl->event, memory_order_acquire); 386 atomic_store(&impl->event, 0, memory_order_release); 389 impl->HandleEvent(ev); 390 atomic_store(&impl->event, 0, memory_order_release) [all...] |
/external/llvm/lib/CodeGen/ |
TargetPassConfig.cpp | 249 delete Impl; 257 AddingMachinePasses(false), TM(tm), Impl(nullptr), Initialized(false), 260 Impl = new PassConfigImpl(); 291 Impl->InsertedPasses.emplace_back(TargetPassID, InsertedPassID, VerifyAfter, 316 Impl->TargetPasses[StandardID] = TargetID; 321 I = Impl->TargetPasses.find(ID); 322 if (I == Impl->TargetPasses.end()) 364 for (auto IP : Impl->InsertedPasses) { [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/ |
LowerAtomic.cpp | 161 auto PA = Impl.run(F, DummyFAM); 166 LowerAtomicPass Impl;
|
/external/skia/tools/ |
SkShaper_harfbuzz.cpp | 42 struct SkShaper::Impl { 54 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) {
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 23 import static android.provider.Downloads.Impl.FLAG_REQUIRES_CHARGING; 24 import static android.provider.Downloads.Impl.FLAG_REQUIRES_DEVICE_IDLE; 208 if (destination == Downloads.Impl.DESTINATION_FILE_URI) { 237 if (destination == Downloads.Impl.DESTINATION_FILE_URI) { 550 case Downloads.Impl.DESTINATION_CACHE_PARTITION: 551 case Downloads.Impl.DESTINATION_CACHE_PARTITION_PURGEABLE: 552 case Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING: 559 case Downloads.Impl.DESTINATION_EXTERNAL:
|
OpenHelper.java | 22 import static android.provider.Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI; 36 import android.provider.Downloads.Impl.RequestHeaders;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/ |
Utils.h | 112 void *Impl; // Opaque implementation 113 DependencyFileGenerator(void *Impl);
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/ |
Utils.h | 112 void *Impl; // Opaque implementation 113 DependencyFileGenerator(void *Impl);
|
/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/Frontend/ |
Utils.h | 112 void *Impl; // Opaque implementation 113 DependencyFileGenerator(void *Impl);
|