HomeSort by relevance Sort by last modified time
    Searched defs:Impl (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/opencv3/modules/core/src/
system.cpp 844 struct Mutex::Impl
846 Impl()
855 ~Impl() { DeleteCriticalSection(&cs); }
867 struct Mutex::Impl
869 Impl()
879 ~Impl() { pthread_mutex_destroy(&mt); }
893 impl = new Mutex::Impl;
898 if( CV_XADD(&impl->refcount, -1) == 1 )
899 delete impl;
    [all...]
ocl.cpp 2935 Context::Impl * impl = ctx.p; local
    [all...]
  /external/gmock/include/gmock/
gmock-generated-actions.h 593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
597 class Impl : public ActionInterface<F> {
602 explicit Impl(const InnerAction& action) : action_(action) {}
638 template <typename Result, class Impl>
641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
643 return impl->template gmock_PerformImpl<>(args, ExcessiveArg(),
650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
652 return impl->template gmock_PerformImpl<A0>(args, get<0>(args)
    [all...]
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/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h 593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
597 class Impl : public ActionInterface<F> {
602 explicit Impl(const InnerAction& action) : action_(action) {}
638 template <typename Result, class Impl>
641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
643 return impl->template gmock_PerformImpl<>(args, ExcessiveArg(),
650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
652 return impl->template gmock_PerformImpl<A0>(args, get<0>(args)
    [all...]
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-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 212 Interface a = new Impl();
213 Interface b = new Impl();
221 static class Impl implements Interface {
226 return id.compareTo(((Impl) other).id);
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 33 import com.google.inject.assistedinject.FactoryProviderTest.Equals.Impl;
814 public static class Impl implements Equals {
819 public Impl(double sigma, @Assisted ComparisonMethod comparisonMethod) {
832 FactoryProvider.newFactory(Equals.Factory.class, Equals.Impl.class));
836 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW);
FactoryProvider2Test.java 33 import com.google.inject.assistedinject.FactoryProvider2Test.Equals.Impl;
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp     [all...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 153 private static final Impl IMPL;
155 interface Impl {
168 static class ImplBase implements Impl {
229 IMPL = new ImplApi24();
231 IMPL = new ImplKitKat();
233 IMPL = new ImplIceCreamSandwich();
235 IMPL = new ImplBase();
237 SIDE_CHANNEL_BIND_FLAGS = IMPL.getSideChannelBindFlags();
254 IMPL.cancelNotification(mNotificationManager, tag, id)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.2.1/
osdetector-gradle-plugin-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/gradle/osdetector-gradle-plugin/1.4.0/
osdetector-gradle-plugin-1.4.0.jar 
  /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/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 338 Interface a = new Impl();
339 Interface b = new Impl();
347 static class Impl implements Interface {
352 return id.compareTo(((Impl) other).id);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 387 struct Impl;
389 Impl* impl; member in class:ImplMutex
398 struct ImplMutex::Impl
434 struct ImplMutex::Impl
449 struct ImplMutex::Impl
464 struct ImplMutex::Impl
481 impl = (Impl*)malloc(sizeof(Impl));
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/
istack-commons-runtime-2.21.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1592 milliseconds

1 23 4