HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 376 - 400 of 2592) sorted by null

<<11121314151617181920>>

  /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.
143 * @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/xml/
XmlEditor.java 150 * @param xml_doc The XML document, if available, or null if none exists.
164 * @param force if true, a new UiRootNode is recreated even if it already exists.
  /dalvik/libcore/security/src/main/java/java/security/
KeyStoreSpi.java 92 * If the specified alias already exists, it will be reassigned.
115 * If the specified alias already exists, it will be reassigned.
135 * If the specified alias already exists, it will be reassigned.
175 * @return {@code true} if the alias exists, {@code false} otherwise.
396 * If the specified alias already exists, it will be reassigned.
  /development/simulator/app/
MyApp.cpp 469 if (!mPrefs.Exists("debugger")) {
481 * Find Valgrind. It currently only exists in Linux, and is installed
485 if (!mPrefs.Exists("valgrinder")) {
498 if (!mPrefs.Exists("auto-power-on"))
500 if (!mPrefs.Exists("gamma"))
LocalBiChannel.cpp 279 * exists.
302 "File '%s' exists and is not a socket\n", mFileName);
375 // ECONNREFUSED means socket exists but nobody is listening
  /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
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 878 assertTrue(file.exists());
884 assertTrue(file.exists());
889 assertTrue(file.exists());
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 162 elif not os.path.exists(html_directory):
168 if os.path.exists(html_directory):
172 if not os.path.exists(html_directory):
585 True if the file already exists in SVN or is sucessfully added
639 True if the file already exists in SVN or is sucessfully added
668 if not baseline_fullpath or not os.path.exists(baseline_fullpath):
710 if not os.path.exists(bogus_dir):
843 if not os.path.exists(new_file):
856 if os.path.exists(old_file):
871 if os.path.exists(diff_file)
    [all...]
  /frameworks/base/core/java/android/app/
SearchManager.java 251 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i>
252 * this element exists at the given row, this is the action that will be used when
261 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i>
262 * this element exists at the given row, this is the data that will be used when
271 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i>
272 * this element exists at the given row, this is the data that will be used when
285 * Column name for suggestions cursor. <i>Optional.</i> If this column exists <i>and</i>
286 * this element exists at the given row, then "/" and this value will be appended to the data
294 * column exists <i>and</i> this element exists at the given row, this is the data that will b
    [all...]
  /packages/apps/IM/src/com/android/im/provider/
ImpsProvider.java 479 db.execSQL("DROP TABLE IF EXISTS " + TABLE_PROVIDERS);
480 db.execSQL("DROP TABLE IF EXISTS " + TABLE_ACCOUNTS);
481 db.execSQL("DROP TABLE IF EXISTS " + TABLE_CONTACT_LIST);
482 db.execSQL("DROP TABLE IF EXISTS " + TABLE_BLOCKED_LIST);
483 db.execSQL("DROP TABLE IF EXISTS " + TABLE_CONTACTS);
484 db.execSQL("DROP TABLE IF EXISTS " + TABLE_CONTACTS_ETAG);
485 db.execSQL("DROP TABLE IF EXISTS " + TABLE_AVATARS);
486 db.execSQL("DROP TABLE IF EXISTS " + TABLE_PROVIDER_SETTINGS);
487 db.execSQL("DROP TABLE IF EXISTS " + TABLE_BRANDING_RESOURCE_MAP_CACHE);
488 db.execSQL("DROP TABLE IF EXISTS " + TABLE_MESSAGES)
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Class.java 269 * if a security manager exists and it does not allow member
397 * if a security manager exists and it does not allow accessing
469 * if a security manager exists and it does not allow member
489 * if a security manager exists and it does not allow member
524 * if a security manager exists and it does not allow member
584 * if a security manager exists and it does not allow member
605 * if a security manager exists and it does not allow member
674 * if a security manager exists and it does not allow member
701 * if a security manager exists and it does not allow member
739 * if a security manager exists and it does not allow membe
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTM.java 244 * or DTM.NULL to indicate none exists.
253 * or DTM.NULL to indicate none exists.
279 * @return Handle of first attribute, or DTM.NULL to indicate none exists.
293 * or DTM.NULL to indicate none exists.
301 * or DTM.NULL to indicate none exists.
312 * or DTM.NULL to indicate none exists.
323 * or DTM.NULL to indicate none exists.
337 * or DTM.NULL to indicate none exists.
347 * or DTM.NULL to indicate none exists.
492 * prefix, if present, or the whole node name if no prefix exists)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java 436 if (tmp == null || tmp.exists() == false) {
449 tmp.exists() == false)) {
466 if (tmp == null || tmp.exists() == false) {
477 tmp.exists() == false)) {
488 tmp.exists() == false)) {
514 if (manifestFile == null || manifestFile.exists() == false) {
564 // we need to make sure this one exists.
565 if (assetsFolder.exists() == false) {
581 if (libResFolder.exists()) {
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 112 ESR_BOOL exists; local
144 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_offset", &exists));
145 if (!exists)
154 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.mel_loop", &exists));
155 if (!exists)
164 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melA", &exists));
165 if (!exists)
184 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.melB", &exists));
185 if (!exists)
203 CHKLOG(rc, ESR_SessionContains("CREC.Frontend.dmelA", &exists));
800 ESR_BOOL exists; \/\/ isSetup; local
3656 ESR_BOOL exists; local
    [all...]
  /external/libpcap/
aclocal.m4 257 dnl continue and select the last one that exists
480 [AC_MSG_CHECKING(if sockaddr_storage struct exists)
490 AC_DEFINE(HAVE_SOCKADDR_STORAGE,1,[if struct sockaddr_storage exists])
524 AC_DEFINE(HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1,1,[if ppa_info_t_dl_module_id exists])
683 dnl If using gcc and the file .devel exists:
686 dnl If an os prototype include exists, symlink os-proto.h to it
810 dnl This test exists so that every application developer does not test
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 200 // Get the project's target's hash string (if it exists)
223 // either the cache was wrong (ie folder does not exists anymore), or
306 if (iProject.exists()) {
408 if (new File(paths[CACHE_INDEX_JAR]).exists() == false ||
409 new File(new URI(paths[CACHE_INDEX_DOCS_URI])).exists() == false) {
417 if (new File(new URI(paths[CACHE_INDEX_OPT_DOCS_URI])).exists() == false) {
426 if (f.exists() == false) {
  /external/openssl/crypto/des/
des-lib.com 84 $! Check To See If The Architecture Specific OBJ Directory Exists.
97 $! Check To See If The Architecture Specific Directory Exists.
204 $! Check To See If The File We Want To Compile Actually Exists.
219 $! End The File Exists Check.
264 $! Check To See If The File We Want To Compile Actually Exists.
312 $! Check To See If The File We Want To Compile Actually Exists.
360 $! Check To See If The File We Want To Compile Actually Exists.
408 $! Check To See If The File We Want To Compile Actually Exists.
458 $! Check To See If The File We Want To Compile Actually Exists.
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 531 assertFalse(file.exists());
538 assertTrue(file.exists());
546 assertTrue(file.exists());
  /cts/tools/host/src/com/android/cts/
HostUtils.java 54 * Check if the given file exists
57 * @return if the file exists, return true;
61 return new File(name).exists();
  /dalvik/libcore/archive/src/main/java/java/util/jar/
JarFile.java 275 * such entry exists.
287 * or {@code null} if no MANIFEST entry exists.
418 * entry exists.
  /dalvik/libcore/luni/src/main/java/java/net/
Authenticator.java 126 * exists.
191 * exists.
249 * exists.
  /development/scripts/app_engine_server/gae_shell/
shell.py 107 """Adds a global, or updates it if it already exists.
127 """Removes a global, if it exists.
160 """Removes a name from the list of unpicklable names, if it exists.
  /development/testrunner/test_defs/
test_walker.py 65 if not os.path.exists(path):
130 # ie if a test exists at 'foo' directory and 'foo/sub', attempting to
181 Currently assumes if any java file exists in this directory, than it
  /external/dropbear/
svr-auth.c 105 /* send the banner if it exists, it will only exist once */
190 /* Check that the username exists, has a non-empty password, and has a valid
218 /* check that user exists */
  /external/icu4c/config/
icu-config-bottom 36 echo " --exists Return with 0 status if ICU exists else fail"
158 --exists)

Completed in 90 milliseconds

<<11121314151617181920>>