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

<<21222324252627282930>>

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 128 if os.path.exists(os.path.join(in_directory, '.svn')):
142 """Reads old results JSON file if it exists.
150 if os.path.exists(self._results_file_path):
262 this builder. Creates the list if no such list exists.
  /external/webkit/WebKitTools/Scripts/webkitpy/
webkit_logging.py 72 if log_directory and not os.path.exists(log_directory):
  /external/wpa_supplicant/
ctrl_iface_unix.c 354 wpa_printf(MSG_DEBUG, "ctrl_iface exists, but does not"
372 wpa_printf(MSG_INFO, "ctrl_iface exists and seems to "
653 wpa_printf(MSG_DEBUG, "ctrl_iface exists, but does not"
672 wpa_printf(MSG_INFO, "ctrl_iface exists and seems to "
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_unix.c 379 wpa_printf(MSG_DEBUG, "ctrl_iface exists, but does not"
397 wpa_printf(MSG_INFO, "ctrl_iface exists and seems to "
687 wpa_printf(MSG_DEBUG, "ctrl_iface exists, but does not"
706 wpa_printf(MSG_INFO, "ctrl_iface exists and seems to "
  /external/yaffs2/yaffs2/
patch-ker.sh 103 echo "$YAFFSDIR exists, not patching"
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 60 * Default service is invoked only if no package specific one exists. In case of
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 64 * stream, and fill in <code>newState</code> with the state as it exists
IRestoreSession.aidl 58 * backup dataset has no matching data. If no backup data exists for this package
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 289 // - exists and the UID is the same
291 // - exists, the UID is different, and the new one is not a system package
293 // - exists, the UID is different, and the new one is a system package
434 mPersistentServicesFileDidNotExist = !mPersistentServicesFile.getBaseFile().exists();
  /frameworks/base/core/java/android/os/
Messenger.java 47 * Handler no longer exists.
  /frameworks/base/core/jni/
android_database_SQLiteCompiledSql.cpp 55 // Make sure not to leak the statement if it already exists
  /frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteGeneralTest.java 38 if (mDatabaseFile.exists()) {
  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 39 with no drawing area added, because it already exists.</p>
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 83 * Helper for getFileLength and exists
138 int exists = -1; local
177 exists = stat(path, &stat_buf);
178 if (exists != -1)
  /frameworks/base/media/libstagefright/omx/
OMXMaster.cpp 78 LOGE("A component of name '%s' already exists, ignoring this one.",
  /frameworks/base/opengl/tools/glgen/src/
GenerateGLES.java 50 if (f.exists()) {
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerProvider.java 72 db.execSQL("DROP TABLE IF EXISTS " + TABLE_NAME);
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
Mailbox.java 103 * @param includeRoute true if the route should be included if it exists.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 70 * @return true if the word exists, false otherwise

Completed in 100 milliseconds

<<21222324252627282930>>