Lines Matching refs:std
43 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
47 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA));
48 std::string dex2oat_isa_variant = android::base::GetProperty(key, "");
52 std::string error_msg;
53 std::unique_ptr<const InstructionSetFeatures> property_features(
70 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
74 std::string variant_key = StringPrintf("dalvik.vm.isa.%s.variant",
76 std::string dex2oat_isa_variant = android::base::GetProperty(variant_key, "");
79 std::string features_key = StringPrintf("dalvik.vm.isa.%s.features",
81 std::string dex2oat_isa_features = android::base::GetProperty(features_key, "");
85 std::string error_msg;
86 std::unique_ptr<const InstructionSetFeatures> base_features(
90 std::unique_ptr<const InstructionSetFeatures> property_features(
108 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
112 std::unique_ptr<const InstructionSetFeatures> cpuinfo_features(
122 std::string error_msg;
123 std::unique_ptr<const InstructionSetFeatures> default_features(
127 std::unique_ptr<const InstructionSetFeatures> cpp_features(
142 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
146 std::unique_ptr<const InstructionSetFeatures> hwcap_features(
155 std::unique_ptr<const InstructionSetFeatures> instruction_set_features(
159 std::unique_ptr<const InstructionSetFeatures> assembly_features(
179 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
181 std::vector<std::string> invalid_feature_strings = {
194 for (const std::string& invalid_feature_string : invalid_feature_strings) {
195 std::string error_msg;
210 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
212 std::vector<std::string> invalid_feature_strings = {
225 for (const std::string& invalid_feature_string : invalid_feature_strings) {
226 std::string error_msg;
239 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
241 std::vector<std::string> valid_feature_strings = {
258 for (const std::string& valid_feature_string : valid_feature_strings) {
259 std::string error_msg;
271 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
273 std::vector<std::string> invalid_feature_strings = {
285 for (const std::string& invalid_feature_string : invalid_feature_strings) {
286 std::string error_msg;
294 std::unique_ptr<const InstructionSetFeatures> cpp_defined_features(
296 std::string error_msg;
298 const std::unique_ptr<const InstructionSetFeatures> features =