/external/opencv3/modules/flann/include/opencv2/flann/ |
dist.h | 158 Iterator1 last = a + size; local 159 Iterator1 lastgroup = last - 3; 175 /* Process last 0-3 pixels. Not needed for standard vector lengths. */ 176 while (a < last) { 220 Iterator1 last = a + size; local 221 Iterator1 lastgroup = last - 3; 237 /* Process last 0-3 pixels. Not needed for standard vector lengths. */ 238 while (a < last) { 284 Iterator1 last = a + size; local 285 Iterator1 lastgroup = last - 3 340 Iterator1 last = a + size; local 550 Iterator1 last = a + size; local 605 Iterator1 last = a + size; local 654 Iterator1 last = a + size; local 707 Iterator1 last = a + size; local [all...] |
/external/pdfium/third_party/agg23/ |
agg_array.h | 253 const T& last() const function in class:agg::pod_deque 257 T& last() function in class:agg::pod_deque
|
/external/pdfium/third_party/freetype/src/base/ |
ftoutln.c | 89 FT_Int last; /* index of last point in contour */ local 94 last = outline->contours[n]; 95 if ( last < 0 ) 97 limit = outline->points + last; 103 v_last = outline->points[last]; 121 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON ) 123 /* start at last point if it is on the curve */ 129 /* if both first and last points are conic, */ 283 first = (FT_UInt)last + 1 553 FT_Int first, last; local 911 FT_Int c, first, last; local 1074 FT_Int last = outline->contours[c]; local [all...] |
/external/pdfium/third_party/zlib_v128/ |
inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ 83 int last; /* true if processing last block */ member in struct:inflate_state 120 int back; /* bits back of last unprocessed length/lit */
|
/external/selinux/libsepol/src/ |
conditional.c | 362 /* becuase it's RPN look at last element */ 767 cond_expr_t *expr = NULL, *last = NULL; local 805 last->next = expr; 807 last = expr; 840 cond_node_t *node, *last = NULL; local 866 last->next = node; 868 last = node;
|
/external/skia/samplecode/ |
SamplePatch.cpp | 58 fPts[12] = pts[0]; // the last shall be first 146 edge3[nv] = edge0[0]; // the last shall be first 168 // last row 169 SkPoint* last = verts + nv * (nu + 1); local 171 last[i] = edge2[nu - i];
|
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 54 propertyCallBack(EvalID, (void*) this); // must be first (entries are prepended, will be last), since it never fails 403 const char* last = strchr(ptr, '|'); local 404 if (last == nullptr) { 405 last = &ptr[strlen(ptr)]; 408 size_t length = last - ptr; 414 ptr = last + 1;
|
SkAnimatorScript2.cpp | 508 const char* last = strchr(ptr, '|'); local 509 if (last == nullptr) { 510 last = &ptr[strlen(ptr)]; 513 size_t length = last - ptr; 519 ptr = last + 1;
|
/external/skia/src/pathops/ |
SkPathOpsWinding.cpp | 281 const SkPoint* last = nullptr; local 299 if (last && SkDPoint::ApproximatelyEqual(*last, hit->fPt)) { 326 // happened when last = 1 wind = -1 355 last = &hit->fPt;
|
/external/skia/tools/ |
create_test_font.cpp | 88 const char* last = first + str.size(); local 89 const char* ptr = last; 92 return last - ptr - 1;
|
/external/v8/src/crankshaft/ |
lithium.cc | 301 int last = block->last_instruction_index(); local 303 LInstruction* last_instr = instructions()->at(last); 311 for (int i = first + 1; i < last && can_eliminate; ++i) {
|
/external/v8/src/ic/ |
handler-compiler.cc | 52 Handle<JSObject> last(JSObject::cast(receiver_map->prototype())); 66 last = handle(JSObject::cast(current_map->prototype())); 67 current_map = handle(last->map()); 75 NamedLoadHandlerCompiler compiler(isolate, receiver_map, last, flag); 326 // the holder to be that last element for the FrontendHeader call. 329 JSObject* last = *holder(); local 330 PrototypeIterator iter(isolate(), last); local 336 last = iter.GetCurrent<JSObject>(); 339 auto last_handle = handle(last); 436 Handle<JSObject> last; local [all...] |
/external/v8/src/regexp/ |
regexp-parser.h | 20 // a single element. The last element added is stored outside the backing list, 30 // be read using last() or removed using RemoveLast until a new Add or until 42 T* last() { function in class:v8::internal::BufferedZoneList 129 #define LAST(x) last_added_ = x; 131 #define LAST(x)
|
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | 65 * defined in the last draft (IEEE 802.11i/D10). 1581 int val = 0, last; local [all...] |
/external/zlib/src/examples/ |
gzlog.c | 18 valid state. The last data to be appended or compressed is saved in an 22 gzlog maintains another auxiliary file with the last 32K of data from the 32 foo.add -- last message to append or last data to compress 33 foo.dict -- dictionary of the last 32K of data for next compression 48 extra field has the necessary information to restore the start of the last 115 - Pointer to the last stored block length. This is the same as above, but 116 for the last stored block of the uncompressed data in the gzip file. 119 stored block as added, at which point the last stored block length pointer 121 different, the first bit of the last stored block header is eight bits, o 297 off_t last; \/* offset of last stored block first length byte *\/ member in struct:log [all...] |
/external/zlib/src/ |
inflate.h | 32 TYPE, /* i: waiting for type bits, including last-flag bit */ 83 int last; /* true if processing last block */ member in struct:inflate_state 120 int back; /* bits back of last unprocessed length/lit */
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 425 bool last = packets.empty(); local 432 if (last) {
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
FocusManager.java | 120 * Requests focus on the item that last had focus. Scrolls to that item if necessary. 138 * @return The adapter position of the last focused item. 181 // around to the last visible item. 187 // Stop forward focus search at the last item, otherwise focus will wrap 224 * <li>The first (or last) item, if paging up (or down) would go past those limits. 232 int last = mLayout.findLastVisibleItemPosition(); local 234 int pageSize = last - first + 1; 248 if (current < last) { 249 // If the current item isn't the last item, target the last item 509 long last = mLastEvent.getEventTime(); local [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
SuggestionParser.java | 137 Tile last = suggestions.remove(suggestions.size() - 1); local 138 if (last.priority > item.priority) { 139 item = last;
|
/frameworks/minikin/libs/minikin/ |
FontCollection.cpp | 180 // then the last 1 bit is for variant score. 292 auto last = std::unique(familyVecForVS.begin(), familyVecForVS.end()); local 293 familyVecForVS.erase(last, familyVecForVS.end());
|
/frameworks/native/libs/gui/ |
BufferQueueProducer.cpp | 861 // When the queue is not empty, we need to look at the last buffer 863 const BufferItem& last = mCore->mQueue.itemAt( local 865 if (last.mIsDroppable) { 867 if (!last.mIsStale) { 868 mSlots[last.mSlot].mBufferState.freeQueued(); 874 mSlots[last.mSlot].mBufferState.isFree()) { 875 mSlots[last.mSlot].mBufferState.mShared = false; 878 if (!mSlots[last.mSlot].mBufferState.isShared()) { 879 mCore->mActiveBuffers.erase(last.mSlot); 880 mCore->mFreeBuffers.push_back(last.mSlot) [all...] |
/frameworks/rs/api/ |
GenerateTestFiles.cpp | 31 int last = s.size() - 1; local 32 char lastChar = s[last]; 34 s.erase(last); [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc.cpp | 584 size_t last = list->numHwLayers - 1; local 585 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; 603 //always. Last layer is always FB 652 size_t last = list->numHwLayers - 1; local 653 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc.cpp | 586 size_t last = list->numHwLayers - 1; local 587 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; 599 //always. Last layer is always FB 682 size_t last = list->numHwLayers - 1; local 683 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc.cpp | 625 size_t last = list->numHwLayers - 1; local 626 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; 650 //always. Last layer is always FB 709 size_t last = list->numHwLayers - 1; local 710 hwc_layer_1_t *fbLayer = &list->hwLayers[last]; [all...] |