Home
last modified time | relevance | path

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

/aosp14/system/core/libsparse/
H A Doutput_file.cpp98 #define to_output_file_gz(_o) container_of((_o), struct output_file_gz, out) argument
105 #define to_output_file_normal(_o) container_of((_o), struct output_file_normal, out) argument
113 #define to_output_file_callback(_o) container_of((_o), struct output_file_callback, out) argument
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java115 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key()