Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 45) sorted by relevance

12

/system/teeui/libteeui/src/
Dfont_rendering.cpp100 Vec2d<pxs> TextFace::kern(GlyphIndex previous) const { in kern()
102 if (hasKerning_ && previous) { in kern()
103 if (!FT_Get_Kerning(*face_, previous, face_->glyph->glyph_index, FT_KERNING_DEFAULT, in kern()
143 GlyphIndex previous = 0; in findLongestWordSequence() local
175 pen += face->kern(previous); in findLongestWordSequence()
185 previous = gindex; in findLongestWordSequence()
/system/media/audio_utils/include/audio_utils/
DLinearMap.h309 ssize_t previous = 0; in findU() local
331 int32_t uStep = uArray[previous] - uArray[current]; // non-negative in findU()
332 int32_t vStep = vArray[previous] - vArray[current]; // positive in findU()
344 previous = current; in findU()
350 return uArray[previous] + diff * extrapolation; in findU()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dadv_report_cache.h78 int8_t ComputeMovingAverage(int8_t previous, int8_t current) const { in ComputeMovingAverage() argument
80 previous * (1 - kMovingAverageWeight)); in ComputeMovingAverage()
/system/extras/tests/tcp_nuke_addr/
Dtcp_nuke_addr_test.cpp117 uint32_t total, previous = 0; in progressThread() local
122 printf("%ds: %u cps, total %u\n", elapsed, total-previous, total); in progressThread()
124 previous = total; in progressThread()
/system/sepolicy/private/compat/202404/
D202404.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.
/system/sepolicy/private/compat/31.0/
D31.0.ignore.cil3 ;; these types to previous ones. Add here to pass checkapi tests.
/system/sepolicy/private/compat/34.0/
D34.0.ignore.cil3 ;; previous ones. Add here to pass checkapi tests.
/system/netd/server/
DTcpSocketMonitor.cpp296 const SocketEntry previous = mSocketEntries[cookie]; in updateSocketStats() local
305 diff.sent -= previous.sent; in updateSocketStats()
306 diff.lost -= previous.lost; in updateSocketStats()
/system/tools/hidl/test/version_test/bad4/version/2.3/
DIBaz.hal21 // ERROR: no interface from the previous package is in this package
/system/tools/hidl/test/version_test/bad3/version/2.5/
DIBar.hal21 // ERROR: Must extends @2.4::IBar (Extending wrong interface from previous package)
/system/sepolicy/private/compat/32.0/
D32.0.ignore.cil3 ;; these types to previous ones. Add here to pass checkapi tests.
/system/sepolicy/private/compat/33.0/
D33.0.ignore.cil3 ;; these types to previous ones. Add here to pass checkapi tests.
/system/sepolicy/private/compat/29.0/
D29.0.ignore.cil3 ;; these types to previous ones. Add here to pass checkapi tests.
/system/chre/core/
Dnanoapp.cc438 HeapBlockHeader *previous = mFirstHeader; in unlinkHeapBlock() local
443 previous->data.next = current->data.next; in unlinkHeapBlock()
446 previous = current; in unlinkHeapBlock()
/system/sepolicy/private/compat/30.0/
D30.0.ignore.cil3 ;; these types to previous ones. Add here to pass checkapi tests.
/system/apex/proto/
Dsession_state.proto49 // True if this session is a rollback of a previous install
/system/libhidl/transport/memory/1.0/
DIMemory.hal52 * Must commit all previous update's and updateAll's.
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/proto/
Dnearby_extension.proto32 // message, or update previous configuration, it can send additional
52 // continue to be used, or if no previous value was given, defaults defined
78 // message, or update previous configuration, it can send additional
/system/tools/aidl/build/
Daidl_test.go2261 "-previous")
2268 "-previous")
2308 "-previous")
2313 …android.AssertStringDoesNotContain(t, "Unfrozen versions should not have the -previous options whe…
2315 "-previous")
2336 "-previous")
2356 "-previous")
/system/sepolicy/
DREADME.apps.md15 When an app is targeting a previous SDK version, it may have the
/system/tools/aidl/
Daidl.cpp749 for (const AidlDefinedType* previous : previous_typenames.AllDefinedTypes()) { in markNewAdditions() local
750 if (type->GetCanonicalName() == previous->GetCanonicalName()) { in markNewAdditions()
751 previous_type = previous; in markNewAdditions()
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h189 Vec2d<pxs> kern(GlyphIndex previous) const;
/system/extras/ioshark/
DREADME63 /* delta us between previous file op and this */
/system/core/fs_mgr/liblp/
Dbuilder.cpp590 const Interval& previous = extents[i - 1]; in ExtentsToFreeList() local
592 DCHECK(previous.device_index == current.device_index); in ExtentsToFreeList()
595 if (!AlignSector(block_devices_[current.device_index], previous.end, &aligned)) { in ExtentsToFreeList()
596 LERROR << "Sector " << previous.end << " caused integer overflow."; in ExtentsToFreeList()
/system/libhidl/vintfdata/
DREADME.md81 field for certain HALs. See comments in the compatibility matrix of the previous

12