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

<<21222324252627282930>>

  /external/zlib/contrib/vstudio/vc10/
miniunz.vcxproj 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
testzlibdll.vcxproj 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 97 if (mBackupFile.exists()) {
103 if (mFile.exists() && !mFile.canRead()) {
546 if (mFile.exists()) {
548 // If the file already exists, but no changes were
555 if (!mBackupFile.exists()) {
597 if (mFile.exists()) {
  /frameworks/base/core/java/android/content/
SharedPreferences.java 242 * @return Returns the preference value if it exists, or defValue. Throws
270 * @return Returns the preference value if it exists, or defValue. Throws
284 * @return Returns the preference value if it exists, or defValue. Throws
298 * @return Returns the preference value if it exists, or defValue. Throws
312 * @return Returns the preference value if it exists, or defValue. Throws
324 * @return Returns true if the preference exists in the preferences,
  /frameworks/base/tools/aapt/
Package.cpp 68 * If the file already exists, fail unless "update" or "force" is set.
85 fprintf(stderr, "ERROR: '%s' exists (use '-f' to force overwrite)\n",
90 fprintf(stderr, "ERROR: '%s' exists and is not a regular file\n", outputFile.string());
290 * If we're in "update" mode, and the file already exists in the archive,
334 /* file already exists in archive; there can be only one */
337 "ERROR: '%s' exists twice (check for with & w/o '.gz'?)\n",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 116 if (mAndroidManifest.exists()) {
163 if (genJavaPackageFragment != null && genJavaPackageFragment.exists()) {
180 if (genFolder.exists()) {
210 if (manifestResource == null || !manifestResource.exists()
300 && resource.exists()
307 && member.exists()
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 226 if (projectFolder.exists()) {
228 if (propFile.exists()) {
246 if (projectFolder.exists()) {
248 if (propFile.exists()) {
350 if (mProjectFolder.exists()) {
352 if (propFile.exists()) {
  /build/tools/
adbs 123 if (not os.path.exists(path)):
150 if (not os.path.exists(addr2line_cmd)):
158 if (not os.path.exists(addr2line_cmd)):
  /dalvik/dx/src/com/android/dx/dex/
TableOfContents.java 197 if (section.exists()) {
204 if (section.exists()) {
223 public boolean exists() { method in class:TableOfContents.Section
  /external/chromium/base/metrics/
stats_table.h 37 // If a StatsTable already exists with the specified name, this StatsTable
44 // If the StatsTable already exists, this number is ignored.
47 // If the StatsTable already exists, this number is ignored.
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 74 static bool Exists() { return false; }
89 static bool Exists() { return BuiltInDefaultValue<T>::Exists(); }
98 static bool Exists() { return true; }
108 static bool Exists() { return true; } \
180 // exists a built-in default value.
181 static bool Exists() {
182 return IsSet() || internal::BuiltInDefaultValue<T>::Exists();
215 // exists a built-in default value.
216 static bool Exists() {
    [all...]
  /external/clang/test/
lit.cfg 72 if site_cfg and os.path.exists(site_cfg):
101 # Check that the site specific configuration exists.
103 if not os.path.exists(site_cfg):
  /external/collada/include/1.4/dom/
domCg_newparam.h 84 * If a daeMetaElement already exists it will return that instead of creating a new one.
145 * If a daeMetaElement already exists it will return that instead of creating a new one.
306 * If a daeMetaElement already exists it will return that instead of creating a new one.
domCg_surface_type.h 113 * If a daeMetaElement already exists it will return that instead of creating a new one.
239 * If a daeMetaElement already exists it will return that instead of creating a new one.
305 * If a daeMetaElement already exists it will return that instead of creating a new one.
domFx_newparam_common.h 82 * If a daeMetaElement already exists it will return that instead of creating a new one.
143 * If a daeMetaElement already exists it will return that instead of creating a new one.
272 * If a daeMetaElement already exists it will return that instead of creating a new one.
domFx_surface_init_common.h 75 * If a daeMetaElement already exists it will return that instead of creating a new one.
119 * If a daeMetaElement already exists it will return that instead of creating a new one.
247 * If a daeMetaElement already exists it will return that instead of creating a new one.
domGles_newparam.h 82 * If a daeMetaElement already exists it will return that instead of creating a new one.
143 * If a daeMetaElement already exists it will return that instead of creating a new one.
272 * If a daeMetaElement already exists it will return that instead of creating a new one.
domGlsl_newparam.h 76 * If a daeMetaElement already exists it will return that instead of creating a new one.
134 * If a daeMetaElement already exists it will return that instead of creating a new one.
277 * If a daeMetaElement already exists it will return that instead of creating a new one.
domGlsl_surface_type.h 113 * If a daeMetaElement already exists it will return that instead of creating a new one.
240 * If a daeMetaElement already exists it will return that instead of creating a new one.
306 * If a daeMetaElement already exists it will return that instead of creating a new one.
domRigid_constraint.h 169 * If a daeMetaElement already exists it will return that instead of creating a new one.
309 * If a daeMetaElement already exists it will return that instead of creating a new one.
405 * If a daeMetaElement already exists it will return that instead of creating a new one.
484 * If a daeMetaElement already exists it will return that instead of creating a new one.
566 * If a daeMetaElement already exists it will return that instead of creating a new one.
630 * If a daeMetaElement already exists it will return that instead of creating a new one.
684 * If a daeMetaElement already exists it will return that instead of creating a new one.
773 * If a daeMetaElement already exists it will return that instead of creating a new one.
847 * If a daeMetaElement already exists it will return that instead of creating a new one.
898 * If a daeMetaElement already exists it will return that instead of creating a new one.
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_err.et.in 249 "Ext2 directory already exists"
315 "TDB: Record exists"
318 "TDB: Lock exists on other keys"
  /external/llvm/lib/Support/Windows/
Path.inc 365 Path::exists() const {
698 bool Exists;
699 if (fs::exists(path, Exists) || !Exists)
873 bool Exists;
874 if (reuse_current && (fs::exists(path, Exists) || !Exists))
901 } while (!fs::exists(path, Exists) && Exists)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 112 *Clear the password from the user part if it exists.
267 * @return user@host portion of the uri (null if none exists).
288 * @return user@host portion of the uri (null if none exists).
312 * get the parameter (do a name lookup) and return null if none exists.
314 * @return Parameter of the given name (null if none exists).
463 *remove the ttl value from the parameter list if it exists.
471 *Remove the maddr param if it exists.
486 /** Remove a header given its name (provided it exists).
615 /** Sets the value of the user parameter. The user URI parameter exists to
661 * Boolean to check if a parameter of a given name exists
    [all...]
  /frameworks/base/core/java/android/os/
FileUtils.java 77 * exists.
78 * @return true if the file exists and false if it does not exist. If you do not have
142 if (destFile.exists()) {
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 118 if (entityFile.exists()) {
223 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
228 // We expect at least some data if the directory exists in the first place

Completed in 1926 milliseconds

<<21222324252627282930>>