/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_recent.h | 17 XT_RECENT_NAME_LEN = 200,
|
/frameworks/base/core/res/res/drawable/ |
progress_indeterminate_horizontal.xml | 23 <item android:drawable="@drawable/progressbar_indeterminate1" android:duration="200" /> 24 <item android:drawable="@drawable/progressbar_indeterminate2" android:duration="200" /> 25 <item android:drawable="@drawable/progressbar_indeterminate3" android:duration="200" />
|
/frameworks/base/tests/VectorDrawableTest/res/drawable/ |
vector_drawable18.xml | 25 android:pathData="M100,200 C100,100 250,100 250,200 S400,300 400,200"
|
/frameworks/support/graphics/drawable/teststatic/res/drawable/ |
vector_drawable18.xml | 26 auto:pathData="M100,200 C100,100 250,100 250,200 S400,300 400,200"
|
/packages/apps/UnifiedEmail/res/values/ |
animation_constants.xml | 23 <integer name="shrink_animation_duration">200</integer> 24 <integer name="slide_animation_duration">200</integer> 29 <integer name="escape_animation_duration">200</integer>
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
DefaultRequestDirectorTest.java | 60 Robolectric.addPendingHttpResponse(200, "a happy response body"); 65 Robolectric.addPendingHttpResponse(new TestHttpResponse(200, "a happy response body")); 69 assertThat(response.getStatusLine().getStatusCode(), equalTo(200)); 75 Robolectric.addPendingHttpResponse(new TestHttpResponse(200, "a happy response body")); 78 new TestHttpResponse(200, "a cheery response body")); 83 assertThat(response.getStatusLine().getStatusCode(), equalTo(200)); 90 new TestHttpResponse(200, "a cheery response body")); 95 assertThat(response.getStatusLine().getStatusCode(), equalTo(200)); 103 new TestHttpResponse(200, "a cheery response body")); 113 Robolectric.addHttpResponseRule("http://some.uri", new TestHttpResponse(200, "a cheery response body")) [all...] |
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/ |
OverlayBaseTest.java | 258 * B target package -sv 200 371 assertResource(resId, 200, 200, 200); 377 assertResource(resId, 200, 200, 600); 383 assertResource(resId, 200, 200, 200); 389 assertResource(resId, 200, 200, 600) [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HttpOverHttp2Test.java | 36 new MockResponse().setBody("bar").setStatus("HTTP/1.1 200 Sweet")); 39 .setStatus("HTTP/1.1 200 Sweet") 45 assertEquals(200, connection.getResponseCode()); 63 .setStatus("HTTP/1.1 200 Sweet") 69 assertEquals(200, connection.getResponseCode());
|
/external/pcre/dist/testdata/ |
testoutput4 | 571 /[\x{100}\x{200}]/8 574 ab\x{200}cd 575 0: \x{200} 579 /[\x{100}-\x{200}]/8 582 ab\x{200}cd 583 0: \x{200} 589 /[z-\x{200}]/8 592 ab\x{200}cd 593 0: \x{200} 603 /[Q\x{100}\x{200}]/ [all...] |
/external/valgrind/massif/tests/ |
thresholds_5_0.post.exp | 40 2 55,200 55,200 55,200 0 0 43 5 59,200 59,200 59,200 0 0 49 ->66.50% (53,200B) 0x........: my_malloc1 (thresholds.c:23) 55 | ->01.50% (1,200B) in 2 places, all below massif's threshold (5.00%) 60 | ->09.00% (7,200B) 0x........: a7550 (thresholds.c:39) 61 | | ->09.00% (7,200B) 0x........: main (thresholds.c:52 [all...] |
/bionic/tests/ |
malloc_test.cpp | 122 ptr = (char*)realloc(ptr, 200); 124 ASSERT_LE(200U, malloc_usable_size(ptr)); 129 memset(ptr, 0x45, 200); 134 for (size_t i = 0; i < 200; i++) { 156 ptr = (char *)realloc(ptr, 200); 158 ASSERT_LE(200U, malloc_usable_size(ptr)); 167 char *ptr = (char *)malloc(200); 169 ASSERT_LE(200U, malloc_usable_size(ptr)); 170 memset(ptr, 67, 200); 183 char *ptr = (char *)malloc(200); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TableLayoutTest.java | 96 tableLayout.layout(0, 0, 200, 300); 134 tableLayout.layout(0, 0, 200, 300); 143 tableLayout.layout(0, 0, 200, 300); 150 tableLayout.layout(0, 0, 200, 300); 157 tableLayout.layout(0, 0, 200, 300); 172 tableLayout.layout(0, 0, 200, 300); 181 tableLayout.layout(0, 0, 200, 300); 188 tableLayout.layout(0, 0, 200, 300); 195 tableLayout.layout(0, 0, 200, 300); 344 tableLayout.layout(0, 0, 200, 300) [all...] |
/external/skia/gm/ |
displacement.cpp | 85 drawClippedBitmap(canvas, 200, 0, paint); 106 drawClippedBitmap(canvas, 200, 100, paint); 121 drawClippedBitmap(canvas, 0, 200, paint); 126 drawClippedBitmap(canvas, 100, 200, paint); 131 drawClippedBitmap(canvas, 200, 200, paint); 136 drawClippedBitmap(canvas, 300, 200, paint); 141 drawClippedBitmap(canvas, 400, 200, paint); 157 drawClippedBitmap(canvas, 200, 300, paint); 187 drawClippedBitmap(canvas, 200, 400, paint) [all...] |
strokefill.cpp | 59 path.addCircle(x, y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCW_Direction); 60 path.addCircle(x, y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCCW_Direction); 65 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 66 path2.addCircle(x + SkIntToScalar(120), y + SkIntToScalar(200), SkIntToScalar(40), SkPath::kCW_Direction); 70 path2.addCircle(x + SkIntToScalar(240), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCCW_Direction); 76 path2.addCircle(x + SkIntToScalar(360), y + SkIntToScalar(200), SkIntToScalar(50), SkPath::kCW_Direction);
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
test.cpp | 43 vector1.push_back( 200); 66 set1.insert( 200); 72 multiset1.insert( 200); 73 multiset1.insert( 200); 80 list1.push_back( 200); 87 slist1.push_front( 200); 96 deque1.push_front( 200); 106 stack1.push( 200); 111 queue1.push( 200); 115 priority_queue1.push( 200); [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 43 vector1.push_back( 200); 66 set1.insert( 200); 72 multiset1.insert( 200); 73 multiset1.insert( 200); 80 list1.push_back( 200); 87 slist1.push_front( 200); 96 deque1.push_front( 200); 106 stack1.push( 200); 111 queue1.push( 200); 115 priority_queue1.push( 200); [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 43 vector1.push_back( 200); 66 set1.insert( 200); 72 multiset1.insert( 200); 73 multiset1.insert( 200); 80 list1.push_back( 200); 87 slist1.push_front( 200); 96 deque1.push_front( 200); 106 stack1.push( 200); 111 queue1.push( 200); 115 priority_queue1.push( 200); [all...] |
/frameworks/base/tests/BiDiTests/res/layout/ |
textview_alignment_ltr.xml | 36 android:layout_width="200dip" 44 android:layout_width="200dip" 62 android:layout_width="200dip" 71 android:layout_width="200dip" 90 android:layout_width="200dip" 100 android:layout_width="200dip" 120 android:layout_width="200dip" 130 android:layout_width="200dip" 150 android:layout_width="200dip" 160 android:layout_width="200dip [all...] |
textview_alignment_rtl.xml | 36 android:layout_width="200dip" 44 android:layout_width="200dip" 62 android:layout_width="200dip" 71 android:layout_width="200dip" 90 android:layout_width="200dip" 100 android:layout_width="200dip" 120 android:layout_width="200dip" 130 android:layout_width="200dip" 150 android:layout_width="200dip" 160 android:layout_width="200dip [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ShadowCardStack.java | 75 toward.setStartDelay(200 * ((max) - i)); 81 rotateAway.setStartDelay(200 * ((max) - i)); 86 slideAway.setStartDelay(200 * ((max) - i)); 91 rotateBack.setStartDelay(200 * i); 94 slideBack.setStartDelay(200 * i); 98 away.setStartDelay(200 * i);
|
Pictures.java | 57 drawSomething(mPicture.beginRecording(200, 100)); 68 canvas.drawPicture(mPicture, new RectF(0, 100, getWidth(), 200)); 70 mDrawable.setBounds(0, 200, getWidth(), 300);
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_recursive.py | 10 start_response("200 OK", [('Content-type', 'text/plain')]) 28 assert res.full_status == '200 OK' 32 assert res.full_status == '200 OK' 36 assert res.full_status == '200 OK' 80 assert res.full_status == '200 OK' 84 assert res.full_status == '200 OK'
|
/external/chromium-trace/trace-viewer/tracing/tracing/base/ |
range_utils_test.html | 25 {min: 200, max: 220} 32 assert.deepEqual(merged[1], {min: 200, max: 220}); 39 {min: 200, max: 220} 46 assert.deepEqual(merged[1], {min: 200, max: 220}); 65 {min: 150, max: 200} 72 assert.deepEqual(merged[1], {min: 150, max: 200});
|
/external/sfntly/cpp/src/test/ |
file_io_test.cc | 76 EXPECT_EQ(memcmp(&(b1[0]), &(b2[0]), 200), 0); 80 b3.resize(200); 82 EXPECT_EQ(memcmp(&(b3[0]), &(b2[0]), 200), 0); 119 FontInputStream font_is2(&is, 200); 123 EXPECT_EQ(memcmp(&(b1[89]), &(b2[0]), 200), 0); 125 font_is2.Skip(-200);
|
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/ |
SingleRowTest.java | 32 mSingleRow.appendVisibleItems(200); 48 assertEquals(mProvider.getEdge(2), 200); 53 mSingleRow.removeInvisibleItemsAtEnd(0, 200); 76 mSingleRow.appendVisibleItems(-200); 92 assertEquals(mProvider.getEdge(2), -200); 97 mSingleRow.removeInvisibleItemsAtEnd(0, -200);
|