OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tracename
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
DebugTest.java
47
final String
traceName
= getFileName();
56
Debug.startMethodTracing(
traceName
);
60
Debug.startMethodTracing(
traceName
, bufSize);
64
Debug.startMethodTracing(
traceName
, bufSize, debug_flag);
/frameworks/base/core/java/android/os/
Debug.java
439
* @param
traceName
Name for the trace log file to create.
444
public static void startMethodTracing(String
traceName
) {
445
startMethodTracing(
traceName
, 0, 0);
454
* @param
traceName
Name for the trace log file to create.
461
public static void startMethodTracing(String
traceName
, int bufferSize) {
462
startMethodTracing(
traceName
, bufferSize, 0);
482
* @param
traceName
Name for the trace log file to create.
488
public static void startMethodTracing(String
traceName
, int bufferSize,
491
String pathName =
traceName
;
509
public static void startMethodTracing(String
traceName
, FileDescriptor fd
[
all
...]
/sdk/emulator/qtools/
trace_reader_base.h
124
const char *
tracename
, TraceHeader *header);
trace_reader.cpp
690
const char *
tracename
, TraceHeader *header)
700
filename,
tracename
);
707
tracename
, header->version, TRACE_VERSION);
[
all
...]
/external/qemu/android/avd/
info.c
1048
avdInfo_getTracePath( AvdInfo* i, const char*
traceName
)
1052
if (i == NULL ||
traceName
== NULL ||
traceName
[0] == 0)
1057
i->androidOut,
traceName
);
1060
i->contentPath,
traceName
);
[
all
...]
info.h
244
char* avdInfo_getTracePath( AvdInfo* i, const char*
traceName
);
/frameworks/av/services/audioflinger/
FastMixer.cpp
394
char
traceName
[16];
395
strcpy(
traceName
, "fRdy");
396
traceName
[4] = i + (i < 10 ? '0' : 'A' - 10);
397
traceName
[5] = '\0';
398
ATRACE_INT(
traceName
, framesReady);
[
all
...]
/build/
envsetup.sh
998
echo "usage: tracedmdump
tracename
"
[
all
...]
/prebuilts/devtools/tools/lib/
traceview.jar
Completed in 1209 milliseconds