Home
last modified time | relevance | path

Searched defs:features_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/liburing/test/
H A Dio_uring_setup.c21 char *features_string(struct io_uring_params *p) in features_string() function
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dgraphics_flags.cc488 const std::string features_string = in SetGfxstreamFlags() local
/aosp_15_r20/packages/modules/adb/
Dtransport.cpp1247 FeatureSet StringToFeatureSet(const std::string& features_string) { in StringToFeatureSet()
1268 void atransport::SetFeatures(const std::string& features_string) { in SetFeatures()
/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.cc417 std::string features_string = "isa_features:" + features->GetFeatureString(); in DumpInstructionSetFeaturesToCfg() local