HomeSort by relevance Sort by last modified time
    Searched full:prev (Results 1876 - 1900 of 3406) sorted by null

<<71727374757677787980>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_iterator_base_funcs.h 193 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 187 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 187 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 187 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_funcs.h 187 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_funcs.h 191 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_funcs.h 192 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_iterator_base_funcs.h 191 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator_base_funcs.h 192 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_iterator_base_funcs.h 193 prev(_BidirectionalIterator __x, typename function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_funcs.h 193 prev(_BidirectionalIterator __x, typename function
  /system/core/debuggerd/
tombstone.cpp 363 BacktraceMap::const_iterator prev = map->begin(); local
365 if (addr >= (*prev).end && addr < (*it).start) {
368 prev = it;
372 if (has_fault_address && (addr >= (*prev).end)) {
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 1069 before = before->prev;
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 138 for (const RedeclarableTemplateDecl *Prev = getPreviousDecl(); Prev;
139 Prev = Prev->getPreviousDecl()) {
140 if (Prev->Common) {
141 Common = Prev->Common;
145 PrevDecls.push_back(Prev);
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1069 before = before->prev;
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 1161 int32_t prev = 0; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 221 char *s = strchr(ops->raw, ','), *target, *comment, prev; local
237 prev = *s;
241 *s = prev;
279 char *target, *comment, *s, prev; local
285 prev = *s;
289 *s = prev;
856 dl = list_entry(list->prev, struct disasm_line, node);
    [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp 92 int Energy(const CvTrackingRect& prev)
94 int prev_color = 0 == prev.iColor ? iColor : prev.iColor;
95 iEnergy = 1 * pow2(r.width - prev.r.width) +
96 1 * pow2(r.height - prev.r.height) +
206 inline int Init(const CvRect& roi, const CvTrackingRect& prev, CvMemStorage* mstg = NULL)
209 m_trPrev = prev;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.c 1069 before = before->prev;
    [all...]
  /external/pixman/
Makefile.in 914 ensure-prev:
915 @if [[ "$(PREV)" == "" ]]; then \
917 echo "You must set the PREV variable on the make command line to" && \
921 echo " make PREV=0.7.3" && \
926 release-check: ensure-prev release-verify-newer release-remove-old distcheck
936 release-publish-message: $(HASHFILES) ensure-prev
971 @git log --no-merges "$(PACKAGE)-$(PREV)".."$(PACKAGE)-$(VERSION)" | git shortlog | awk '{ printf "\t"; print ; }' | cut -b1-80
  /external/valgrind/main/coregrind/m_debuginfo/
UNUSED_STABS.txt 839 Variable **prev = &list;
860 /* advance prev; we're keeping this one on the doomed list */
861 prev = &var->next;
870 *prev = var->next;
973 *prev = next;
981 /* advance prev; we're keeping it on the doomed list */
982 prev = &var->next;
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 80 struct wpa_ctrl_dst *dst, *prev = NULL; local
92 if (prev == NULL)
95 prev->next = dst->next;
99 prev = dst;
1752 struct wpa_ctrl_dst *dst, *prev; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 1270 RootInlineBox* prev = firstRootBox->prevRootBox(); local
1316 UChar prev = ' '; local
1847 const InlineTextBox* prev = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 1999 ZSFCacheEntry *next, *prev; local
    [all...]
  /external/e2fsprogs/e2fsck/
problem.c 2026 struct e2fsck_problem *curr, *prev = NULL; local
    [all...]

Completed in 4192 milliseconds

<<71727374757677787980>>