/external/opencv3/samples/cpp/tutorial_code/features2D/ |
AKAZE_match.cpp | 36 DMatch first = nn_matches[i][0]; local 41 matched1.push_back(kpts1[first.queryIdx]); 42 matched2.push_back(kpts2[first.trainIdx]);
|
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/ |
LATCH_match.cpp | 54 DMatch first = nn_matches[i][0]; local 59 matched1.push_back(kpts1[first.queryIdx]); 60 matched2.push_back(kpts2[first.trainIdx]);
|
/external/parameter-framework/upstream/remote-processor/ |
Message.cpp | 64 auto first = MAKE_ARRAY_ITERATOR(static_cast<const uint8_t *>(pvData), size); local 65 auto last = first + size; 68 std::copy(first, last, destFirst); 77 auto first = begin(mData) + _uiIndex; local 78 auto last = first + size; 81 std::copy(first, last, destFirst); 146 // First send sync word 190 // First read sync word
|
/external/parameter-framework/upstream/utility/test/ |
utility.cpp | 61 const auto &first = begin(test.input); variable 63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result); 64 REQUIRE(join<int>(first, last, test.binaryOpt) == test.resultNoEmpty);
|
/external/pdfium/third_party/zlib_v128/ |
gzwrite.c | 78 /* allocate memory if this is the first time through */ 137 int first; local 146 first = 1; 150 if (first) { 152 first = 0; 195 /* allocate memory if this is the first time through */
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417Common.cpp | 637 int32_t first = 0; local [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
util.py | 71 def first(s, sorted=False): function 73 Return the first element of a set. 75 It sometimes useful to return the first element from a set but, 77 will return the first element from a set. If sorted is True, then 78 the set will first be sorted (making this an expensive operation). 171 def cmp(first, second): 172 return (first > second) - (second > first)
|
/external/skia/src/core/ |
SkRecordPattern.h | 15 // First, some matchers. These match a single command in the SkRecord, 83 // Matches if any of First or Rest... does. Stores nothing. 84 template <typename First, typename... Rest> 87 bool operator()(T* ptr) { return First()(ptr) || Or<Rest...>()(ptr); } 89 template <typename First> 90 struct Or<First> { 92 bool operator()(T* ptr) { return First()(ptr); } 107 // - first, second, third, ... return the data stored by their respective matchers in the pattern. 117 template <typename First, typename... Rest> 118 class Pattern<First, Rest...> 140 template <typename T> T* first() { return fFirst.get(); } function in class:SkRecords::Pattern [all...] |
/external/skia/src/pathops/ |
SkPathOpsQuad.h | 16 const SkDQuad& first() const { return (const SkDQuad&) pts[0]; } function in struct:SkDQuadPair
|
/external/strace/ |
desc.c | 154 int first = 1; local 165 if (first) { 171 first = 0;
|
/external/v8/src/compiler/ |
liveness-analyzer.cc | 162 bool first = true; local 164 if (!first) { 168 first = false;
|
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlnsstack.cc | 72 return match.second && (match.first == ns); 96 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first); 137 size_t first = last; local 139 while (first > 0) { 140 if (!IsAsciiLetter(ns[first - 1])) 142 first -= 1; 144 if (last - first > 4) 145 last = first + 3; 146 std::string candidate(AsciiLower(ns.substr(first, last - first))); [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_receiver_audio.cc | 363 std::set<uint8_t>::iterator first = local 365 if (first != telephone_event_reported_.end() && *first > 15) {
|
/external/zlib/src/ |
gzwrite.c | 78 /* allocate memory if this is the first time through */ 137 int first; local 146 first = 1; 150 if (first) { 152 first = 0; 195 /* allocate memory if this is the first time through */
|
/frameworks/base/core/java/android/util/ |
TimingLogger.java | 137 final long first = mSplits.get(0); local 138 long now = first; 146 Log.d(mTag, mLabel + ": end, " + (now - first) + " ms");
|
/frameworks/base/core/jni/android/graphics/ |
PathEffect.cpp | 29 SkPathEffect* first = reinterpret_cast<SkPathEffect*>(firstHandle); local 31 SkPathEffect* effect = SkSumPathEffect::Create(first, second);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
DuotoneFilter.java | 46 "uniform vec3 first;\n" + 52 " vec3 new_color = (1.0 - energy) * first + energy * second;\n" + 112 float first[] = { Color.red(mFirstColor)/255f, local 119 mProgram.setHostValue("first", first);
|
/frameworks/rs/api/ |
Scanner.cpp | 153 size_t first = docStart + 3; local 154 size_t last = s->find('\"', first); 158 *documentation = s->substr(first, last - first);
|
/libcore/ojluni/src/main/java/java/text/ |
BreakIterator.java | 132 * int start = boundary.first(); 156 * Print first element: 160 * int start = boundary.first(); 249 * and following(int) when either the first or last text boundary has been 255 * Returns the first boundary. The iterator's current position is set 256 * to the first text boundary. 258 * @return The character index of the first text boundary. 260 public abstract int first(); method in class:BreakIterator 272 * the first or last text boundary has been reached, it returns 274 * the first or last text boundary depending on which one is reached. Otherwise [all...] |
IcuIteratorWrapper.java | 56 * long as those substitutions have been defined first. Substitutions are generally used to 106 * * and the first group of characters following the *. When there is this kind of 111 * but "x[xy]*?x" will only match the first two xes ("<strong>xx</strong>yxyyyxyxyxxyxyxyy").</td> 271 public int first() { method in class:IcuIteratorWrapper 272 return wrapped.first(); 302 * @return The position of the first boundary after this one. 327 * Sets the iterator to refer to the first boundary position following 330 * @return The position of the first break after the current position. 357 * effect, leaves the iterator pointing to the first boundary position at 382 * you need to change it, clone it first [all...] |
StringCharacterIterator.java | 84 * @param begin Index of the first character 123 * Implements CharacterIterator.first() for String. 124 * @see CharacterIterator#first 126 public char first() method in class:StringCharacterIterator
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
StringTokenIterator.java | 53 public String first() { method in class:StringTokenIterator
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_pair.h | 55 _T1 first; member in struct:pair 60 pair() : first(_T1()), second(_T2()) {} 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} 66 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} 68 pair(const pair<_T1,_T2>& __o) : first(__o.first), second(__o.second) {} 72 pair(__move_source<pair<_T1, _T2> > src) : first(_STLP_PRIV _AsMoveSource(src.get().first)), 82 { return __x.first == __y.first && __x.second == __y.second; [all...] |
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
TestResultLogger.java | 41 Result first = mResults.get(0); local 45 return (int) ((1000*(last.receivedBytes + first.receivedBytes))/ 46 (last.timeStamp - first.timeStamp+1)); 61 Result first = mResults.get(0); local 65 if(first.timeStamp > firstTimeStamp || mResults.size() < 3) { 72 first = mResults.get(i+1); 76 long timeError = period - (last.timeStamp-first.timeStamp); 80 errorBytes = (timeError*(preFirst.receivedBytes - first.receivedBytes)) 81 /(preFirst.timeStamp - first.timeStamp+1); 84 return (int) ((1000*(errorBytes+last.receivedBytes-first.receivedBytes))/period) [all...] |
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
InCallAnimationUtils.java | 80 Drawable first = getDrawable(0); local 84 first.setAlpha(mCrossFadeAlpha); 85 first.draw(canvas); 86 first.setAlpha(255); 97 private static CrossFadeDrawable newCrossFadeDrawable(Drawable first, Drawable second) { 99 layers[0] = first;
|