HomeSort by relevance Sort by last modified time
    Searched full:10000 (Results 226 - 250 of 4818) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/PowerPC/
cr_spilling.ll 8 %items = alloca [10000 x i8*], align 16 ; <[10000 x i8*]*> [#uses=0]
  /external/llvm/test/Transforms/MergeFunc/
phi-speculation1.ll 12 %E = icmp ugt i32 %D, 10000
26 %4 = icmp ugt i32 %3, 10000
phi-speculation2.ll 12 %E = icmp ugt i32 %D, 10000
26 %4 = icmp ugt i32 %3, 10000
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
promotion.c 47 for (ss = -30000; ss <= 30000; ss += 10000)
50 for (us = 0; us <= 60000; us += 10000)
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
promotion.c 47 for (ss = -30000; ss <= 30000; ss += 10000)
50 for (us = 0; us <= 60000; us += 10000)
  /external/skia/src/xps/
SkXPSDocument.cpp 21 , fDevice(SkISize{10000, 10000})
  /external/skia/third_party/harfbuzz/
hb-version.h 46 ((major)*10000+(minor)*100+(micro) <= \
47 HB_VERSION_MAJOR*10000+HB_VERSION_MINOR*100+HB_VERSION_MICRO)
  /external/skqp/src/xps/
SkXPSDocument.cpp 21 , fDevice(SkISize{10000, 10000})
  /external/skqp/third_party/harfbuzz/
hb-version.h 46 ((major)*10000+(minor)*100+(micro) <= \
47 HB_VERSION_MAJOR*10000+HB_VERSION_MINOR*100+HB_VERSION_MICRO)
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
cr_spilling.ll 8 %items = alloca [10000 x i8*], align 16 ; <[10000 x i8*]*> [#uses=0]
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_special.s 10 # BINARY: 100101 00000 00000 10000 00000000000
50 # BINARY: 100101 00001 00000 10000 00000000000
55 # BINARY: 100101 00001 00000 10000 00000000001
60 # BINARY: 100101 00001 00000 10000 00000000011
65 # BINARY: 100101 00001 00000 10000 00000000101
70 # BINARY: 100101 00001 00000 10000 00000000111
75 # BINARY: 100101 00001 00000 10000 00000001011
80 # BINARY: 100101 00001 00000 10000 00000001101
  /external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
invariant_value_first.ll 10 define void @test([10000 x i32]* %P) {
16 %STRRED = getelementptr [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]* %P, i32 %INDVAR, i32 %idx ; <i32*> [#uses=1]
  /external/swiftshader/third_party/LLVM/test/Transforms/MergeFunc/
phi-speculation1.ll 11 %E = icmp ugt i32 %D, 10000
25 %4 = icmp ugt i32 %3, 10000
phi-speculation2.ll 11 %E = icmp ugt i32 %D, 10000
25 %4 = icmp ugt i32 %3, 10000
  /external/volley/src/test/java/com/android/volley/
RequestQueueIntegrationTest.java 95 inOrder.verify(mMockListener, timeout(10000)).onRequestFinished(higherPriorityReq);
97 inOrder.verify(mMockListener, timeout(10000)).onRequestFinished(lowerPriorityReq);
127 inOrder.verify(mMockListener, timeout(10000)).onRequestFinished(req1);
129 inOrder.verify(mMockListener, timeout(10000)).onRequestFinished(req2);
153 verify(mMockListener, timeout(10000)).onRequestFinished(request);
167 verify(mMockListener, timeout(10000)).onRequestFinished(request);
168 verify(mMockListener2, timeout(10000)).onRequestFinished(request);
184 verify(mMockListener, timeout(10000)).onRequestFinished(request);
  /external/webrtc/webrtc/base/
maccocoasocketserver_unittest.mm 46 server.Wait(10000, true);
47 EXPECT_LT(TimeSince(start), 10000);
  /frameworks/base/core/res/res/drawable/
ic_maps_indicator_current_position_anim.xml 20 <!-- Levels should be evenly spaced between 0 - 10000 -->
26 <item android:maxLevel="10000" android:drawable="@drawable/ic_maps_indicator_current_position_anim3" />
  /libcore/benchmarks/src/benchmarks/regression/
ChecksumBenchmark.java 24 byte[] bytes = new byte[10000];
37 byte[] bytes = new byte[10000];
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
VolumeSizesLoaderTest.java 24 when(storageVolumeProvider.getTotalBytes(any(), any())).thenReturn(10000L);
31 assertThat(storageInfo.totalBytes).isEqualTo(10000L);
  /prebuilts/go/darwin-x86/test/
maplinear.go 87 checkLinear("eface", 10000, func(n int) {
96 checkLinear("iface", 10000, func(n int) {
104 checkLinear("int", 10000, func(n int) {
112 checkLinear("string", 10000, func(n int) {
120 checkLinear("float32", 10000, func(n int) {
128 checkLinear("float64", 10000, func(n int) {
136 checkLinear("complex64", 10000, func(n int) {
144 checkLinear("complex128", 10000, func(n int) {
  /prebuilts/go/linux-x86/test/
maplinear.go 87 checkLinear("eface", 10000, func(n int) {
96 checkLinear("iface", 10000, func(n int) {
104 checkLinear("int", 10000, func(n int) {
112 checkLinear("string", 10000, func(n int) {
120 checkLinear("float32", 10000, func(n int) {
128 checkLinear("float64", 10000, func(n int) {
136 checkLinear("complex64", 10000, func(n int) {
144 checkLinear("complex128", 10000, func(n int) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-pcplus.d 10 [ ]+4:[ ]+6ffd 0000 0100 3f0e[ ]+move \[pc=pc\+10000 <a\+0x10000>\],p0
12 [ ]+10:[ ]+6ffd 0000 0100 6fbe[ ]+move\.d \[pc=pc\+10000 <a\+0x10000>\],r11
  /external/tensorflow/tensorflow/core/kernels/
matmul_op_test.cc 76 BM_Matmul(1, 200, 10000, false, false);
77 BM_Matmul(8, 200, 10000, false, false);
78 BM_Matmul(20, 200, 10000, false, false);
82 BM_Matmul(1, 10000, 200, false, true);
83 BM_Matmul(1, 10000, 200, false, false);
84 BM_Matmul(8, 10000, 200, false, true);
85 BM_Matmul(20, 10000, 200, false, true);
  /external/llvm/test/Transforms/SCCP/
2007-05-16-InvokeCrash.ll 10 %exitcond48 = icmp eq i32 %indvar.next47, 10000 ; <i1> [#uses=1]
15 %exitcond45 = icmp eq i32 %indvar.next44, 10000 ; <i1> [#uses=1]
20 %exitcond = icmp eq i32 %indvar.next42, 10000 ; <i1> [#uses=1]

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 91011>>