Searched defs:os (Results 51 - 52 of 52) sorted by relevance

123

/system/keymaster/
H A Dandroid_keymaster_test_utils.cpp37 std::ostream& operator<<(std::ostream& os, const keymaster_key_param_t& param) { argument
38 os << "Tag: " << keymaster::StringifyTag(param.tag);
41 os << " Invalid";
44 os << " (Rep)";
47 os << " Int: " << param.integer;
50 os << " (Rep)";
53 os << " Enum: " << param.enumerated;
56 os << " (Rep)";
59 os << " Long: " << param.long_integer;
62 os << " Dat
159 operator <<(std::ostream& os, const AuthorizationSet& set) argument
172 operator <<(std::ostream& os, const InstanceCreatorPtr& instance_creator) argument
[all...]
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp1290 char *os = s; local
1308 strcpy(os, temp);

Completed in 1137 milliseconds

123