Searched
full:exists (Results
576 -
600 of
4830) sorted by null
<<21222324252627282930>>
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 265 * Helper method to determine if file on device exists. 268 * @return <code>true</code> if file exists, <code>false</code> otherwise. 282 * Helper method to determine if file exists on the device containing a given string. 285 * @return <code>true</code> if file exists containing given string, 301 * Helper method to determine if package on device exists. 304 * @return <code>true</code> if package exists, <code>false</code> otherwise 321 * @return <code>true</code> if file exists, <code>false</code> otherwise. 337 * @return <code>true</code> if file exists, <code>false</code> otherwise. 353 * @return <code>true</code> if file exists, <code>false</code> otherwise. 690 // cleanup test app just in case it already exists [all...] |
/libcore/luni/src/main/java/java/net/ |
Authenticator.java | 125 * exists. 173 * exists. 223 * exists.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.c | 118 non-null and exists, uses it; otherwise uses the first of $TMPDIR, 119 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable 121 doesn't exist, none of the searched dirs exists, or there's not
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
AttachPhotoActivity.java | 209 * so if one exists, the account will be updated with the new photo. 249 * Tries to update the photo on the raw_contact. If no photo exists, and allowInsert == true, 259 // check that a photo exists
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoStoreTest.java | 110 assertTrue(storedFile.exists()); 135 assertTrue(new File(entry.path).exists()); 140 assertFalse(new File(entry.path).exists());
|
/prebuilt/sdk/tools/linux/ |
acp | |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
FileOp.java | 282 /** Invokes {@link File#exists()} on the given {@code file}. */
283 public boolean exists(File file) {
method in class:FileOp 284 return file.exists();
|
/external/collada/include/1.4/dom/ |
domGl_pipeline_settings.h | 108 * If a daeMetaElement already exists it will return that instead of creating a new one. 175 * If a daeMetaElement already exists it will return that instead of creating a new one. 220 * If a daeMetaElement already exists it will return that instead of creating a new one. 299 * If a daeMetaElement already exists it will return that instead of creating a new one. 366 * 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. 490 * If a daeMetaElement already exists it will return that instead of creating a new one. 557 * If a daeMetaElement already exists it will return that instead of creating a new one. 624 * If a daeMetaElement already exists it will return that instead of creating a new one. 691 * If a daeMetaElement already exists it will return that instead of creating a new one. [all...] |
/bionic/libc/tools/ |
bionic_utils.py | 154 if os.path.exists(path): 161 if os.path.exists(path): 168 if os.path.exists(path): 355 if not os.path.exists(path):
|
/build/core/combo/ |
HOST_linux-x86.mk | 42 endif # $(HOST_SDK_TOOLCHAIN_PREFIX)-gcc exists
|
/cts/tests/src/android/theme/cts/ |
TestListActivity.java | 33 * Exists for debugging purposes. Allows the manual verifier
|
/cts/tools/dx-tests/src/dxconvext/util/ |
FileUtils.java | 54 if (!file.exists()) {
|
/cts/tools/signature-tools/src/signature/io/impl/ |
BinaryApi.java | 36 if (!directory.exists()) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/ |
DeviceInfoCollector.java | 51 if (!apkFile.exists()) {
|
/cts/tools/vm-tests/src/util/build/ |
JarBuildStep.java | 54 if (!outDir.exists() && !outDir.mkdirs()) {
|
JavacBuildStep.java | 51 if (!destFile.exists() && !destFile.mkdirs())
|