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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/wm/
partial_screenshot_view_unittest.cc 40 generator.MoveMouseTo(100, 100);
43 EXPECT_EQ("100,100", view_->start_position_.ToString());
51 EXPECT_EQ("100,100 100x100", GetScreenshotDelegate()->last_rect().ToString());
58 generator.set_current_location(gfx::Point(100,100));
59 generator.GestureTapDownAndUp(gfx::Point(100,100))
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
main.css 9 height: 100%;
12 width: 100%;
21 height: 100%;
24 width: 100%;
  /external/chromium_org/content/test/data/accessibility/
input-color-expected-win.txt 3 IA2_ROLE_COLOR_CHOOSER value='100% red 60% green 0% blue' FOCUSABLE
  /external/chromium_org/third_party/WebKit/ManualTests/animation/
animateTransform-repeat-once.svg 2 <rect fill='blue' width='100' height='100'>
3 <animateTransform attributeName="transform" type='translate' from='0,0' to='100,0' dur='2s' repeatCount='2' fill='freeze' />
6 The rect should from 0,0 to 100,0 over 2 seconds, twice.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/
floats_100_100_nested.html 4 <title>Floats layout performance tester with 2 columns and 100 rows</title>
12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(100, 100, 100, 3)});
floats_20_100_nested.html 4 <title>Floats layout performance tester with 2 columns and 100 rows</title>
12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(20, 100, 100, 100)});
floats_100_100.html 4 <title>Floats layout performance tester with 2 columns and 100 rows</title>
12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(100, 100, 0, 3)});
floats_20_100.html 4 <title>Floats layout performance tester with 2 columns and 100 rows</title>
12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(20, 100, 0, 100)});
floats_2_100_nested.html 4 <title>Floats layout performance tester with 2 columns and 100 rows</title>
12 PerfTestRunner.measureTime({run: createFloatsLayoutTestFunction(2, 100, 100, 250)});
  /external/droiddriver/.settings/
org.eclipse.jdt.ui.prefs 2 formatter_profile=_Google-Perfect Format 100
  /external/clang/test/SemaOpenCL/
endian-attr.cl 3 constant long a __attribute__((endian(host))) = 100;
5 constant long b __attribute__((endian(device))) = 100;
7 constant long c __attribute__((endian(none))) = 100; // expected-warning {{unknown endian 'none'}}
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion57.txt 1 Code completion in anim1.xml for android:fromXDelta="100^%p":
2 100% : <b>Fraction</b> - a percentage of the base size
3 100%p : <b>Fraction</b> - a percentage relative to parent container
  /external/srec/config/en.us/tcp/
set_get_param.tcp 2 set_size_t_parameter SREC.Recognizer.utterance_timeout 100
5 set_size_t_parameter CREC.Recognizer.terminal_timeout 100
8 set_size_t_parameter CREC.Recognizer.optional_terminal_timeout 100
11 set_size_t_parameter CREC.Recognizer.non_terminal_timeout 100
14 set_size_t_parameter CREC.Recognizer.eou_threshold 100
  /external/chromium/chrome/common/extensions/
extension_action_unittest.cc 42 ASSERT_EQ("foo", action.GetTitle(100));
43 action.SetTitle(100, "bar");
45 ASSERT_EQ("bar", action.GetTitle(100));
48 action.ClearAllValuesForTab(100);
49 ASSERT_EQ("baz", action.GetTitle(100));
56 ASSERT_TRUE(BitmapsAreEqual(icon1, action.GetIcon(100)));
57 action.SetIcon(100, icon2);
59 ASSERT_TRUE(BitmapsAreEqual(icon2, action.GetIcon(100)));
67 ASSERT_EQ(1, action.GetIconIndex(100));
68 action.SetIconIndex(100, 0)
    [all...]
  /external/llvm/test/MC/SystemZ/
tokens.s 5 #CHECK: foo 100, 200
7 #CHECK: foo 100(, 200
9 #CHECK: foo 100(200), 300
11 #CHECK: foo 100(200,), 300
13 #CHECK: foo 100(200,%r0), 300
15 #CHECK: foo 100(200,%r1), 300
17 #CHECK: foo 100(%a0), 200
19 #CHECK: foo 100(%r0), 200
21 #CHECK: foo 100(%r1,%a0), 200
23 #CHECK: foo 100(%r1,%r0), 20
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
frame_layout_locale.xml 28 android:layout_width="100dp"
29 android:layout_height="100dp"
35 android:layout_width="100dp"
36 android:layout_height="100dp"
42 android:layout_width="100dp"
43 android:layout_height="100dp"
49 android:layout_width="100dp"
50 android:layout_height="100dp"
56 android:layout_width="100dp"
57 android:layout_height="100dp
    [all...]
frame_layout_ltr.xml 28 android:layout_width="100dp"
29 android:layout_height="100dp"
35 android:layout_width="100dp"
36 android:layout_height="100dp"
42 android:layout_width="100dp"
43 android:layout_height="100dp"
49 android:layout_width="100dp"
50 android:layout_height="100dp"
56 android:layout_width="100dp"
57 android:layout_height="100dp
    [all...]
frame_layout_rtl.xml 28 android:layout_width="100dp"
29 android:layout_height="100dp"
35 android:layout_width="100dp"
36 android:layout_height="100dp"
42 android:layout_width="100dp"
43 android:layout_height="100dp"
49 android:layout_width="100dp"
50 android:layout_height="100dp"
56 android:layout_width="100dp"
57 android:layout_height="100dp
    [all...]
relative_layout_ltr.xml 28 android:layout_width="100dp"
29 android:layout_height="100dp"
35 android:layout_width="100dp"
36 android:layout_height="100dp"
42 android:layout_width="100dp"
43 android:layout_height="100dp"
49 android:layout_width="100dp"
50 android:layout_height="100dp"
56 android:layout_width="100dp"
57 android:layout_height="100dp
    [all...]
relative_layout_rtl.xml 28 android:layout_width="100dp"
29 android:layout_height="100dp"
35 android:layout_width="100dp"
36 android:layout_height="100dp"
42 android:layout_width="100dp"
43 android:layout_height="100dp"
49 android:layout_width="100dp"
50 android:layout_height="100dp"
56 android:layout_width="100dp"
57 android:layout_height="100dp
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_thumbnail.css 5 height: 100%;
7 width: 100%;
11 height: 100%;
12 width: 100%;
29 height: 100%;
30 width: 100%;
  /external/iproute2/testsuite/tests/
cbq.t 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
8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
9 $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/valgrind/main/none/tests/ppc64/
twi_tdi.c 33 __asm__ __volatile__("twi 0, %0,-100"
37 __asm__ __volatile__("twi 1, %0,-100"
41 __asm__ __volatile__("twi 2, %0,-100"
45 __asm__ __volatile__("twi 3, %0,-100"
49 __asm__ __volatile__("twi 4, %0,-100"
53 __asm__ __volatile__("twi 5, %0,-100"
57 __asm__ __volatile__("twi 6, %0,-100"
61 __asm__ __volatile__("twi 7, %0,-100"
65 __asm__ __volatile__("twi 8, %0,-100"
69 __asm__ __volatile__("twi 9, %0,-100"
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_action_unittest.cc 23 ASSERT_EQ("foo", action.GetTitle(100));
24 action.SetTitle(100, "bar");
26 ASSERT_EQ("bar", action.GetTitle(100));
29 action.ClearAllValuesForTab(100);
30 ASSERT_EQ("baz", action.GetTitle(100));
39 ASSERT_TRUE(action.GetIsVisible(100));
44 ASSERT_FALSE(action.GetIsVisible(100));
45 action.SetAppearance(100, ExtensionAction::ACTIVE);
47 ASSERT_TRUE(action.GetIsVisible(100));
48 EXPECT_FALSE(action.GetIconAnimation(100))
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
SystemClockTest.java 27 Thread.sleep(100);
29 assertFalse(end - 100 >= start);
36 Thread.sleep(100);
38 assertTrue(end - 100 >= start);
54 SystemClock.sleep(100);
56 assertFalse(end - 100 >= start);
59 SystemClock.sleep(100);
61 assertTrue(end - 100 >= start);
64 SystemClock.sleep(100);
66 assertTrue(end - 100 >= start)
    [all...]

Completed in 1661 milliseconds

12 3 4 5 6 7 8 91011>>