/frameworks/av/tools/resampler_tools/ |
D | fir.cpp | 85 bool debug = false; in main() local 155 debug = true; in main() 202 if (!debug) { in main() 231 if (!debug) { in main() 241 printf("%.9g%s ", y, debug ? "," : "f,"); in main() 249 if (!debug) printf("\n "); in main() 261 printf("%.9g%s", y, debug ? "" : "f"); in main() 264 if (debug && (i==nzc-1)) { in main() 272 if (!debug) { in main()
|
/frameworks/base/services/java/com/android/server/ |
D | IntentResolver.java | 209 final boolean debug = localLOGV || in queryIntentFromList() 216 buildResolveList(intent, categories, debug, defaultOnly, in queryIntentFromList() 229 final boolean debug = localLOGV || in queryIntent() 232 if (debug) Slog.v( in queryIntent() 253 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut)); in queryIntent() 255 if (debug) Slog.v(TAG, "Second type cut: " in queryIntent() 260 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut)); in queryIntent() 262 if (debug) Slog.v(TAG, "Second type cut: " in queryIntent() 268 if (debug) Slog.v(TAG, "Third type cut: " + Arrays.toString(thirdTypeCut)); in queryIntent() 274 if (debug) Slog.v(TAG, "Typed Action list: " + Arrays.toString(firstTypeCut)); in queryIntent() [all …]
|
/frameworks/webview/chromium/tools/ |
D | merge_to_master.py | 62 logging.debug('Merging project %s ...', path) 85 logging.debug('No new commits to merge in project %s', path) 100 logging.debug('Merging project %s ...', path) 109 logging.debug('No new commits to merge in project %s', path) 113 logging.debug('Getting SVN revision ...') 147 logging.debug('Creating merge for framework...') 160 logging.debug('No new commits to merge in framework') 166 logging.debug('Pushing to server ...') 169 logging.debug('Pushing %s', path)
|
D | merge_from_chromium.py | 128 logging.debug(' Got URL %s and SHA1 %s for project %s', url, sha1, path) 157 logging.debug('Parsing DEPS ...') 184 logging.debug('Fetching project %s at %s ...', path, sha1) 194 logging.debug('Merging project %s at %s ...', path, sha1) 202 logging.debug('No new commits to merge in project %s', path) 213 logging.debug('Merging Chromium at %s ...', root_sha1) 221 logging.debug('Getting directories to exclude ...') 234 logging.debug(' %s', '\n '.join(os.path.join(path, x) for x in 261 logging.debug('Generating makefiles ...') 339 logging.debug('Regenerating NOTICE file ...') [all …]
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | LocalBroadcastManager.java | 209 final boolean debug = DEBUG || in sendBroadcast() 211 if (debug) Log.v( in sendBroadcast() 217 if (debug) Log.v(TAG, "Action list: " + entries); in sendBroadcast() 222 if (debug) Log.v(TAG, "Matching against filter " + receiver.filter); in sendBroadcast() 225 if (debug) { in sendBroadcast() 234 if (debug) Log.v(TAG, " Filter matched! match=0x" + in sendBroadcast() 242 if (debug) { in sendBroadcast()
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline.jd | 35 testing/debugging your application — <em>debug mode</em> — and one for building your 37 …it must be signed before it can install on an emulator or device—with a debug key when build… 38 in debug mode and with your own private key when building in release mode.</p> 40 <p>Whether you're building in debug mode or release mode, you need to use the Ant tool to compile 42 When you build in debug mode, the .apk file is automatically signed by the SDK tools with 43 a debug key, so it's instantly ready for installation onto an emulator or attached 44 development device. You cannot distribute an application that is signed with a debug key. 53 development device by building in debug mode.</p> 71 <p>For immediate application testing and debugging, you can build your application in debug mode 72 and immediately install it on an emulator. In debug mode, the build tools automatically sign your [all …]
|
D | index.jd | 27 <p>To run an application on an emulator or device, the application must be signed using debug or 28 release mode. You typically want to sign your application in debug mode when you develop and test 29 your application, because the build tools use a debug key with a known password so you do not have 33 <p>Fortunately, Eclipse or your Ant build script signs the application for you in debug mode 74 …<li>Once the <code>.apk</code> is built, it must be signed with either a debug or release key befo…
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 58 <li>To test and debug your application, the build tools sign your application with a special debug 61 private key. You cannot publish an application that is signed with the debug key generated 77 run it or debug it on an emulator or device.</p> 82 use to build your application. There are two build modes: <em>debug mode</em> and <em>release 83 mode</em>. You use debug mode when you are developing and testing your application. You use 87 <p>When you build in <em>debug mode</em> the Android SDK build tools use the Keytool utility 88 (included in the JDK) to create a debug key. Because the SDK build tools created the debug key, 89 they know the debug key's alias and password. Each time you compile your application in debug mode, 90 the build tools use the debug key along with the Jarsigner utility (also included in the JDK) to 92 build tools, the tools don't need to prompt you for the debug key's alias and password each time [all …]
|
/frameworks/base/core/jni/ |
D | android_util_Log.cpp | 38 jint debug; member 50 case 'D': return levels.debug; in toLevel() 156 levels.debug = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "DEBUG", "I")); in register_android_util_Log()
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | LogTest.java | 45 mLog.debug("Test %d", 42); in testDebug() 49 mLog.debug("Test %d", 42); in testDebug()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 35 MsgHandler debug(unsigned int pID); 64 inline mcld::MsgHandler mcld::debug(unsigned int pID) in debug() function
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 240 <td><code>-debug <tags></code></td> 241 <td>Enable/disable debug messages for the specified debug tags.</td> 242 <td><code><tags></code> is a space/comma/column-separated list of debug component names. 243 Use <code>-help-debug-tags</code> to print a list of debug component names that you can use. </td> 246 <td><code>-debug-<tag></code></td> 247 <td>Enable/disable debug messages for the specified debug tag.</td> 248 …<td rowspan="2">Use <code>-help-debug-tags</code> to print a list of debug component names that yo… 251 <td><code>-debug-no-<tag></code></td> 252 <td>Disable debug messages for the specified debug tag.</td> 296 <td>Equivalent to <code>-debug-init</code>. [all …]
|
D | traceview.jd | 7 Traceview can help you debug your application and profile its performance.</p>
|
D | hierarchy-viewer.jd | 6 <p>Hierarchy Viewer allows you to debug and optimize your user
|
/frameworks/base/docs/html-intl/ja/guide/publishing/ |
D | app-signing.jd | 119 <li>キーストア名 – 「debug.keystore」</li> 136 …署名モードは <code>debug</code> オプションを使用することで有効になります(<code>android</code> ツールで生成された <code>build.xml</cod… 145 <pre>debug: 146 [echo] Packaging bin/samples-debug.apk, and signing it with a debug key... 151 <p>この問題を解決するには、<code>debug.keystore</code> ファイルを削除します。AVD のデフォルトの格納場所は、OS X と Linux の場合は <code>~/.a…
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-devtools.jd | 8 …number of settings on your device that will make it easier to test and debug your applications.</p> 22 Lets you select the application to debug. You do not need to set this to attach a debugger, 38 which is important to debug the startup process of an Activity. 40 be killed. In order to check this box, you must have selected a debug application as described
|
D | index.jd | 19 <p>The Android SDK provides most of the tools that you need to debug your applications. You need 53 via DDMS. If you want to debug multiple applications, attaching to each port might become 79 selecting the application that you want to debug in the DDMS user interface. A JDWP debugger can 80 attach to this static debugging port and debug all the applications that are running on the 91 debug and profile your applications:</p> 97 <dd>Graphical programs that let you debug and profile user interfaces.</dd> 166 <dd>Android provides debug helper classes such as {@link android.util.Log
|
/frameworks/native/cmds/rawbu/ |
D | Android.mk | 13 LOCAL_MODULE_TAGS := debug
|
/frameworks/base/core/java/android/debug/ |
D | JNITest.java | 17 package android.debug;
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 146 mLog.debug(" Stub: %s (%s)", invokeSignature, isNative ? "native" : ""); in visitMethod() 153 mLog.debug(" Keep: %s %s", name, desc); in visitMethod()
|
D | Log.java | 30 public void debug(String format, Object... args) { in debug() method in Log
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 232 final String debug = System.getenv("DEBUG_LAYOUT"); in init() local 233 if (debug != null && !debug.equals("0") && !debug.equals("false")) { in init() 241 if (debug.equalsIgnoreCase("throw")) { in init()
|
/frameworks/base/core/java/android/content/ |
D | BroadcastReceiver.java | 759 public final void setDebugUnregister(boolean debug) { in setDebugUnregister() argument 760 mDebugUnregister = debug; in setDebugUnregister()
|
/frameworks/compile/mclinker/lib/LD/ |
D | EhFrameReader.cpp | 144 debug(diag::debug_cannot_scan_eh) << pInput.name(); in read() 162 debug(diag::debug_cannot_parse_eh) << pInput.name(); in read()
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | rsbench.rs | 239 static void debug() { 266 debug();
|