Searched
full:trace (Results
451 -
475 of
3884) sorted by null
<<11121314151617181920>>
/frameworks/base/core/jni/ |
android_nfc.h | 31 #define TRACE(...) ALOG(LOG_DEBUG, "NdefMessage", __VA_ARGS__) 33 #define TRACE(...)
|
/frameworks/base/core/res/res/raw-fr/ |
incognito_mode_start_page.html | 7 <p><strong>Vous êtes passé en navigation privée</strong>. Les pages que vous consultez dans cette fenêtre n'apparaîtront ni dans l'historique de votre navigateur, ni dans l'historique des recherches, et ne laisseront aucune trace (comme les cookies) sur votre appareil une fois que vous aurez fermé la fenêtre de navigation privée. Tous les fichiers téléchargés et les favoris créés seront toutefois conservés.</p> 13 <li>Des fournisseurs d'accès Internet ou des employeurs qui conservent une trace des pages que vous visitez</li>
|
/frameworks/base/core/res/res/raw-fr-xlarge/ |
incognito_mode_start_page.html | 7 <p><strong>Vous êtes passé en navigation privée</strong>. Les pages que vous consultez dans cette fenêtre n'apparaîtront ni dans l'historique de votre navigateur, ni dans l'historique des recherches, et ne laisseront aucune trace (comme les cookies) sur votre appareil une fois que vous aurez fermé la fenêtre de navigation privée. Tous les fichiers téléchargés et les favoris créés seront toutefois conservés.</p> 13 <li>Des fournisseurs d'accès Internet ou des employeurs qui conservent une trace des pages que vous visitez</li>
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 36 #include <utils/Trace.h> 172 "/sys/kernel/debug/tracing/trace"; 293 // Enable or disable overwriting of the kernel trace buffers. Disabling this 294 // will cause tracing to stop once the trace buffers have filled up. 306 // Clear the contents of the kernel trace. 312 // Set the size of the kernel's trace buffer in kilobytes. 366 // Set the trace tags that userland tracing uses, and poke the running 373 fprintf(stderr, "error setting trace tags system property\n"); 384 fprintf(stderr, "error setting trace app system property\n"); 438 "to trace.\n", func) [all...] |
/libcore/luni/src/main/java/java/io/ |
CharConversionException.java | 28 * Constructs a new {@code CharConversionException} with its stack trace 35 * Constructs a new {@code CharConversionException} with its stack trace and
|
EOFException.java | 29 * Constructs a new {@code EOFException} with its stack trace filled in. 35 * Constructs a new {@code EOFException} with its stack trace and detail
|
FileNotFoundException.java | 28 * Constructs a new {@code FileNotFoundException} with its stack trace 35 * Constructs a new {@code FileNotFoundException} with its stack trace and
|
ObjectStreamException.java | 37 * Constructs a new {@code ObjectStreamException} with its stack trace 44 * Constructs a new {@code ObjectStreamException} with its stack trace and
|
StreamCorruptedException.java | 34 * Constructs a new {@code StreamCorruptedException} with its stack trace 41 * Constructs a new {@code StreamCorruptedException} with its stack trace
|
UTFDataFormatException.java | 31 * Constructs a new {@code UTFDataFormatException} with its stack trace 38 * Constructs a new {@code UTFDataFormatException} with its stack trace and
|
UnsupportedEncodingException.java | 30 * trace filled in. 37 * trace and detail message filled in.
|
/libcore/luni/src/main/java/java/lang/ |
AbstractMethodError.java | 32 * stack trace. 38 * Constructs a new {@code AbstractMethodError} with the current stack trace
|
ArithmeticException.java | 29 * stack trace. 35 * Constructs a new {@code ArithmeticException} with the current stack trace
|
ArrayStoreException.java | 30 * stack trace. 36 * Constructs a new {@code ArrayStoreException} with the current stack trace
|
ClassCastException.java | 29 * stack trace. 35 * Constructs a new {@code ClassCastException} with the current stack trace
|
ClassCircularityError.java | 34 * stack trace. 41 * trace and the specified detail message.
|
ClassFormatError.java | 30 * trace. 36 * Constructs a new {@code ClassFormatError} with the current stack trace
|
CloneNotSupportedException.java | 32 * current stack trace. 39 * stack trace and the specified detail message.
|
IllegalAccessError.java | 32 * stack trace. 38 * Constructs a new {@code IllegalAccessError} with the current stack trace
|
IllegalAccessException.java | 30 * stack trace. 37 * trace and the specified detail message.
|
IllegalMonitorStateException.java | 31 * current stack trace. 38 * trace and the specified detail message.
|
IllegalThreadStateException.java | 30 * current stack trace. 37 * stack trace and the specified detail message.
|
IncompatibleClassChangeError.java | 34 * current stack trace. 41 * stack trace and the specified detail message.
|
IndexOutOfBoundsException.java | 30 * current stack trace. 37 * trace and the specified detail message.
|
InternalError.java | 29 * trace. 35 * Constructs a new {@code InternalError} with the current stack trace and
|
Completed in 241 milliseconds
<<11121314151617181920>>