/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
LegacyApiSupport.java | 591 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PEOPLE + ";"); 600 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.ORGANIZATIONS + ";"); [all...] |
/prebuilt/windows-x86_64/swt/ |
about.html | 23 provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleThread.java | 258 "Got stackcall for thread %1$d, which does not exists (anymore?).", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/ |
GraphicalLayoutEditor.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 546 // look to see if it exists. 562 } else if (newLayoutFolder.exists() == false) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
NodeProxy.java | 254 * @return the attribute as a {@link String}, if it exists, or <code>null</code>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
UiElementEditPart.java | 172 * @return the attribute as a {@link String}, if it exists, or <code>null</code>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCreationPage.java | 248 setErrorMessage("Key alias already exists in keystore.");
|
ProjectCheckPage.java | 180 String.format("%1$s/%2$s/%1$s%3$s does not exists!",
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 156 if (resFolder.exists() == false) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
FileMock.java | 252 public boolean exists() { method in class:FileMock
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectProperties.java | 215 * Sets a new properties. If a property with the same name already exists, it is replaced.
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
scanResultTable.c | 235 * Update a site's data in the table if it already exists, or create an antry if the site doesn't exist. 274 /* check if the SSID:BSSID pair already exists in the table */ 280 TRACE0(pScanResultTable->hReport, REPORT_SEVERITY_INFORMATION , "scanResultTable_UpdateEntry: entry already exists, updating\n"); 281 /* BSSID exists: update its data */ [all...] |
/external/bluetooth/glib/gio/ |
gfile.c | 437 * Gets the local pathname for #GFile, if one exists. 442 * no such path exists. The returned string should be 917 * Utility function to check if a particular file exists. This is 928 * on error create it; and: check if it exists, if not create it. These [all...] |
/bionic/libc/private/ |
arpa_nameser.h | 194 ns_r_yxdomain = 6, /* Name exists */ 195 ns_r_yxrrset = 7, /* RRset exists */
|
/bootable/recovery/applypatch/ |
applypatch.c | 423 // exists and matches the sha1 we're looking for, the check still 611 // We need something that exists for calling statfs().
|
/cts/tools/host/src/com/android/cts/ |
TestPackage.java | 672 * Load(install) test package and target package(if it exists). 702 * Uninstall test package and target package(if it exists) [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
RuntimeTest.java | 593 assertTrue(f.exists()); 594 if(f.exists()) { [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
PolicyUtils.java | 445 * passed key parameter. If property exists, it may designate a file or 490 if (f.exists()) {
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Statement.java | 171 * @return {@code true} if results exists and the first result is a {@code 450 * @return {@code true} if the next result exists and is a {@code ResultSet}
|
/dalvik/libcore/sql/src/test/java/tests/java/sql/ |
QueryTimeoutTest.java | 185 exec(conn, "drop table if exists " + tablePrefix + "_orig;", ignore); 186 exec(conn, "drop table if exists " + tablePrefix + "_copy;", ignore);
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTMdefaultNamespaceDeclarationNode.java | 205 * length and for each node that exists in one map there is a node that 206 * exists in the other map and is equal, although not necessarily at the
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 71 * This exists for performance, especially for ASCII characters 534 * This method exists for performance reasons.
|
/external/bison/build-aux/ |
depcomp | 148 # This case exists only to let depend.m4 do its work. It works by 390 # This case only exists to satisfy depend.m4. It is never actually
|
/external/bluetooth/bluez/audio/ |
manager.c | 477 debug("Refusing new connection since one already exists"); 560 debug("Refusing new connection since one already exists");
|