Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 4 of 4) sorted by relevance

/system/keymint/derive/src/
Dlib.rs183 let typ = &f.ty; in from_val_struct() localVariable
210 let typ = &inner.ty; in from_val_struct() localVariable
232 let typ = &f.ty; in from_val_struct() localVariable
343 let typ = &f.ty; in cddl_struct() localVariable
357 let typ = &inner.ty; in cddl_struct() localVariable
391 let typ = &f.ty; in cddl_struct() localVariable
540 let typ = &f.ty; in deserialize_struct() localVariable
/system/authgraph/derive/src/
Dlib.rs141 let typ = &f.ty; in from_val_struct() localVariable
/system/nfc/tools/casimir/scripts/
Drf_packets.py28 def print_val(p: str, pp: str, name: str, align: int, typ, val): argument
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp992 for (int typ = 0; typ <= static_cast<int>(keymaster::SerializableType::kMaxValue); typ++) { in TEST() local