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

<<21222324252627282930>>

  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 158 if ((!nnnAAAAA.exists()) && (!nnnAAAAA.mkdir())) {
212 if (!dir.exists()) dir.mkdirs();
466 if (f.exists()) {
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 44 # Make sure it exists.
171 # Make sure a directory exists before changing into it,
275 # Check that the target directory exists.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 44 # Make sure it exists.
171 # Make sure a directory exists before changing into it,
275 # Check that the target directory exists.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixinc.sh 42 # Make sure it exists.
169 # Make sure a directory exists before changing into it,
273 # Check that the target directory exists.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 44 # Make sure it exists.
171 # Make sure a directory exists before changing into it,
275 # Check that the target directory exists.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 44 # Make sure it exists.
171 # Make sure a directory exists before changing into it,
275 # Check that the target directory exists.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixinc.sh 42 # Make sure it exists.
169 # Make sure a directory exists before changing into it,
273 # Check that the target directory exists.
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
fixinc.sh 44 # Make sure it exists.
171 # Make sure a directory exists before changing into it,
275 # Check that the target directory exists.
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
fixinc.sh 44 # Make sure it exists.
171 # Make sure a directory exists before changing into it,
275 # Check that the target directory exists.
  /sdk/anttasks/src/com/android/ant/
AaptExecLoopTask.java 369 // This may not exists, and aapt doesn't like it, so we check first.
383 // This may not exists, and aapt doesn't like it, so we check first.
392 // assets location. This may not exists, and aapt doesn't like it, so we check first.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 340 sb.append(String.format("<li>%1$s (WARNING: already exists)</li>", filename));
358 // However, we should also test if the file already exists.
360 setMessage("A destination file already exists.", WARNING);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SamplePackage.java 239 for (int n = 1; folder.exists(); n++) {
261 * Makes sure the base /samples folder exists before installing.
333 * Reads the hash from the properties file, if it exists.
Archive.java 411 // Delete the temp archive if it exists, only on success
477 // if the file exists, check if its checksum & size. Use it if complete
478 if (tmpFile.exists()) {
705 // If the destination folder exists, it will be renamed and deleted at the very
762 // Case where the dest dir already exists
    [all...]
  /system/core/adb/
usb_libusb.c 359 int exists = 0; local
367 exists = 1;
374 return exists;
  /system/core/rootdir/etc/
init.testmenu 243 if exists /data/singleproc
271 if exists /data/singleproc
306 if exists /data/singleproc
  /dalvik/libcore/luni/src/main/java/java/net/
URLClassLoader.java 562 if (file.exists()) {
590 if (new File(filename).exists()) {
615 * if a security manager exists and its {@code
634 * if a security manager exists and its {@code
856 * if a security manager exists and its {@code
    [all...]
  /external/skia/include/core/
SkPaint.h 476 If a previous shader exists, its reference count is decremented.
509 If a previous xfermode exists, its reference count is decremented.
534 If a previous patheffect exists, its reference count is decremented.
553 If a previous maskfilter exists, its reference count is decremented.
575 If a previous typeface exists, its reference count is decremented.
594 If a previous rasterizer exists in the paint, its reference count is
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 298 String sqlStr = "create table if not exists " + tableName +
825 /* If no writable dictionary exists, no error occurs. */
837 /* If no writable dictionary exists, no error occurs. */
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 330 // first we check the destination is a directory and exists
332 if (f.exists() == false) {
439 if (f.exists() == false) {
490 if (f.exists()) {
672 if (f.exists()) {
723 if (f.exists() == false) {
    [all...]
  /build/tools/dexpreopt/
dexpreopt.py 60 elif not os.path.exists(path):
70 Unlinks the file first if it already exists.
82 if d and not os.path.exists(d): os.makedirs(os.path.dirname(d))
458 if not os.path.exists(dest):
552 if not os.path.exists(p): os.makedirs(p)
662 if not os.path.exists(jar_file):
664 if not os.path.exists(jar_file):
684 if not os.path.exists(odex_file):
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 272 assertTrue(file.exists());
480 // delete the database if it already exists
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 161 * @return The index of the device if it exists; else -1.
179 * @return The test device, if it exists, otherwise null.
  /cts/tools/utils/
buildCts.py 201 if not os.path.exists(makefile_name):
207 if not os.path.exists(manifest_name):
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 112 * data should be written. If the optimized form exists and appears
286 * is stale but exists on a read-only partition.
TouchDexLoader.java 213 if (dataFile.exists()) {
327 if (test.exists())

Completed in 299 milliseconds

<<21222324252627282930>>