/external/opencv3/modules/python/src2/ |
cv2.cpp | 637 bool pyopencv_to(PyObject* obj, Range& r, const char* name) 644 r = Range::all(); 651 PyObject* pyopencv_from(const Range& r) [all...] |
/external/opencv3/modules/superres/src/ |
btv_l1.cpp | 366 void operator ()(const Range& range) const; 375 void BtvRegularizationBody<T>::operator ()(const Range& range) const 377 for (int i = range.start; i < range.end; ++i) 416 parallel_for_(Range(ksize, src.rows - ksize), body); [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
CameraDeviceTest.java | 44 import android.util.Range; 215 * <li>Frame rate should be stable, for example, wide fps range like [7, 30] [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
boto_resumable_upload.py | 144 put_headers['Content-Range'] = ( 185 range_spec = resp.getheader('range') 194 # No Range header, which means the service does not yet have 195 # any bytes. Note that the Range header uses inclusive 'from' 196 # and 'to' values. Since Range 0-0 would mean that the service 197 # has byte 0, omitting the Range header is used to indicate that 205 self.logger.debug('Service has: Range: %d - %d.', service_start, 309 # Content-Range header if the file is 0 bytes long, because the 310 # resumable upload protocol uses an *inclusive* end-range (so, sending 321 put_headers['Content-Range'] = range_heade [all...] |
/external/clang/lib/Parse/ |
ParseStmt.cpp | 115 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range); 589 SubStmt.get(), TempAttrs.getList(), TempAttrs.Range); 685 // GNU case range extension. [all...] |
/external/clang/unittests/Basic/ |
SourceManagerTest.cpp | 267 SourceRange Range, const MacroArgs *Args) override {
|
/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.cpp | 30 using deqp::gls::Range;
|
/external/libvpx/libvpx/test/ |
resize_test.cc | 529 ::testing::Range(5, 9));
|
datarate_test.cc | [all...] |
/external/llvm/lib/MC/ |
MCDwarf.cpp | 453 // If the line increment is out of range of a special opcode, we must encode 688 // to the address range list for this compilation unit. 794 // .debug_ranges section. We only emit one range list, which spans all of the 817 // Emit a range list entry spanning this section [all...] |
/external/opencv3/apps/traincascade/ |
old_ml.hpp | 89 /* A structure, representing the lattice range of statmodel parameters. 158 /* The structure, representing the grid range of statmodel parameters. [all...] |
/external/opencv3/modules/imgproc/src/ |
templmatch.cpp | 721 Mat part(dst, Range(0, templ.rows), Range(templ.cols, dst.cols)); 756 Mat src0(img0, Range(y1, y2), Range(x1, x2)); [all...] |
imgwarp.cpp | 336 virtual void operator() (const Range& range) const 341 for( y = range.start; y < range.end; y++ ) 439 Range range(0, dsize.height); 441 parallel_for_(range, invoker, dst.total()/(double)(1<<16)); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
datarate_test.cc | 583 ::testing::Range(2, 5));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
aepack.py | 141 for i in range(desc.AECountItems()): 147 for i in range(desc.AECountItems()): 307 return aetypes.Range(dict['star'], dict['stop'])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aepack.py | 141 for i in range(desc.AECountItems()): 147 for i in range(desc.AECountItems()): 307 return aetypes.Range(dict['star'], dict['stop'])
|
/external/clang/include/clang/AST/ |
Expr.h | [all...] |
/external/clang/tools/libclang/ |
Indexing.cpp | 291 SourceRange Range, const MacroArgs *Args) override {} 293 /// SourceRangeSkipped - This hook is called when a source range is skipped. 294 /// \param Range The SourceRange that was skipped. The range begins at the 296 void SourceRangeSkipped(SourceRange Range) override {} [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Trie2Writable.java | 25 * @param errorValueP the value for out-of-range code points and illegal UTF-8 148 for (Range r: source) { 380 * Set a value in a range of code points [start..end]. 400 throw new IllegalArgumentException("Invalid code point range."); 475 * because it's the null block or a range block (the repeatBlock from a previous 512 * Set the values from a Trie2.Range. 514 * All code points within the range will get the value if 523 * @param range contains the range of code points and the value to be set. 526 public Trie2Writable setRange(Trie2.Range range, boolean overwrite) [all...] |
UCaseProps.java | 97 /* add the start code point of each same-value range of the trie */ 98 Iterator<Trie2.Range> trieIterator=trie.iterator(); 99 Trie2.Range range; local 100 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { 101 set.add(range.startCodePoint); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Trie2Writable.java | 23 * @param errorValueP the value for out-of-range code points and illegal UTF-8 146 for (Range r: source) { 378 * Set a value in a range of code points [start..end]. 398 throw new IllegalArgumentException("Invalid code point range."); 473 * because it's the null block or a range block (the repeatBlock from a previous 510 * Set the values from a Trie2.Range. 512 * All code points within the range will get the value if 521 * @param range contains the range of code points and the value to be set. 524 public Trie2Writable setRange(Trie2.Range range, boolean overwrite) [all...] |
UCaseProps.java | 93 /* add the start code point of each same-value range of the trie */ 94 Iterator<Trie2.Range> trieIterator=trie.iterator(); 95 Trie2.Range range; local 96 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { 97 set.add(range.startCodePoint); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, function in struct:llvm::SelectionDAGBuilder::CaseCluster 232 // Emit by default LHS op RHS. MHS is used for range comparisons: 257 /// Default - the MBB of the default bb, which is a successor of the range 289 : First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E), 293 APInt Range; 309 /// Check whether a range of clusters is dense enough for a jump table. 323 /// Check whether the range [Low,High] fits in a machine word. 327 /// on the number of destinations, comparison metric, and range. 350 /// than each cluster in the range, its rank is 0. [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_aos.c | 410 unsigned first = decl->Range.First; 411 unsigned last = decl->Range.Last;
|
/external/opencv3/modules/calib3d/src/ |
dls.cpp | 250 cv::Mat M2_1 = M2(cv::Range(0,27), cv::Range(0,27)); 251 cv::Mat M2_2 = M2(cv::Range(0,27), cv::Range(27,120)); 252 cv::Mat M2_3 = M2(cv::Range(27,120), cv::Range(27,120)); 253 cv::Mat M2_4 = M2(cv::Range(27,120), cv::Range(0,27)); [all...] |