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

1 2 3 4 5 67 8 910

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 78 template <typename T> TargetTransformInfo(T Impl);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 409 ImplTy Impl;
414 Impl.insert(N);
420 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
426 unsigned size() const { return Impl.size(); }
427 bool empty() const { return Impl.empty(); }
428 bool erase(ExplodedNode *N) { return Impl.erase(N); }
430 void clear() { Impl.clear(); }
434 Impl = S.Impl;
436 Impl.insert(S.begin(), S.end())
    [all...]
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 540 * igamma_impl::Impl(), so call it, rather than igamma_impl::Run().
546 return (one - igamma_impl<Scalar>::Impl(a, x));
549 return Impl(a, x);
553 /* igamma_impl calls igammac_impl::Impl. */
563 EIGEN_DEVICE_FUNC static Scalar Impl(Scalar a, Scalar x) {
729 * igammac_impl::Impl(), so call it, rather than igammac_impl::Run().
735 return (one - igammac_impl<Scalar>::Impl(a, x));
738 return Impl(a, x);
742 /* igammac_impl calls igamma_impl::Impl. */
752 EIGEN_DEVICE_FUNC static Scalar Impl(Scalar a, Scalar x)
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 364 // Constructs an Action from its implementation. A NULL impl is
366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
426 template <typename Impl>
429 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
    [all...]
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 260 bind(Interface.class).to(Impl.class);
282 public static class Impl extends Superclass<RetType> implements Interface {
  /external/skia/src/pipe/
SkPipeCanvas.cpp     [all...]
  /external/v8/include/
v8-util.h 43 typedef std::map<K, PersistentContainerValue> Impl;
44 typedef typename Impl::iterator Iterator;
46 static bool Empty(Impl* impl) { return impl->empty(); }
47 static size_t Size(Impl* impl) { return impl->size(); }
48 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLIN
236 typename Traits::Impl impl; local
307 typename Traits::Impl* impl() { return &impl_; } function in class:v8::PersistentValueMapBase
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-actions.h 364 // Constructs an Action from its implementation. A NULL impl is
366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {}
426 template <typename Impl>
429 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {}
443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {}
    [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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 408 ImplTy Impl;
413 Impl.insert(N);
419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N);
425 unsigned size() const { return Impl.size(); }
426 bool empty() const { return Impl.empty(); }
427 bool erase(ExplodedNode *N) { return Impl.erase(N); }
429 void clear() { Impl.clear(); }
433 Impl = S.Impl;
435 Impl.insert(S.begin(), S.end())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 237 enum Impl {
271 file_magic(Impl V) : V(V) {}
272 operator Impl() const { return V; }
275 Impl V = unknown;
    [all...]

Completed in 8291 milliseconds

1 2 3 4 5 67 8 910