Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 6 of 6) sorted by relevance

/art/test/069-field-type/
Dexpected.txt1 Assignment was allowed
/art/test/077-method-override/
Dinfo.txt1 Test various forms of method overrides, including some not allowed by the
/art/test/800-smali/smali/
Db_20843113.smali23 # allowed as we will terminate abnormally below.
/art/tools/hiddenapi/
DREADME.md15 blacklist) provided an input. Only one signature per line is allowed.
/art/runtime/
Ddebugger.h225 static void SetJdwpAllowed(bool allowed);
Ddebugger.cc624 void Dbg::SetJdwpAllowed(bool allowed) { in SetJdwpAllowed() argument
625 gJdwpAllowed = allowed; in SetJdwpAllowed()