HomeSort by relevance Sort by last modified time
    Searched full:impls (Results 1 - 24 of 24) sorted by null

  /external/opencv3/modules/photo/perf/
perf_main.cpp 4 static const char * impls[] = { variable
11 CV_PERF_TEST_MAIN_WITH_IMPLS(photo, impls, perf::printCudaInfo())
  /external/opencv3/modules/superres/perf/
perf_main.cpp 47 static const char * impls[] = { variable
54 CV_PERF_TEST_MAIN_WITH_IMPLS(superres, impls, printCudaInfo())
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_perf.hpp 115 const char * impls[] = { "cuda", "plain" };\
116 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, perf::printCudaInfo())\
ts_perf.hpp 620 #define CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, ...) \
622 ::perf::TestBase::Init(std::vector<std::string>(impls, impls + sizeof impls / sizeof *impls), \
632 // impls must be an array, not a pointer; "plain" should always be one of the implementations
633 #define CV_PERF_TEST_MAIN_WITH_IMPLS(modulename, impls, ...) \
636 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, __VA_ARGS__)\
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 298 : PresetInfoImpl(std::move(Arg.PresetInfoImpl)), Impls(std::move(Arg.Impls)) {}
301 Impls = std::move(RHS.Impls);
316 StringMap<std::unique_ptr<TargetLibraryInfoImpl>> Impls;
  /external/skia/include/ports/
SkFontConfigInterface.h 115 // New APIS, which have default impls for now (which do nothing)
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java 46 // helps test old and new impls when figuring out why something that used
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMultisetTest.java 197 .named("ForwardingSortedMultiset with standard impls")
  /libcore/ojluni/src/main/java/sun/nio/ch/
AbstractPollSelectorImpl.java 52 // In some impls the first entry of channelArray is bogus
  /external/skia/src/effects/gradients/
Sk4fLinearGradient.cpp 362 const SkScalar fDx; // 'dx' for consistency with other impls; actually dt/dx
  /external/libevent/
evthread-internal.h 322 /* This code is shared between both lock impls */
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 439 /* some GLX impls do not like single-buffered window surface */
453 /* some impls set them to -1 (GLX_DONT_CARE) */
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 1 //===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer Impls --------===//
  /external/opencv3/modules/videostab/src/
global_motion.cpp 365 static Impl impls[] = { estimateGlobMotionLeastSquaresTranslation, local
375 return impls[model](npoints, points0_, points1_, rmse);
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 604 Impls[T.normalize()];
  /art/runtime/interpreter/
interpreter_common.h 170 // Method could be native, proxy method, etc. Lambda targets have to be concrete impls,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 169 // %TBD% RETIRED -- do via setFeature if needed. Remove from impls.
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 716 // TypeResolver just transforms the type to our own impls that are Serializable
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 799 * Called by interface impls.
    [all...]
  /libcore/ojluni/src/main/java/java/net/
DatagramSocket.java 150 // old impls do not support connect/disconnect
    [all...]
  /art/runtime/
elf_file.cc     [all...]
class_linker.cc     [all...]
  /external/valgrind/
NEWS     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1592 milliseconds