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/compiler/dex/quick/mips/
DREADME.mips30 means that no floating point promotion is allowed. Among the solution are:
/art/runtime/
Ddebugger.h218 static void SetJdwpAllowed(bool allowed);
Ddebugger.cc636 void Dbg::SetJdwpAllowed(bool allowed) { in SetJdwpAllowed() argument
637 gJdwpAllowed = allowed; in SetJdwpAllowed()