OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logging
(Results
676 - 700
of
3268
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/av/services/audioflinger/
ServiceUtilities.cpp
51
// convention is for caller to dump an error message to fd instead of
logging
here
/frameworks/base/core/java/android/ddm/
DdmRegister.java
39
*
logging
). It also allows debugging of DDM handler initialization.
/frameworks/base/core/java/com/android/internal/util/
LocalLog.java
25
* Helper class for
logging
serious issues, which also keeps a small
/frameworks/base/core/tests/coretests/src/android/webkit/
WebkitTest.java
35
* Note: check the
logging
output manually to test
/frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp
17
#include "base/
logging
.h"
/hardware/ti/omap4xxx/libtiutils/
MessageQueue.h
28
///Camera HAL
Logging
Functions
/libcore/luni/src/main/java/libcore/io/
DropBox.java
27
* Used to replace default Reporter for
logging
events. Must be non-null.
EventLogger.java
27
* Used to replace default Reporter for
logging
events. Must be non-null.
/libcore/luni/src/test/java/libcore/sqlite/
OldSQLiteTest.java
23
import java.util.
logging
.Logger;
/packages/apps/Email/src/org/apache/james/mime4j/field/
AddressListField.java
22
//BEGIN android-changed: Stubbing out
logging
/packages/apps/Email/src/org/apache/james/mime4j/util/
TempStorage.java
22
//BEGIN android-changed: Stubbing out
logging
/packages/apps/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java
189
* Convenience methods to do user
logging
(i.e. connection activity). Saves a bunch of
216
* Standard
logging
for EAS.
217
* If user
logging
is active, we concatenate any arguments and log them using Log.d
218
* We also check for file
logging
, and log appropriately
/packages/inputmethods/LatinIME/java/res/values-sw768dp/
config.xml
39
<!-- Screen metrics for
logging
.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchShortcut.java
51
//
logging
an error here.
/sdk/eclipse/plugins/com.android.ide.eclipse.base/
.classpath
9
<classpathentry exported="true" kind="lib" path="libs/commons-
logging
-1.1.1.jar"/>
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java
36
import org.apache.commons.
logging
.Log;
37
import org.apache.commons.
logging
.LogFactory;
105
//@@@ is
logging
really necessary? this here is the
/external/chromium/base/
logging_unittest.cc
6
#include "base/
logging
.h"
11
namespace
logging
{
namespace
250
} // namespace
logging
vlog.cc
8
#include "base/
logging
.h"
12
namespace
logging
{
namespace
83
// number of dependencies the
logging
system has.
vlog_unittest.cc
8
#include "base/
logging
.h"
13
namespace
logging
{
namespace
121
} // namespace
logging
/external/chromium/base/win/
event_trace_provider.h
6
// Windows Event Tracing for
logging
transport and control.
81
// Users of this class can test whether
logging
is currently enabled at
115
// Returns true iff
logging
should be performed for "level" and "flags".
/external/v8/test/cctest/
log-eq-of-logging-and-traversal.js
88
if (line === "test-
logging
-done,\"\"") {
142
// expecting more functions in traversal vs.
logging
.
143
// Since we don't track code deletions,
logging
can also report more entries
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
metered_stream_unittest.py
99
import
logging
namespace
101
logger =
logging
.getLogger()
102
handler =
logging
.StreamHandler(b)
/frameworks/base/core/java/android/util/
TimingLogger.java
52
*
logging
the timings.
73
* @param tag the log tag to use while
logging
the timings
85
* @param tag the log tag to use while
logging
the timings
/frameworks/wilhelm/src/
Android.mk
44
# enable API
logging
; details are set separately by SL_TRACE_DEFAULT below
46
# or -UUSE_TRACE to disable API
logging
58
# or -DUSE_LOG=SLAndroidLogLevel_Verbose for verbose
logging
/libcore/luni/src/main/java/java/util/logging/
FileHandler.java
18
package java.util.
logging
;
32
* A {@code FileHandler} writes
logging
records into a specified file or a
50
* <li>java.util.
logging
.FileHandler.append specifies whether this
53
* <li>java.util.
logging
.FileHandler.count specifies how many output files to
55
* <li>java.util.
logging
.FileHandler.filter specifies the {@code Filter} class
57
* <li>java.util.
logging
.FileHandler.formatter specifies the {@code Formatter}
58
* class, defaults to {@code java.util.
logging
.XMLFormatter}.</li>
59
* <li>java.util.
logging
.FileHandler.encoding specifies the character set
61
* <li>java.util.
logging
.FileHandler.level specifies the level for this
63
* <li>java.util.
logging
.FileHandler.limit specifies the maximum number o
[
all
...]
Completed in 482 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>