OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logcount
(Results
1 - 10
of
10
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
readertest.cpp
[
all
...]
/external/conscrypt/platform/src/test/java/org/conscrypt/ct/
CTLogStoreImplTest.java
63
int
logCount
= LOG_KEYS.length;
64
LOGS = new CTLogInfo[
logCount
];
65
LOGS_SERIALIZED = new String[
logCount
];
66
for (int i = 0; i <
logCount
; i++) {
/tools/loganalysis/src/com/android/loganalysis/
LogAnalyzer.java
337
int
logCount
= 0;
338
if (mBugreportPath != null)
logCount
++;
339
if (mLogcatPath != null)
logCount
++;
340
if (mKernelLogPath != null)
logCount
++;
341
if (mMonkeyLogPath != null)
logCount
++;
342
if (mMemoryHealthLogPath != null)
logCount
++;
343
return (
logCount
== 1);
/packages/apps/DocumentsUI/src/com/android/documentsui/
ScopedAccessMetrics.java
64
logCount
(context, type);
144
private static void
logCount
(Context context, String name) {
Metrics.java
730
private static void
logCount
(Context context, String name) {
[
all
...]
/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java
127
private volatile long
logCount
= 0;
274
if ((force==false) && (
logCount
< maxRecords))
291
logCount
= 0;
343
return
logCount
;
426
// don't increment
logCount
if we were not logging in logStream.
427
if (stream == logStream)
logCount
++;
/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
ResultLogManager.java
127
private volatile long
logCount
= 0;
274
if ((force==false) && (
logCount
< maxRecords))
291
logCount
= 0;
343
return
logCount
;
426
// don't increment
logCount
if we were not logging in logStream.
427
if (stream == logStream)
logCount
++;
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.h
24
UINTN
LogCount
;
/external/autotest/client/tests/fsx/
0001-Minor-fixes-to-PAGE_SIZE-handling.patch
24
@@ -74,7 +76,7 @@ int
logcount
= 0; /* total ops */
/external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c
77
int
logcount
= 0; /* total ops */
variable
185
logcount
++;
195
prt("LOG DUMP (%d total operations):\n",
logcount
);
196
if (
logcount
< LOGSIZE) {
198
count =
logcount
;
206
opnum = i + 1 + (
logcount
/ LOGSIZE) * LOGSIZE;
Completed in 188 milliseconds