Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 25 of 50) sorted by relevance

12

/aosp12/frameworks/base/tools/aapt2/optimize/
H A DVersionCollapser.cpp32 FilterIterator(Iterator begin, Iterator end, Pred pred = Pred()) in FilterIterator()
64 Pred pred = Pred()) { in make_filter_iterator()
89 auto pred = [&](const std::unique_ptr<ResourceConfigValue>& val) -> bool { in CollapseVersions() local
/aosp12/hardware/google/pixel/powerstats/dataproviders/
H A DGenericStateResidencyDataProvider.cpp91 Func pred) { in findNextIndex()
115 auto pred = [](auto a, char const *b) { in getStateData() local
158 auto pred = [](auto a, char const *b) { in getStateResidencies() local
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dinsque.c40 insque(void *entry, void *pred) in insque()
/aosp12/hardware/google/pixel/powerstats/
H A DGenericStateResidencyDataProvider.cpp107 Func pred) { in findNext()
132 auto pred = [](auto a, char const *b) { in getStateData() local
177 auto pred = [](auto a, char const *b) { in getResults() local
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) in Copy_Blk_to_Vop()
350 uint8 *pred, /* prediction block, pitch 16 */ in BlockIDCT()
511 int16 *blk, uint8 *pred, uint8 *dst, int width in idctrow()
H A Didct_vca.cpp41 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow1()
99 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow2()
189 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow3()
300 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow4()
H A Didct.cpp345 int *blk, uint8 *pred, uint8 *dst, int width) in idct()
H A Dget_pred_outside.cpp256 uint8 pred[256]; /* storage for padded pixel values, 16x16 */ in GetPredOutside() local
H A Dmb_motion_comp.cpp148 uint8 *pred_block, *pred; in MBMotionComp() local
/aosp12/system/libvintf/test/
H A Dvintf_object_tests.cpp982 auto pred = getInstanceListFunc({ in TEST_F() local
992 auto pred = getInstanceListFunc({ in TEST_F() local
1003 auto pred = getInstanceListFunc({ in TEST_F() local
1013 auto pred = getInstanceListFunc({ in TEST_F() local
1023 auto pred = getInstanceListFunc({ in TEST_F() local
1032 auto pred = getInstanceListFunc({ in TEST_F() local
1043 auto pred = getInstanceListFunc({ in TEST_F() local
1054 auto pred = getInstanceListFunc({ in TEST_F() local
1065 auto pred = getInstanceListFunc({ in TEST_F() local
1075 auto pred = getInstanceListFunc({ in TEST_F() local
[all …]
/aosp12/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover.cpp29 OutputIterator move_if(InputContainer& input_container, OutputIterator result, Predicate pred) { in move_if()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Ddct.cpp38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in BlockDCT_AANwSub()
267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block4x4DCT_AANwSub()
473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block2x2DCT_AANwSub()
1210 void Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block1x1DCTwSub()
H A Dfastidct.cpp1309 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx) in idct_row0zmv()
1319 void idct_row1zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row1zmv()
1367 void idct_row2zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row2zmv()
1427 void idct_row3zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row3zmv()
1498 void idct_row4zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row4zmv()
1575 void idct_row0x40zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row0x40zmv()
1633 void idct_row0x20zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row0x20zmv()
1690 void idct_row0x10zmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_row0x10zmv()
1746 void idct_rowzmv(Short *blk, UChar *rec, UChar *pred, Int lx) in idct_rowzmv()
1858 Int dctMode, UChar *rec, UChar *pred, Int lx_intra) in BlockIDCTMotionComp()
H A Dfastcodemb.cpp79 UChar *rec, *input, *pred; in CodeMB_H263() local
310 UChar *rec, *input, *pred; in CodeMB_MPEG() local
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DParcelables.java38 T p, int flags, BiPredicate<T, T> pred) { in assertParcelable() argument
/aosp12/hardware/qcom/display/msm8909w_3100/libdrmutils/
H A Ddrm_logger.h63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/aosp12/hardware/qcom/display/msm8998/libdrmutils/
H A Ddrm_logger.h63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/aosp12/hardware/qcom/display/msm8909/libdrmutils/
H A Ddrm_logger.h63 #define DRM_LOGD_IF(pred, format, ...) \ argument
/aosp12/art/libartbase/base/
H A Dhash_set.h205 const Pred& pred) noexcept in HashSet()
208 const Pred& pred, in HashSet()
215 const Pred& pred) noexcept in HashSet()
220 const Pred& pred, in HashSet()
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Dgc_pred.cpp86 static const Word16 pred[NPRED] = {5571, 4751, 2785, 1556}; variable
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Ddec_gain2_amr_wb.cpp127 const int16 pred[PRED_ORDER] = {4096, 3277, 2458, 1638}; variable
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dq_gain2.c44 static Word16 pred[PRED_ORDER] = {4096, 3277, 2458, 1638}; variable
/aosp12/packages/modules/adb/daemon/
H A Djdwp_service.cpp179 auto pred = [this](const auto& proc) { return proc.get() == this; }; in RemoveFromList() local
439 auto pred = [s](const auto& tracker) { return tracker.get() == s; }; in jdwp_tracker_close() local
/aosp12/system/unwinding/libunwindstack/
H A DSymbols.cpp120 auto pred = [&addrs](auto a, auto b) { return addrs[a] == addrs[b]; }; in BuildRemapTable() local
/aosp12/packages/modules/adb/
H A Dadb_listeners.cpp181 auto pred = [](const std::unique_ptr<alistener>& listener) { in close_smartsockets() local

12