HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 126 - 150 of 376) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicInliner.cpp 155 Impl = new BasicInlinerImpl(TD);
159 delete Impl;
166 Impl->addFunction(F);
172 Impl->neverInlineFunction(F);
179 Impl->inlineFunctions();
  /frameworks/av/media/libstagefright/codec2/include/
C2Buffer.h 132 class Impl;
133 std::shared_ptr<Impl> mImpl;
192 class Impl;
193 std::shared_ptr<Impl> mImpl;
418 class Impl;
419 std::shared_ptr<Impl> mImpl;
451 class Impl;
452 std::shared_ptr<Impl> mImpl;
480 class Impl;
483 std::shared_ptr<Impl> mImpl
    [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 41 public static final class Impl implements BaseColumns {
42 private Impl() {}
805 private static final String QUERY_WHERE_CLAUSE = Impl.COLUMN_NOTIFICATION_PACKAGE + "=? AND "
806 + Impl.COLUMN_NOTIFICATION_CLASS + "=?";
813 context.getContentResolver().delete(Impl.CONTENT_URI, QUERY_WHERE_CLAUSE,
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 41 public static final class Impl implements BaseColumns {
42 private Impl() {}
796 private static final String QUERY_WHERE_CLAUSE = Impl.COLUMN_NOTIFICATION_PACKAGE + "=? AND "
797 + Impl.COLUMN_NOTIFICATION_CLASS + "=?";
804 context.getContentResolver().delete(Impl.CONTENT_URI, QUERY_WHERE_CLAUSE,
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 22 import static android.provider.Downloads.Impl.STATUS_QUEUED_FOR_WIFI;
23 import static android.provider.Downloads.Impl.STATUS_RUNNING;
141 Downloads.Impl._ID,
142 Downloads.Impl.COLUMN_STATUS,
143 Downloads.Impl.COLUMN_VISIBILITY,
144 Downloads.Impl.COLUMN_NOTIFICATION_PACKAGE,
145 Downloads.Impl.COLUMN_CURRENT_BYTES,
146 Downloads.Impl.COLUMN_TOTAL_BYTES,
147 Downloads.Impl.COLUMN_DESTINATION,
148 Downloads.Impl.COLUMN_TITLE
    [all...]
  /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/Launcher2/src/com/android/launcher2/
DeferredHandler.java 37 private Impl mHandler = new Impl();
39 private class Impl extends Handler implements MessageQueue.IdleHandler {
  /external/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 22 void* Impl;
  /external/skia/tools/
SkShaper_primitive.cpp 12 struct SkShaper::Impl {
16 SkShaper::SkShaper(sk_sp<SkTypeface> tf) : fImpl(new Impl) {
  /external/v8/src/base/
logging.h 61 ::v8::base::Check##name##Impl<decltype(lhs), decltype(rhs)>( \
76 ::v8::base::Cmp##name##Impl<decltype(lhs), decltype(rhs)>(lhs, rhs); \
91 // Build the error message string. This is separate from the "Impl"
93 // be out of line, while the "Impl" code should be inline. Caller
137 #define DEFINE_SIGNED_MISMATCH_COMP(CHECK, NAME, IMPL) \
140 Cmp##NAME##Impl(Lhs const& lhs, Rhs const& rhs) { \
141 return IMPL; \
164 // The Cmp##NAME##Impl function is only instantiable if one of the two types is
174 Cmp##NAME##Impl(typename PassType<Lhs>::type lhs, \
179 V8_INLINE std::string* Check##NAME##Impl(typename PassType<Lhs>::type lhs,
    [all...]
  /external/clang/lib/AST/
ParentMap.cpp 97 ParentMap::ParentMap(Stmt *S) : Impl(nullptr) {
101 Impl = M;
106 delete (MapTy*) Impl;
111 BuildParentMap(*(MapTy*) Impl, S);
118 MapTy *M = reinterpret_cast<MapTy *>(Impl);
123 MapTy* M = (MapTy*) Impl;
  /external/conscrypt/common/src/main/java/org/conscrypt/
FileClientSessionCache.java 58 static class Impl implements SSLClientSessionCache {
80 Impl(File directory) throws IOException {
316 static final Map<File, FileClientSessionCache.Impl> caches
317 = new HashMap<File, FileClientSessionCache.Impl>();
331 FileClientSessionCache.Impl cache = caches.get(directory);
333 cache = new FileClientSessionCache.Impl(directory);
  /external/guava/guava-tests/benchmark/com/google/common/math/
ApacheBenchmark.java 40 private enum Impl {
130 Impl impl; field in class:ApacheBenchmark
144 } while (!Impl.GUAVA.noAddOverflow(intsToAdd[i][0], intsToAdd[i][1]));
149 } while (!Impl.GUAVA.noAddOverflow(longsToAdd[i][0], longsToAdd[i][1]));
154 } while (!Impl.GUAVA.noMulOverflow(intsToMul[i][0], intsToMul[i][1]));
159 } while (!Impl.GUAVA.noMulOverflow(longsToMul[i][0], longsToMul[i][1]));
170 tmp += Double.doubleToRawLongBits(impl.factorialDouble(factorials[j]));
179 tmp += impl.gcdInt(nonnegInt[j][0], nonnegInt[j][1]);
188 tmp += impl.gcdLong(nonnegLong[j][0], nonnegLong[j][1])
    [all...]
  /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...]
  /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/llvm/lib/Support/
CrashRecoveryContext.cpp 97 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
189 // there may not actually be an Impl available, or even a current
318 assert(!Impl && "Crash recovery context already initialized!");
320 Impl = CRCI;
332 CrashRecoveryContextImpl *CRCI = (CrashRecoveryContextImpl *) Impl;
375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl)

Completed in 1295 milliseconds

1 2 3 4 56 7 8 91011>>