/external/markdown/docs/ |
writing_extensions.txt | 336 You can also manipulate an existing tree. Consider the following example which 417 in a specific location in relation to the existing items. 427 helper method ``add()`` to add additional items to an existing OrderedDict. 442 * A less-than sign (``<``) followed by an existing key (i.e.: 443 ``"<somekey"``) inserts that item before the existing key. 445 * A greater-than sign (``>``) followed by an existing key (i.e.: 446 ``">somekey"``) inserts that item after the existing key. 460 manipulating an existing OrderedDict, ``add`` can be very helpful. So let's 485 Therefore, to delete an existing item: 489 To change the value of an existing item (leaving location unchanged) [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
DexFile.java | 50 * <li><p><b>Annotate an existing dex file</b> - In this case, the intent is to document the structure of 51 * an existing dex file. We want to be able to read in the dex file, and then write out a dex file 54 * <li><p><b>Canonicalize an existing dex file</b> - In this case, the intent is to rewrite an existing dex file 124 * out as unsigned. This option only has an effect when reading an existing dex file. It has no 128 * 1. Annotate an existing dex file - In this case, preserveSignedRegisters should be false, so that we keep 131 * 2. Canonicalize an existing dex file - In this case, fixRegisters should be true, so that all 146 * should *only* be set to true when this dex file was read in from an existing (valid) dex file, 150 * This is useful for the first use case (annotating an existing dex file). This ensures the items 160 * This is useful for the second use case (canonicalizing an existing dex file) or possibly fo [all...] |
/external/v8/src/ |
compilation-cache.h | 224 // info. This may overwrite an existing mapping. 229 // with the shared function info. This may overwrite an existing mapping. 237 // This may overwrite an existing mapping.
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListItemFactory.java | 169 * Convert an existing button view to display the data at a new position. 209 * Convert an existing text view to display the data at a new position. 272 * Convert an existing button view to display the data at a new position.
|
/frameworks/base/docs/html/sdk/1.1_r1/ |
upgrading.jd | 33 <p>This document describes how to move your development environment and existing 40 on mobile devices, you need to install the Android 1.1 SDK and port your existing Android 78 ADT plugin when a new version becomes available for your existing version
|
/frameworks/base/graphics/java/android/graphics/ |
Typeface.java | 92 * Create a typeface object that best matches the specified existing 94 * style from the same family of an existing typeface object. If family is 97 * @param family May be null. The name of the existing type face.
|
/frameworks/base/tools/aapt/ |
ZipFile.h | 19 // writing to Zip archives, including deletion of existing entries. 58 * Open a new or existing archive. 76 * Existing entries with the same name must be removed first.
|
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerException.java | 133 * Create a new TransformerException wrapping an existing exception. 146 * Wrap an existing exception in a TransformerException. 184 * Wrap an existing exception in a TransformerException.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 75 an existing printer if one needs to. Use a different name when overriding 76 an existing printer, otherwise an exception will be raised; multiple 84 replace: If True replace any existing copy of the printer.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 75 an existing printer if one needs to. Use a different name when overriding 76 an existing printer, otherwise an exception will be raised; multiple 84 replace: If True replace any existing copy of the printer.
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
objectNameManager.h | 112 // replaces an object to map to an existing global object 182 // replaceGlobalName - replaces an object to map to an existing global 256 // getGlobalContext() - this function returns a name of an existing
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
ViewTypeDetector.java | 118 String existing = mIdToViewTag.get(id); local 119 if (existing != null && !existing.equals(view)) {
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectPropertiesWorkingCopy.java | 88 * This emulates the Ant behavior: existing properties are <em>not</em> overridden. 131 // This is so that if the file already existing 139 // since we're reading the existing file and replacing values with new ones, or skipping
|
/system/core/libcutils/ |
hashmap.c | 112 // Move over existing entries. 209 // Replace existing entry. 274 // Return existing value.
|
/bionic/libc/include/sys/ |
atomics.h | 42 * name to ensure ABI stability for existing NDK machine code.
|
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 41 String EXIST_CONN_TO_RECEIVE_SERVICE = "existing connection to receive service"; 42 private static final String EXIST_CONN_TO_LOSE_SERVICE = "existing connection to lose service"; 258 waitForResultOrThrow(DELAY, "existing connection to unbind service"); 263 waitForResultOrThrow(DELAY, "existing connection to rebind service");
|
/development/ndk/platforms/android-3/include/sys/ |
atomics.h | 42 * name to ensure ABI stability for existing NDK machine code.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLShape.java | 57 // look for an existing GLVertex first
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
PackageInfo.java | 67 //System.out.println("--- returning existing class " + name);
|
/device/ti/panda/wl12xx/ |
LICENSE_for_WPAN_BT | 13 13 * Redistributions must preserve existing copyright notices and reproduce
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleNodeStream.cs | 57 /// <summary>Create a stream, but feed off an existing list</summary>
|
RewriteRuleTokenStream.cs | 59 /// <summary>Create a stream, but feed off an existing list</summary>
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleNodeStream.cs | 58 /** <summary>Create a stream, but feed off an existing list</summary> */
|
RewriteRuleTokenStream.cs | 53 /** <summary>Create a stream, but feed off an existing list</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleNodeStream.java | 49 /** Create a stream, but feed off an existing list */
|