Home
last modified time | relevance | path

Searched refs:feature_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature_warm/src/com/android/cts/splitapp/
H A DFeatureR.java22 public static final int feature_string = R.string.feature_string; field in FeatureR
/aosp_15_r20/frameworks/base/tests/FeatureSplit/feature1/src/com/android/test/split/feature/one/
H A DOne.java28 ((TextView) findViewById(R.id.text)).setText(R.string.feature_string); in onCreate()
/aosp_15_r20/art/runtime/
H A Druntime.cc2973 std::string feature_string("--instruction-set-features="); in AddCurrentRuntimeFeaturesAsDex2OatArguments() local
2974 feature_string += features->GetFeatureString(); in AddCurrentRuntimeFeaturesAsDex2OatArguments()
2975 argv->push_back(feature_string); in AddCurrentRuntimeFeaturesAsDex2OatArguments()