/frameworks/base/core/java/android/widget/ |
CursorTreeAdapter.java | 136 * @param cursor The Cursor to set for the group. If there is an existing cursor 144 * Sets the children Cursor for a particular group. If there is an existing cursor 225 * Bind an existing view to the group data pointed to by cursor. 227 * @param view Existing view, returned earlier by newGroupView. 269 * Bind an existing view to the child data pointed to by cursor 271 * @param view Existing view, returned earlier by newChildView
|
/frameworks/base/docs/html/guide/practices/ |
compatibility.jd | 194 introduces a new feature or changes how existing features are handled, what 195 happens to existing apps that were written without any knowledge of the new 198 <p>Simply put, Android commits to not making existing apps available to devices 207 prevent users from having a bad experience with those apps, existing apps that 222 <p>In other words, whenever Android introduces new features or changes existing 223 ones, we will always take steps to protect existing applications so that they
|
/build/tools/zipalign/ |
ZipAlign.cpp | 40 fprintf(stderr, " -f: overwrite existing outfile.zip\n"); 114 /* don't overwrite existing unless given permission */ 251 /* check existing archive for correct alignment */
|
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.
|
/cts/tests/src/android/widget/cts/util/ |
ListItemFactory.java | 168 * Convert an existing button view to display the data at a new position. 208 * Convert an existing text view to display the data at a new position. 270 * Convert an existing button view to display the data at a new position.
|
/development/tools/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
|
/external/chromium/base/ |
shared_memory.h | 54 // Create a new SharedMemory object from an existing, open 58 // Create a new SharedMemory object from an existing, open 87 // opens the existing shared memory and ignores the size parameter.
|
/external/chromium/chrome/browser/password_manager/ |
password_manager_unittest.cc | 167 // Same as above, except with an existing form for the same signon realm, 270 PasswordForm* existing = new PasswordForm(MakeSimpleForm()); local 271 result.push_back(existing);
|
/external/chromium/chrome/browser/ui/ |
browser_navigator_browsertest.cc | 91 // in another or an existing window, or added if it is not. 180 // is created in an existing compatible Browser. 184 // existing compatible window somewhere else that they can be opened within. 195 // Since browser() is an existing compatible tabbed browser, it should have 211 // We want to simulate not being able to find an existing window compatible 387 // opens a new incognito window if no existing incognito window is present. 410 // reuses an existing incognito window when possible. 419 // Navigate() should have opened a new tab in the existing incognito window. 612 // and IGNORE_AND_NAVIGATE opens an existing tab with the matching URL (minus 644 // and IGNORE_AND_NAVIGATE opens an existing tab with the matching URL (minu [all...] |
/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/v8/src/ |
compilation-cache.h | 209 // info. This may overwrite an existing mapping. 214 // with the shared function info. This may overwrite an existing mapping. 221 // 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/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.
|
/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. 134 // This is so that if the file already existing 142 // 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.
|
/cts/tests/appsecurity-tests/src/com/android/cts/appsecurity/ |
AppSecurityTests.java | 99 * Test that an app that declares the same shared uid as an existing app, cannot be installed 115 assertNotNull("shared uid app with different cert than existing app installed " + 126 * Test that an app update cannot be installed over an existing app if it has a different 141 assertNotNull("app upgrade with different cert than existing app installed " +
|
/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);
|
/external/antlr/src/org/antlr/runtime/tree/ |
RewriteRuleNodeStream.java | 49 /** Create a stream, but feed off an existing list */
|
RewriteRuleTokenStream.java | 48 /** Create a stream, but feed off an existing list */
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMConfigurationException.java | 87 * Wrap an existing exception in a DTMConfigurationException.
|
/external/chromium/chrome/browser/extensions/ |
extension_creator.h | 40 // |private_key_path| is the optional path to an existing private key to sign
|
/external/chromium/chrome/browser/notifications/ |
balloon_collection.h | 37 // Do not change existing values without migration path; these
|