Home
last modified time | relevance | path

Searched refs:reports (Results 1 – 25 of 70) sorted by relevance

123

/frameworks/compile/mclinker/include/mcld/LD/
DDiagSymbolResolutions.inc11 "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/
Dbuild-better-apps.jd8 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
Dunderstand-user-value.jd49 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
Dgoogle-services.jd2 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
Dimprove-roi.jd106 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/
DREADME.txt22 version 4.2.1. There are reports of problems on Mac OS X.
/frameworks/base/docs/html/tools/help/
Dlayoutopt.jd7 …} tool beginning in ADT and SDK Tools revision 16. The {@code lint} tool reports UI layout perform…
Dmonkey.jd42 <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/
Dstart.jd120 <li>Open <strong>Financial reports</strong> <img src=
121 "{@docRoot}images/distribute/console-reports.png"> on the side navigation.
Ddeveloper-console.jd22 <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/
DAppOpsService.java646 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/
Dcontroller-input.jd31 <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/
Dads.jd172 Flow visualization reports
178 "https://support.google.com/analytics/answer/2519986">flow reports</a>.
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/
Dstart.jd118 …ите <strong>Финансовые отчеты</strong> <img src="{@docRoot}images/distribute/console-reports.png">.
Ddeveloper-console.jd22 <li><a href="#reviews-reports">Отзывы пользователей, отчеты об ошибках</a></li>
503 <h2 id="reviews-reports">
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/
Dstart.jd118 <li>打开侧边导航栏上的<strong>财务报告</strong> <img src="{@docRoot}images/distribute/console-reports.png">。
Ddeveloper-console.jd22 <li><a href="#reviews-reports">用户评价、崩溃报告</a></li>
503 <h2 id="reviews-reports">
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/
Dstart.jd103 …<li>横のナビゲーションの<strong> [売上レポート] </strong><img src="{@docRoot}images/distribute/console-reports.png…
Ddeveloper-console.jd22 <li><a href="#reviews-reports">ユーザーのレビューとクラッシュ レポート</a></li>
383 <h2 id="reviews-reports">
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/
Dstart.jd118 …<li>측면 탐색 창에서 <strong>재무 보고서</strong> <img src="{@docRoot}images/distribute/console-reports.png">를…
Ddeveloper-console.jd22 <li><a href="#reviews-reports">사용자 리뷰, 작동 중단 보고서</a></li>
503 <h2 id="reviews-reports">
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/
Dstart.jd103 …<li>開啟側面導覽列上的 [財務報告] <strong></strong><img src="{@docRoot}images/distribute/console-reports.png">。…
Ddeveloper-console.jd22 <li><a href="#reviews-reports">使用者評論,當機報告</a></li>
383 <h2 id="reviews-reports">
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in80 /* Define to the address where bug reports for this package should be sent. */
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java615 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()

123