Home
last modified time | relevance | path

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

1234567

/frameworks/av/tools/resampler_tools/
Dfir.cpp96 bool debug = false; in main() local
164 debug = true; in main()
227 if (!debug) { in main()
256 if (!debug) { in main()
268 printf("%.9g%s ", y, debug ? "," : "f,"); in main()
276 if (!debug) printf("\n "); in main()
291 printf("%.9g%s", y, debug ? "" : "f"); in main()
294 if (debug && (i==nzc-1)) { in main()
302 if (!debug) { in main()
/frameworks/webview/chromium/tools/
Dmerge_from_chromium.py126 logging.debug(' Got URL %s and SHA1 %s for project %s', url, sha1, path)
158 logging.debug('Parsing DEPS ...')
189 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)
219 logging.debug('Merging Chromium at %s ...', merged_sha1)
227 logging.debug('Getting directories to exclude ...')
240 logging.debug(' %s', '\n '.join(os.path.join(path, x) for x in
269 logging.debug('Generating makefiles ...')
331 logging.debug('Regenerating NOTICE file ...')
[all …]
Dmerge_to_android.py54 logging.debug('Check out %-45s at %-16s', project, tracking_branch)
74 logging.debug('Fetch %-45s %s:%s', project, remote, remote_ref)
104 logging.debug('No new commits to merge in project %s', project)
107 logging.debug('Merging project %s (flatten: %s)...', project, flatten)
205 logging.debug('Merging the SHA in repo.prop anyways (due to --force)')
208 logging.debug('Reason: %s', reason)
225 logging.debug('Getting upstream SHA for %s...', reference)
239 logging.debug('Found nearest Chromium revision %s', upstream_commit)
331 logging.debug('Pushing Chromium projects to %s ...', target_branch)
334 logging.debug('Pushing %s', path)
/frameworks/base/services/core/java/com/android/server/hdmi/
DDelayedMessageBuffer.java65 HdmiLogger.debug("Buffering message:" + message); in add()
94 HdmiLogger.debug("Processing message:" + message); in processAllMessages()
111 HdmiLogger.debug("Checking message for address:" + address); in processMessagesForDevice()
123 HdmiLogger.debug("Processing message:" + message); in processMessagesForDevice()
145 HdmiLogger.debug("Processing message:" + message); in processActiveSource()
DSystemAudioAction.java100 HdmiLogger.debug("Failed to send <System Audio Mode Request>:" + error); in sendSystemAudioModeRequestInternal()
127 HdmiLogger.debug("[T]:wait for <Set System Audio Mode>."); in handleSendSystemAudioModeRequestTimeout()
149 HdmiLogger.debug("Failed to start system audio mode request."); in processCommand()
164 HdmiLogger.debug("Unexpected system audio mode request:" + receivedStatus); in processCommand()
DSetArcTransmissionStateAction.java86 HdmiLogger.debug("Failed to send <Report Arc Initiated>."); in sendReportArcInitiated()
115 HdmiLogger.debug("Feature aborted for <Report Arc Initiated>"); in processCommand()
DHdmiCecController.java207 HdmiLogger.debug("New logical address for device [%d]: [preferred:%d, assigned:%d]", in handleAllocateLogicalAddress()
327 HdmiLogger.debug("setOption: [flag:%d, value:%d]", flag, value); in setOption()
441 HdmiLogger.debug("[P]:AllocatedAddress=%s", allocated.toString()); in runDevicePolling()
569 HdmiLogger.debug("[S]:" + cecMessage); in sendCommand()
604 HdmiLogger.debug("[R]:" + command); in handleIncomingCecCommand()
614 HdmiLogger.debug("Hotplug event:[port:%d, connected:%b]", port, connected); in handleHotplug()
DVolumeControlAction.java110 HdmiLogger.debug("Volume Key Status Changed[old:%b new:%b]", mIsVolumeUp, isVolumeUp); in handleVolumeChange()
147 HdmiLogger.debug("Force volume change[mute:%b, volume=%d]", mute, volume); in handleReportAudioStatus()
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java356 final boolean debug = localLOGV || in queryIntentFromList()
363 buildResolveList(intent, categories, debug, defaultOnly, in queryIntentFromList()
376 final boolean debug = localLOGV || in queryIntent()
379 if (debug) Slog.v( in queryIntent()
400 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut)); in queryIntent()
402 if (debug) Slog.v(TAG, "Second type cut: " in queryIntent()
407 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut)); in queryIntent()
409 if (debug) Slog.v(TAG, "Second type cut: " in queryIntent()
415 if (debug) Slog.v(TAG, "Third type cut: " + Arrays.toString(thirdTypeCut)); in queryIntent()
421 if (debug) Slog.v(TAG, "Typed Action list: " + Arrays.toString(firstTypeCut)); in queryIntent()
[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-ant.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 …]
Dbuilding-cmdline.jd38 one for debugging your application &mdash; <em>debug</em> &mdash; and one for building your
41 …a debug key when building in debug mode and with your own private key when building in release mod…
43 <p>Whether you're building with the debug or release build type, you need to run
45 When you build using the debug build type, the .apk file is automatically signed by the SDK tools
46 …with a debug key based on the <code>debuggable true</code> setting in the module's gradle.build fi…
48 development device. You cannot distribute an application that is signed with a debug key.
58 development device by building in debug mode.</p>
76 <p>For immediate application testing and debugging, you can build your application in debug mode
77 and immediately install it on an emulator. In debug mode, the build tools automatically sign your
78 application with a debug key and optimize the package with {@code zipalign}.</p>
[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 system uses a debug key with a known password so you do not have
Dplugin-for-gradle.jd96 <em>module</em> is a component of your app that you can build, test, or debug independently.
167 <li>build properties such as debuggable, ProGuard enabling, debug signing, version name
175 manifest properties, creates two build types: release and debug, and declares several dependencies.
198 debug {
283 has dependent tasks for <em>assembleDebug</em> and <em>assembleRelease</em> to make the debug and
285 These tasks can also be called independently to build the debug or release APK separately. </p>
332 packaging versions generated for each app package, such as debug and release. The build system
336 the build.gradle file, and two build types (<em>debug</em> and <em>release</em>). This creates two
337 build variants, debug and release, and the build system generates an
341 with the default build types <em>debug</em> and <em>release</em> generates four build variants,
[all …]
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd12 <li><a href="#debug-mode">Signing in Debug Mode</a></li>
48 <p>You can sign an app in debug or release mode. You sign your app in debug mode during development
50 certificate to sign apps in debug mode. To sign apps in release mode, you need to generate
53 <h3 id="debug-mode">Signing in Debug Mode</h3>
55 <p>In debug mode, you sign your app with a debug certificate generated by the Android SDK tools.
56 This certificate has a private key with a known password, so you can run and debug your app
59 <p>Android Studio signs your app in debug mode automatically when
60 you run or debug your project from the IDE.</p>
62 <p>You can run and debug an app signed in debug mode on the emulator and on devices connected
63 to your development manchine through USB, but you cannot distribute an app signed in debug
[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/compile/mclinker/include/mcld/Support/
DMsgHandling.h32 MsgHandler debug(unsigned int pID);
61 inline mcld::MsgHandler mcld::debug(unsigned int pID) in debug() function
/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/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 …]
/frameworks/base/docs/html-intl/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
Ddebugging-studio.jd39 <p>Android Studio enables you to debug apps running on the emulator or on an Android device.
43 <li>Select a device to debug your app on.</li>
51 <p>To debug your app, Android Studio builds a debuggable version of your app, connects
62 select a physical Android device or a virtual device to debug your app.</p>
65 <p>To run your app in debug mode, you build an APK signed with a debug key and install it on a
71 <p>To debug your app in Android Studio:</p>
88 <p>Android Studio opens the <em>Debug</em> tool window when you debug your app. To open the
102 <p>You don't always have to restart your app to debug it. To debug an app that you're already
118 <p>The system log shows system messages while you debug your app. These messages include
120 system log to debug your app, make sure your code writes log messages and prints the stack
[all …]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
DLogHelper.java16 package com.android.ex.camera2.portability.debug;
/frameworks/native/cmds/rawbu/
DAndroid.mk13 LOCAL_MODULE_TAGS := debug
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DTransformClassAdapter.java126 mLog.debug(" Stub: %s (%s)", invokeSignature, isNative ? "native" : ""); in visitMethod()
133 mLog.debug(" Keep: %s %s", name, desc); in visitMethod()

1234567