Lines Matching refs:std

50   std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
54 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA));
55 std::string dex2oat_isa_variant = android::base::GetProperty(key, "");
59 std::string error_msg;
60 std::unique_ptr<const InstructionSetFeatures> property_features(
83 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
87 std::string variant_key = StringPrintf("dalvik.vm.isa.%s.variant",
89 std::string dex2oat_isa_variant = android::base::GetProperty(variant_key, "");
92 std::string features_key = StringPrintf("dalvik.vm.isa.%s.features",
94 std::string dex2oat_isa_features = android::base::GetProperty(features_key, "");
98 std::string error_msg;
99 std::unique_ptr<const InstructionSetFeatures> base_features(
103 std::unique_ptr<const InstructionSetFeatures> property_features(
121 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
125 std::unique_ptr<const InstructionSetFeatures> cpuinfo_features(
135 std::string error_msg;
136 std::unique_ptr<const InstructionSetFeatures> default_features(
140 std::unique_ptr<const InstructionSetFeatures> cpp_features(
155 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
159 std::unique_ptr<const InstructionSetFeatures> hwcap_features(
168 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
172 std::unique_ptr<const InstructionSetFeatures> assembly_features(
192 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
194 std::vector<std::string> invalid_feature_strings = {
207 for (const std::string& invalid_feature_string : invalid_feature_strings) {
208 std::string error_msg;
223 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
225 std::vector<std::string> invalid_feature_strings = {
238 for (const std::string& invalid_feature_string : invalid_feature_strings) {
239 std::string error_msg;
252 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
254 std::vector<std::string> valid_feature_strings = {
271 for (const std::string& valid_feature_string : valid_feature_strings) {
272 std::string error_msg;
284 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
286 std::vector<std::string> invalid_feature_strings = {
298 for (const std::string& invalid_feature_string : invalid_feature_strings) {
299 std::string error_msg;
307 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
309 std::string error_msg;
311 const std::unique_ptr<const InstructionSetFeatures> features =