/frameworks/compile/mclinker/include/mcld/Target/ |
D | KeyEntryMap.h | 95 const_iterator mapping, mEnd = m_Pool.end(); in lookUp() local 96 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping) { in lookUp() 97 if (mapping->key == &pKey) { in lookUp() 98 return mapping->entry.entry_ptr; in lookUp() 109 iterator mapping, mEnd = m_Pool.end(); in lookUp() local 110 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping) { in lookUp() 111 if (mapping->key == &pKey) { in lookUp() 112 return mapping->entry.entry_ptr; in lookUp() 123 const_iterator mapping, mEnd = m_Pool.end(); in lookUpFirstEntry() local 124 for (mapping = m_Pool.begin(); mapping != mEnd; ++mapping) { in lookUpFirstEntry() [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/tools/help/ |
D | proguard.jd | 72 <dt><code>mapping.txt</code></dt> 117 …度也会很大。幸运的是,ProGuard 在每次运行时都会输出一个 <code><project_root>/bin/proguard/mapping.txt</code> 文件,其中会… 120 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [<stacktrace_file>]</pre> 123 <pre>retrace.bat -verbose mapping.txt obfuscated_trace.txt</pre> 129 …布版本的 <code>mapping.txt</code> 文件。这样一来,如果用户遇到问题,并向您提交混淆后的堆栈跟踪信息,您就可以利用为每个发布版本保存的 <code>mapping.txt<… 131 …mapping.txt</code> 文件。之后,某位用户提交了问题报告,其中包含来自当前已发布的应用的堆栈跟踪信息。但您已无法调试该用户的堆栈跟踪信息,因为与该用户设备上的版本相关联的 <cod… 133 <p>如何保存 <code>mapping.txt</code> 文件由您自行决定。例如,您可以将其重命名以使其名称中包含版本号,也可以对其(连同源代码一起)进行版本管理。</p>
|
/frameworks/base/docs/html/tools/help/ |
D | proguard.jd | 98 <dt><code>mapping.txt</code></dt> 99 <dd>Lists the mapping between the original and obfuscated class, method, and field names. 165 <code><project_root>/bin/proguard/mapping.txt</code> file, which shows you the original 172 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [<stacktrace_file>]</pre> 175 <pre>retrace.bat -verbose mapping.txt obfuscated_trace.txt</pre> 182 <p>Save the <code>mapping.txt</code> file for every release that you publish to your users. 183 By retaining a copy of the <code>mapping.txt</code> file for each release build, 185 …A project's <code>mapping.txt</code> file is overwritten every time you do a release build, so you… 190 build overwrites the previous <code>mapping.txt</code> file. A user submits a bug report 192 …of debugging the user's stack trace, because the <code>mapping.txt</code> file associated with the… [all …]
|
D | emulator.jd | 29 <p>This document is a reference to the available command line options and the keyboard mapping to 39 <p class="table-caption"><strong>Table 1.</strong> Emulator keyboard mapping</p> 492 <td>Disable Unicode keyboard reverse-mapping.</td> 568 <td>Print the current mapping of keys.</td>
|
D | lint.jd | 99 …<filepath>=<url> mappings in the argument by separating each mapping with a comma.<p>T…
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 115 IntToString[] mapping() default { }; in mapping() method 1178 final IntToString[] mapping = property.mapping(); in exportMethods() local 1179 if (mapping.length > 0) { in exportMethods() 1182 int mappingCount = mapping.length; in exportMethods() 1184 final IntToString mapper = mapping[j]; in exportMethods() 1263 final IntToString[] mapping = property.mapping(); in exportFields() local 1264 if (mapping.length > 0) { in exportFields() 1266 int mappingCount = mapping.length; in exportFields() 1268 final IntToString mapped = mapping[j]; in exportFields() 1338 private static void exportUnrolledFlags(BufferedWriter out, FlagToString[] mapping, in exportUnrolledFlags() argument [all …]
|
D | View.java | 3487 @ViewDebug.ExportedProperty(category = "drawing", mapping = { 6675 @ViewDebug.ExportedProperty(mapping = { 6845 @ViewDebug.ExportedProperty(category = "layout", mapping = { 6900 @ViewDebug.ExportedProperty(category = "layout", mapping = { 7735 @ViewDebug.ExportedProperty(category = "accessibility", mapping = { 12676 @ViewDebug.ExportedProperty(mapping = { 19006 @ViewDebug.ExportedProperty(category = "text", mapping = { 19066 @ViewDebug.ExportedProperty(category = "text", mapping = { 19231 @ViewDebug.ExportedProperty(category = "text", mapping = { 19296 @ViewDebug.ExportedProperty(category = "text", mapping = {
|
D | WindowManager.java | 188 @ViewDebug.ExportedProperty(mapping = {
|
/frameworks/compile/mclinker/include/mcld/Object/ |
D | SectionMap.h | 145 typedef std::pair<Output*, Input*> mapping; typedef 161 mapping find(const std::string& pInputFile, 167 std::pair<mapping, bool> 171 std::pair<mapping, bool>
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 5 …osticEngine::Warning, "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)", "Illegal…
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFEmulation.cpp | 79 std::pair<SectionMap::mapping, bool> res = in MCLDEmulateELF()
|
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 192 SectionMap::mapping SectionMap::find(const std::string& pInputFile, in find() 228 std::pair<SectionMap::mapping, bool> 262 std::pair<SectionMap::mapping, bool>
|
D | ObjectBuilder.cpp | 59 SectionMap::mapping pair = in MergeSection()
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | projection.jd | 49 coordinate mapping, see <a 50 href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">Mapping Coordinates for Drawn
|
D | shapes.jd | 89 <a href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">OpenGL ES</a> developer
|
/frameworks/base/core/java/android/app/ |
D | ActionBar.java | 1315 @ViewDebug.ExportedProperty(category = "layout", mapping = {
|
/frameworks/base/docs/html/tools/devices/ |
D | index.jd | 26 <li>A mapping to a system image: You can define what version of the Android platform will run
|
D | managing-avds-cmdline.jd | 133 The <code>android</code> tool creates the AVD with name and system image mapping you 187 image — instead, the AVD configuration file contains a mapping to the
|
/frameworks/base/docs/html/training/game-controllers/ |
D | multiple-controllers.jd | 31 maintaining a mapping between player avatars and each controller device and
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 146 mapping table with thread and method names.</p> 182 …You can use the Proguard <code>mapping.txt</code> file to figure out the original unobfuscated nam…
|
/frameworks/base/docs/html/google/gcm/ |
D | notifications.jd | 101 must save this token (as well as its mapping to the <code>notification_key_name</code>) 178 Third parties must save this {@code notification_key} (as well as its mapping to the
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 104 <strong>Use Consistent Button Mapping</strong>. Intuitive and flexible button mapping is key 107 in the form of remappability. For more information about button mapping, see <a href=
|
/frameworks/base/docs/html/training/gestures/ |
D | multi.jd | 76 <li><strong>ID</strong>: Each pointer also has an ID mapping that stays
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BaseCardView.java | 800 @ViewDebug.ExportedProperty(category = "layout", mapping = {
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | searchable.jd | 167 <p>In the example above, notice the mapping to the {@link android.app.SearchManager#SUGGEST_COLUMN_… 273 to the content. It describes the portion of the URI common to all rows in the mapping table for that
|