Searched refs:policy (Results 1 – 9 of 9) sorted by relevance
40 std::ostream& operator<<(std::ostream& os, const GcType& policy);
184 …LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.p…200 …LOCAL_JACK_FLAGS := -D jack.dex.output.policy=minimal-multidex -D jack.preprocessor=true -D jack.p…
29 …${JACK} --import jasmin.jack --import src.jack -D jack.import.type.policy=keep-first --output-dex .
219 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);220 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageRoot& policy);
969 int policy; in DumpState() local971 CHECK_PTHREAD_CALL(pthread_getschedparam, (thread->tlsPtr_.pthread_self, &policy, &sp), in DumpState()973 os << " sched=" << policy << "/" << sp.sched_priority in DumpState()
61 ${JACK} ${imported_jack_files} -D jack.import.type.policy=keep-first --output-dex .
339 static Location UnallocatedLocation(Policy policy) { in UnallocatedLocation() argument340 return Location(kUnallocated, PolicyField::Encode(policy)); in UnallocatedLocation()
567 JdwpSuspendPolicy policy = SP_NONE; in ScanSuspendPolicy() local570 if (pEvent->suspend_policy > policy) { in ScanSuspendPolicy()571 policy = pEvent->suspend_policy; in ScanSuspendPolicy()575 return policy; in ScanSuspendPolicy()
68 std::ostream& operator<<(std::ostream& os, const GcRetentionPolicy& policy);