/external/libxml2/result/SVG/ |
template.xml | 6 <p d="M 0 0 L 200 0 L 100 200 Z"/>
|
/external/libxml2/test/SVG/ |
a-valid.xml | 8 <p d="M 0 0 L 200 0 L 100 200 Z"/>
|
circle.xml | 9 cx="200" cy="200" r="100"/>
|
image-valid.xml | 7 <image x="200" y="200" style="width: 100px; height: 100px"
|
image-wf.xml | 6 <image x="200" y="200" style="width: 100px; height: 100px"
|
template.xml | 7 <p d="M 0 0 L 200 0 L 100 200 Z"/>
|
/external/skia/experimental/SkV8Example/js/ |
sample.js | 7 b.rect(0, 0, 200, 200);
|
/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)
|
/frameworks/base/core/res/res/drawable/ |
ic_popup_sync.xml | 23 <item android:drawable="@drawable/ic_popup_sync_1" android:duration="200" /> 24 <item android:drawable="@drawable/ic_popup_sync_2" android:duration="200" /> 25 <item android:drawable="@drawable/ic_popup_sync_3" android:duration="200" /> 26 <item android:drawable="@drawable/ic_popup_sync_4" android:duration="200" /> 27 <item android:drawable="@drawable/ic_popup_sync_5" android:duration="200" /> 28 <item android:drawable="@drawable/ic_popup_sync_6" android:duration="200" />
|
stat_sys_download.xml | 23 <item android:drawable="@drawable/stat_sys_download_anim0" android:duration="200" /> 24 <item android:drawable="@drawable/stat_sys_download_anim1" android:duration="200" /> 25 <item android:drawable="@drawable/stat_sys_download_anim2" android:duration="200" /> 26 <item android:drawable="@drawable/stat_sys_download_anim3" android:duration="200" /> 27 <item android:drawable="@drawable/stat_sys_download_anim4" android:duration="200" /> 28 <item android:drawable="@drawable/stat_sys_download_anim5" android:duration="200" />
|
stat_sys_upload.xml | 23 <item android:drawable="@drawable/stat_sys_upload_anim0" android:duration="200" /> 24 <item android:drawable="@drawable/stat_sys_upload_anim1" android:duration="200" /> 25 <item android:drawable="@drawable/stat_sys_upload_anim2" android:duration="200" /> 26 <item android:drawable="@drawable/stat_sys_upload_anim3" android:duration="200" /> 27 <item android:drawable="@drawable/stat_sys_upload_anim4" android:duration="200" /> 28 <item android:drawable="@drawable/stat_sys_upload_anim5" android:duration="200" />
|
/cts/tests/tests/view/res/layout/ |
view_layout.xml | 30 android:layout_height="200px"/> 35 android:layout_height="200px" 44 android:layout_height="200px" 57 android:layout_width="200px" 58 android:layout_height="200px" 64 android:layout_width="200px" 65 android:layout_height="200px" 71 android:layout_width="200px" 72 android:layout_height="200px" 78 android:layout_width="200px [all...] |
/external/libcxx/test/std/containers/sequences/vector/vector.capacity/ |
resize_size.pass.cpp | 30 v.resize(200); 31 assert(v.size() == 200); 32 assert(v.capacity() >= 200); 41 v.resize(200); 42 assert(v.size() == 200); 43 assert(v.capacity() >= 200); 53 v.resize(200); 54 assert(v.size() == 200); 55 assert(v.capacity() >= 200); 64 v.resize(200); [all...] |
resize_size_value.pass.cpp | 28 v.resize(200, 1); 29 assert(v.size() == 200); 30 assert(v.capacity() >= 200); 34 for (unsigned i = 50; i < 200; ++i) 42 v.resize(200, 1); 43 assert(v.size() == 200); 44 assert(v.capacity() >= 200); 55 v.resize(200, 1); 56 assert(v.size() == 200); 57 assert(v.capacity() >= 200); [all...] |
/external/libcxx/test/std/containers/sequences/vector.bool/ |
swap.pass.cpp | 24 std::vector<bool> v2(200); 26 assert(v1.size() == 200); 27 assert(v1.capacity() >= 200); 34 std::vector<bool, A> v2(200, false, A(2)); 36 assert(v1.size() == 200); 37 assert(v1.capacity() >= 200); 46 std::vector<bool, A> v2(200, false, A(2)); 48 assert(v1.size() == 200); 49 assert(v1.capacity() >= 200); 68 std::vector<bool, min_allocator<bool>> v2(200); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.capacity/ |
resize_size.pass.cpp | 30 v.resize(200); 31 assert(v.size() == 200); 32 assert(v.capacity() >= 200); 41 v.resize(200); 42 assert(v.size() == 200); 43 assert(v.capacity() >= 200); 53 v.resize(200); 54 assert(v.size() == 200); 55 assert(v.capacity() >= 200); 64 v.resize(200); [all...] |
resize_size_value.pass.cpp | 28 v.resize(200, 1); 29 assert(v.size() == 200); 30 assert(v.capacity() >= 200); 34 for (unsigned i = 50; i < 200; ++i) 42 v.resize(200, 1); 43 assert(v.size() == 200); 44 assert(v.capacity() >= 200); 55 v.resize(200, 1); 56 assert(v.size() == 200); 57 assert(v.capacity() >= 200); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
swap.pass.cpp | 24 std::vector<bool> v2(200); 26 assert(v1.size() == 200); 27 assert(v1.capacity() >= 200); 34 std::vector<bool, A> v2(200, false, A(2)); 36 assert(v1.size() == 200); 37 assert(v1.capacity() >= 200); 46 std::vector<bool, A> v2(200, false, A(2)); 48 assert(v1.size() == 200); 49 assert(v1.capacity() >= 200); 68 std::vector<bool, min_allocator<bool>> v2(200); [all...] |
/external/llvm/test/CodeGen/ARM/ |
cse-call.ll | 12 @F_floatmul.man1 = external global [200 x i8], align 1 13 @F_floatmul.man2 = external global [200 x i8], align 1 26 %. = select i1 undef, i8* getelementptr inbounds ([200 x i8], [200 x i8]* @F_floatmul.man1, i32 0, i32 0), i8* getelementptr inbounds ([200 x i8], [200 x i8]* @F_floatmul.man2, i32 0, i32 0) 27 %.92 = select i1 undef, i8* getelementptr inbounds ([200 x i8], [200 x i8]* @F_floatmul.man2, i32 0, i32 0), i8* getelementptr inbounds ([200 x i8], [200 x i8]* @F_floatmul.man1, i32 0, i32 0 [all...] |
/external/harfbuzz_ng/test/shaping/tests/ |
mongolian-variation-selector.tests | 3 fonts/sha1sum/bb29ce50df2bdba2d10726427c6b7609bf460e04.ttf:U+183A,U+1823,U+182E,U+182B,U+1822,U+1826,U+180B,U+1832,U+180B,U+1827,U+1837,U+0020,U+182D,U+182D,U+180B,U+0020,U+182D,U+180C,U+0020,U+182D,U+180D,U+200D,U+0020,U+182D,U+200D,U+182D,U+180B,U+200D,U+0020,U+182D,U+180C,U+200D,U+0020,U+182D,U+180D,U+200D,U+0020,U+200D,U+182D,U+200D,U+200D,U+182D,U+180B,U+200D,U+0020,U+200D,U+182D,U+180C,U+200D,U+0020,U+200D,U+182D,U+180D,U+200D,U+0020,U+200D,U+182D,U+200D,U+182D,U+180B (…) [all...] |
/external/llvm/test/Transforms/ScalarRepl/ |
2008-06-22-LargeArray.ll | 9 %temp = alloca [200 x i8] 10 %temp1 = bitcast [200 x i8]* %temp to i8* 11 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %temp1, i8* %src, i32 200, i32 1, i1 false) 12 %temp3 = bitcast [200 x i8]* %temp to i8* 13 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %dst, i8* %temp3, i32 200, i32 1, i1 false)
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
StatusLineTest.java | 30 int code = 200; 62 StatusLine statusLine = StatusLine.parse("ICY 200 OK"); 65 assertEquals(200, statusLine.code); 71 assertInvalid("200 OK"); 72 assertInvalid(" 200 OK"); 76 assertInvalid("HTTP/2.0 200 OK"); 77 assertInvalid("HTTP/2.1 200 OK"); 78 assertInvalid("HTTP/-.1 200 OK"); 79 assertInvalid("HTTP/1.- 200 OK"); 80 assertInvalid("HTTP/0.1 200 OK") [all...] |
/external/skia/samplecode/ |
SampleBigBlur.cpp | 38 canvas->translate(200, 200); 39 canvas->drawCircle(100, 100, 200, paint);
|
SampleHairCurves.cpp | 59 ctrlPts.addCircle(pts[0], pts[1], SK_Scalar1 / 200); 60 ctrlPts.addCircle(pts[2], pts[3], SK_Scalar1 / 200); 61 ctrlPts.addCircle(pts[4], pts[5], SK_Scalar1 / 200); 62 ctrlPts.addCircle(pts[6], pts[7], SK_Scalar1 / 200); 78 ctrlPts.addCircle(pts[0], pts[1], SK_Scalar1 / 200); 79 ctrlPts.addCircle(pts[2], pts[3], SK_Scalar1 / 200); 80 ctrlPts.addCircle(pts[4], pts[5], SK_Scalar1 / 200); 99 ctrlPts.addCircle(pts[0], pts[1], SK_Scalar1 / 200); 100 ctrlPts.addCircle(pts[2], pts[3], SK_Scalar1 / 200); 101 ctrlPts.addCircle(pts[4], pts[5], SK_Scalar1 / 200); [all...] |
/external/skia/tests/ |
DiscardableMemoryPoolTest.cpp | 25 SkAutoTDelete<SkDiscardableMemory> dm2(pool->create(200)); 26 REPORTER_ASSERT(reporter, 200 == pool->getRAMUsed()); 29 REPORTER_ASSERT(reporter, 200 == pool->getRAMUsed());
|