HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 401 - 425 of 2592) sorted by null

<<11121314151617181920>>

  /external/libffi/testsuite/lib/
libffi-dg.exp 153 if [info exists gluefile] {
169 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
176 if [info exists TOOL_OPTIONS] {
  /external/openssl/crypto/x509v3/
v3_lib.c 241 /* If appending we don't care if it exists, otherwise
247 /* See if extension exists */
284 /* If extension exists replace it.. */
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 193 if not os.path.exists(self.directory):
214 if not os.path.exists(d):
219 if os.path.exists(filename):
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
chromium.py 58 if os.path.exists(test_shell_binary_path):
72 if (not os.path.exists(image_diff_path) and not
100 if os.path.exists(cachedir):
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 209 if (!new File(fullfilename).exists()) {
229 if (!new File(fullfilename).exists()) {
232 if (V) Log.v(Constants.TAG, "file with sequence number " + sequence + " exists");
  /packages/apps/Email/tests/src/com/android/email/mail/store/
LocalStoreUnitTests.java 123 if (attachment.exists()) {
130 if (attachmentsDir.exists()) {
332 assertFalse(folder2.exists());
373 assertFalse(folder2.exists());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 527 MessageDialog.openError(getShell(), "Error", "Error: Case Variant Exists");
654 if (genSrcFolder.exists()) {
729 if (!folder.exists()) {
755 if (!file.exists()) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectCreator.java 179 if (!projectFolder.exists()) {
472 // at this point, the default properties already exists, either because they were
492 // check the lib project exists
529 // because the file may already exists and contain other values (like apk config),
550 boolean needsBuildXml = projectName != null || !buildXml.exists();
563 if (buildXml.exists()) {
643 // check the main project exists
733 * <p/>This checks that the folder exists and contains an AndroidManifest.xml file in it.
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 111 if (samplesDir.exists() && samplesDir.getParentFile().equals(samplesRoot)) {
300 * Parses the given file as properties file if it exists.
306 if (propsFile.exists()) {
  /packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java 122 if (!parentDir.exists()) {
140 mDb.execSQL("DROP TABLE IF EXISTS folders");
144 mDb.execSQL("DROP TABLE IF EXISTS messages");
153 mDb.execSQL("DROP TABLE IF EXISTS attachments");
158 mDb.execSQL("DROP TABLE IF EXISTS pending_commands");
166 mDb.execSQL("DROP TRIGGER IF EXISTS delete_message");
235 if (!mAttachmentsDir.exists()) {
244 mDb.execSQL("DROP TABLE IF EXISTS remote_store_data");
255 mDb.execSQL("DROP TRIGGER IF EXISTS delete_folder");
365 if (attachment.exists()) {
658 public boolean exists() throws MessagingException { method in class:LocalStore.LocalFolder
    [all...]
  /bionic/libc/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /bionic/libc/stdlib/
setenv.c 53 if ((C = __findenv(name, &offset))) { /* find if already exists */
  /bionic/libm/man/
remainder.3 112 exists.
  /build/core/
version_defaults.mk 32 # if the file exists.
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManagerTest.java 64 assertTrue(CacheManager.getCacheFileBaseDir().exists());
  /cts/tools/host/src/com/android/cts/
TestSessionLogBuilder.java 65 if (!file.exists()) {
  /cts/tools/signature-tools/src/signature/model/
IClassDefinition.java 56 * Note: this method exists only for convenience in output templating.
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 72 * old-namespace register, or -1 if one exists.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapsetnameditemreturnvalue.java 41 * already exists in the map. The "setNamedItem(arg)"
hc_namednodemapsetnameditemwithnewvalue.java 39 * already exists in the map. The "setNamedItem(arg)"
namednodemapsetnameditemreturnvalue.java 41 * already exists in the map. The "setNamedItem(arg)"
namednodemapsetnameditemwithnewvalue.java 39 * already exists in the map. The "setNamedItem(arg)"
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns03.java 38 * new element node and check to see that the second attribute still exists.
setAttributeNodeNS04.java 40 * and namespaceURI already exists, it is replaced by the new one and
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LoggingMXBean.java 77 * if a security manager exists and the caller doesn't have

Completed in 97 milliseconds

<<11121314151617181920>>