/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementreplaceexistingattribute.js | 81 existing one. 87 method should replace the existing Attr node with the
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement20.js | 79 an existing one. 84 existing THEAD element is returned.
|
HTMLTableElement23.js | 79 an existing one. 84 existing TFOOT element is returned.
|
/frameworks/base/core/java/android/os/ |
IServiceManager.java | 32 * Retrieve an existing service called @a name from the 39 * Retrieve an existing service called @a name from the
|
Bundle.java | 389 * any existing value for the given key. Either key or value may be null. 401 * any existing value for the given key. 413 * any existing value for the given key. 425 * any existing value for the given key. 437 * any existing value for the given key. 449 * any existing value for the given key. 461 * any existing value for the given key. 473 * any existing value for the given key. 485 * any existing value for the given key. Either key or value may be null. 497 * any existing value for the given key. Either key or value may be null [all...] |
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 241 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 264 waitForResultOrThrow(5 * 1000, "existing connection to lose service"); 276 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 294 waitForResultOrThrow(5 * 1000, "existing connection to lose service"); 306 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 324 waitForResultOrThrow(5 * 1000, "existing connection to unbind service"); 329 waitForResultOrThrow(5 * 1000, "existing connection to rebind service"); 334 waitForResultOrThrow(5 * 1000, "existing connection to lose service");
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementreplaceexistingattribute.java | 34 * existing one. 40 * method should replace the existing Attr node with the
|
hc_elementreplaceexistingattribute.java | 34 * existing one. 40 * method should replace the existing Attr node with the
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastCursorAdapter.java | 58 * Bind an existing view to the data pointed to by cursor 59 * @param view Existing view, returned earlier by newView
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
DelegateFileFilter.java | 40 * Constructs a delegate file filter around an existing FilenameFilter.
53 * Constructs a delegate file filter around an existing FileFilter.
|
/packages/apps/PackageInstaller/res/values/ |
strings.xml | 33 <!-- Message for updating an existing app [CHAR LIMIT=NONE] --> 35 to this existing application? Your existing data will not 37 <!-- Message for updating an existing system app [CHAR LIMIT=NONE] --> 39 to this built-in application? Your existing data will not 45 <!-- Reason displayed when installation fails because the package an existing package is 47 <string name="install_failed_inconsistent_certificates">An existing package by the same name 123 <!-- Tab label for new permissions being added to an existing app [CHAR LIMIT=20] -->
|
/sdk/common/src/com/android/io/ |
IAbstractFolder.java | 63 * Returns a list of all existing file and directory members in this folder. 69 * Returns a list of all existing file and directory members in this folder
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonSourceViewerConfig.java | 57 // so we can't match an existing editor to the source view -- since there 58 // is no such "existing" editor. It's just being created.
|
/external/clang/lib/Sema/ |
IdentifierResolver.cpp | 192 // Add the new declaration before the existing declaration. 198 // Add new declaration after the existing declaration. 290 /// existing declaration. 291 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { 293 if (Existing == New) 297 if (Existing->getKind() != New->getKind()) 301 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) { 302 // If the existing declaration is somewhere in the previous declaration 307 if (*RD == Existing) 351 // If the existing declaration is not visible in translation unit scope [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 149 SingleMemberAnnotation existing = null; local 155 existing = annotation; 165 if (existing == null) { 175 Expression existingValue = existing.getValue(); 186 rewriter.set(existing, VALUE_PROPERTY, array, null); 188 // Existing array: just append the new string 221 SingleMemberAnnotation existing = null; local 227 existing = annotation; 237 if (existing == null) { 247 Expression existingValue = existing.getValue() [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
P2pClientTestActivity.java | 24 * Test activity that tries to join an existing p2p group.
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstallDiffCert/ |
AndroidManifest.xml | 20 A simple second app to test that apps cannot be installed over existing app
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
SurfaceTextureGLSurfaceView.java | 57 // surface destroyed long time ago, but let existing stuffs cleared
|
/cts/tools/dasm/src/java_cup/ |
action_production.java | 4 /** A specialized version of a production used when we split an existing
|
/cts/tools/tradefed-host/res/config/ |
cts.xml | 17 description="Runs a CTS plan from a pre-existing CTS installation">
|
/dalvik/dx/src/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 88 IntSet existing = newRegInterference.get(newReg); local 90 if (existing == null) { 93 return existing.has(oldReg); 95 return existing.has(oldReg)
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List1.java | 34 // Use an existing ListAdapter that will map an array
|
/external/chromium/base/memory/ |
scoped_native_library.h | 37 // Takes ownership of the given library handle. Any existing handle will
|
/external/chromium/chrome/browser/instant/ |
instant_unload_handler.h | 15 // when using instant. When the user commits the instant preview the existing
|
/external/chromium/chrome/browser/ |
mock_browsing_data_database_helper.h | 37 // Marks all databases as existing.
|