Searched refs:features (Results 1 – 25 of 88) sorted by relevance
1234
/art/runtime/arch/ |
D | instruction_set_features.cc | 200 std::vector<std::string> features; in AddFeaturesFromString() local 201 Split(feature_list, ',', &features); in AddFeaturesFromString() 202 std::transform(std::begin(features), std::end(features), std::begin(features), in AddFeaturesFromString() 204 auto empty_strings_begin = std::copy_if(std::begin(features), std::end(features), in AddFeaturesFromString() 205 std::begin(features), in AddFeaturesFromString() 207 features.erase(empty_strings_begin, std::end(features)); in AddFeaturesFromString() 208 if (features.empty()) { in AddFeaturesFromString() 215 for (const std::string& feature : features) { in AddFeaturesFromString() 217 if (features.size() > 1) { in AddFeaturesFromString() 222 features.pop_back(); in AddFeaturesFromString() [all …]
|
/art/compiler/debug/ |
D | elf_debug_writer.h | 45 const InstructionSetFeatures* features, 54 const InstructionSetFeatures* features, 60 const InstructionSetFeatures* features, 67 const InstructionSetFeatures* features,
|
/art/test/010-instance/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/028-array-write/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/052-verifier-fun/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/015-switch/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/044-proxy/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/049-show-object/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/026-access/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/051-thread/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/006-args/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/038-inner-null/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/047-returns/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/007-count10/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/053-wait-some/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/013-math2/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/014-math3/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/020-string/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/050-sync-test/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/037-inherit/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/036-finalizer/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/043-privates/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/017-float/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/054-uncaught/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/016-intern/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
1234