OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reqno
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
NetworkLoggingTest.java
285
final int
reqNo
= makeDummyRequests(serverSocket.getLocalPort());
290
return
reqNo
;
294
int
reqNo
;
296
for (
reqNo
= 0;
reqNo
< FULL_LOG_BATCH_SIZE && mBatchCountDown.getCount() > 0;
reqNo
++) {
305
return
reqNo
;
/external/ltp/testcases/kernel/fs/doio/
doio.c
269
int
Reqno
= 1; /* request # - used in some error messages */
926
if (
Reqno
&& ((
Reqno
% PPID_CHECK_INTERVAL) == 0)) {
964
if (
Reqno
&& Release_Interval && !(
Reqno
% Release_Interval)) {
1062
if (Message_Interval &&
Reqno
% Message_Interval == 0) {
1065
Reqno
, Reqskipcnt);
1068
Reqno
++;
1295
cp += sprintf(cp, "Request number %d\n",
Reqno
);
[
all
...]
Completed in 5906 milliseconds