OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:1000
(Results
926 - 950
of
4948
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/icu4c/test/perf/ubrkperf/
ubrkperf.cpp
129
int32_t loopTime = (int)(float(
1000
) * ((float)elapsedTime/(float)opt_loopCount));
130
int32_t timePerCU = (int)(float(
1000
) * ((float)loopTime/(float)textSize));
131
int32_t timePerBreak = (int)(float(
1000
) * ((float)loopTime/(float)noBreaks));
/external/iproute2/examples/diffserv/
Edge32-cb-u32
18
CIR1=
1000
kbit
19
CIR2=
1000
kbit
22
PIR1=
1000
kbit
/external/iproute2/man/man8/
tc-tbf.8
41
average
1000
bytes.
65
packets of on average
1000
bytes each, which roughly corresponds to 1mbit/s.
116
allows around 3mbit/s of peakrate, given
1000
byte packets.
/external/iptables/extensions/
libxt_RATEEST.c
60
t *= TIME_UNITS_PER_SEC/
1000
;
79
else if (tmp >= TIME_UNITS_PER_SEC/
1000
)
80
printf(" %.1fms", tmp / (TIME_UNITS_PER_SEC /
1000
));
/external/kernel-headers/original/linux/
time.h
31
#define MSEC_PER_SEC
1000
L
32
#define USEC_PER_MSEC
1000
L
33
#define NSEC_PER_USEC
1000
L
/external/linux-tools-perf/Documentation/
perf-bench.txt
110
% perf bench sched pipe -l
1000
# loop
1000
111
(executing
1000
pipe operations between two tasks)
/external/llvm/test/Transforms/IndVarSimplify/
exit_value_tests.ll
17
%C = icmp eq i32 %A1,
1000
; <i1> [#uses=1]
64
%C = icmp eq i32 %A1,
1000
; <i1> [#uses=1]
94
%C = icmp eq i16 %B1,
1000
; <i1> [#uses=1]
/external/qemu/android/camera/
camera-common.h
195
const uint64_t wake_at = _get_timestamp() + (uint64_t)millisec *
1000
;
198
if ((stamp /
1000
) >= (wake_at /
1000
)) {
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL.r
1
data 'DLOG' (
1000
) { $"0072 0040 00EA 01B3 0001 0100 0000 0000 0000 03E8 0C43 6F6D 6D61 6E64 204C 696E" /* .r.@.?.?...........?.Command Lin */ $"6500 280A" /* e.(? */ }; data 'DLOG' (1001) { $"0072 0040 00DB 01AC 0001 0100 0000 0000 0000 03E9 0C45 7272 6F72 2057 696E 646F" /* .r.@.?.?...........?.Error Windo */ $"7700 280A" /* w.(? */ }; data 'DLOG' (1002) { $"00B8 00BE 0147 01D8 0005 0100 0000 0000 0000 03EA 1643 6F6E 6669 726D 2044 6973" /* .?.?.G.?...........?.Confirm Dis */ $"706C 6179 2043 6861 6E67 6510 280A" /* play Change.(? */ }; data 'DITL' (
1000
) { $"0005 0000 0000 0052 0113 0066 0158 0402 4F4B 0000 0000 0052 00C2 0066 0107 0406" /* .......R...f.X..OK.....R.?.f.... */ $"4361 6E63 656C 0000 0000 000F 0084 001F 0155
1000
0000 0000 0054 0019 0066 007D" /* Cancel.......?...U.......T...f.} */ $"050E 4 (…)
/external/qemu/distrib/sdl-1.2.15/test/
testgamma.c
142
timeout = (5*
1000
);
154
timeout += (5*
1000
);
193
SDL_Delay(1*
1000
);
/external/webkit/Source/WebCore/inspector/front-end/
ResourceTimingView.js
114
addRow(WebInspector.UIString("Receiving"), "receiving", (resource.responseReceivedTime - resource.timing.requestTime) *
1000
, (resource.endTime - resource.timing.requestTime) *
1000
);
117
var total = (resource.endTime - resource.timing.requestTime) *
1000
;
/external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp
76
// As a fudge factor, use
1000
instead of 1024, in case the reported byte
78
uint64_t memSize = memorySize() / 1024 /
1000
;
79
uint64_t diskFreeSize = volumeFreeSize(cfurlCacheDirectory.get()) / 1024 /
1000
;
/external/webrtc/src/system_wrappers/source/
thread_posix.cc
256
for (int i = 0; i <
1000
&& !_dead; i++)
260
t.tv_nsec = 10*
1000
*
1000
;
/frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp
141
usleep(
1000
);
382
mAudioMixSettings->uiNbChannels))*
1000
) /
399
sizeof(M4OSA_UInt16)) /
1000
;
411
sizeof(M4OSA_UInt16)) /
1000
;
423
sizeof(M4OSA_UInt16)) /
1000
; /*make to sec from ms*/
472
* sizeof(M4OSA_UInt16))/
1000
; /*make to sec from ms*/
477
* sizeof(M4OSA_UInt16))/
1000
;
530
mLatencyUs = (int64_t)mAudioSink->latency() *
1000
;
556
mLatencyUs = (int64_t)mAudioTrack->latency() *
1000
;
660
if (((mBGAudioStoryBoardSkimTimeStamp*
1000
)
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.cpp
113
status_t err = mPlayer->seekTo((int64_t)msec *
1000
);
128
*msec = (positionUs + 500) /
1000
;
144
*msec = (durationUs + 500) /
1000
;
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp
185
int64_t seekTimeUs = msec *
1000
ll;
217
*msec = (mPositionUs + 500ll) /
1000
;
229
*msec = (mDurationUs + 500ll) /
1000
;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java
58
public static int sDiscoverableIterations =
1000
;
59
public static int sScanIterations =
1000
;
60
public static int sEnablePanIterations =
1000
;
/frameworks/base/services/tests/servicestests/src/com/android/server/
CertBlacklisterTest.java
47
Thread.sleep(
1000
);
102
for (int i=0; i <
1000
; i++) {
162
for (int i=0; i <
1000
; i++) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TransformsAndAnimationsActivity.java
117
alphaAnim.setDuration(
1000
);
122
transAnim.setDuration(
1000
);
171
anim1b.setDuration(
1000
);
/frameworks/compile/mclinker/unittests/
MemoryAreaTest.cpp
145
region1->getBuffer()[
1000
] = 'L' ;
155
EXPECT_EQ('V', region1->getBuffer()[
1000
]) ;
157
region1->getBuffer()[
1000
] = '@' ;
/packages/apps/Settings/src/com/android/settings/
BatteryInfo.java
57
sendEmptyMessageDelayed(EVENT_TICK,
1000
);
167
mHandler.sendEmptyMessageDelayed(EVENT_TICK,
1000
);
183
mUptime.setText(DateUtils.formatElapsedTime(uptime /
1000
));
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDiscoverableEnabler.java
136
long endTimestamp = System.currentTimeMillis() + timeout *
1000
L;
284
int timeLeft = (int) ((endTimestamp - currentTimestamp) /
1000
L);
289
mUiHandler.postDelayed(mUpdateCountdownSummaryRunnable,
1000
);
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractPublicApiTest.java
106
private static final int TIME_TO_SLEEP =
1000
;
109
int sleepCounter = MAX_TIME_TO_WAIT_FOR_OPERATION *
1000
/ TIME_TO_SLEEP;
124
int sleepCounter = MAX_TIME_TO_WAIT_FOR_OPERATION *
1000
/ TIME_TO_SLEEP;
/system/core/libcutils/
zygote.c
36
#define ZYGOTE_RETRY_COUNT
1000
231
ts.tv_nsec = ZYGOTE_RETRY_MILLIS *
1000
*
1000
;
/system/security/keystore/
test-keystore
109
log "
1000
is uid of system"
112
expect "-rw------- keystore keystore 52
1000
_baz"
154
expect "-rw------- keystore keystore 52
1000
_baz"
Completed in 1375 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>