Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 117) sorted by relevance

12345

/frameworks/av/tools/resampler_tools/
Dfir.cpp85 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/
DIntentResolver.java209 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/
Dmerge_to_master.py62 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)
Dmerge_from_chromium.py128 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/
DLocalBroadcastManager.java209 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/
Dbuilding-cmdline.jd35 testing/debugging your application &mdash; <em>debug mode</em> &mdash; and one for building your
37 …it must be signed before it can install on an emulator or device&mdash;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 …]
Dindex.jd27 <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/
Dapp-signing.jd58 <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/
Dandroid_util_Log.cpp38 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/
DLogTest.java45 mLog.debug("Test %d", 42); in testDebug()
49 mLog.debug("Test %d", 42); in testDebug()
/frameworks/compile/mclinker/include/mcld/Support/
DMsgHandling.h35 MsgHandler debug(unsigned int pID);
64 inline mcld::MsgHandler mcld::debug(unsigned int pID) in debug() function
/frameworks/base/docs/html/tools/help/
Demulator.jd240 <td><code>-debug &lt;tags&gt;</code></td>
241 <td>Enable/disable debug messages for the specified debug tags.</td>
242 <td><code>&lt;tags&gt;</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-&lt;tag&gt;</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-&lt;tag&gt;</code></td>
252 <td>Disable debug messages for the specified debug tag.</td>
296 <td>Equivalent to <code>-debug-init</code>.
[all …]
Dtraceview.jd7 Traceview can help you debug your application and profile its performance.</p>
Dhierarchy-viewer.jd6 <p>Hierarchy Viewer allows you to debug and optimize your user
/frameworks/base/docs/html-intl/ja/guide/publishing/
Dapp-signing.jd119 <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/
Ddebugging-devtools.jd8 …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
Dindex.jd19 <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/
DAndroid.mk13 LOCAL_MODULE_TAGS := debug
/frameworks/base/core/java/android/debug/
DJNITest.java17 package android.debug;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DTransformClassAdapter.java146 mLog.debug(" Stub: %s (%s)", invokeSignature, isNative ? "native" : ""); in visitMethod()
153 mLog.debug(" Keep: %s %s", name, desc); in visitMethod()
DLog.java30 public void debug(String format, Object... args) { in debug() method in Log
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java232 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/
DBroadcastReceiver.java759 public final void setDebugUnregister(boolean debug) { in setDebugUnregister() argument
760 mDebugUnregister = debug; in setDebugUnregister()
/frameworks/compile/mclinker/lib/LD/
DEhFrameReader.cpp144 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/
Drsbench.rs239 static void debug() {
266 debug();

12345