HomeSort by relevance Sort by last modified time
    Searched refs:repetition (Results 1 - 25 of 31) sorted by null

1 2

  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
MemoryNative.java 24 * run memcpy for given number of repetition from a source to a destination buffers
30 public static native double runMemcpy(int bufferSize, int repetition);
33 * run memset for given number of repetition from a source to a destination buffers
36 * @param repetition
40 public static native double runMemset(int bufferSize, int repetition, int c);
  /cts/suite/cts/deviceTests/simplecpu/src/com/android/cts/simplecpu/
CpuNative.java 24 * run qsort for given number of repetition
28 * @return time taken for computation, added for all repetition in ms
30 public static native double runSort(int numberElements, int repetition);
36 * @param repetition
37 * @return time taken for computation, added for all repetition in ms
39 public static native double runMatrixMultiplication(int n, int repetition);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
repeat.hpp 15 # include <boost/preprocessor/repetition/repeat.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_prefix.hpp 22 #include <boost/preprocessor/repetition/repeat.hpp>
23 #include <boost/preprocessor/repetition/enum.hpp>
24 #include <boost/preprocessor/repetition/enum_params.hpp>
25 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
26 #include <boost/preprocessor/repetition/enum_trailing_params.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
base_from_member.hpp 14 #include <boost/preprocessor/repetition/enum_binary_params.hpp>
15 #include <boost/preprocessor/repetition/enum_params.hpp>
16 #include <boost/preprocessor/repetition/repeat_from_to.hpp>
  /cts/suite/cts/deviceTests/dram/jni/
MemoryNativeJni.cpp 30 jclass clazz, jint bufferSize, jint repetition)
43 for (int i = 0; i < repetition; i++) {
54 jclass clazz, jint bufferSize, jint repetition, jint c)
64 for (int i = 0; i < repetition; i++) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
enum_params.hpp 19 # include <boost/preprocessor/repetition/repeat.hpp>
enum_trailing_params.hpp 16 # include <boost/preprocessor/repetition/repeat.hpp>
enum_binary_params.hpp 18 # include <boost/preprocessor/repetition/repeat.hpp>
enum.hpp 22 # include <boost/preprocessor/repetition/repeat.hpp>
for.hpp 36 # include <boost/preprocessor/repetition/detail/edg/for.hpp>
38 # include <boost/preprocessor/repetition/detail/msvc/for.hpp>
40 # include <boost/preprocessor/repetition/detail/dmc/for.hpp>
42 # include <boost/preprocessor/repetition/detail/for.hpp>
repeat_from_to.hpp 24 # include <boost/preprocessor/repetition/repeat.hpp>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
hashlib.py 41 spammish repetition':
46 >>> m.update(" the spammish repetition")
52 >>> hashlib.sha224("Nobody inspects the spammish repetition").hexdigest()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
hashlib.py 41 spammish repetition':
46 >>> m.update(" the spammish repetition")
52 >>> hashlib.sha224("Nobody inspects the spammish repetition").hexdigest()
  /external/eigen/bench/
BenchUtil.h 11 #include <boost/preprocessor/repetition/enum_params.hpp>
12 #include <boost/preprocessor/repetition.hpp>
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 186 jclass clazz, jint numberElements, jint repetition)
194 for (int i = 0; i < repetition; i++) {
243 JNIEnv* env, jclass clazz, jint n, jint repetition)
257 for (int i = 0; i < repetition; i++) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
for_each_i.hpp 20 # include <boost/preprocessor/repetition/for.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
for_each.hpp 17 # include <boost/preprocessor/repetition/for.hpp>
for_each_i.hpp 18 # include <boost/preprocessor/repetition/for.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 19 #include <boost/preprocessor/repetition/repeat.hpp>
  /external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
string.pxd 15 # as a string formed by a repetition of character c, n times.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
has_xxx.hpp 33 #include <boost/preprocessor/repetition/enum_params.hpp>
34 #include <boost/preprocessor/repetition/enum_trailing_params.hpp>
  /external/chromium_org/v8/test/mjsunit/
regexp-capture-3.js 185 var s = "Don't prune based on a repetition of length 0";
  /external/deqp/modules/gles2/performance/
es2pShaderOptimizationTests.cpp 321 const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) + ";\n", m_numRepetitions) local
324 return defaultProgramData(m_caseShaderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOptimizationTests.cpp 324 const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) + ";\n", m_numRepetitions) local
327 return defaultProgramData(m_caseShaderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition);
    [all...]

Completed in 452 milliseconds

1 2