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

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditor.java 112 * @param xml_doc The XML document, if available, or null if none exists.
157 * @param force if true, a new UiRootNode is recreated even if it already exists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesEditor.java 112 * @param xml_doc The XML document, if available, or null if none exists.
144 * @param force if true, a new UiRootNode is recreated even if it already exists.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
FixImportsJob.java 76 if (mJavaPackage == null || mAndroidManifest == null || !mAndroidManifest.exists()) {
95 if (packageFragment != null && packageFragment.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFolderWrapper.java 55 public boolean exists() { method in class:IFolderWrapper
56 return mContainer.exists();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 181 if (!folder.exists()) {
186 if (!subFolder.exists()) {
195 if (overwrite && file.exists()) {
204 if (!file.exists()) {
262 assertTrue(String.format("%s project not created", name), iproject.exists());
573 if (sdkPath.exists()) {
576 if (testData.exists()) {
598 if (!tmpDir.exists() && tmpDir.mkdir()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 121 if (!path.exists()) {
130 assert path.exists();
  /sdk/ide_common/src/com/android/ide/common/resources/
FrameworkResources.java 108 if (valueFolder.exists() == false) {
113 if (publicXmlFile.exists()) {
IdResourceParser.java 132 boolean exists = resources.hasResourceItem(value);
133 if (!exists) {
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunnerOptions.java 145 if (!plugin.exists()) {
169 if (!scriptFile.exists()) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
ShellSizeAndPos.java 116 * If the file does not exists or doesn't load properly, just return an
126 if (f.exists()) {
  /system/extras/bugmailer/src/com/android/commands/sendbug/
SendBug.java 58 if (!screenShot.exists()) {
63 if (bugreport.exists()) {
  /frameworks/base/core/java/android/os/
Debug.java 604 * This method exists for compatibility and always returns 0.
616 * This method exists for compatibility and always returns 0.
628 * Honeycomb. This method exists for compatibility and always
641 * was removed in Honeycomb. This method exists for compatibility
664 * removed in Honeycomb. This method exists for compatibility and
677 * This method exists for compatibility and always returns 0.
712 * This method exists for compatibility and has no effect.
722 * This method exists for compatibility and has no effect.
732 * This method exists for compatibility and has no effect.
742 * removed in Honeycomb. This method exists for compatibility an
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 165 if (projectXml.exists()) {
213 if (new File(audioTrackPCMFilePath).exists()) {
233 throw new IllegalArgumentException("Media item already exists: " + mediaItem.getId());
301 * If a transition already exists at the specified position then
313 * If a transition already exists at the specified position then
629 throw new IllegalArgumentException("Media item already exists: " + mediaItem.getId());
777 * If a thumbnail already exists, then delete it
779 if ((new File(mProjectPath + "/" + THUMBNAIL_FILENAME)).exists()) {
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 161 * our design), but the functionality still exists. Force the
534 db.execSQL("DROP TABLE IF EXISTS gservices");
535 db.execSQL("DROP INDEX IF EXISTS gservicesIndex1");
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 427 "Error", "Error: Case Variant Exists");
483 && javaProject.exists()) {
512 && javaProject.exists()) {
666 if (!folder.exists()) {
692 if (!file.exists()) {
    [all...]
  /development/scripts/
stack 54 if not os.path.exists(self.name):
71 if os.path.exists(self.name):
124 if not os.path.exists(symdir):
150 if not os.path.exists(localsyms):
191 if not os.path.exists(symdir):
  /external/chromium/chrome/browser/history/
thumbnail_database.h 114 // Returns 0 if no entry exists for the specified url.
213 // Returns true iff the thumbnails table exists.
226 // Creates the thumbnail table, returning true if the table already exists
230 // Creates the favicon table, returning true if the table already exists,
255 // Creates the icon_map table, return true if the table already exists or was
  /external/chromium/net/http/
http_auth_cache_unittest.cc 260 // Calling Add when the realm entry already exists, should append that
444 void CheckRealmExistence(int realm_i, bool exists) {
448 if (exists) {
456 void CheckPathExistence(int realm_i, int path_i, bool exists) {
459 if (exists) {
  /external/llvm/test/
lit.cfg 107 if site_cfg and os.path.exists(site_cfg):
132 # Check that the site specific configuration exists.
134 if not os.path.exists(site_cfg):
213 if os.path.exists(substitution_ext):
263 if not os.path.exists(libPath):
  /external/llvm/utils/
GenLibDeps.pl 214 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
225 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
244 $DepLibs{$libdefs{$_}} = [] unless exists $DepLibs{$libdefs{$_}};
250 $DepLibs{$objdefs{$_}} = [] unless exists $DepLibs{$objdefs{$_}};
260 $DepLibs{$obj} = ["<.a object>"] unless exists $DepLibs{$obj};
  /frameworks/base/obex/javax/obex/
ClientSession.java 155 // Add the connection ID if one exists
198 // Add the connection ID if one exists
209 // Add the connection ID if one exists
265 // Add the connection ID if one exists
308 // Add the connection ID if one exists
  /libcore/luni/src/main/java/java/security/
KeyStoreSpi.java 90 * If the specified alias already exists, it will be reassigned.
113 * If the specified alias already exists, it will be reassigned.
133 * If the specified alias already exists, it will be reassigned.
173 * @return {@code true} if the alias exists, {@code false} otherwise.
389 * If the specified alias already exists, it will be reassigned.
  /external/collada/include/1.4/dom/
domProfile_CG.h 129 * If a daeMetaElement already exists it will return that instead of creating a new one.
203 * If a daeMetaElement already exists it will return that instead of creating a new one.
264 * If a daeMetaElement already exists it will return that instead of creating a new one.
338 * If a daeMetaElement already exists it will return that instead of creating a new one.
411 * If a daeMetaElement already exists it will return that instead of creating a new one.
502 * If a daeMetaElement already exists it will return that instead of creating a new one.
602 * If a daeMetaElement already exists it will return that instead of creating a new one.
798 * If a daeMetaElement already exists it will return that instead of creating a new one.
    [all...]
domProfile_GLSL.h 129 * If a daeMetaElement already exists it will return that instead of creating a new one.
207 * If a daeMetaElement already exists it will return that instead of creating a new one.
268 * If a daeMetaElement already exists it will return that instead of creating a new one.
342 * If a daeMetaElement already exists it will return that instead of creating a new one.
412 * If a daeMetaElement already exists it will return that instead of creating a new one.
499 * If a daeMetaElement already exists it will return that instead of creating a new one.
603 * If a daeMetaElement already exists it will return that instead of creating a new one.
799 * If a daeMetaElement already exists it will return that instead of creating a new one.
    [all...]
  /external/javassist/src/main/javassist/
ClassPool.java 327 * Records a name that never exists.
546 * file exists. If yes, it creates a CtClass object.
572 * the class file exists.
679 * If there already exists a class with the same name, the new class
700 * If there already exists a class with the same name, the new class
729 * If there already exists a class with the same name, this method
761 * If there already exists a class with the same name, the new class
781 * If there already exists a class/interface with the same name,
821 * If there already exists a class/interface with the same name,
833 * If there already exists a class/interface with the same name
    [all...]

Completed in 1324 milliseconds

<<31323334353637383940>>