Home
last modified time | relevance | path

Searched defs:to_test (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier_x86_shared.cc123 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other) { in AreLeastSetBitInputs()
H A Dinstruction_builder.cc1352 static bool IsSubClass(ObjPtr<mirror::Class> to_test, ObjPtr<mirror::Class> super_class) in IsSubClass()
/aosp12/packages/modules/adb/
H A Dtransport.cpp935 static int qual_match(const std::string& to_test, const char* prefix, const std::string& qual, in qual_match()