/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
rendering-configs.xml | 5 TODO: Parameterize the custom width (200dip) in the below? 19 android:layout_width="200dip" 67 android:layout_width="200dip" 75 android:layout_width="200dip" 83 android:layout_width="200dip" 91 android:layout_width="200dip" 99 android:layout_width="200dip" 107 android:layout_width="200dip" 115 android:layout_width="200dip" 123 android:layout_width="200dip [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ShapeTest.java | 33 private static final int TEST_HEIGHT = 200; 42 mockShape.resize(200f, 300f); 43 assertEquals(200f, mockShape.getWidth()); 64 mockShape.resize(200f, 300f); 69 mockShape.resize(200f, 300f); 74 mockShape.resize(100f, 200f); 80 shape.resize(100f, 200f); 83 assertEquals(200f, shape.getHeight());
|
/development/cmds/monkey/ |
example_script.txt | 2 touch down 160 200 3 touch up 160 200
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_errordocument.py | 6 start_response("200 OK", [('Content-type', 'text/plain')]) 17 assert res.full_status == '200 OK' 25 start_response("200 OK", [('Content-type', 'text/plain')]) 34 assert res.full_status == '200 OK' 38 assert res.full_status == '200 OK' 50 assert res.full_status == '200 OK' 54 assert res.full_status == '200 OK' 70 start_response("200 OK", [('Content-type', 'text/html')])
|
/external/clang/test/CodeGenObjC/ |
continuation-class.m | 32 test.Anotherobject = 200; 33 return test.object - 12345 + test.Anotherobject - 200;
|
/external/clang/test/SemaCXX/ |
warn-large-by-value-copy.cpp | 19 typedef int Arr[200]; 23 char x[200];
|
/external/e2fsprogs/tests/f_extent_oobounds/ |
expect.1 | 3 (logical block 15, physical block 200, len 30) 12 Block bitmap differences: -(200--229)
|
script | 21 replace_node 15 30 200 27 setb 200 30
|
/external/libxml2/result/SVG/ |
text02.xml | 16 <text x="100" y="200" id="T2"> 22 <text x="150" y="200" id="T4">
|
/external/libxml2/result/ |
dav2 | 13 <S:status>HTTP 1.1 200 OK</S:status> 22 <S:status>HTTP 1.1 200 OK</S:status>
|
dav3 | 9 <D:status>HTTP 1.1 200 OK</D:status> 16 <D:status>HTTP 1.1 200 OK</D:status>
|
dav6 | 11 <D:status>HTTP 1.1 200 OK</D:status> 20 <D:status>HTTP 1.1 200 OK</D:status>
|
/external/libxml2/result/noent/ |
dav2 | 13 <S:status>HTTP 1.1 200 OK</S:status> 22 <S:status>HTTP 1.1 200 OK</S:status>
|
dav3 | 9 <D:status>HTTP 1.1 200 OK</D:status> 16 <D:status>HTTP 1.1 200 OK</D:status>
|
dav6 | 11 <D:status>HTTP 1.1 200 OK</D:status> 20 <D:status>HTTP 1.1 200 OK</D:status>
|
/external/libxml2/test/SVG/ |
text02.xml | 15 <text x="100" y="200" id="T2"><tf href="#TF2">ABC</tf></text>
17 <text x="150" y="200" id="T4"><tf href="#TF2">DEF</tf></text></svg>
|
/external/libxml2/test/ |
dav2 | 13 <S:status>HTTP 1.1 200 OK</S:status> 22 <S:status>HTTP 1.1 200 OK</S:status>
|
dav3 | 9 <D:status>HTTP 1.1 200 OK</D:status> 16 <D:status>HTTP 1.1 200 OK</D:status>
|
dav6 | 11 <D:status>HTTP 1.1 200 OK</D:status> 20 <D:status>HTTP 1.1 200 OK</D:status>
|
/external/llvm/test/MC/AsmParser/ |
directive_ascii.s | 26 # CHECK: .asciz "\001\001\007\0008\001\0001\200" 28 .ascii "\1\01\07\08\001\0001\200\0"
|
/external/skia/experimental/SkV8Example/js/ |
path.js | 7 p.bezierCurveTo(0, 100, 100, 0, 200, 200);
|
/external/skia/tests/ |
RecordPatternTest.cpp | 26 recorder.clipRect(SkRect::MakeWH(300, 200)); 45 recorder.clipRect(SkRect::MakeWH(300, 200)); 66 recorder.clipRect(SkRect::MakeWH(300, 200)); 81 recorder.clipRect(SkRect::MakeWH(300, 200)); 87 recorder.clipRect(SkRect::MakeWH(300, 200)); 106 recorder.clipRect(SkRect::MakeWH(300, 200)); 116 recorder.clipRect(SkRect::MakeWH(300, 200)); 125 recorder.clipRect(SkRect::MakeWH(300, 200));
|
/external/valgrind/memcheck/tests/ |
custom-overlap.c | 17 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0); 24 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0);
|
/frameworks/base/tests/HwAccelerationTest/res/layout/ |
projection_clipping.xml | 10 android:layout_width="200dp" 11 android:layout_height="200dp"
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/ |
layout.xml | 22 android:layout_width="200dp" 24 android:layout_height="200dp"/>
|