HomeSort by relevance Sort by last modified time
    Searched refs:is_low_mem (Results 1 - 3 of 3) sorted by null

  /test/vts-testcase/kernel/ltp/
test_cases_parser.py 73 is_low_mem=False):
81 is_low_mem: bool, whether to use low memory device configuration
84 if is_low_mem else ltp_configs.TEST_SUITES)
95 if is_low_mem and testsuite.endswith(
KernelLtpTest.py 242 is_low_mem = self._dut.getProp('ro.config.low_ram').lower() == 'true'
243 if is_low_mem:
252 is_low_mem=is_low_mem))
  /frameworks/native/cmds/installd/
dexopt.cpp 507 bool is_low_mem = property_get_bool("ro.config.low_ram", false); local
508 if (is_low_mem) {
    [all...]

Completed in 291 milliseconds