Searched
full:debug (Results
651 -
675 of
19524) sorted by null
<<21222324252627282930>>
/packages/apps/DeskClock/src/com/android/deskclock/ |
LogUtils.java | 29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE); 32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { 39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { 46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { 53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { 60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { 67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { 74 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) [all...] |
/development/samples/devbytes/telephony/SmsSampleProject/app/ |
app.iml | 11 <option name="SELECTED_BUILD_VARIANT" value="debug" /> 28 <output url="file://$MODULE_DIR$/build/intermediates/classes/debug" /> 29 <output-test url="file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug" /> 32 <sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" /> 33 <sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" generated="true" /> 34 <sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" /> 35 <sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" generated="true" /> 36 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" /> 37 <sourceFolder url="file://$MODULE_DIR$/build/generated/res/generated/debug" type="java-resource" /> 38 <sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/androidTest/debug" isTestSource="true" generated="true" / [all...] |
/external/icu/icu4c/source/samples/citer/ |
citer.vcxproj | 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 49 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</OutDir [all...] |
/external/v8/test/mjsunit/bugs/harmony/ |
debug-blockscopes.js | 28 // Flags: --expose-debug-as debug 33 // Get the Debug object exposed from the debug context global object. 34 Debug = debug.Debug; 45 // Debug event listener which delegates. 48 if (event == Debug.DebugEvent.Break) { 59 // Add the debug event listener [all...] |
/external/icu/icu4c/source/data/ |
makedata.vcxproj | 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 8 <ProjectConfiguration Include="Debug|x64"> 9 <Configuration>Debug</Configuration> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 45 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir [all...] |
/external/libmicrohttpd/w32/VS2013/ |
libmicrohttpd.vcxproj | 4 <ProjectConfiguration Include="Debug-dll-xp|Win32"> 5 <Configuration>Debug-dll-xp</Configuration> 8 <ProjectConfiguration Include="Debug-dll-xp|x64"> 9 <Configuration>Debug-dll-xp</Configuration> 12 <ProjectConfiguration Include="Debug-dll|Win32"> 13 <Configuration>Debug-dll</Configuration> 16 <ProjectConfiguration Include="Debug-dll|x64"> 17 <Configuration>Debug-dll</Configuration> 20 <ProjectConfiguration Include="Debug-static-xp|Win32"> 21 <Configuration>Debug-static-xp</Configuration [all...] |
/external/autotest/client/cros/audio/ |
cras_dbus_utils.py | 99 logging.debug('Got NodesChanged signal when loop is running.') 101 logging.debug('count = %d', self._count) 103 logging.debug('Quit main loop') 106 logging.debug('Got NodesChanged signal when loop is not running.' 120 logging.debug( 204 logging.debug('Before starting the counter') 205 logging.debug('nodes = %s', pprint.pformat(self._nodes)) 213 logging.debug('Start counting for signal %s', self._signal_name) 220 logging.debug('Count result: %s', self._count) 227 logging.debug('Got %s signal when loop is running.' [all...] |
/development/host/windows/ |
.gitignore | 5 usb/Debug
|
/development/tools/yuv420sp2rgb/ |
Android.mk | 11 LOCAL_SRC_FILES := yuv420sp2rgb.c cmdline.c debug.c
|
/device/google/marlin/sepolicy/ |
radio.te | 11 # access to /dev/diag on debug builds
|
wcnss_filter.te | 15 # access to /dev/diag on debug builds
|
/external/autotest/client/cros/cellular/ |
cellular_logging.py | 18 log.debug('Print this at the debug level ') 21 log.setLevel(logging.DEBUG) 23 ch.setLevel(logging.DEBUG)
|
/external/autotest/client/tests/kvm/autotest_control/ |
systemtap.control | 10 This test runs the systemtap testsuite. You will need a kernel with debug
|
/external/autotest/client/tests/monotonic_time/src/ |
logging.c | 17 static int debug = 0; variable 32 debug = level; 49 if (data > debug) 51 type = "DEBUG";
|
/external/autotest/client/tests/systemtap/ |
control | 10 This test runs the systemtap testsuite. You will need a kernel with debug
|
/external/autotest/scheduler/ |
babysitter_logging_config.py | 14 logging.DEBUG,
|
/external/chromium-trace/catapult/tracing/test_data/ |
gpu_state_trace.json | 3 "cat": "disabled-by-default-gpu.debug",
|
/external/clang/test/CodeGen/ |
2006-01-13-Includes.c | 1 // RUN: %clang_cc1 %s -debug-info-kind=limited -emit-llvm -o - | FileCheck %s
|
2010-01-18-Inlined-Debug.c | 2 // RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm %s -o /dev/null
|
2010-02-10-PointerName.c | 1 // RUN: %clang_cc1 %s -emit-llvm -debug-info-kind=limited -o - | FileCheck %s
|
2010-03-5-LexicalScope.c | 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
|
2010-08-10-DbgConstant.c | 1 // RUN: %clang_cc1 -S -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
|
debug-info-args.c | 1 // RUN: %clang_cc1 -triple x86_64-unk-unk -o - -emit-llvm -debug-info-kind=limited %s | FileCheck %s
|
debug-info-line3.c | 1 // RUN: %clang_cc1 -debug-info-kind=limited -S -emit-llvm %s -o - | FileCheck %s
|
debug-info-static.c | 1 // RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s
|
Completed in 1046 milliseconds
<<21222324252627282930>>