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

1 2 3 45 6 7 8 91011>>

  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/
gpumat.hpp 125 __host__ GpuMat_<T>::GpuMat_(const GpuMat_& m, Range arowRange, Range acolRange)
204 return GpuMat_(*this, Range(y, y+1), Range::all());
210 return GpuMat_(*this, Range::all(), Range(x, x+1));
216 return GpuMat_(*this, Range(startrow, endrow), Range::all());
220 __host__ GpuMat_<T> GpuMat_<T>::rowRange(Range r) const
222 return GpuMat_(*this, r, Range::all())
    [all...]
  /external/opencv3/modules/video/src/
lkpyramid.hpp 18 void operator()(const Range& range) const;
  /external/opencv3/modules/ml/src/
lr.cpp 322 theta_b = _init_theta(Range(1, n), Range::all());
402 pcal_b = _data(Range::all(), Range(0,1));
408 pcal_b = _data(Range::all(), Range(1,n));
413 pcal_b = _data(Range::all(), Range(ii,ii+1));
461 data_d = _data(Range(j,j+size_b), Range::all())
    [all...]
  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 43 SourceRange Range;
51 CaseInfo(SwitchCase *S, SourceRange Range)
52 : SC(S), Range(Range), State(St_Unchecked) {}
151 if (isInRange(Diag.getLocation(), info.Range)) {
176 Pass.TA.insert(info.Range.getEnd(), "}\n");
183 if (isInRange(DRE->getDecl()->getLocation(), info.Range) &&
184 !isInRange(DRE->getLocation(), info.Range))
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 27 SourceRange Range) {
32 SourceLocation L = S.getLocForEndOfToken(Range.getEnd());
208 SourceRange Range) {
216 return handleFallThroughAttr(S, St, A, Range);
218 return handleLoopHintAttr(S, St, A, Range);
229 SourceRange Range) {
232 if (Attr *a = ProcessStmtAttribute(*this, S, *l, Range))
241 return ActOnAttributedStmt(Range.getBegin(), Attrs, S);
  /external/easymock/src/org/easymock/internal/
MocksControl.java 220 state.times(new Range(times));
229 state.times(new Range(min, max));
266 public static final Range ONCE = new Range(1);
271 public static final Range AT_LEAST_ONCE = new Range(1, Integer.MAX_VALUE);
276 public static final Range ZERO_OR_MORE = new Range(0, Integer.MAX_VALUE);
  /external/google-benchmark/test/
map_test.cc 30 BENCHMARK(BM_MapLookup)->Range(1 << 3, 1 << 12);
55 BENCHMARK_REGISTER_F(MapFixture, Lookup)->Range(1<<3, 1<<12);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 51 @Override public Range<C> range() { method in class:EmptyContiguousSet
55 @Override public Range<C> range(BoundType lowerBoundType, BoundType upperBoundType) { method in class:EmptyContiguousSet
  /frameworks/minikin/include/minikin/
FontCollection.h 60 struct Range {
97 // These are offsets into mInstanceVec, one range per page
98 std::vector<Range> mRanges;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.h 87 struct Range {
97 mutable Range r;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
util.hpp 16 #include <boost/range/iterator_range.hpp>
86 // iterator range utilities -----------------------------------------//
88 // copy range functor
95 SeqT operator()( const iterator_range<IteratorT>& Range ) const
97 return copy_range<SeqT>(Range);
  /packages/apps/TV/src/com/android/tv/dvr/
DvrDataManager.java 21 import android.util.Range;
78 List<ScheduledRecording> getRecordingsThatOverlapWith(Range<Long> period);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-2-llsc.d 3 #name: 24K: Triple Store (Range Check, sc)
micromips@24k-triple-stores-2-llsc.d 3 #name: 24K: Triple Store (Range Check, sc)
mipsr6@24k-triple-stores-2-llsc.d 4 #name: 24K: Triple Store (Range Check, sc)
  /external/opencv3/modules/photo/src/
denoising.cpp 57 parallel_for_(cv::Range(0, src.rows),
64 parallel_for_(cv::Range(0, src.rows),
69 parallel_for_(cv::Range(0, src.rows),
76 parallel_for_(cv::Range(0, src.rows),
81 parallel_for_(cv::Range(0, src.rows),
88 parallel_for_(cv::Range(0, src.rows),
93 parallel_for_(cv::Range(0, src.rows),
253 parallel_for_(cv::Range(0, srcImgs[0].rows),
261 parallel_for_(cv::Range(0, srcImgs[0].rows),
267 parallel_for_(cv::Range(0, srcImgs[0].rows)
    [all...]
  /external/dagger2/core/src/test/java/dagger/internal/
SetFactoryTest.java 20 import com.google.common.collect.Range;
109 integerSetProvider(Range.closed(5, 9)),
110 integerSetProvider(Range.closed(3, 6)),
111 integerSetProvider(Range.closed(0, 5)));
125 private static Provider<Set<Integer>> integerSetProvider(Range<Integer> range) {
126 final ContiguousSet<Integer> set = ContiguousSet.create(range, integers());
  /external/v8/src/
types-inl.h 138 ZoneTypeConfig::Range* ZoneTypeConfig::as_range(Type* type) {
140 return reinterpret_cast<Range*>(type);
171 ZoneTypeConfig::Type* ZoneTypeConfig::from_range(Range* range) {
172 return reinterpret_cast<Type*>(range);
246 ZoneTypeConfig::Range* ZoneTypeConfig::range_create(Zone* zone) {
247 Range* range = reinterpret_cast<Range*>(zone->New(sizeof(Range))); // NOLIN local
448 i::Handle<Range> range = isolate->factory()->NewFixedArray(4); local
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 266 void mangleType(QualType T, SourceRange Range,
292 void mangleArgumentType(QualType T, SourceRange Range);
299 SourceRange Range);
648 // in the range of ASCII characters 'A' to 'P'.
    [all...]
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 104 const LiveRange &Range) {
105 DEBUG(dbgs() << ' ' << PrintRegUnit(Unit, TRI) << ' ' << Range);
106 Matrix[Unit].unify(VirtReg, Range);
121 const LiveRange &Range) {
123 Matrix[Unit].extract(VirtReg, Range);
164 const LiveRange &Range) {
166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes());
  /external/clang/include/clang/Lex/
Lexer.h 107 /// text range will outlive it, so it doesn't take ownership of it.
113 /// text range will outlive it, so it doesn't take ownership of it.
326 /// \brief Given a token range, produce a corresponding CharSourceRange that
327 /// is not a token range. This allows the source range to be used by
329 /// end of the range for themselves.
330 static CharSourceRange getAsCharRange(SourceRange Range,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
336 Range.getBegin(), End.getLocWithOffset(-1));
338 static CharSourceRange getAsCharRange(CharSourceRange Range,
    [all...]
PPCallbacks.h 101 /// \param FilenameRange The character range of the quotes or angle brackets
243 const MacroDefinition &MD, SourceRange Range,
261 SourceRange Range) {
264 /// \brief Hook called when a source range is skipped.
265 /// \param Range The SourceRange that was skipped. The range begins at the
267 virtual void SourceRangeSkipped(SourceRange Range) {
439 SourceRange Range, const MacroArgs *Args) override {
440 First->MacroExpands(MacroNameTok, MD, Range, Args);
441 Second->MacroExpands(MacroNameTok, MD, Range, Args)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 60 << Range(Pointer, Pointer + sizeof(uptr), "invalid vptr");
64 << Range(Pointer, Pointer + sizeof(uptr), "vptr for %0");
72 << Range(Pointer, Pointer + sizeof(uptr),
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
218 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
305 decl.Range.First =
306 decl.Range.Last = wincoordInput;
314 decl.Range.First =
315 decl.Range.Last = pctx->freeSampler
    [all...]
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
Camera2Enumerator.java 39 import android.util.Range;
88 final Range<Integer>[] fpsRanges =
91 for (Range<Integer> fpsRange : fpsRanges) {

Completed in 1340 milliseconds

1 2 3 45 6 7 8 91011>>