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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 53 // foreign_session_tag. If none exists, creates one and returns its pointer.
57 // exists.
62 // the session specified with |foreign_session_tag|. If none exists, creates
  /external/clang/test/Unit/
lit.cfg 42 if site_cfg and os.path.exists(site_cfg):
70 # Check that the site specific configuration exists.
72 if not os.path.exists(site_cfg):
  /external/dbus/tools/
dbus-uuidgen.1 33 This will ensure that /var/lib/dbus/machine-id exists and has the uuid in it.
68 (localstatedir is usually /var). If this file exists and is valid, the
75 (localstatedir is usually /var). If this file exists then it will be
  /external/llvm/test/Unit/
lit.cfg 42 if site_cfg and os.path.exists(site_cfg):
67 # Check that the site specific configuration exists.
69 if not os.path.exists(site_cfg):
  /external/webkit/LayoutTests/storage/
change-version.html 13 tx.executeSql("DROP table if exists info;", [], emptyFunction, emptyFunction);
14 tx.executeSql("CREATE table if not exists info (version INTEGER);", [], emptyFunction, emptyFunction);
78 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo INT)");
  /external/webkit/Source/JavaScriptCore/gyp/
JavaScriptCore.gyp 98 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-global-initializers'
104 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-exit-time-destructors'
110 'sh', '<(project_dir)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-weak-vtables-and-externals'
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.h 63 // Returns the number of characters before the given component if it exists,
70 // as part of the component or not when the component exists.
92 // if that component is absent but 0 if the component exists but is empty.
  /external/webkit/Tools/Scripts/webkitpy/common/system/
directoryfileset_unittest.py 61 self.assertTrue(self._filesystem.exists('/test-directory/b/c'))
64 self.assertTrue(self._filesystem.exists('/test/some-file'))
66 self.assertFalse(self._filesystem.exists('/test/some-file'))
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 47 if (mBaseName.exists()) {
48 if (!mBackupName.exists()) {
123 if (mBackupName.exists()) {
  /frameworks/base/tests/backup/
test_restore.sh 39 # return 0 if file exists, 1 otherwise
40 data=$(a shell "ls $@ 2> /dev/null >/dev/null && echo -n exists")
41 if [ "$data" = "exists" ]; then
  /libcore/dalvik/src/main/java/dalvik/system/
TemporaryDirectory.java 53 * directory already exists and is read-write, or the directory
61 * already exists</li>
77 if (dir.exists()) {
  /libcore/luni/src/main/java/java/lang/ref/
package.html 33 There exists at least one path from the root set to the object
51 There exists at least one path from the root set to the object
69 There exists at least one path from the root set to the object
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/templates/
SetFolders.java 65 if (!project.exists())
87 if (!folder.exists())
94 if (!folder.exists())
  /cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java 133 if (uriLocation.exists()) {
138 if (extFileLocation.exists()) {
145 if (publicLocation.exists()) {
191 if (noExtLocation.exists()) {
197 if (wrongExtLocation.exists()) {
343 assertTrue(location.exists());
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 78 assertFalse(mPrefsFile.exists());
83 assertFalse(mPrefsFile.exists());
85 assertTrue(mPrefsFile.exists());
120 assertFalse(mPrefsFile.exists());
122 assertTrue(mPrefsFile.exists());
218 assertFalse(mPrefsFile.exists());
220 assertTrue(mPrefsFile.exists());
231 assertTrue(mPrefsFile.exists());
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechServiceTest.java 57 assertFalse(sampleFile.exists());
63 assertTrue("synthesizeToFile() didn't produce a file", sampleFile.exists());
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 40 if (!mFile.exists()) {
84 if (mFile.exists()) {
PrintWriterPrinterTest.java 43 if (!mFile.exists())
97 if (mFile.exists())
  /device/ti/panda/
device.mk 54 $(call inherit-product-if-exists, vendor/ti/panda/device-vendor.mk)
57 $(call inherit-product-if-exists, vendor/ti/proprietary/omap4/ti-omap4-vendor.mk)
  /external/chromium/base/
event_recorder.h 47 // Will clobber the file if it already exists.
76 // If the file already exists, it will be deleted before recording
  /external/chromium/chrome/browser/extensions/
extension_info_map.h 48 // Returns true if the specified extension exists and has a non-empty web
52 // Returns true if the specified extension exists and can load in incognito
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.h 48 // Returns NULL if no preview tab exists for |tab|.
52 // Returns NULL if no initiator tab exists for |preview_tab|.
  /external/doclava/res/assets/templates/
hierarchy.cs 30 <?cs if:cl.exists ?>
38 <?cs if:iface.exists ?>
  /external/doclava/src/com/google/doclava/
Resolution.java 46 * @param builder The InfoBuilder that is building the file in which the Resolution exists.
70 * @return The InfoBuilder that built the file in which the Resolution exists.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 51 "Mailbox already exists"
109 "Message %d no longer exists"

Completed in 2058 milliseconds

1 2 3 4 5 67 8 91011>>