/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 11 "Fails to resolve symbols [%0:%1]\nPlease reports to `%2'", 12 "Fails to resolve symbols [%0:%1]\nPlease reports to `%2'")
|
/frameworks/base/docs/html/distribute/analyze/ |
D | build-better-apps.jd | 8 While looking at your data in beautiful reports can be fun, the real power of 22 tend to have the highest conversion rates. Build custom reports to identify 91 Experiment results are displayed in Google Analytics reports that summarize 94 information over all of your Google Analytics reports to gain even deeper 95 insights. However, don’t worry about keeping an eye on your reports: you can
|
D | understand-user-value.jd | 49 and Interest reports</h2> 55 interested in. Among these, the Active Users reports highlight how users come 64 Google Analytics’ <strong>Demographics & Interest</strong> reports highlight 68 reports to see what interest categories entice your users. 139 caused a change to your aggregated data. All reports in Google Analytics
|
D | google-services.jd | 2 page.metaDescription=Find your Analytics reports where you need them within Google Play, AdMob, and… 33 create lists directly from your reports when you find a segment that is
|
D | improve-roi.jd | 106 regularly. Google Analytics has reports to measure post-download user 128 creative works best. These automatic reports show exactly how your search and
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 22 version 4.2.1. There are reports of problems on Mac OS X.
|
/frameworks/base/docs/html/tools/help/ |
D | layoutopt.jd | 7 …} tool beginning in ADT and SDK Tools revision 16. The {@code lint} tool reports UI layout perform…
|
D | monkey.jd | 42 <p>Depending on the verbosity level you have selected, you will also see reports on the progress 187 <td>If set, this option will generate profiling reports immediately before and after 227 <td>Watches for and reports crashes occurring in the Android system native code. If --kill-process-…
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | start.jd | 120 <li>Open <strong>Financial reports</strong> <img src= 121 "{@docRoot}images/distribute/console-reports.png"> on the side navigation.
|
D | developer-console.jd | 22 <li><a href="#reviews-reports">User Reviews, Crash Reports</a></li> 155 configuration, but not to financial reports. Learn how to <a href= 522 <h2 id="reviews-reports"> 546 Use crash reports for debugging and improving your app. You can see crash 547 reports with stack trace and other data, submitted automatically from Android
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppOpsService.java | 646 ArrayList<Pair<String, Integer>> reports = callbacks.get(cb); in addCallbacks() local 647 if (reports == null) { in addCallbacks() 648 reports = new ArrayList<Pair<String, Integer>>(); in addCallbacks() 649 callbacks.put(cb, reports); in addCallbacks() 651 final int reportCount = reports.size(); in addCallbacks() 653 Pair<String, Integer> report = reports.get(j); in addCallbacks() 661 reports.add(new Pair<>(packageName, op)); in addCallbacks() 763 ArrayList<Pair<String, Integer>> reports = ent.getValue(); in resetAllModes() local 764 for (int i=0; i<reports.size(); i++) { in resetAllModes() 765 Pair<String, Integer> rep = reports.get(i); in resetAllModes()
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 31 <p>At the system level, Android reports input event codes from game controllers 330 controllers. Android reports D-pad UP and DOWN presses as 484 <p>When players move a joystick on their game controllers, Android reports a 619 reports horizontal movements as {@link android.view.MotionEvent#AXIS_X} events 621 For the right stick, Android reports horizontal movements as 627 triggers. If these triggers are present, Android reports a left trigger press 632 {@link android.view.MotionEvent#AXIS_LTRIGGER} also reports an 635 {@link android.view.MotionEvent#AXIS_GAS}. Android reports all analog trigger
|
/frameworks/base/docs/html/distribute/monetize/ |
D | ads.jd | 172 Flow visualization reports 178 "https://support.google.com/analytics/answer/2519986">flow reports</a>.
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
D | start.jd | 118 …ите <strong>Финансовые отчеты</strong> <img src="{@docRoot}images/distribute/console-reports.png">.
|
D | developer-console.jd | 22 <li><a href="#reviews-reports">Отзывы пользователей, отчеты об ошибках</a></li> 503 <h2 id="reviews-reports">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
D | start.jd | 118 <li>打开侧边导航栏上的<strong>财务报告</strong> <img src="{@docRoot}images/distribute/console-reports.png">。
|
D | developer-console.jd | 22 <li><a href="#reviews-reports">用户评价、崩溃报告</a></li> 503 <h2 id="reviews-reports">
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/ |
D | start.jd | 103 …<li>横のナビゲーションの<strong> [売上レポート] </strong><img src="{@docRoot}images/distribute/console-reports.png…
|
D | developer-console.jd | 22 <li><a href="#reviews-reports">ユーザーのレビューとクラッシュ レポート</a></li> 383 <h2 id="reviews-reports">
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
D | start.jd | 118 …<li>측면 탐색 창에서 <strong>재무 보고서</strong> <img src="{@docRoot}images/distribute/console-reports.png">를…
|
D | developer-console.jd | 22 <li><a href="#reviews-reports">사용자 리뷰, 작동 중단 보고서</a></li> 503 <h2 id="reviews-reports">
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/ |
D | start.jd | 103 …<li>開啟側面導覽列上的 [財務報告] <strong></strong><img src="{@docRoot}images/distribute/console-reports.png">。…
|
D | developer-console.jd | 22 <li><a href="#reviews-reports">使用者評論,當機報告</a></li> 383 <h2 id="reviews-reports">
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 80 /* Define to the address where bug reports for this package should be sent. */
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 615 ArrayList<ISyncStatusObserver> reports = null; in reportChange() local 624 if (reports == null) { in reportChange() 625 reports = new ArrayList<ISyncStatusObserver>(i); in reportChange() 627 reports.add(mChangeListeners.getBroadcastItem(i)); in reportChange() 633 Log.v(TAG, "reportChange " + which + " to: " + reports); in reportChange() 636 if (reports != null) { in reportChange() 637 int i = reports.size(); in reportChange() 641 reports.get(i).onStatusChanged(which); in reportChange()
|