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

<<31323334353637383940>>

  /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 38 echo " --exists Return with 0 status if ICU exists else fail"
177 --exists)
  /external/libffi/testsuite/lib/
libffi-dg.exp 153 if [info exists gluefile] {
169 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
176 if [info exists TOOL_OPTIONS] {
  /external/openssl/crypto/x509v3/
v3_lib.c 247 /* If appending we don't care if it exists, otherwise
253 /* See if extension exists */
290 /* If extension exists replace it.. */
  /external/v8/src/
utils.cc 151 bool* exists,
156 *exists = false;
160 *exists = true;
  /external/webkit/Tools/Scripts/
test-webkitpy 155 # Confirm that the test file exists so that when we check that it does
157 if not os.path.exists(test_path):
163 if os.path.exists(test_path):
  /libcore/luni/src/main/java/java/util/jar/
JarFile.java 261 * such entry exists.
273 * or {@code null} if no MANIFEST entry exists.
404 * entry exists.
  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 65 /* Include the original <wchar.h> if it exists.
129 /* wctob is provided by gnulib, or wctob exists but is not declared. */
293 /* wcwidth exists but is not declared. */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 209 if (!new File(fullfilename).exists()) {
229 if (!new File(fullfilename).exists()) {
232 if (V) Log.v(Constants.TAG, "file with sequence number " + sequence + " exists");
  /packages/apps/Browser/tools/
get_search_engines.py 216 if os.path.exists(dir_path) and not os.path.isdir(dir_path):
217 print "File exists in output directory path " + dir_path + ". Please remove it and try again."
253 if not os.path.exists(dir_path):
  /packages/apps/Contacts/src/com/android/contacts/util/
ExpirableCache.java 161 * Returns the cached value for the given key, or null if no value exists.
178 * Returns the value for the given key, or null if no value exists.
195 * Returns the value for the given key only if it is not expired, or null if no value exists or
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 70 if (!mStorePath.exists()) {
105 * Returns the entry with the specified key if it exists, null otherwise.
235 * Removes the specified photo file from the store if it exists.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 169 if (new File(path).exists()) {
176 if (new File(fullPath).exists()) {
182 if (new File(fullPath).exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 92 if (mAndroidManifest.exists()) {
136 if (manifestResource == null || !manifestResource.exists()
201 if ((member instanceof IFile) && member.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 238 * <p/>This ensures that no two configurations have the same. If a config already exists
253 * <p/>This ensures that no two configurations have the same. If a config already exists
297 * <p/>This ensures that no two configurations have the same. If a config already exists
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 177 // Check whether file exists and if so, confirm overwrite
179 if (localFile.exists()) {
185 "%s already exists.\nDo you want to replace it?"
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
ArchiveInstallerTest.java 78 // and the destination actually exists.
155 // old pkg is installed, so its directory & files exists
228 // old pkg is installed, so its directory & files exists
  /bionic/libc/include/sys/
system_properties.h 54 ** exists, or NULL if there is no such property. Use
  /bionic/libc/stdlib/
setenv.c 53 if ((C = __findenv(name, &offset))) { /* find if already exists */
  /bionic/libm/man/
remainder.3 112 exists.
  /build/core/
dumpvar.mk 8 # Add the toolchain bin dir if it actually exists
version_defaults.mk 32 # if the file exists.
  /cts/tests/src/android/os/cts/
FileUtils.java 99 if (destFile.exists()) {
  /cts/tests/src/android/theme/cts/
ActionBarModifier.java 134 * Stub class that exists since tabs need to have a listener. Does nothing.
  /cts/tests/tests/webkit/src/android/webkit/cts/
CacheManagerTest.java 65 assertTrue(CacheManager.getCacheFileBaseDir().exists());

Completed in 1927 milliseconds

<<31323334353637383940>>