/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/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; 115 inline Block(XprType& xpr, Index i) : Impl(xpr,i) 125 : Impl(xpr, a_startRow, a_startCol) 137 : Impl(xpr, a_startRow, a_startCol, blockRows, blockCols) 152 typedef internal::BlockImpl_dense<XprType, BlockRows, BlockCols, InnerPanel> Impl; 155 typedef Impl Base; 157 inline BlockImpl(XprType& xpr, Index i) : Impl(xpr,i) {} 158 inline BlockImpl(XprType& xpr, Index a_startRow, Index a_startCol) : Impl(xpr, a_startRow, a_startCol) { [all...] |
/external/v8/src/base/ |
logging.h | 59 if (std::string* _msg = ::v8::base::Check##name##Impl( \ 76 // Build the error message string. This is separate from the "Impl" 78 // be out of line, while the "Impl" code should be inline. Caller 112 V8_INLINE std::string* Check##NAME##Impl(Lhs const& lhs, Rhs const& rhs, \ 116 V8_INLINE std::string* Check##NAME##Impl(int lhs, int rhs, \ 120 extern template std::string* Check##NAME##Impl<float, float>( \ 122 extern template std::string* Check##NAME##Impl<double, double>( \
|
logging.cc | 40 template std::string* Check##NAME##Impl<float, float>( \ 42 template std::string* Check##NAME##Impl<double, double>( \
|
/external/clang/include/clang/Analysis/ |
CFG.h | 356 ImplTy Impl; 358 ElementList(BumpVectorContext &C) : Impl(C, 4) {} 366 void push_back(CFGElement e, BumpVectorContext &C) { Impl.push_back(e, C); } 369 return Impl.insert(I, Cnt, E, C); 372 const_reference front() const { return Impl.back(); } 373 const_reference back() const { return Impl.front(); } 375 iterator begin() { return Impl.rbegin(); } 376 iterator end() { return Impl.rend(); } 377 const_iterator begin() const { return Impl.rbegin(); } 378 const_iterator end() const { return Impl.rend(); [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-matchers.h | 223 explicit MatcherBase(const MatcherInterface<T>* impl) 224 : impl_(impl) {} 259 explicit Matcher(const MatcherInterface<T>* impl) 260 : internal::MatcherBase<T>(impl) {} 276 explicit Matcher(const MatcherInterface<const internal::string&>* impl) 277 : internal::MatcherBase<const internal::string&>(impl) {} 293 explicit Matcher(const MatcherInterface<internal::string>* impl) 294 : internal::MatcherBase<internal::string>(impl) {} 308 // To define a polymorphic matcher, a user should provide an Impl 316 template <class Impl> 327 const Impl& impl() const { return impl_; } function in class:testing::PolymorphicMatcher [all...] |
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
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;
|
MoreExecutorsDirectExecutorBenchmark.java | 40 enum Impl { 54 @Param Impl impl; field in class:MoreExecutorsDirectExecutorBenchmark 69 executor = impl.executor();
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadScanner.java | 162 values.put(Downloads.Impl.COLUMN_MEDIA_SCANNED, 1); 164 values.put(Downloads.Impl.COLUMN_MEDIAPROVIDER_URI, uri.toString()); 169 Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, req.id);
|
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_SYSTEMCACHE_PARTITION: 567 case Downloads.Impl.DESTINATION_EXTERNAL:
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util.h | 117 struct Impl; 118 Impl *impl_;
|
/external/llvm/include/llvm/Support/ |
CrashRecoveryContext.h | 43 void *Impl; 47 CrashRecoveryContext() : Impl(nullptr), head(nullptr) {}
|
/external/opencv3/modules/core/include/opencv2/core/ |
ocl.hpp | 229 struct Impl; 230 Impl* p; 258 struct Impl; 259 Impl* p; 275 struct Impl; 276 Impl* p; 297 struct Impl; 298 Impl* p; 529 struct Impl; 532 Impl* p [all...] |
/external/skia/include/xml/ |
SkXMLParser.h | 150 struct Impl; 151 Impl* fImpl;
|
/external/skia/src/pdf/ |
SkDeflate.cpp | 60 // Hide all zlib impl details. 61 struct SkDeflateWStream::Impl { 71 : fImpl(new SkDeflateWStream::Impl) {
|
/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...] |
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/ |
ValueAnimatorCompatImplHoneycombMr1.java | 24 class ValueAnimatorCompatImplHoneycombMr1 extends ValueAnimatorCompat.Impl {
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
AbstractDownloadProviderFunctionalTest.java | 194 Cursor cursor = mResolver.query(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, 210 String[] columns = new String[] {Downloads.Impl._DATA}; 211 Cursor cursor = mResolver.query(Downloads.Impl.CONTENT_URI, columns, null, null, null); 222 mResolver.delete(Downloads.Impl.CONTENT_URI, null, null);
|
StorageTest.java | 23 import static android.provider.Downloads.Impl.DESTINATION_CACHE_PARTITION; 24 import static android.provider.Downloads.Impl.DESTINATION_SYSTEMCACHE_PARTITION; 30 import android.provider.Downloads.Impl; 231 if (dest == Impl.DESTINATION_SYSTEMCACHE_PARTITION) {
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.cpp | 211 template <typename Impl> 212 void RuntimeDyldMachOCRTPBase<Impl>::finalizeLoad(const ObjectFile &Obj, 223 // if they're present. Otherwise call down to the impl to handle other 234 impl().finalizeSection(Obj, I->second, Section); 241 template <typename Impl> 242 unsigned char *RuntimeDyldMachOCRTPBase<Impl>::processFDE(uint8_t *P, 245 typedef typename Impl::TargetPtrT TargetPtrT; 284 template <typename Impl> 285 void RuntimeDyldMachOCRTPBase<Impl>::registerEHFrames() {
|
/external/opencv3/modules/viz/src/ |
widget.cpp | 51 class cv::viz::Widget::Impl 55 Impl() : prop(0) {} 58 cv::viz::Widget::Widget() : impl_( new Impl() ) { } 60 cv::viz::Widget::Widget(const Widget& other) : impl_( new Impl() ) 69 impl_ = new Impl();
|
/external/opencv3/modules/ml/src/ |
knearest.cpp | 56 class Impl 59 Impl() 66 virtual ~Impl() {} 137 class BruteForceImpl : public Impl 361 class KDTreeImpl : public Impl 437 CV_IMPL_PROPERTY(int, DefaultK, impl->defaultK) 438 CV_IMPL_PROPERTY(bool, IsClassifier, impl->isclassifier) 439 CV_IMPL_PROPERTY(int, Emax, impl->Emax) 444 return impl->getType(); 462 bool isClassifier() const { return impl->isclassifier; 509 Ptr<Impl> impl; member in class:cv::ml::KNearestImpl [all...] |
/external/gmock/include/gmock/ |
gmock-matchers.h | 266 explicit MatcherBase(const MatcherInterface<T>* impl) 267 : impl_(impl) {} 302 explicit Matcher(const MatcherInterface<T>* impl) 303 : internal::MatcherBase<T>(impl) {} 319 explicit Matcher(const MatcherInterface<const internal::string&>* impl) 320 : internal::MatcherBase<const internal::string&>(impl) {} 336 explicit Matcher(const MatcherInterface<internal::string>* impl) 337 : internal::MatcherBase<internal::string>(impl) {} 357 explicit Matcher(const MatcherInterface<const StringPiece&>* impl) 358 : internal::MatcherBase<const StringPiece&>(impl) {} 415 const Impl& impl() const { return impl_; } function in class:testing::PolymorphicMatcher [all...] |
/external/opencv3/modules/core/src/ |
ocl.cpp | 2935 Context::Impl * impl = ctx.p; local [all...] |
/external/clang/include/clang/Frontend/ |
Utils.h | 111 void *Impl; // Opaque implementation 112 DependencyFileGenerator(void *Impl);
|