HomeSort by relevance Sort by last modified time
    Searched full:100 (Results 76 - 100 of 19049) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/gfx/
display_unittest.cc 13 gfx::Display display(0, gfx::Rect(0, 0, 100, 100));
14 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
15 EXPECT_EQ("0,0 100x100", display.work_area().ToString());
18 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
33 gfx::Display display(0, gfx::Rect(0, 0, 100, 100));
35 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
44 display.SetScaleAndBounds(1.0f, gfx::Rect(0, 0, 100, 100));
    [all...]
  /art/test/079-phantom/
expected.txt 2 Created Bitmap one: 10x10 (100)
7 freeNativeStorage: 100
  /dalvik/tests/079-phantom/
expected.txt 2 Created Bitmap one: 10x10 (100)
7 freeNativeStorage: 100
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 20 height: 100%;
23 width: 100%;
44 height: 100%;
48 width: 100%;
53 height: 100%;
55 width: 100%;
66 height: 100%;
68 width: 100%;
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateColor-by.svg 2 <rect width='100' height='100' fill='black'>
animateColor-from-by.svg 2 <rect width='100' height='100'>
animateColor-repeat-indefinite.svg 2 <rect width='100' height='100'>
animateColor-to-from.svg 2 <rect width='100' height='100'>
animateColor-to.svg 2 <rect width='100' height='100' fill='blue'>
animateColor-values-simple.svg 2 <rect width='100' height='100'>
  /external/chromium_org/third_party/WebKit/ManualTests/
mutation-observer-leaks-nodes.html 5 var count = 100;
13 <p>Number of leaked nodes reported by DRT should be less than 100</p>
drag-background-with-padding.html 8 <div style="position: absolute; top: 100px; padding: 50px; border: solid 2px black;" draggable="true">
9 <div style="background-color: grey; width: 100px; height: 100px;">Drag me! Drag image padding should remain transparent.</div>
13 <div style="background-color: grey; width: 100px; height: 100px;">Drag me! Drag image padding should be transparent.</div>
17 <div style="background-color: grey; width: 100px; height: 100px;">Drag me! Drag image padding should be white.</div>
21 <div style="background-color: grey; width: 100px; height: 100px;">Drag me! Drag image padding should be lime.</div>
24 <div style="position: absolute; top: 100px; left: 250px; width: 200px; height: 200px; background-color: cyan;"> Drag on top of me just for (…)
    [all...]
drag-image-table-part-decorations.html 6 <div style="background-color: blue; display: table; height: 100px; width: 100px;"></div>
9 <div style="background-color: blue; display: table-row; height: 100px;"><div style="width: 100px"></div></div>
12 <div style="background-color: blue; display: table-cell; height: 100px; width: 100px;"></div>
15 <fieldset style="background-color: blue; border: none; height: 100px; width: 100px;"><legend></legend></fieldset>
18 <table style="border-collapse: collapse;"><tr><td style="border-bottom: 100px solid blue; width: 100px;"></td></tr></table
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
nested-plug-ins-outer-frame.html 1 <embed id="plugin" width='100' height='100' src='spinbox.swf' wmode='window'>
  /external/kernel-headers/original/asm-x86/
param.h 6 # define USER_HZ 100 /* .. some user interfaces are in "ticks" */
11 #define HZ 100
  /external/valgrind/main/memcheck/tests/
memalign2.c 56 piece = malloc(1024 * 100); assert (piece);
60 p = memalign(0, 100); assert(0 == (long)p % 8);
61 p = memalign(1, 100); assert(0 == (long)p % 8);
62 p = memalign(2, 100); assert(0 == (long)p % 8);
63 p = memalign(3, 100); assert(0 == (long)p % 8);
64 p = memalign(4, 100); assert(0 == (long)p % 8);
65 p = memalign(5, 100); assert(0 == (long)p % 8);
67 p = memalign(7, 100); assert(0 == (long)p % 8);
68 p = memalign(8, 100); assert(0 == (long)p % 8);
69 p = memalign(9, 100); assert(0 == (long)p % 16)
    [all...]
clientperm.c 17 char* aa = calloc(100,1);
20 VALGRIND_CHECK_MEM_IS_DEFINED(aa,100);
23 VALGRIND_CHECK_MEM_IS_ADDRESSABLE(aa,100);
27 for (i = 0; i < 100; i++)
34 for (i = 0; i < 100; i++)
  /packages/apps/Email/assets/
loading.html 3 <table width="100%" height="100%">
  /external/chromium/chrome/browser/chromeos/
network_message_observer_unittest.cc 33 // Current plan that ends at 100.
35 CreateDataPlan(CELLULAR_DATA_PLAN_UNLIMITED, 0, 100, 0, 0);
41 CreateDataPlan(CELLULAR_DATA_PLAN_UNLIMITED, 100, 500, 0, 0);
54 CreateDataPlan(CELLULAR_DATA_PLAN_METERED_PAID, 100, 500, 0, 0);
56 CreateDataPlan(CELLULAR_DATA_PLAN_METERED_PAID, 100, 500, 100, 0);
58 CreateDataPlan(CELLULAR_DATA_PLAN_METERED_PAID, 100, 500, 100, 50);
60 CreateDataPlan(CELLULAR_DATA_PLAN_METERED_PAID, 100, 500, 100, 100)
    [all...]
  /external/chromium_org/content/test/data/npapi/
multiple_instances_sync_calls.html 11 <div id="statusPanel" style="border: 1px solid red; width: 100%">
26 width="100"
27 height="100"
33 width="100"
34 height="100"
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/
requires-backing-change.html 7 height: 100px;
8 width: 100px;
19 height: 100px;
20 width: 100px;
34 }, 100);
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat_test.cc 67 ASSERT_EQ(IKey("foo", 100, kTypeValue),
68 Shorten(IKey("foo", 100, kTypeValue),
70 ASSERT_EQ(IKey("foo", 100, kTypeValue),
71 Shorten(IKey("foo", 100, kTypeValue),
73 ASSERT_EQ(IKey("foo", 100, kTypeValue),
74 Shorten(IKey("foo", 100, kTypeValue),
75 IKey("foo", 100, kTypeValue)));
76 ASSERT_EQ(IKey("foo", 100, kTypeValue),
77 Shorten(IKey("foo", 100, kTypeValue),
78 IKey("foo", 100, kTypeDeletion)))
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2012-09-24-MemcpyFromGlobalCrash.ll 5 @G = constant [100 x i8] zeroinitializer
14 %A = alloca [100 x i8]
15 %a = getelementptr inbounds [100 x i8]* %A, i64 0, i64 0
16 call void @llvm.memcpy.p0i8.p0i8.i64(i8* %a, i8* getelementptr inbounds ([100 x i8]* @G, i64 0, i32 0), i64 100, i32 4, i1 false)
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 14 Get Parameter : SREC.Recognizer.utterance_timeout : 100
16 Get Parameter : CREC.Recognizer.terminal_timeout : 100
18 Get Parameter : CREC.Recognizer.optional_terminal_timeout : 100
20 Get Parameter : CREC.Recognizer.non_terminal_timeout : 100
22 Get Parameter : CREC.Recognizer.eou_threshold : 100
  /external/valgrind/main/gdbserver_tests/
mcvabits.stdoutB.exp 1 Breakpoint 1 at 0x........: file t.c, line 100.
3 Breakpoint 1, breakme (line=112) at t.c:100
4 100 if (line > 1000)
10 Breakpoint 1, breakme (line=117) at t.c:100
11 100 if (line > 1000)

Completed in 436 milliseconds

1 2 34 5 6 7 8 91011>>