HomeSort by relevance Sort by last modified time
    Searched defs:exists (Results 226 - 250 of 1081) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 116 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
117 """exists: Verify if an object exists.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 283 def exists(self, key, *args, **kwargs) : member in class:DB_py3k
286 return self._db.exists(key, *args, **kwargs)
524 if os.path.exists(path) :
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 302 assertTrue(attrsPath.getPath(), attrsPath.exists());
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelperTest.java 102 * Test loading of CTS_ROOT is it exists or not.
201 assertFalse(currentDynamicFile.exists());
  /toolchain/binutils/binutils-2.27/bfd/
i386linux.c 402 bfd_boolean exists;
467 exists = FALSE;
476 exists = TRUE;
477 if (! exists
486 exists = TRUE;
488 if (! exists
401 bfd_boolean exists; local
m68klinux.c 405 bfd_boolean exists;
470 exists = FALSE;
479 exists = TRUE;
480 if (! exists
489 exists = TRUE;
491 if (! exists
404 bfd_boolean exists; local
sparclinux.c 397 bfd_boolean exists; local
463 exists = FALSE;
472 exists = TRUE;
473 if (! exists
482 exists = TRUE;
484 if (! exists
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 204 if (mOutFile != null && mOutFile.exists()) {
207 if (mOutFile2 != null && mOutFile2.exists()) {
464 assertTrue(mOutFile.exists());
534 assertTrue(mOutFile.exists());
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 248 assertTrue("exists", path.exists());
256 assertFalse(probe.exists());
267 assertTrue("exists", path.exists());
275 assertTrue(probe.exists());
277 assertFalse(probe.exists());
292 assertFalse(probe.exists());
312 assertFalse(probe.exists());
  /cts/tests/app/src/android/app/cts/
DownloadManagerTest.java 228 if (uriLocation.exists()) {
233 if (extFileLocation.exists()) {
240 if (publicLocation.exists()) {
285 if (noExtLocation.exists()) {
291 if (wrongExtLocation.exists()) {
457 assertTrue(location.exists());
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreUiTest.java 159 assertFalse(target.exists());
228 assertTrue("exists", target.exists());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 381 if (!dir.exists()) {
513 assertTrue(mainJar.exists());
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 141 virtual bool exists (GLuint name) = 0;
168 bool exists (GLuint name) { return (this->*m_existsFunc)(name) != GL_FALSE; } function in class:deqp::gls::LifetimeTests::details::SimpleType
192 bool exists (GLuint name) { return glIsProgram(name) != GL_FALSE; } function in class:deqp::gls::LifetimeTests::details::ProgramType
205 bool exists (GLuint name) { return glIsShader(name) != GL_FALSE; } function in class:deqp::gls::LifetimeTests::details::ShaderType
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
ByteCodeTypePrinter.java 40 Files.exists(inputJarFile), "The input jar file %s does not exist.", inputJarFile);
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 722 bool exists = PathExists(file_path); local
728 if (exists) {
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 153 * Return true if there exists a file or directory at the specified path
156 * @return true if the file/directory exists
158 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
160 public boolean exists(String path) { method in class:AbstractFakeFileSystem
262 if (exists(toPath)) {
278 // Create the TO directory entry first so that the destination path exists when you
553 * Return true if the specified path exists
556 * @return true if the path exists
563 * If the specified path has a parent, then verify that the parent exists
566 * @return true if the parent of the specified path exists
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 196 def exists(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
197 """exists: Verify if an object exists
200 Returns: true if it exists, false if not
  /external/python/cpython3/PC/
getpathp.c 16 * If the PYTHONPATH env. var. exists, its entries are added next.
41 If a '._pth' file exists adjacent to the executable with the same base name
179 exists(wchar_t *filename) function
192 if (exists(filename))
201 exist = exists(filename);
478 if (exists(progpath))
653 if ((dllpath[0] && !change_ext(spbuffer, dllpath, L"._pth") && exists(spbuffer)) ||
654 (progpath[0] && !change_ext(spbuffer, progpath, L"._pth") && exists(spbuffer))) {
700 if (zip_path[0] && exists(zip_path)) {
  /external/v8/src/libsampler/
sampler.cc 237 bool exists = false; local
241 exists = true;
245 if (!exists) {
  /frameworks/av/media/libaudioclient/include/media/
AudioMixer.h 82 // and a sample rate converter already exists,
107 // If name already exists, the function will abort.
119 bool exists(int name) const { function in class:android::AudioMixer
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 904 public boolean exists() { method in class:UiObject
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 91 assertFalse(mCopyFile.exists());
93 assertTrue(mCopyFile.exists());
100 assertFalse(mCopyFile.exists());
102 assertTrue(mCopyFile.exists());
  /frameworks/base/media/jni/
android_media_Utils.cpp 141 bool FileStream::exists() const { function in class:android::FileStream
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java 102 if (testFolder.exists()) {
117 assertTrue(file.exists());
216 if (localProperties.exists()) {
230 if (moduleFolder.exists()) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 195 if (!storeDir.exists()) {
237 return (mSharedStore.exists() || (mUserStore != null && mUserStore.exists()));
314 * Helper method to stop a buffered write alarm if one exists.
496 * Returns whether the store file already exists on disk or not.
498 * @return true if it exists, false otherwise.
500 public boolean exists() { method in class:WifiConfigStore.StoreFile
501 return mAtomicFile.exists();

Completed in 809 milliseconds

1 2 3 4 5 6 7 8 91011>>