/development/tools/emulator/skins/QVGA/ |
hardware.ini | 2 hw.lcd.density=120
|
/development/tools/emulator/skins/WQVGA400/ |
hardware.ini | 2 hw.lcd.density=120
|
/development/tools/emulator/skins/WQVGA432/ |
hardware.ini | 2 hw.lcd.density=120
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/ |
green_rectangle.svg | 6 width="120" height="120" viewBox="0 0 236 120">
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
sched_parser_test.js | 13 var x = re.exec('prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ' + 18 assertEquals('120', x[3]); 24 var x = re.exec('prev_comm=.android.chrome prev_pid=1562 prev_prio=120 prev_state=R ==> next_comm=Binder Thread # next_pid=195 next_prio=120'); // @suppress longLineCheck 29 var x = re.exec('prev_comm=Binder Thread # prev_pid=1562 prev_prio=120 prev_state=R ==> next_comm=.android.chrome next_pid=195 next_prio=120'); // @suppress longLineCheck 35 var x = re.exec('prev_comm=.android.chrome prev_pid=1562 prev_prio=120 ' + 37 'next_prio=120'); 56 'ndroid.launcher-584 [001] d..3 12622.506890: sched_switch: prev_comm=ndroid.launcher prev_pid=584 prev_prio=120 prev_state=R+ ==> next_comm=Binder_1 next_pid=217 next_prio=120', // @suppress longLineChec [all...] |
/external/chromium_org/v8/test/webkit/ |
char-at.js | 87 ['"x"', '120'], 88 ['"x"', '120'], 89 ['"x"', '120'], 90 ['"x"', '120'], 91 ['"x"', '120'], 93 ['"x"', '120'], 94 ['"x"', '120'], 99 ['"x"', '120'], 100 ['"x"', '120'], 101 ['"x"', '120'], [all...] |
char-at-expected.txt | 56 PASS "x".charCodeAt() is 120 58 PASS "x".charCodeAt(undefined) is 120 60 PASS "x".charCodeAt(0) is 120 62 PASS "x".charCodeAt(null) is 120 64 PASS "x".charCodeAt(false) is 120 68 PASS "x".charCodeAt(0) is 120 70 PASS "x".charCodeAt(0.1) is 120 80 PASS "x".charCodeAt(NaN) is 120 82 PASS "xy".charCodeAt() is 120 84 PASS "xy".charCodeAt(undefined) is 120 [all...] |
/external/chromium_org/chrome/browser/resources/task_manager/ |
defines.js | 22 ['profileName', 'profileNameColumn', 120, false], 29 ['webCoreImageCacheSize', 'webcoreImageCacheColumn', 120, false], 30 ['webCoreScriptsCacheSize', 'webcoreScriptsCacheColumn', 120, false], 31 ['webCoreCSSCacheSize', 'webcoreCSSCacheColumn', 120, false], 36 ['v8MemoryAllocatedSize', 'javascriptMemoryAllocatedColumn', 120, false],
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3corrupt.test | 116 22 120 [string repeat a 120] \ 117 22 120 [string repeat b 120] \ 118 22 120 [string repeat c 120] \ 119 22 120 [string repeat d 120] \ 120 22 120 [string repeat e 120] \ [all...] |
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
linux_perf_importer_test.js | 14 'prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R ==> ' + 22 assertEquals('prev_comm=swapper prev_pid=0 prev_prio=120 prev_state=R' + 26 'prev_comm=Binder Thread # prev_pid=647 prev_prio=120 prev_state=D ' + 27 ' ==> next_comm=.android.chrome next_pid=1562 next_prio=120'); 36 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 43 assertEquals('comm=debugd pid=4978 prio=120 success=1 target_cpu=000', x.details); // @suppress longLineCheck 49 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 57 assertEquals('comm=debugd pid=4978 prio=120 success=1 target_cpu=000', x.details); // @suppress longLineCheck 60 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000'); 65 'sched_wakeup: comm=debugd pid=4978 prio=120 success=1 target_cpu=000') [all...] |
/external/chromium/chrome/browser/resources/options/ |
search_page.css | 6 background-color: rgba(255, 240, 120, 0.9); 11 background-color: rgba(255, 240, 120, 0.8); 25 border-color: rgba(255, 240, 120, 0.9) transparent;
|
/external/valgrind/main/memcheck/tests/ |
wrap2.stdout.exp | 13 in wrapper1-post: fact(5) = 120 14 fact(5) = 120
|
wrap3.stdout.exp | 13 in wrapper1-post: fact(5) = 120 14 fact1(5) = 120
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroup_MarginLayoutParamsTest.java | 78 mMarginLayoutParams.setMargins(20, 30, 120, 140); 81 assertEquals(120, mMarginLayoutParams.rightMargin); 85 assertEquals(120, mMarginLayoutParams.getMarginEnd()); 93 mMarginLayoutParams.setMarginsRelative(20, 30, 120, 140); 96 assertEquals(120, mMarginLayoutParams.getMarginEnd()); 110 mMarginLayoutParams.setMargins(20, 30, 120, 140); 115 assertEquals(120, mMarginLayoutParams.rightMargin); 119 assertEquals(120, mMarginLayoutParams.getMarginEnd()); 124 mMarginLayoutParams.setMarginsRelative(20, 30, 120, 140); 129 assertEquals(120, mMarginLayoutParams.getMarginEnd()) [all...] |
/external/chromium-trace/trace-viewer/test_data/ |
android_systrace.html | [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
animateColor-by.svg | 5 <text x='10' y='120'>The rect should animate from black to green over 3 seconds</text>
|
animateColor-from-by.svg | 5 <text x='10' y='120'>The rect should animate from red to purple over 3 seconds</text>
|
animateColor-repeat-indefinite.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 2 seconds, repeatedly.</text>
|
animateColor-to-from.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateColor-to.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateColor-values-simple.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateMotion-to.svg | 5 <text x='10' y='120'>
|
/external/llvm/test/CodeGen/Hexagon/ |
cmp-to-genreg.ll | 5 ; CHECK: r{{[0-9]+}}{{ *}}={{ *}}cmp.eq(r{{[0-9]+}},{{ *}}#120) 7 %cmp = icmp eq i32 %a, 120 13 ; CHECK: r{{[0-9]+}}{{ *}}={{ *}}!cmp.eq(r{{[0-9]+}},{{ *}}#120) 15 %cmp = icmp ne i32 %a, 120
|
/frameworks/base/tests/DpiTest/ |
Android.mk | 10 LOCAL_AAPT_FLAGS = -c 120dpi,240dpi,160dpi,nodpi
|
/frameworks/base/tests/FrameworkPerf/ |
Android.mk | 12 LOCAL_AAPT_FLAGS = -c 120dpi,240dpi,160dpi,161dpi,320dpi,nodpi
|