HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 1151 - 1175 of 4830) sorted by null

<<41424344454647484950>>

  /external/webkit/Tools/Scripts/
update-sources-list.py 44 assert(os.path.exists(filepath))
  /external/webkit/Tools/Scripts/webkitperl/
features.pm 70 "SVG" => "SVGDefsElement", # We used to look for SVGElement but isSVGElement exists (and would match) in --no-svg builds.
  /external/webkit/Tools/Scripts/webkitpy/common/system/
deprecated_logging.py 78 if log_directory and not os.path.exists(log_directory):
directoryfileset.py 65 # directory hierarchy exists at the output path.
workspace.py 46 if not self._filesystem.exists(target_path):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
message_broker2_unittest.py 33 # This file exists to test routines that aren't necessarily covered elsewhere;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
google_chrome.py 38 if not port._filesystem.exists(overrides_path):
gtk.py 116 return self._filesystem.exists(self._filesystem.join('/etc', 'redhat-release'))
  /external/webkit/Tools/wx/build/
waf_extensions.py 70 if os.path.exists(filename):
  /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/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 372 wpa_printf(MSG_DEBUG, "ctrl_iface exists, but does not"
390 wpa_printf(MSG_INFO, "ctrl_iface exists and seems to "
679 wpa_printf(MSG_DEBUG, "ctrl_iface exists, but does not"
698 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/app/backup/
FileBackupHelper.java 64 * stream, and fill in <code>newState</code> with the state as it exists
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 284 // - exists and the UID is the same
286 // - exists, the UID is different, and the new one is not a system package
288 // - exists, the UID is different, and the new one is a system package
420 mPersistentServicesFileDidNotExist = !mPersistentServicesFile.getBaseFile().exists();
  /frameworks/base/core/java/android/net/
NetworkInfo.java 212 * Indicates whether network connectivity exists or is in the process
217 * @return {@code true} if network connectivity exists or is in the process
227 * Indicates whether network connectivity exists and it is possible to establish
229 * @return {@code true} if network connectivity exists, {@code false} otherwise.
  /frameworks/base/core/java/android/os/
Messenger.java 47 * Handler no longer exists.
Vibrator.java 43 * exists, else false.
  /frameworks/base/core/java/android/preference/
PreferenceFrameLayout.java 104 // padding already exists.
  /frameworks/base/core/java/android/server/
BluetoothHealthProfileHandler.java 429 String channelPath, boolean exists) {
431 "ChannelPath: " + channelPath + "Exists: " + exists);
443 if (exists) {
  /frameworks/base/core/java/android/view/
HardwareCanvas.java 67 * Outputs the specified display list to the log. This method exists for use by
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 85 if (nativeLibraryDir.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/app/activity/
LocalProvider.java 68 db.execSQL("DROP TABLE IF EXISTS data");
  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 42 with no drawing area added, because it already exists.</p>

Completed in 1765 milliseconds

<<41424344454647484950>>