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

<<21222324252627282930>>

  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 286 if (mFile.exists()) {
308 if (mFile.exists()) {
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 152 if ((!nnnAAAAA.exists()) && (!nnnAAAAA.mkdir())) {
198 if (!dir.exists()) dir.mkdirs();
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java 83 if ((!nnnAAAAA.exists()) && (!nnnAAAAA.mkdir())) {
147 if (!dir.exists()) dir.mkdirs();
  /packages/providers/DrmProvider/src/com/android/providers/drm/
DrmProvider.java 134 db.execSQL("DROP TABLE IF EXISTS audio");
135 db.execSQL("DROP TABLE IF EXISTS images");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 140 if (type != null && type.exists()) {
141 // the type exists. Let's get the parent class and its ViewClassInfo.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 158 * @param xml_doc The XML document, if available, or null if none exists.
329 * @param force if true, a new UiManifestNode is recreated even if it already exists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 227 if (fragment != null && fragment.exists()) {
307 element.exists() &&
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
ProjectMock.java 158 public boolean exists(IPath path) { method in class:ProjectMock
281 public boolean exists() { method in class:ProjectMock
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
AddonPackage.java 270 if (!folder.exists()) {
280 * Makes sure the base /add-ons folder exists before installing.
  /system/extras/tests/sdcard/
plot_sdcard.py 218 else: # no need to repeat a title that exists already.
254 else: # no need to repeat a title that exists already.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
DeConcatenator.c 286 * Reading the concatenation More bit, if it is exists, set it in each MSDU's
337 * Reading the concatenation More bit, if it is exists, set it in each MSDU's
  /external/dbus/dbus/
dbus-hash.c 770 * @returns #TRUE if the hash entry now exists (and the iterator is thus valid).
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 514 * If the folder is a "special" folder we need to see if it exists
522 if (!remoteFolder.exists()) {
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 967 * @return int DTM node-number of first child, or DTM.NULL to indicate none exists.
984 * @return int DTM node-number of first child, or DTM.NULL to indicate none exists.
1020 * or DTM.NULL to indicate none exists.
1057 * @return Handle of first attribute, or DTM.NULL to indicate none exists.
1070 * @return Identity of first attribute, or DTM.NULL to indicate none exists.
    [all...]
  /bionic/libc/kernel/tools/
clean_header.py 17 if not os.path.exists(src_path):
  /bootable/recovery/edify/
expr.h 125 // exists.
  /build/tools/droiddoc/src/
ClearPage.java 162 if (!from.exists()) {
  /build/tools/releasetools/
img_from_target_files 93 # OSError: [Errno 17] File exists
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 92 if (imagefile.exists()) {
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 76 assertTrue(mMediaFile.exists());
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 115 assertTrue(sdcardDir.exists());
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManager_CacheResultTest.java 158 assertTrue(file.exists());
WebIconDatabaseTest.java 239 if (path.exists()) {
  /cts/tests/tests/widget/src/android/widget/cts/
ImageSwitcherTest.java 129 if (imagefile.exists()) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/
Test_sget.java 113 * different type exists

Completed in 427 milliseconds

<<21222324252627282930>>