HomeSort by relevance Sort by last modified time
    Searched full:10000 (Results 101 - 125 of 2586) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_limit.h 15 #define XT_LIMIT_SCALE 10000
  /external/compiler-rt/test/asan/TestCases/
max_redzone.cc 18 void *pp[10000];
19 for (int i = 0; i < 10000; ++i)
22 for (int i = 0; i < 10000; ++i)
  /external/eigen/bench/
bench_unrolling 3 # gcc : CXX="g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000"
5 CXX=${CXX-g++ -finline-limit=10000 -ftemplate-depth-2000 --param max-inline-recursive-depth=2000} # default value
10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.cpp 90 BreakItFunction* func= new BreakItFunction(10000, true);
100 BreakItFunction* func= new BreakItFunction(10000, false);
105 NumFmtFunction* func= new NumFmtFunction(10000, locale);
131 DIFCreateFunction* func = new DIFCreateFunction(10000, locale);
140 return new TimeZoneCreateFunction(10000, locale);
148 return new DTPatternGeneratorCreateFunction(10000, locale);
156 return new DTPatternGeneratorCopyFunction(10000, locale);
164 return new DTPatternGeneratorBestValueFunction(10000, locale);
172 return new DateFmtCopyFunction(10000, locale);
180 return new DateFmtCreateFunction(10000, locale)
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 30 protected Vector3f worldMin = new Vector3f(-10000f, -10000f, -10000f);
31 protected Vector3f worldMax = new Vector3f(10000f, 10000f, 10000f);
50 this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f), broadphaseType)
    [all...]
  /external/llvm/test/Transforms/LoopStrengthReduce/
invariant_value_first.ll 10 define void @test([10000 x i32]* %P) {
16 %STRRED = getelementptr [10000 x i32], [10000 x i32]* %P, i32 %outer, i32 %INDVAR ; <i32*> [#uses=1]
invariant_value_first_arg.ll 8 define void @test([10000 x i32]* %P, i32 %outer) {
13 %STRRED = getelementptr [10000 x i32], [10000 x i32]* %P, i32 %outer, i32 %INDVAR ; <i32*> [#uses=1]
ops_after_indvar.ll 12 define void @test([10000 x i32]* %P) {
18 %STRRED = getelementptr [10000 x i32], [10000 x i32]* %P, i32 %INDVAR, i32 %idx ; <i32*> [#uses=1]
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.c 27 small = malloc (10000);
51 other_small = malloc(10000);
52 for (j = 0; j < 10000; j++)
  /external/libopus/celt/tests/
test_unit_laplace.c 59 int val[10000], decay[10000];
67 for (i=3;i<10000;i++)
72 for (i=0;i<10000;i++)
80 for (i=0;i<10000;i++)
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_short/
Test_aput_short.java 31 t.run(arr, 1, (short) 10000);
32 assertEquals(10000, arr[1]);
41 t.run(arr, 0, (short) 10000);
42 assertEquals(10000, arr[0]);
50 ArrayIndexOutOfBoundsException.class, new short[2], 2, (short) 10000);
58 null, 2, (short) 10000);
66 ArrayIndexOutOfBoundsException.class, new short[2], -1, (short) 10000);
  /external/messageformat/java/com/ibm/icu/simple/
LocaleElements_plurals.java     [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http2FrameLoggerTest.java 74 assertEquals("<< 0x00000003 10000 HEADERS END_HEADERS",
75 formatHeader(true, 3, 10000, TYPE_HEADERS, (byte) 0x4));
76 assertEquals("<< 0x00000003 10000 CONTINUATION END_HEADERS",
77 formatHeader(true, 3, 10000, TYPE_CONTINUATION, (byte) 0x4));
78 assertEquals("<< 0x00000004 10000 PUSH_PROMISE END_PUSH_PROMISE",
79 formatHeader(true, 4, 10000, TYPE_PUSH_PROMISE, (byte) 0x4));
83 assertEquals("<< 0x00000003 10000 HEADERS PRIORITY",
84 formatHeader(true, 3, 10000, TYPE_HEADERS, (byte) 0x20));
85 assertEquals("<< 0x00000003 10000 DATA COMPRESSED",
86 formatHeader(true, 3, 10000, TYPE_DATA, (byte) 0x20))
    [all...]
  /external/eigen/doc/
CustomizingEigen.dox 114 (((Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
116 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000,
118 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>, ExpressionType =
119 Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1>](((const
120 Eigen::MatrixBase<Eigen::Matrix<std::complex<float>, 10000, 1, 2, 10000, 1
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_hashlimit.h 15 #define IPT_HASHLIMIT_SCALE 10000
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar1.java 51 // Title progress is in range 0..10000
60 // Title progress is in range 0..10000
69 // Title progress is in range 0..10000
78 // Title progress is in range 0..10000
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl.attrib 2 base_opcode 10000

Completed in 703 milliseconds

1 2 3 45 6 7 8 91011>>