Searched refs:type_str (Results 1 – 4 of 4) sorted by relevance
284 const char* type_str = java_lang_dex_file_->GetTypeDescriptor(dex::TypeIndex(i)); in TEST_F() local285 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()289 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()
1155 std::stringstream type_str; in VisitPhi() local1156 type_str << phi->GetType(); in VisitPhi()1160 type_str.str().c_str())); in VisitPhi()1162 std::stringstream type_str; in VisitPhi() local1163 type_str << other_phi->GetType(); in VisitPhi()1168 type_str.str().c_str())); in VisitPhi()
633 def add_expected_output_genrule(type_str): argument634 type_str_long = "standard output" if type_str == "stdout" else "standard error"
320 const char* type_str = GetClassLoaderTypeName(type); in ExtractClassLoaderType() local321 if (class_loader_spec.compare(0, strlen(type_str), type_str) == 0) { in ExtractClassLoaderType()