HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 101 - 125 of 8031) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
rwlock_race.c 22 struct timespec delay = { ms / 1000, (ms % 1000) * 1000 * 1000 };
  /external/valgrind/main/memcheck/tests/
trivialleak.c 7 for (i = 0; i < 1000; i++)
  /external/valgrind/main/none/tests/
manythreads.stdout.exp 0 1000...
  /external/webrtc/src/system_wrappers/source/
sleep.cc 30 short_wait.tv_sec = msecs / 1000;
31 short_wait.tv_nsec = (msecs % 1000) * 1000 * 1000;
  /libcore/luni/src/test/resources/
connection.properties 9 sqlMaxTasks = 1000
  /external/chromium_org/printing/
printed_page_unittest.cc 20 page->GetCenteredPageContentRect(gfx::Size(1000, 1000), &page_content);
33 page->GetCenteredPageContentRect(gfx::Size(1000, 1000), &page_content);
46 page->GetCenteredPageContentRect(gfx::Size(1000, 1000), &page_content);
59 page->GetCenteredPageContentRect(gfx::Size(1000, 1000), &page_content);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Bindings/
indexed-getter.html 7 for (var i = 0; i < 1000; i++) {
16 for (var i = 0; i < 1000; i++)
  /external/llvm/test/CodeGen/X86/
stride-nine-with-base-reg.ll 8 @B = external global [1000 x i8], align 32
9 @A = external global [1000 x i8], align 32
10 @P = external global [1000 x i8], align 32
11 @Q = external global [1000 x i8], align 32
20 %tmp2 = getelementptr [1000 x i8]* @B, i32 0, i32 %i.019.0
23 %tmp5 = getelementptr [1000 x i8]* @A, i32 0, i32 %i.019.0
27 %tmp10 = getelementptr [1000 x i8]* @P, i32 0, i32 %tmp0
29 %tmp11 = getelementptr [1000 x i8]* @Q, i32 0, i32 %tmp0
fold-mul-lohi.ll 5 @B = external global [1000 x i8], align 32
6 @A = external global [1000 x i8], align 32
7 @P = external global [1000 x i8], align 32
16 %tmp2 = getelementptr [1000 x i8]* @B, i32 0, i32 %i.019.0
19 %tmp5 = getelementptr [1000 x i8]* @A, i32 0, i32 %i.019.0
22 %tmp10 = getelementptr [1000 x i8]* @P, i32 0, i32 %tmp8
  /external/oprofile/events/ppc64/power4/
events 20 event:0X012 counters:2 um:zero minimum:1000 name:PM_STOP_COMPLETION_GRP1 : (Group 1 pm_slice0) Completion stopped
22 event:0X014 counters:4 um:zero minimum:1000 name:PM_1PLUS_PPC_CMPL_GRP1 : (Group 1 pm_slice0) One or more PPC instruction completed
24 event:0X016 counters:6 um:zero minimum:1000 name:PM_GRP_CMPL_GRP1 : (Group 1 pm_slice0) Group completed
25 event:0X017 counters:7 um:zero minimum:1000 name:PM_GRP_DISP_REJECT_GRP1 : (Group 1 pm_slice0) Group dispatch rejected
30 event:0X022 counters:2 um:zero minimum:1000 name:PM_LD_MISS_L1_GRP2 : (Group 2 pm_eprof) L1 D cache load misses
31 event:0X023 counters:3 um:zero minimum:1000 name:PM_DC_INV_L2_GRP2 : (Group 2 pm_eprof) L1 D cache entries invalidated from L2
32 event:0X024 counters:4 um:zero minimum:1000 name:PM_INST_DISP_GRP2 : (Group 2 pm_eprof) Instructions dispatched
34 event:0X026 counters:6 um:zero minimum:1000 name:PM_ST_REF_L1_GRP2 : (Group 2 pm_eprof) L1 D cache store references
35 event:0X027 counters:7 um:zero minimum:1000 name:PM_LD_REF_L1_GRP2 : (Group 2 pm_eprof) L1 D cache load references
40 event:0X032 counters:2 um:zero minimum:1000 name:PM_LD_MISS_L1_GRP3 : (Group 3 pm_basic) L1 D cache load misse
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
attributes.c 46 { XvGettable | XvSettable, -1000, 1000, XV_BRIGHTNESS },
47 { XvGettable | XvSettable, -1000, 1000, XV_CONTRAST },
48 { XvGettable | XvSettable, -1000, 1000, XV_SATURATION },
49 { XvGettable | XvSettable, -1000, 1000, XV_HUE },
138 *value = context_priv->procamp.brightness * 1000;
140 *value = context_priv->procamp.contrast * 1000 - 1000
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 46 { XvGettable | XvSettable, -1000, 1000, XV_BRIGHTNESS },
47 { XvGettable | XvSettable, -1000, 1000, XV_CONTRAST },
48 { XvGettable | XvSettable, -1000, 1000, XV_SATURATION },
49 { XvGettable | XvSettable, -1000, 1000, XV_HUE },
138 *value = context_priv->procamp.brightness * 1000;
140 *value = context_priv->procamp.contrast * 1000 - 1000
    [all...]
  /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/chromium_org/media/audio/
audio_parameters_unittest.cc 52 CHANNEL_LAYOUT_MONO, 1000, 8, 100)
55 CHANNEL_LAYOUT_MONO, 1000, 16, 100)
58 CHANNEL_LAYOUT_STEREO, 1000, 8, 100)
61 CHANNEL_LAYOUT_MONO, 1000, 8, 200)
64 CHANNEL_LAYOUT_STEREO, 1000, 16, 200)
89 1000, 8, 100),
91 1000, 8, 200),
93 1000, 16, 100),
95 1000, 16, 200),
106 1000, 8, 100)
    [all...]
  /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/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/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...]

Completed in 629 milliseconds

1 2 3 45 6 7 8 91011>>