/external/oprofile/events/ppc64/power5/ |
events | 22 event:0X011 counters:1 um:zero minimum:1000 name:PM_IOPS_CMPL_GRP1 : (Group 1 pm_utilization) IOPS instructions completed 23 event:0X012 counters:2 um:zero minimum:1000 name:PM_INST_DISP_GRP1 : (Group 1 pm_utilization) Instructions dispatched 29 event:0X020 counters:0 um:zero minimum:1000 name:PM_1PLUS_PPC_CMPL_GRP2 : (Group 2 pm_completion) One or more PPC instruction completed 30 event:0X021 counters:1 um:zero minimum:1000 name:PM_GCT_EMPTY_CYC_GRP2 : (Group 2 pm_completion) Cycles GCT empty 31 event:0X022 counters:2 um:zero minimum:1000 name:PM_GRP_CMPL_GRP2 : (Group 2 pm_completion) Group completed 37 event:0X030 counters:0 um:zero minimum:1000 name:PM_GRP_DISP_VALID_GRP3 : (Group 3 pm_group_dispatch) Group dispatch valid 38 event:0X031 counters:1 um:zero minimum:1000 name:PM_GRP_DISP_REJECT_GRP3 : (Group 3 pm_group_dispatch) Group dispatch rejected 39 event:0X032 counters:2 um:zero minimum:1000 name:PM_GRP_DISP_BLK_SB_CYC_GRP3 : (Group 3 pm_group_dispatch) Cycles group dispatch blocked by scoreboard 40 event:0X033 counters:3 um:zero minimum:1000 name:PM_INST_DISP_GRP3 : (Group 3 pm_group_dispatch) Instructions dispatched 45 event:0X040 counters:0 um:zero minimum:1000 name:PM_0INST_CLB_CYC_GRP4 : (Group 4 pm_clb1) Cycles no instructions in CL [all...] |
/external/chromium_org/cc/layers/ |
io_surface_layer_impl_unittest.cc | 14 gfx::Size layer_size(1000, 1000); 15 gfx::Size viewport_size(1000, 1000); 48 gfx::Rect occluded(200, 0, 800, 1000);
|
render_surface_impl_unittest.cc | 14 gfx::Size layer_size(1000, 1000); 15 gfx::Size viewport_size(1000, 1000); 51 gfx::Rect occluded(200, 0, 800, 1000);
|
surface_layer_impl_unittest.cc | 14 gfx::Size layer_size(1000, 1000); 15 gfx::Size viewport_size(1000, 1000); 50 gfx::Rect occluded(200, 0, 800, 1000);
|
/external/eigen/test/eigen2/ |
eigen2_regression.cpp | 86 Vector2f points2f [1000]; 87 Vector2f *points2f_ptrs [1000]; 88 for(int i = 0; i < 1000; i++) points2f_ptrs[i] = &(points2f[i]); 91 makeNoisyCohyperplanarPoints(1000, points2f_ptrs, &coeffs3f, 0.01f); 96 CALL_SUBTEST(check_linearRegression(1000, points2f_ptrs, coeffs2f, 0.002f)); 101 Vector2f points2f [1000]; 102 Vector2f *points2f_ptrs [1000]; 103 for(int i = 0; i < 1000; i++) points2f_ptrs[i] = &(points2f[i]); 105 makeNoisyCohyperplanarPoints(1000, points2f_ptrs, &coeffs3f, 0.01f); 108 CALL_SUBTEST(check_fitHyperplane(1000, points2f_ptrs, coeffs3f, 0.002f)) [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
fp_mad.rs | 13 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 14 for (int i=0; i < (1000); i++) { 29 rsDebug("fp_mad4 M ops", 1000.f / time); 37 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 38 for (int i=0; i < (1000); i++) { 53 rsDebug("fp_mad M ops", 1000.f / time); 61 for (int ct=0; ct < 1000 * 10; ct++) { 62 for (int i=0; i < (1000); i++) [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
fp_mad.rs | 13 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 14 for (int i=0; i < (1000); i++) { 29 rsDebug("fp_mad4 M ops", 1000.f / time); 37 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 38 for (int i=0; i < (1000); i++) { 53 rsDebug("fp_mad M ops", 1000.f / time); 61 for (int ct=0; ct < 1000 * 10; ct++) { 62 for (int i=0; i < (1000); i++) [all...] |
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
fp_mad.rs | 13 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 14 for (int i=0; i < (1000); i++) { 29 rsDebug("fp_mad4 M ops", 1000.f / time); 37 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 38 for (int i=0; i < (1000); i++) { 53 rsDebug("fp_mad M ops", 1000.f / time); 61 for (int ct=0; ct < 1000 * 10; ct++) { 62 for (int i=0; i < (1000); i++) [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
fp_mad.rs | 13 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 14 for (int i=0; i < (1000); i++) { 29 rsDebug("fp_mad4 M ops", 1000.f / time); 37 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 38 for (int i=0; i < (1000); i++) { 53 rsDebug("fp_mad M ops", 1000.f / time); 61 for (int ct=0; ct < 1000 * 10; ct++) { 62 for (int i=0; i < (1000); i++) [all...] |
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
fp_mad.rs | 13 for (int ct=0; ct < 1000 * (1000 / 80); ct++) { 14 for (int i=0; i < (1000); i++) { 29 rsDebug("fp_mad4 M ops", 1000.f / time); 37 for (int ct=0; ct < 1000 * (1000 / 20); ct++) { 38 for (int i=0; i < (1000); i++) { 53 rsDebug("fp_mad M ops", 1000.f / time); 61 for (int ct=0; ct < 1000 * 10; ct++) { 62 for (int i=0; i < (1000); i++) [all...] |
/libcore/luni/src/main/java/android/system/ |
StructTimeval.java | 40 long tv_sec = millis / 1000; 41 long tv_usec = (millis - (tv_sec * 1000)) * 1000; 46 return (tv_sec * 1000) + (tv_usec / 1000);
|
/packages/apps/Camera/tests/src/com/android/camera/unittest/ |
CameraUnitTest.java | 78 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250}; 84 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250} [all...] |
/packages/apps/Camera2/tests/src/com/android/camera/unittest/ |
CameraUnitTest.java | 78 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250}; 84 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250} [all...] |
/packages/apps/Camera2/tests_camera/src/com/android/camera/unittest/ |
CameraUnitTest.java | 78 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250}; 84 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250} [all...] |
/packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/ |
CameraTest.java | 82 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250}; 88 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250} [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
mii.h | 22 #define MII_CTRL1000 0x09 /* 1000BASE-T control */ 23 #define MII_STAT1000 0x0a /* 1000BASE-T status */ 39 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ 71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */ 73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 75 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */ 77 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */ 94 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */ 96 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 98 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mii.h | 22 #define MII_CTRL1000 0x09 /* 1000BASE-T control */ 23 #define MII_STAT1000 0x0a /* 1000BASE-T status */ 39 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */ 71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */ 73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */ 75 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */ 77 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */ 94 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */ 96 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */ 98 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause * [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
DecimalTest.cpp | 147 EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Positive).abs()); 148 EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Negative).abs()); 153 EXPECT_EQ(encode(1, -1000, Positive), encode(1, -1000, Positive).abs()); 154 EXPECT_EQ(encode(1, -1000, Positive), encode(1, -1000, Negative).abs()); 184 EXPECT_EQ(encode(1, 1022, Positive), encode(1, 1022, Positive) + encode(1, -1000, Positive)); 249 EXPECT_EQ(encode(1, 1000, Positive), encode(1, 1000, Positive).ceiling()) [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
compositor-animation-iteration-start.html | 62 duration: 1000, 67 duration: 1000, 72 duration: 1000, 79 duration: 1000, 86 duration: 1000, 93 duration: 1000, 100 duration: 1000, 106 duration: 1000, 112 duration: 1000, 119 duration: 1000, [all...] |
compositor-synchronized-start-reverse.html | 21 p1.currentTime = 1000; 27 ], 1000); 34 p3.currentTime = 1000;
|
compositor-animation-playback-rate.html | 45 duration: 1000, 51 duration: 1000, 57 duration: 1000, 63 duration: 1000, 69 duration: 1000, 75 duration: 1000,
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
android_ds2784_power_monitor_unittest.py | 13 data = ('0000 1000 -10 12\n' 14 '1800 1000 -10 11\n' 15 '3600 1000 -10 09\n'
|
/external/chromium_org/third_party/sqlite/src/test/ |
index2.test | 23 for {set i 1} {$i<1000} {incr i} { 31 for {set i 1} {$i<1000} {incr i} { 34 append sql {1000);} 44 for {set i 1} {$i<1000} {incr i} { 47 append sql "[expr {$j*10000+1000}]);" 61 for {set i 1} {$i<1000} {incr i} {
|
/external/llvm/test/CodeGen/X86/ |
stride-reuse.ll | 5 @B = external global [1000 x float], align 32 6 @A = external global [1000 x float], align 32 7 @P = external global [1000 x i32], align 32 16 %tmp2 = getelementptr [1000 x float]* @B, i32 0, i32 %i.019.0 19 %tmp5 = getelementptr [1000 x float]* @A, i32 0, i32 %i.019.0 23 %tmp10 = getelementptr [1000 x i32]* @P, i32 0, i32 %i.019.0
|
/ndk/tests/abcc/jni/device/ |
main.cpp | 62 long long elapsed_msec = (t.stop() + 500) / 1000; 63 long long llc_msec = (llc_usec + 500) / 1000; 64 LOGV("Elapsed time: %lld.%03ds (llc = %lld.%03ds)", elapsed_msec/1000, (int)elapsed_msec%1000, 65 llc_msec/1000, (int)llc_msec%1000);
|