Home
last modified time | relevance | path

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

/art/test/069-field-type/
Dexpected-stdout.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/optimizing/
Dexecution_subgraph.h314 std::bitset<kMaxFilterableSuccessors> allowed) { in LimitBlockSuccessors() argument
316 allowed_successors_[block->GetBlockId()] &= allowed; in LimitBlockSuccessors()
/art/runtime/
Ddebugger.h39 static void SetJdwpAllowed(bool allowed);
Ddebugger.cc131 void Dbg::SetJdwpAllowed(bool allowed) { in SetJdwpAllowed() argument
132 gJdwpAllowed = allowed; in SetJdwpAllowed()
/art/tools/checker/
DREADME111 variables as part of the statement input is not allowed. Any other surrounding text will be passed
129 (of any depth, since nested branching is allowed), that variable will become global within the scope
145 runtime. Attempting to re-define a variable or referencing an undefined variable is not allowed,
/art/tools/hiddenapi/
DREADME.md15 blocklist) provided an input. Only one signature per line is allowed.
/art/libdexfile/
DAndroid.bp502 // For use by external packages allowed to link in static libdexfile_support.
503 // This is not allowed in any module that may end up in an APEX or platform