Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 25 of 78) sorted by relevance

1234

/system/extras/micro_bench/
Dmicro_bench.cpp135 static inline double computeAverage(uint64_t time_ns, size_t size, size_t copies) { in computeAverage() argument
136 return ((size/1024.0) * copies) / ((double)time_ns/NS_PER_SEC); in computeAverage()
151 static inline void printIter(uint64_t time_ns, const char *name, size_t size, size_t copies, double… in printIter() argument
153 name, copies, size, (double)time_ns/NS_PER_SEC, avg/1024.0); in printIter()
156 static inline void printSummary(uint64_t /*time_ns*/, const char *name, size_t size, size_t copies,… in printSummary() argument
158 name, copies, size, running_avg/1024.0, std_dev/1024.0, min/1024.0, in printSummary()
181 static inline double computeColdAverage(uint64_t time_ns, size_t size, size_t copies, size_t num_bu… in computeColdAverage() argument
182 return ((size/1024.0) * copies * num_buffers) / ((double)time_ns/NS_PER_SEC); in computeColdAverage()
185 static void inline printColdIter(uint64_t time_ns, const char *name, size_t size, size_t copies, si… in printColdIter() argument
187 name, copies, num_buffers, size, (double)time_ns/NS_PER_SEC, avg/1024.0); in printColdIter()
[all …]
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/sepolicy/public/
Dcppreopts.te3 # This command copies preopted files from the system_b partition to the data
/system/sepolicy/tools/fc_sort/
DNOTICE6 Everyone is permitted to copy and distribute verbatim copies
23 have the freedom to distribute copies of free software (and charge for
31 distribute copies of the software, or if you modify it.
33 For example, if you distribute copies of such a program, whether
79 1. You may copy and distribute verbatim copies of the Program's
90 2. You may modify your copy or copies of the Program or any portion
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
/system/sepolicy/private/
Disolated_app.te39 # webview_zygote process. These rules are specialized copies of the ones in app.te.
/system/core/adb/
DNOTICE103 4. Redistribution. You may reproduce and distribute copies of the
201 and/or sell copies of the Software, and to permit persons to whom the
205 all copies or substantial portions of the Software.
/system/core/
DNOTICE185 4. Redistribution. You may reproduce and distribute copies of the
302 publish, distribute, and/or sell copies of the Data Files or Software,
305 notice appear with all copies of the Data Files or Software, (b) both the
/system/core/libpixelflinger/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/memory_replay/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/core/run-as/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/sound/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/memtrack/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/core/libgrallocusage/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/security/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/procrank/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/librank/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/tests/cpueater/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/tpm/trunks/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/core/liblog/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/sane_schedstat/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/cpustats/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/boot_control_copy/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/slideshow/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/core/debuggerd/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the
/system/extras/libfec/
DNOTICE102 4. Redistribution. You may reproduce and distribute copies of the

1234