OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logging
(Results
1626 - 1650
of
9342
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/frameworks/ex/variablespeed/jni/
hlogging.h
24
// Simple
logging
macros.
/frameworks/wilhelm/src/
sllog.c
25
// There is no support for configuring the
logging
level at runtime.
/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
Android.mk
12
# Enable
logging
to logcat per default
/libcore/dalvik/src/main/java/dalvik/system/
DalvikLogging.java
20
* Utility methods for
logging
to {@code DalvikHandlers}.
/libcore/luni/src/main/java/java/util/logging/
Filter.java
18
package java.util.
logging
;
LoggingPermission.java
18
package java.util.
logging
;
/libnativehelper/
ALog-priv.h
33
* in system core. This should be dependent only on ndk exposed
logging
/packages/apps/Email/tests/src/com/android/emailcommon/
DeviceTests.java
32
LogUtils.w(
Logging
.LOG_TAG, "TelephonyManager not supported. Skipping.");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorProvider.java
26
* Gets the name of the provider. This is used for
logging
and
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Observable.java
23
* A Utility class to register observers and return
logging
and counts for the number of registered
/packages/apps/VoiceDialer/res/values/
strings.xml
99
<!-- message in popup which indicates that VoiceDialer
logging
101
<string name="logging_enabled">Voice Dialer
logging
is turned on.</string>
103
<!-- message in popup which indicates that VoiceDialer
logging
105
<string name="logging_disabled">Voice Dialer
logging
is turned off.</string>
/packages/inputmethods/LatinIME/java/res/values-sw768dp/
config.xml
37
<!-- Screen metrics for
logging
.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h
1
/* Header file for IP tables userspace
logging
, Version 1.8
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
klog.h
26
/* Control the kernel's
logging
facility. This corresponds exactly to
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h
1
/* Header file for IP tables userspace
logging
, Version 1.8
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
klog.h
26
/* Control the kernel's
logging
facility. This corresponds exactly to
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ULOG.h
1
/* Header file for IP tables userspace
logging
, Version 1.8
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
klog.h
26
/* Control the kernel's
logging
facility. This corresponds exactly to
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
IAndroidLaunchAction.java
39
* Return a description of launch, to be used for
logging
and error messages
/system/core/libcutils/
loghack.h
18
* This is a temporary hack to enable
logging
from cutils.
/external/chromium_org/build/android/pylib/
forwarder.py
6
import
logging
namespace
91
logging
.info('Forwarding using commands: %s', redirection_commands)
114
logging
.info('Forwarding device port: %d to host port: %d.',
219
logging
.error('Trying to unmap non-forwarded port %d' % device_port)
225
logging
.error('%s exited with %d:\n%s' % (
298
logging
.info('Killing host_forwarder.')
319
logging
.info('Killing device_forwarder.')
/external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py
7
import
logging
namespace
101
logging
.warning('Skipping frame lengths that are too short.')
152
logging
.warning('Surface stat data is empty')
257
log_result=
logging
.getLogger().isEnabledFor(
logging
.DEBUG))
301
logging
.error('Failed to parse current surface from ' + match.group(1))
303
logging
.warning('Failed to call SurfaceFlinger surface ' + results[0])
/external/chromium_org/chrome/test/functional/gtalk/
gtalk_base_test.py
11
import
logging
namespace
45
logging
.info('Extension already installed. Skipping install...\n')
235
logging
.debug('Tab not found: %s' % tab)
237
logging
.info('Run in tab: %s' % js)
260
logging
.debug('View not found: %s' % view)
262
logging
.info('Run in view: %s' % js)
283
logging
.info(js + ' ===> ' + out.encode('utf-8'))
/external/chromium_org/cloud_print/service/win/
cloud_print_service.cc
20
#include "base/
logging
.h"
409
logging
::LoggingSettings settings;
410
settings.logging_dest =
logging
::LOG_TO_SYSTEM_DEBUG_LOG;
411
logging
::InitLogging(settings);
413
logging
::SetMinLogLevel(
415
logging
::LOG_INFO :
logging
::LOG_FATAL);
/external/chromium_org/net/disk_cache/
stress_cache.cc
25
#include "base/
logging
.h"
268
logging
::SetLogAssertHandler(CrashHandler);
269
logging
::SetLogMessageHandler(MessageHandler);
272
logging
::LogEventProvider::Initialize(kStressCacheTraceProviderName);
275
logging
::LoggingSettings settings;
276
settings.logging_dest =
logging
::LOG_TO_SYSTEM_DEBUG_LOG;
277
logging
::InitLogging(settings);
Completed in 1685 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>