Home
last modified time | relevance | path

Searched refs:memory (Results 1 – 16 of 16) sorted by relevance

/tools/acloud/public/data/
Ddefault.config60 value: "cpu:4,resolution:720x1280,dpi:320,memory:2g"
65 value: "cpu:4,resolution:1280x800,dpi:160,memory:4g"
70 value: "cpu:4,resolution:320x320,dpi:240,memory:2g"
75 value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g"
80 value: "cpu:4,resolution:1768x2208,dpi:386,memory:4g"
85 value: "cpu:4,resolution:720x1280,dpi:320,memory:2g"
90 value: "cpu:4,resolution:1280x800,dpi:160,memory:4g"
95 value: "cpu:4,resolution:320x320,dpi:240,memory:2g"
100 value: "cpu:4,resolution:2560x1800,dpi:320,memory:4g"
105 value: "cpu:4,resolution:1920x1080,dpi:213,memory:2g"
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DEmulatorMemoryCpuCapturerTest.java77 long memory = mEmulatorMemoryCpuCapturer.getPssMemory(); in getPssMemory() local
79 assertThat(memory).isGreaterThan(100000); in getPssMemory()
81 assertThat(memory).isLessThan(2 * 1000 * 1000 * 1000); in getPssMemory()
/tools/security/gdb/heap_print/
DREADME.md3 1) watch_heap : sets break point at dynamic memory allocation and keeps track of it
4 2) print_ptr : prints the memory pointed by raw pointer in hex format.
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DTfTestLauncher.java284 InputStreamSource memory = null; in logHprofResults() local
288 memory = new FileInputStreamSource(tmpGzip); in logHprofResults()
289 listener.testLog("hprof", LogDataType.GZIP, memory); in logHprofResults()
294 StreamUtil.cancel(memory); in logHprofResults()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py491 def load_waveform(self, package_name, pattern_name, memory, sg=1): argument
504 cmd = "MMEM{}:LOAD:WAV:WM{} '{}','{}'".format(sg, memory, package_name,
508 def select_waveform(self, package_name, pattern_name, memory, sg=1): argument
522 sg, memory, package_name, pattern_name)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dnanopb.proto6 // for memory-limited environments.
39 // Size of integer fields. Can save some memory if you don't need
Dplugin.proto72 // the entire set into memory at once. However, as of this writing, this
74 // memory at once before sending them to the plugin.
100 // files need not reside completely in memory at one time. Note that as of
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp40 TEST(memory, mprotect) { in TEST() argument
/tools/acloud/
DREADME.md99 properties of the AVD. You can specify the cpu, resolution, dpi, memory,and/or
101 `cpu:2,resolution:1280x700,dpi:160,memory:2g,disk:2g`
/tools/tradefederation/core/res/perfetto/
Dtrace_config.textproto121 # polled per-process memory counters and process/thread names.
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto65 // A string resource name. ex. "cpu", "memory", "disk_space".
/tools/repohooks/tools/
Dspelling.txt930 memeory||memory
932 memoery||memory
933 memroy||memory
969 momery||memory
970 memomry||memory
/tools/treble/build/sandbox/
Dnsjail.cfg14 # Limits memory usage
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto307 // The build tool ran out of memory and crashed.
934 // memory pressure.
1029 // How many Skyframe nodes there are in memory at the end of the build. This
1030 // may underestimate the number of nodes when running with memory-saving
Dfailure_details.proto215 // build tool itself did not run out of memory.
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabNeighborCellTest.py300 def setup_3710a_waveform(self, sg_number, memory, frequency, power_level, argument
306 memory, sg_number)
307 self.mg3710a.set_arb_pattern_aorb_state(memory, "ON", sg_number)
308 self.mg3710a.set_arb_level_aorb(memory, power_level, sg_number)