HomeSort by relevance Sort by last modified time
    Searched refs:Impl (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationManagerCompat.java 153 private static final Impl IMPL;
155 interface Impl {
168 static class ImplBase implements Impl {
244 IMPL = new ImplApi24();
246 IMPL = new ImplKitKat();
248 IMPL = new ImplIceCreamSandwich();
250 IMPL = new ImplEclair();
252 IMPL = new ImplBase();
254 SIDE_CHANNEL_BIND_FLAGS = IMPL.getSideChannelBindFlags()
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 33 import com.google.inject.assistedinject.FactoryProvider2Test.Equals.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/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 316 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
317 return Impl.GetValue(BB);
  /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/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 169 class Impl;
170 Impl *impl_;
    [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/llvm/include/llvm/CodeGen/
Passes.h 112 PassConfigImpl *Impl; // Internal data structures
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 603 std::unique_ptr<TargetLibraryInfoImpl> &Impl =
605 if (!Impl)
606 Impl.reset(new TargetLibraryInfoImpl(T));
608 return *Impl;
CFLAliasAnalysis.cpp 540 EdgeIterator(NodeImpl &Impl) : Current(Impl.begin()) {}
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageUtils.java 20 import static android.provider.Downloads.Impl.STATUS_INSUFFICIENT_SPACE_ERROR;
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
ExecutionListBenchmark.java 59 enum Impl {
157 @Param Impl impl;
188 list = impl.newExecutionList();
198 list = impl.newExecutionList();
213 list = impl.newExecutionList();
241 list = impl.newExecutionList();
263 list = impl.newExecutionList();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vfp1xD_t2.d 256 0+3bc <[^>]*> eef9 0a10 (vmrs|fmrx) r0, fpinst @ Impl def
257 0+3c0 <[^>]*> eefa 0a10 (vmrs|fmrx) r0, fpinst2 @ Impl def
260 0+3cc <[^>]*> eefc 0a10 (vmrs|fmrx) r0, <impl def 0xc>
261 0+3d0 <[^>]*> eee9 0a10 (vmsr|fmxr) fpinst, r0 @ Impl def
262 0+3d4 <[^>]*> eeea 0a10 (vmsr|fmxr) fpinst2, r0 @ Impl def
265 0+3e0 <[^>]*> eeec 0a10 (vmsr|fmxr) <impl def 0xc>, r0
  /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/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 249 class Impl;
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
DeclCXX.cpp 39 assert(Impl.Decls.isLazy() && "getFromExternalSource for non-lazy set");
42 for (ASTUnresolvedSet::iterator I = Impl.begin(); I != Impl.end(); ++I)
45 Impl.Decls.setLazy(false);
    [all...]
DeclObjC.cpp     [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...]
  /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...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 741 void *Impl; // Actually a SelectorTableImpl
  /external/opencv3/modules/stitching/src/
seam_finders.cpp     [all...]
  /external/opencv3/modules/videostab/src/
global_motion.cpp 364 typedef Mat (*Impl)(int, Point2f*, Point2f*, float*);
365 static Impl impls[] = { estimateGlobMotionLeastSquaresTranslation,

Completed in 541 milliseconds

1 2 3 45 6 7