/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
unistd_32.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt.h | 29 * <code>RuleBasedTransliterator</code> is a transliterator 34 * Whitespace, as defined by <code>Character.isWhitespace()</code>, 50 * <dt><code>$alefmadda=\u0622;</code></dt> 54 * "<code>$alefmadda</code>", will be replaced by 60 * text of any length, including no text at all ("<code>$empty=;</code>") [all...] |
/external/icu4c/i18n/ |
rbt.h | 29 * <code>RuleBasedTransliterator</code> is a transliterator 34 * Whitespace, as defined by <code>Character.isWhitespace()</code>, 50 * <dt><code>$alefmadda=\u0622;</code></dt> 54 * "<code>$alefmadda</code>", will be replaced by 60 * text of any length, including no text at all ("<code>$empty=;</code>") [all...] |
/frameworks/base/docs/html/tools/debugging/ |
improving-w-lint.jd | 1 page.title=Improving Your Code with lint 31 In addition to testing that your Android application meets its functional requirements, it's important to ensure that your code has no structural problems. Poorly structured code can impact the reliability and efficiency of your Android apps and make your code harder to maintain. For example, if your XML resource files contain unused namespaces, this takes up space and incurs unnecessary processing. Other structural issues, such as use of deprecated elements or API calls that are not supported by the target API versions, might lead to code failing to run correctly.</p> 34 <p>The Android SDK provides a code scanning tool called {@code lint} that can help you to easily identify and correct problems with the structural quality of your code, without having to execute the app or write any test cases. Each problem detected by the tool is reported with a description message and a severity level, so that you can quickly prioritize the critical improvements that need to be made. You can also configure a problem's severity level to ignore issues that are not relevant for your project, or raise the severity level. The tool has a command-line interface, so you can easily integrate it into your automated testing process.</p> 35 <p>The {@code lint} tool checks your Android project source files for potential bugs and optimization improvements for correctness, security, performance, usability, accessibility, and internationalization. You can run {@code lint} from the command-line or from the Eclipse environment.</p [all...] |
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_mdp.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/chromium_org/v8/test/mjsunit/tools/ |
profviz-test.log | 22 code-creation,Stub,2,0x2b80a000,484,"ArrayNArgumentsConstructorStub" 23 code-creation,Stub,2,0x2b80a200,622,"CEntryStub" 24 code-creation,Stub,2,0x2b80a480,540,"ArrayNArgumentsConstructorStub" 25 code-creation,Stub,13,0x2b80a6a0,116,"CompareICStub" 26 code-creation,Stub,2,0x2b80a720,1428,"RecordWriteStub" 27 code-creation,Stub,2,0x2b80acc0,97,"StoreBufferOverflowStub" 28 code-creation,Stub,2,0x2b80ad40,611,"RecordWriteStub" 29 code-creation,Stub,2,0x2b80afc0,76,"InterruptStub" 30 code-creation,Stub,13,0x2b80b020,104,"CompareICStub" 31 code-creation,Stub,2,0x2b80b0a0,130,"ArgumentsAccessStub [all...] |
/dalvik/dx/src/com/android/dx/rop/type/ |
Type.java | 26 * other using {@code ==}. 30 * {@code non-null;} intern table mapping string descriptors to 36 /** basic type constant for {@code void} */ 39 /** basic type constant for {@code boolean} */ 42 /** basic type constant for {@code byte} */ 45 /** basic type constant for {@code char} */ 48 /** basic type constant for {@code double} */ 51 /** basic type constant for {@code float} */ 54 /** basic type constant for {@code int} */ 57 /** basic type constant for {@code long} * [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Type.java | 27 * other using {@code ==}. 31 * {@code non-null;} intern table mapping string descriptors to 37 /** basic type constant for {@code void} */ 40 /** basic type constant for {@code boolean} */ 43 /** basic type constant for {@code byte} */ 46 /** basic type constant for {@code char} */ 49 /** basic type constant for {@code double} */ 52 /** basic type constant for {@code float} */ 55 /** basic type constant for {@code int} */ 58 /** basic type constant for {@code long} * [all...] |
/external/chromium_org/ppapi/cpp/ |
graphics_2d.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 /// Default constructor for creating an is_null() <code>Graphics2D</code> 33 /// @param[in] other A pointer to a <code>Graphics2D</code> context. 44 /// measured in pixels. See <code>SetScale()</code> for more information. 46 /// @param[in] is_always_opaque Set the <code>is_always_opaque</code> flag 51 /// If you set <code>is_always_opaque</code>, your alpha channel shoul [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
nand.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/easymock/src/org/easymock/ |
EasyMock.java | 108 * is disabled by default, and the mock object will return <code>0</code>,
109 * <code>null</code> or <code>false</code> for unexpected invocations.
124 * is disabled by default, and the mock object will return <code>0</code>,
125 * <code>null</code> or <code>false</code> for unexpected invocations. [all...] |
/libcore/luni/src/main/java/java/security/ |
MessageDigest.java | 29 * <h4>Sample Code</h4> 41 * <p>That is, after creating or resetting a {@code MessageDigest} you should 43 * to get the final digest. Note that calling {@code digest} resets the {@code MessageDigest}. 44 * Advanced users who want partial digests should clone their {@code MessageDigest} before 45 * calling {@code digest}. 63 * Constructs a new instance of {@code MessageDigest} with the name of 74 * Returns a new instance of {@code MessageDigest} that utilizes the 79 * @return a new instance of {@code MessageDigest} that utilizes the 84 * if {@code algorithm} is {@code null [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
more-resources.jd | 35 using the value provided in the {@code name} attribute (not the name of the XML file). As 37 under one {@code <resources>} element.</p> 42 <dd><code>res/values/<em>filename</em>.xml</code><br/> 43 The filename is arbitrary. The {@code <bool>} element's {@code name} will be used as the resource 48 In Java: <code>R.bool.<em>bool_name</em></code><br/> 49 In XML: <code>@[<em>package</em>:]bool/<em>bool_name</em></code> [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
troubleshooting.html | 24 While preparing a configuration for processing your code, you may bump into a 109 <dd>ProGuard can't find a class or interface that your code is accessing by 116 like "<code>(MyClass)Class.forName(variable).newInstance()</code>". 118 with an option like "<code>-keep class MyClass</code>", or their 119 implementations with an option like "<code>-keep class * implements 120 MyClass</code>". You can switch off these notes by specifying the 121 <a href="usage.html#dontnote"><code>-dontnote</code></a> option.</dd [all...] |
/bionic/libc/kernel/common/linux/ |
kd.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
perf_event.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_flash_clipboard.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the private <code>PPB_Flash_Clipboard</code> API used by 37 * <code>PP_VARTYPE_STRING</code>. 42 * <code>PP_VARTYPE_STRING</code>. 47 * <code>PP_VARTYPE_ARRAY_BUFFER</code>. 53 * The <code>PPB_Flash_Clipboard</code> interface contains pointers to function [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_flash_clipboard.h | 2 * Use of this source code is governed by a BSD-style license that can be 23 * This file defines the private <code>PPB_Flash_Clipboard</code> API used by 52 * <code>PP_VARTYPE_STRING</code>. 57 * <code>PP_VARTYPE_STRING</code>. 62 * <code>PP_VARTYPE_ARRAY_BUFFER</code>. 76 * The <code>PPB_Flash_Clipboard</code> interface contains pointers to function [all...] |
/external/junit/src/org/junit/ |
Assert.java | 13 * <code>Assert.assertEquals(...)</code>, however, they read better if they 36 * the identifying message for the {@link AssertionError} (<code>null</code> 62 * the identifying message for the {@link AssertionError} (<code>null</code> 86 * the identifying message for the {@link AssertionError} (<code>null</code> 106 * <code>expected</code> and <code>actual</code> are <code>null</code> [all...] |
/external/mockito/src/org/mockito/ |
Mockito.java | 25 * All documentation is kept in javadocs because it guarantees consistency between what's on the web and what's in the source code.
39 * <a href="#9">9. Shorthand for mocks creation - <code>@Mock</code> annotation </a><br/>
42 * <a href="#12">12. <code>doReturn()</code>|<code>doThrow()</code>|<code>doAnswer()</code>|<code>doNothing()</code>|<code>doCallRealMethod()</code> family of methods</a><br/> [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
StringDataItem.java | 9 * 1. Redistributions of source code must retain the above copyright 42 * Creates a new uninitialized <code>StringDataItem</code> 43 * @param dexFile The <code>DexFile</code> that this item belongs to 50 * Creates a new <code>StringDataItem</code> for the given string 51 * @param dexFile The <code>DexFile</code> that this item belongs to 61 * Returns a <code>StringDataItem</code> for the given values, and that has been interned int [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
provider-element.jd | 30 <code><a href="{@docRoot}guide/topics/manifest/application-element.html"><application></a></code> 34 <dd><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data></a></code> 35 <br/><code><a href="{@docRoot}guide/topics/manifest/grant-uri-permission-element.html"><grant-uri-permission></a></code> 36 <br/><code><a href="{@docRoot}guide/topics/manifest/path-permission-element.html"><path-permission></a></code></dd> 43 {@code <provider>} element in the manifest file; otherwise, the system is unaware of them 61 The <code>content:</code> <b>scheme</b> identifies the URI as a content URI pointing t [all...] |
/packages/inputmethods/LatinIME/java/res/xml-sw600dp/ |
key_styles_common.xml | 42 latin:code="!code/key_shift" 45 latin:moreKeys="!noPanelAutoMoreKey!, |!code/key_capslock" /> 75 latin:code="!code/key_delete" 84 latin:code="!code/key_enter" 92 latin:code="!code/key_space" 98 latin:code="0x200C [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
termbits.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
termbits.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |