HomeSort by relevance Sort by last modified time
    Searched full:100 (Results 201 - 225 of 18135) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/none/tests/arm/
ldrt.stdout.exp 2 result is 131 200 150 100 10 136 (should be 131 200 150 100 10 136)
  /external/valgrind/none/tests/linux/
mremap4.c 12 int shmid = shmget(IPC_PRIVATE, 100 * 4096,
19 addr = mremap(addr, 100 * 4096, 40 * 4096, 0);
mremap5.c 12 int shmid = shmget(IPC_PRIVATE, 100 * 4096,
19 addr = mremap(addr, 100 * 4096, 400 * 4096, MREMAP_MAYMOVE);
  /libcore/dom/src/test/resources/
nodtdstaff.svg 2 <svg xmlns="http://www.w3.org/2000/svg"><rect x="0" y="0" width="100" height="100"/>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msacmdlg.h 8 #define IDD_ACMFORMATCHOOSE_CMB_CUSTOM 100
16 #define IDD_ACMFILTERCHOOSE_CMB_CUSTOM 100
  /cts/tests/tests/view/res/anim-land/
changing_reset_state_anim.xml 17 <objectAnimator android:propertyName="x" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
18 <objectAnimator android:propertyName="y" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
19 <objectAnimator android:propertyName="z" android:duration="100" android:valueTo="100dp" android:valueType="floatType"/>
  /external/iproute2/testsuite/tests/
policer 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
  /external/llvm/test/Transforms/Inline/
array_merge.ll 8 %A = alloca [100 x i32]
9 %B = alloca [100 x i32]
10 call void @bar([100 x i32]* %A, [100 x i32]* %B) nounwind
14 declare void @bar([100 x i32]*, [100 x i32]*)
  /external/pcre/dist/testdata/
testinput18 49 a\x{100}b
60 /\x{100}/8DZ
72 /[\x{100}]/8DZ
107 a\x{100}b
112 \x{100}
119 \x{100}\x{100}\x{100}\x{100\x{100}
    [all...]
  /external/skia/gm/
clip_strokerect.cpp 34 SkRect r = SkRect::MakeXYWH(20, 20, 100, 100);
36 SkRect rect = SkRect::MakeXYWH(20, 0, 100, 20);
52 SkRect r2 = SkRect::MakeXYWH(20, 140, 100, 100);
54 SkRect rect2 = SkRect::MakeXYWH(20, 120, 100, 19);
pathreverse.cpp 35 SkRect r = { 10, 10, 100, 60 };
41 canvas->translate(0, 100);
45 canvas->translate(0, 100);
54 paint.setTextSize(SkIntToScalar(100));
58 canvas->translate(0, 100);
82 SkRect r = { 10, 10, 100, 60 };
88 canvas->translate(0, 100);
92 canvas->translate(0, 100);
101 paint.setTextSize(SkIntToScalar(100));
105 canvas->translate(0, 100);
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
view_padding_mixed.xml 39 android:layout_width="100dp"
40 android:layout_height="100dp"
46 android:layout_width="100dp"
47 android:layout_height="100dp"
66 android:layout_width="100dp"
67 android:layout_height="100dp"
73 android:layout_width="100dp"
74 android:layout_height="100dp"
88 android:layout_width="100dp"
89 android:layout_height="100dp
    [all...]
  /external/libcxx/test/std/containers/sequences/vector.bool/
swap.pass.cpp 23 std::vector<bool> v1(100);
28 assert(v2.size() == 100);
29 assert(v2.capacity() >= 100);
33 std::vector<bool, A> v1(100, true, A(1));
38 assert(v2.size() == 100);
39 assert(v2.capacity() >= 100);
45 std::vector<bool, A> v1(100, true, A(1));
50 assert(v2.size() == 100);
51 assert(v2.capacity() >= 100);
67 std::vector<bool, min_allocator<bool>> v1(100);
    [all...]
  /external/llvm/test/Transforms/LoopInterchange/
profitability.ll 7 @A = common global [100 x [100 x i32]] zeroinitializer
8 @B = common global [100 x [100 x i32]] zeroinitializer
32 %arrayidx5 = getelementptr inbounds [100 x [100 x i32]], [100 x [100 x i32]]* @A, i64 0, i64 %1, i64 %indvars.iv30
34 %arrayidx9 = getelementptr inbounds [100 x [100 x i32]], [100 x [100 x i32]]* @B, i64 0, i64 %indvars.iv, i64 %indvars.iv3
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
swap.pass.cpp 23 std::vector<bool> v1(100);
28 assert(v2.size() == 100);
29 assert(v2.capacity() >= 100);
33 std::vector<bool, A> v1(100, true, A(1));
38 assert(v2.size() == 100);
39 assert(v2.capacity() >= 100);
45 std::vector<bool, A> v1(100, true, A(1));
50 assert(v2.size() == 100);
51 assert(v2.capacity() >= 100);
67 std::vector<bool, min_allocator<bool>> v1(100);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1177809.js 31 String.fromCharCode(48,48,48,59,32,102,111,110,116,45,119,101,105,103,104,116,58,98,111,108,100,59,102,111,110,116,45,102,97,109,105,108,121,58,65,114,105,97,108,44,32,72,101,108,118,101,116,105,99,97,44,32,115,97,110,115,45,115,101,114,105,102,44,86,101,114,100,97,110,97,34,32,99,111,108,111,114,61,34,35,70,70,48,48,48,48,34,62,70,79,82,69,88,47,80,65,82,38,35,51,48,52,59,60,119,98,114,32,47,62,84,69,32,38,35,51,48,52,59,38,35,51,53,48,59,76,69,77,76,69,82,38,35,51,48,52,59,60,47,102,111,110,116,62,60,47,115,112,97,110,62,60,47,116,100,62,10,60,47,116,114,62,60,116,114,62,10,60,116,100,32,97,108,105,103,110,61,34,108,101,102,116,34,62,60,115,112,97,110,32,105,100,61,34,97,99,95,100,101,115,99,34,62,60,102,111,110,116,32,115,116,121,108,101,61,34,102,111,110,116,45,115,105,122,101,58,49,49,112,120,59,32,99,111,108,111,114,58,35,48,48,48,48,48,48,59,32,102,111,110,116,45,102,97,109,105,108,121,58,65,114,105,97,108,44,32,72,101,108,118,101,116,105,99,97,44,32,115,97,110,115,45,115,101,114,105,102,44,86,101,114,100,97,110,97,34,62,38,112,111,117,110,100,59,47,36,32,50,32,112,105,112,44,32,89,84,76,32,49,50,32,112,105,112,44,65,108,116,38,35,51,48,53,59,110,32,51,32,99,101,110,116,46,32,83,97,98,105,116,32,83,112,114,101,97,100,45,84,38,117,117,109,108,59,114,60,119,98,114,32,47,62,107,32,66,97,110,107,97,115,38,35,51,48,53,59,32,65,86,65,78,84,65,74,73,60,47,102,111,110,116,62,60,47,115,112,97,110,62,60,47,116,100,62,10,60,47,116,114,62,60,116,114,62,10,60,116,100,32,97,108,105,103,110,61,34,108,101,102,116,34, (…)
    [all...]
  /external/skia/tests/
DocumentTest.cpp 22 SkCanvas* canvas = doc->beginPage(100, 100);
46 SkCanvas* canvas = doc->beginPage(100, 100);
55 char buffer[100];
72 SkCanvas* canvas = doc->beginPage(100, 100);
80 char header[100];
90 SkCanvas* canvas = doc->beginPage(100, 100);
    [all...]
  /device/google/accessory/demokit/hardware/fab/m256c/
m256.mnt 8 C8 8.13 50.80 90 100nF C0402
9 C9 10.92 50.80 90 100nF C0402
10 C10 34.29 5.59 90 100pF C0402
11 C11 20.07 42.42 90 100nF C0402
14 C14 10.16 47.50 180 100nF C0402
15 C15 71.12 31.75 90 100nF C0402
16 C16 59.44 25.65 180 100nF C0402
17 C17 60.20 15.24 180 100nF C0402
19 C19 8.38 39.24 90 100n C0402
20 C20 25.40 47.75 90 100nF C040
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
HumanoidRagdollPreset.java 38 entry.addSynonym("head", 100);
42 entry.addSynonym("torso", 100);
43 entry.addSynonym("chest", 100);
49 entry.addSynonym("upperleg", 100);
50 entry.addSynonym("thigh", 100);
59 entry.addSynonym("lowerleg", 100);
60 entry.addSynonym("calf", 100);
68 entry.addSynonym("foot", 100);
74 entry.addSynonym("upperarm", 100);
75 entry.addSynonym("humerus", 100);
    [all...]
  /frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/
volumes.pfw 13 3/index = 100
22 3/index = 100
31 3/index = 100
40 3/index = 100
51 3/index = 100
60 3/index = 100
69 3/index = 100
78 3/index = 100
89 3/index = 100
98 3/index = 100
    [all...]
  /external/compiler-rt/test/asan/TestCases/
contiguous_container_crash.cc 21 long t[100];
23 __sanitizer_annotate_contiguous_container(&t[0], &t[0] + 100, &t[0] + 100,
30 long t[100];
32 __sanitizer_annotate_contiguous_container(&t[0], &t[0] + 100, &t[0] + 101,
37 int t[100];
40 __sanitizer_annotate_contiguous_container(&t[1], &t[0] + 100, &t[1] + 10,
  /external/llvm/test/Analysis/DependenceAnalysis/
Propagating.ll 8 ;; for (long int i = 0; i < 100; i++)
9 ;; for (long int j = 0; j < 100; j++) {
13 define void @prop0([100 x i32]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
35 %arrayidx5 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %add4, i64 %add
38 %arrayidx8 = getelementptr inbounds [100 x i32], [100 x i32]* %A, i64 %i.03, i64 %add6
43 %exitcond = icmp ne i64 %inc, 100
47 %scevgep = getelementptr i32, i32* %B.addr.04, i64 100
49 %exitcond5 = icmp ne i64 %inc10, 100
    [all...]
  /frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
StaggeredGridDefaultTest.java 27 mProvider = new Provider(new int[]{100, 100, 100, 100, 40, 100, 100, 30, 100});
  /external/messageformat/java/com/ibm/icu/simple/
LocaleElements_plurals.java     [all...]
  /external/clang/test/Analysis/
out-of-bounds.c 7 int buf[100];
8 buf[100] = 1; // expected-warning{{Out of bound memory access}}
12 int buf[100];
36 int buf[100];
42 int buf[100];
52 int buf[100];
54 p = p + 100;
59 int buf[100];
66 int buf[100];
73 int buf[100];
    [all...]

Completed in 890 milliseconds

1 2 3 4 5 6 7 891011>>