HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 126 - 150 of 1845) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 128 if {[info exists DEFAULT($o)]==0} { error "unknown option: $o" }
311 if {[info exists DEFAULT($o)]==0} { error "unknown option: $o" }
387 if {[info exists ::mallocopts(-start)]} {
392 if {[info exists ::mallocopts(-end)]} {
427 if {[info exists ::mallocopts(-testdb)]} {
438 if {[info exists ::mallocopts(-tclprep)]} {
441 if {[info exists ::mallocopts(-sqlprep)]} {
450 if {[info exists ::mallocopts(-tclbody)]} {
453 if {[info exists ::mallocopts(-sqlbody)]} {
493 if {[info exists ::mallocopts(-cleanup)]}
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 83 self.assertTrue(os.path.exists(tarball))
94 self.assertTrue(os.path.exists(tarball))
133 self.assertTrue(os.path.exists(tarball))
147 self.assertTrue(os.path.exists(tarball2))
160 self.assertTrue(os.path.exists(tarball))
171 self.assertTrue(os.path.exists(tarball))
188 self.assertTrue(os.path.exists(tarball))
202 self.assertTrue(not os.path.exists(tarball))
244 self.assertTrue(os.path.exists(res))
247 self.assertTrue(os.path.exists(res)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 83 self.assertTrue(os.path.exists(tarball))
94 self.assertTrue(os.path.exists(tarball))
133 self.assertTrue(os.path.exists(tarball))
147 self.assertTrue(os.path.exists(tarball2))
160 self.assertTrue(os.path.exists(tarball))
171 self.assertTrue(os.path.exists(tarball))
188 self.assertTrue(os.path.exists(tarball))
202 self.assertTrue(not os.path.exists(tarball))
244 self.assertTrue(os.path.exists(res))
247 self.assertTrue(os.path.exists(res)
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.c 346 Bool exists; local
367 exists = rep.flags;
368 if (exists && value) *value = rep.value;
371 return exists;
397 Bool exists; local
418 exists = rep.flags;
419 if (exists && value) *value = rep.value_64;
422 return exists;
437 Bool exists; local
464 exists = rep.flags
564 Bool exists; local
606 Bool exists; local
652 Bool exists; local
695 Bool exists; local
753 Bool exists; local
981 Bool exists; local
    [all...]
  /external/chromium_org/v8/src/
v8utils.cc 171 bool* exists) {
173 *exists = false;
177 *exists = true;
183 bool* exists,
187 return SetVectorContents(result, size, exists);
192 bool* exists,
196 return SetVectorContents(result, size, exists);
  /external/v8/src/
v8utils.cc 162 bool* exists) {
164 *exists = false;
168 *exists = true;
174 bool* exists,
178 return SetVectorContents(result, size, exists);
183 bool* exists,
187 return SetVectorContents(result, size, exists);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /development/testrunner/
android_build.py 124 if not os.path.exists(path):
167 if not os.path.exists(path):
187 if not os.path.exists(path):
  /external/chromium_org/build/
copy_test_data_ios.py 58 if os.path.exists(output_dir) and not os.path.isdir(output_dir):
60 if os.path.exists(output_filename) and os.path.isdir(output_filename):
63 if not os.path.exists(output_dir):
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_runner.py 134 if not os.path.exists(dashboard_file_location):
143 if not os.path.exists(result_dir):
147 if not os.path.exists(graph_file):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 115 self.assertTrue(self.fs.exists('foodir'))
116 self.assertTrue(self.fs.exists(self.fs.join('foodir', 'baz')))
118 self.assertFalse(self.fs.exists('foodir'))
119 self.assertFalse(self.fs.exists(self.fs.join('foodir', 'baz')))
154 self.assertTrue(fs.exists(self._this_file))
158 self.assertFalse(fs.exists(self._missing_file))
162 self.assertTrue(fs.exists(fs.getcwd()))
200 self.assertFalse(os.path.exists(sub_path))
204 self.assertTrue(os.path.exists(sub_path))
209 self.assertTrue(os.path.exists(sub_path)
    [all...]
  /frameworks/base/core/java/android/util/
AtomicFile.java 36 * As long as the backup file exists, the original file is considered
90 if (mBaseName.exists()) {
91 if (!mBackupName.exists()) {
195 if (mBackupName.exists()) {
  /frameworks/base/core/java/com/android/internal/os/
AtomicFile.java 34 * As long as the backup file exists, the original file is considered
58 if (mBaseName.exists()) {
59 if (!mBackupName.exists()) {
134 if (mBackupName.exists()) {
  /frameworks/base/keystore/java/android/security/
SystemKeyStore.java 75 // Check if key with similar name exists. If so, return null.
77 if (keyFile.exists()) {
120 if (!keyFile.exists()) {
130 if (!keyFile.exists()) {
  /frameworks/support/v4/java/android/support/v4/util/
AtomicFile.java 34 * As long as the backup file exists, the original file is considered
88 if (mBaseName.exists()) {
89 if (!mBackupName.exists()) {
164 if (mBackupName.exists()) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 50 if not os.path.exists(prefix):
55 if os.path.exists(prefix):
69 if os.path.exists(os.path.join(v, "tclIndex")):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 50 if not os.path.exists(prefix):
55 if os.path.exists(prefix):
69 if os.path.exists(os.path.join(v, "tclIndex")):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep namespace
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_commands_test.py 195 self.assertTrue(os.path.exists(
205 self.assertTrue(os.path.exists(
218 """The update command should update to a new version if it exists."""
226 self.assertTrue('already exists, but has an update available' in output)
256 self.assertFalse(os.path.exists(
258 self.assertTrue(os.path.exists(
269 self.assertTrue(os.path.exists(
283 self.assertTrue(os.path.exists(
285 self.assertTrue(os.path.exists(
290 exists
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
Proc.java 33 if (cmdLine.exists()) {
  /cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java 54 if (!file.exists()) {
  /dalvik/dexgen/src/com/android/dexgen/util/
FileUtils.java 54 if (!file.exists()) {
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LaunchSettings.java 43 // first check if the object exists we can use allAppsButton.exists() which
95 assertTrue("Unable to detect Settings", settingsValidation.exists());

Completed in 1937 milliseconds

1 2 3 4 56 7 8 91011>>