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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Stk/src/com/android/stk/
StkApp.java 36 static final int DISP_TEXT_CLEAR_AFTER_DELAY_TIMEOUT = (15 * 1000);
37 static final int DISP_TEXT_WAIT_FOR_USER_TIMEOUT = (60 * 1000);
40 static final int UI_TIMEOUT = (30 * 1000);
43 static final int TONE_DFEAULT_TIMEOUT = (2 * 1000);
56 timeout = 1000 * 60;
59 timeout = 1000 / 10;
63 timeout = 1000;
  /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/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...]
  /libcore/luni/src/main/java/libcore/io/
StructTimeval.java 36 long tv_sec = millis / 1000;
37 long tv_usec = (millis - (tv_sec * 1000)) * 1000;
42 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/Gallery2/tests/src/com/android/gallery3d/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/Gallery2/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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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...]
  /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
  /external/valgrind/main/VEX/
test_main.h 24 #define TEST_N_BBS 1000
32 #define TEST_N_BBS 1000
test_main.h.base 24 #define TEST_N_BBS 1000
32 #define TEST_N_BBS 1000
  /external/valgrind/main/helgrind/tests/
tc01_simple_race.c 20 const struct timespec delay = { 0, 100 * 1000 * 1000 };
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1.xml 9 android:startOffset="1000"
10 android:duration="1000" />
  /external/qemu/distrib/sdl-1.2.15/src/timer/unix/
SDL_systimer.c 77 ticks=(now.tv_sec-start.tv_sec)*1000+(now.tv_nsec-start.tv_nsec)/1000000;
83 ticks=(now.tv_sec-start.tv_sec)*1000+(now.tv_usec-start.tv_usec)/1000;
92 tv.tv_sec = ms/1000;
93 tv.tv_usec = (ms%1000)*1000;
107 elapsed.tv_sec = ms/1000;
108 elapsed.tv_nsec = (ms%1000)*1000000;
128 tv.tv_sec = ms/1000;
129 tv.tv_usec = (ms%1000)*1000
    [all...]
  /external/oprofile/events/ppc64/power7/
events 24 event:0X0012 counters:2 um:zero minimum:1000 name:PM_INST_DISP_GRP1 : (Group 1 pm_utilization) Number of PowerPC instructions successfully dispatched.
26 event:0X0014 counters:4 um:zero minimum:1000 name:PM_RUN_INST_CMPL_GRP1 : (Group 1 pm_utilization) Number of run instructions completed.
30 event:0X0020 counters:0 um:zero minimum:1000 name:PM_BR_PRED_CCACHE_GRP2 : (Group 2 pm_branch1) The count value of a Branch and Count instruction was predicted
31 event:0X0021 counters:1 um:zero minimum:1000 name:PM_BR_PRED_LSTACK_GRP2 : (Group 2 pm_branch1) The target address of a Branch to Link instruction was predicted by the link stack.
32 event:0X0022 counters:2 um:zero minimum:1000 name:PM_BR_MPRED_CCACHE_GRP2 : (Group 2 pm_branch1) A branch instruction target was incorrectly predicted by the ccount cache. This will result in a branch redirect flush if not overfidden by a flush of an older instruction.
33 event:0X0023 counters:3 um:zero minimum:1000 name:PM_BR_MPRED_TA_GRP2 : (Group 2 pm_branch1) A branch instruction target was incorrectly predicted. This will result in a branch mispredict flush unless a flush is detected from an older instruction.
34 event:0X0024 counters:4 um:zero minimum:1000 name:PM_RUN_INST_CMPL_GRP2 : (Group 2 pm_branch1) Number of run instructions completed.
38 event:0X0030 counters:0 um:zero minimum:1000 name:PM_BR_PRED_GRP3 : (Group 3 pm_branch2) A branch prediction was made. This could have been a target prediction, a condition prediction, or both
39 event:0X0031 counters:1 um:zero minimum:1000 name:PM_BR_PRED_CR_GRP3 : (Group 3 pm_branch2) A conditional branch instruction was predicted as taken or not taken.
40 event:0X0032 counters:2 um:zero minimum:1000 name:PM_BR_PRED_CCACHE_GRP3 : (Group 3 pm_branch2) The count value of a Branch and Count instructi (…)
    [all...]
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewTest.java 30 TextureViewTestActivity.mDelayMs = 1000/48;
37 TextureViewTestActivity.mDelayMs = 1000/60;
44 TextureViewTestActivity.mDelayMs = 1000/70;
51 TextureViewTestActivity.mDelayMs = 1000/200;
  /dalvik/tests/053-wait-some/
expected.txt 4 Waiting for 1000ms...
  /development/samples/devbytes/animation/ViewAnimations/res/anim/
set_anim.xml 18 android:duration="1000" />
20 android:duration="1000"/>
23 android:duration="1000"/>
26 android:duration="1000" />

Completed in 1570 milliseconds

1 2 34 5 6 7 8 91011>>