Searched defs:expected_name (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dverifier_deps_test.cc321 const std::string& expected_name,
340 if (expected_name != actual_name) {
373 const std::string& expected_name,
392 if (expected_name != actual_name) {
320 HasField(const std::string& expected_klass, const std::string& expected_name, const std::string& expected_type, bool expected_resolved, const std::string& expected_access_flags = �, const std::string& expected_decl_klass = �) argument
372 HasMethod(const std::string& expected_klass, const std::string& expected_name, const std::string& expected_signature, bool expected_resolved, const std::string& expected_access_flags = �, const std::string& expected_decl_klass = �) argument
/art/runtime/mirror/
H A Dclass.cc77 const char* expected_name = nullptr; local
84 case 'b': expected_name = "boolean"; class_root = ClassLinker::kPrimitiveBoolean; break;
85 case 'B': expected_name = "byte"; class_root = ClassLinker::kPrimitiveByte; break;
86 case 'c': expected_name = "char"; class_root = ClassLinker::kPrimitiveChar; break;
87 case 'd': expected_name = "double"; class_root = ClassLinker::kPrimitiveDouble; break;
88 case 'f': expected_name = "float"; class_root = ClassLinker::kPrimitiveFloat; break;
89 case 'i': expected_name = "int"; class_root = ClassLinker::kPrimitiveInt; break;
90 case 'l': expected_name = "long"; class_root = ClassLinker::kPrimitiveLong; break;
91 case 's': expected_name = "short"; class_root = ClassLinker::kPrimitiveShort; break;
92 case 'v': expected_name
[all...]

Completed in 83 milliseconds