Home
last modified time | relevance | path

Searched defs:IsDelta (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dpayload.py302 def IsDelta(self): member in Payload
/aosp_15_r20/external/libchrome-gestures/include/
H A Dtrend_classifying_filter_interpreter.h131 static bool IsDelta(int idx) { return (idx == 1 || idx == 3); } in IsDelta() function