Searched
full:10000 (Results
1626 -
1650 of
4818) sorted by null
<<61626364656667686970>>
/external/devlib/devlib/instrument/ |
energy_probe.py | 54 self.sample_rate_hz = 10000 # Determined empirically
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
InstrumentationUtils.java | 136 * defaults to {@code 10000L} and can be set as an am instrument option under the key {@code
|
/external/e2fsprogs/tests/d_fallocate_blkmap/ |
expect | 38 (0-11):10000-10011, (IND):10012, (12-267):10013-10268, (DIND):10269, (IND):10270, (268-523):10271-10526, (IND):10527, (524-779):10528-10783, (IND):10784, (780-1035):10785-11040, (IND):11041, (1036-1291):11042-11297, (IND):11298, (1292-1547):11299-11554, (IND):11555, (1548-1803):11556-11811, (IND):11812, (1804-2059):11813-12068, (IND):12069, (2060-2315):12070-12325, (IND):12326, (2316-2571):12327-12582, (IND):12583, (2572-2827):12584-12839, (IND):12840, (2828-3083):12841-13096, (IND):13097, (3084-3339):13098-13353, (IND):13354, (3340-3595):13355-13610, (IND):13611, (3596-3851):13612-13867, (IND):13868, (3852-4107):13869-14124, (IND):14125, (4108-4363):14126-14381, (IND):14382, (4364-4619):14383-14638, (IND):14639, (4620-4875):14640-14895, (IND):14896, (4876-5131):14897-15152, (IND):15153, (5132-5387):15154-15409, (IND):15410, (5388-5643):15411-15666, (IND):15667, (5644-5899):15668-15923, (IND):15924, (5900-6155):15925-16180, (IND):16181, (6156-6411):16182-16437, (IND):16438, (6412-6667):16439-16694, (IND):16695, (6668-6923):16696-16951, (IND):16952, (6924-7179):16953-17208, (IND):17209, (7180-7435):17210-17465, (IND):17466, (7436-7691):17467-17722, (IND):17723, (7692-7947):17724-17979, (IND):17980, (7948-8203):17981-18236, (IND):18237, (8204-8459):18238-18493, (IND):18494, (8460-8715):18495-18750, (IND):18751, (8716-8971):18752-19007, (IND):19008, (8972-9227):19009-19264, (IND):19265, (9228-9483):19266-19521, (IND):19522, (9484-9739):19523-19778, (IND):19779, (9740-9995):19780-20035, (IND):20036, (9996-9999):20037-20040
|
/external/e2fsprogs/tests/d_punch/ |
script | 65 base=10000
|
/external/e2fsprogs/tests/d_punch_bigalloc/ |
script | 66 base=10000
|
/external/eigen/bench/ |
benchVecAdd.cpp | 12 #define REPEAT 10000
|
sparse_cholesky.cpp | 6 // g++ -DSIZE=10000 -DDENSITY=0.001 sparse_cholesky.cpp -I.. -DDENSEMATRI -O3 -g0 -DNDEBUG -DNBTRIES=1 -I /home/gael/Coding/LinearAlgebra/taucs_full/src/ -I/home/gael/Coding/LinearAlgebra/taucs_full/build/linux/ -L/home/gael/Coding/LinearAlgebra/taucs_full/lib/linux/ -ltaucs /home/gael/Coding/LinearAlgebra/GotoBLAS/libgoto.a -lpthread -I /home/gael/Coding/LinearAlgebra/SuiteSparse/CHOLMOD/Include/ $CHOLLIB -I /home/gael/Coding/LinearAlgebra/SuiteSparse/UFconfig/ /home/gael/Coding/LinearAlgebra/SuiteSparse/CCOLAMD/Lib/libccolamd.a /home/gael/Coding/LinearAlgebra/SuiteSparse/CHOLMOD/Lib/libcholmod.a -lmetis /home/gael/Coding/LinearAlgebra/SuiteSparse/AMD/Lib/libamd.a /home/gael/Coding/LinearAlgebra/SuiteSparse/CAMD/Lib/libcamd.a /home/gael/Coding/LinearAlgebra/SuiteSparse/CCOLAMD/Lib/libccolamd.a /home/gael/Coding/LinearAlgebra/SuiteSparse/COLAMD/Lib/libcolamd.a -llapack && ./a.out
|
sparse_dense_product.cpp | 2 //g++ -O3 -g0 -DNDEBUG sparse_product.cpp -I.. -I/home/gael/Coding/LinearAlgebra/mtl4/ -DDENSITY=0.005 -DSIZE=10000 && ./a.out
|
spmv.cpp | 39 int size = 10000;
|
/external/eigen/test/ |
product_large.cpp | 64 std::ptrdiff_t l1 = internal::random<int>(10000,20000);
|
rand.cpp | 63 for(int i = 0; i < g_repeat*10000; i++) {
|
sparse_basic.cpp | 671 CALL_SUBTEST_3((big_sparse_triplet<SparseMatrix<float, RowMajor, int> >(10000, 10000, 0.125))); 672 CALL_SUBTEST_4((big_sparse_triplet<SparseMatrix<double, ColMajor, long int> >(10000, 10000, 0.125)));
|
/external/fec/ |
vtest615.c | 33 #define MAXBYTES 10000
|
/external/golang-protobuf/ptypes/duration/ |
duration.proto | 107 // 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
|
/external/golang-protobuf/ptypes/ |
duration.go | 48 maxSeconds = int64(10000 * 365.25 * 24 * 60 * 60)
|
/external/google-benchmark/docs/ |
tools.md | 30 BM_100xSlower +99.0000 +99.0000 100 10000 100 10000 31 BM_100xFaster -0.9900 -0.9900 10000 100 10000 100
|
/external/guava/guava-tests/benchmark/com/google/common/collect/ |
BinaryTreeTraverserBenchmark.java | 162 @Param({"1", "100", "10000", "1000000"})
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
TestUtil.java | 112 * for U+0000 to U+FFFF and <backslash>Uxxxxxxxx for U+10000 and
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
RbnfLenientScannerTest.java | 169 n = (r.nextInt(10000) - 3000) / 16d;
|
/external/icu/icu4c/source/common/ |
bmpset.h | 142 * findCodePoint(U+0800, U+1000, U+2000, .., U+F000, U+10000).
|
/external/icu/icu4c/source/common/unicode/ |
utf16.h | 101 * Get a supplementary code point value (U+10000..U+10ffff) 108 * @return supplementary code point (U+10000..U+10ffff) 118 * @param supplementary 32-bit code point (U+10000..U+10ffff) 127 * @param supplementary 32-bit code point (U+10000..U+10ffff)
|
/external/icu/icu4c/source/test/cintltst/ |
sorttest.c | 95 #define NUM_LINES 10000
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
RbnfLenientScannerTest.java | 166 n = (r.nextInt(10000) - 3000) / 16d;
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestUtil.java | 109 * for U+0000 to U+FFFF and <backslash>Uxxxxxxxx for U+10000 and
|
/external/iproute2/netem/ |
maketable.c | 31 limit = 10000;
|
Completed in 1356 milliseconds
<<61626364656667686970>>