Searched
full:exists (Results
351 -
375 of
4830) sorted by null
<<11121314151617181920>>
/ndk/sources/host-tools/sed-4.2.1/m4/ |
longlong.m4 | 13 # Note: If the type 'long long int' exists but is only 32 bits large 58 # Note: If the type 'unsigned long long int' exists but is only 32 bits
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ViewIdGenerator.java | 66 * @param kind {@link DataKind} associated with the view, or null if none exists. 67 * @param values {@link ValuesDelta} associated with the view, or null if none exists.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Device.java | 57 if (f.exists()) { 71 Log.w(Logging.LOG_TAG, f.getAbsolutePath() + ": File exists, but can't read?" +
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 47 public static final String EXISTS = "EXISTS";
|
ImapTempFileLiteral.java | 101 if (!isDestroyed() && mFile.exists()) { 117 return mFile.exists();
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipProfileDb.java | 73 if (!f.exists()) f.mkdirs(); 114 if (!f.exists()) continue;
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockSettingsHelper.java | 49 * If a pattern, password or PIN exists, prompt the user before allowing them to change it. 52 * @return true if one exists and we launched an activity to confirm it
|
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
BackendTest.java | 22 return f.exists(); 51 if (location.exists()) {
|
/sdk/androidprefs/src/com/android/prefs/ |
AndroidLocation.java | 62 // make sure the folder exists! 64 if (f.exists() == false) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FolderDecorator.java | 51 if (project == null || !project.exists() || !folder.exists()) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
IFileWrapper.java | 90 public boolean exists() { 91 return mFile.exists();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
IFileOp.java | 77 /** Invokes {@link File#exists()} on the given {@code file}. */ 78 public abstract boolean exists(File file); method in interface:IFileOp
|
/cts/tests/src/android/theme/cts/ |
ActivityTestInfo.java | 20 * Interface that exists so as to use one piece of code to run all of the
|
OrientationSelectorActivity.java | 31 * This activity exists solely for debugging purposes. It is
|
ThemeSelectorActivity.java | 31 * This activity exists solely for debugging purposes. It allows the manual
|
/cts/tools/vm-tests/src/util/build/ |
DFHBuildStep.java | 38 if (!out_dir.exists() && !out_dir.mkdirs()) {
|
/cts/tools/vm-tests-tf/src/util/build/ |
DFHBuildStep.java | 38 if (!out_dir.exists() && !out_dir.mkdirs()) {
|
/dalvik/libdex/ |
DexDataMap.h | 57 * the given type. This will return true if such an entry exists and
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 34 /* Don't use conditional loads if the HW defect exists */
|
/development/ide/emacs/ |
android-common.el | 75 (not (file-exists-p (concat default-directory 77 (not (file-exists-p (concat default-directory 130 (when (not (file-exists-p path)) 143 (if (file-exists-p path)
|
/device/samsung/tuna/ |
device.mk | 157 $(call inherit-product-if-exists, vendor/nxp/pn544/nxp-pn544-fw-vendor.mk) 159 $(call inherit-product-if-exists, vendor/ti/proprietary/omap4/ti-omap4-vendor.mk) 160 $(call inherit-product-if-exists, vendor/samsung/tuna/device-vendor.mk) 164 $(call inherit-product-if-exists, hardware/broadcom/wlan/bcmdhd/firmware/bcm4330/device-bcm.mk)
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
WrappedRuntimeException.java | 29 * It exists to cut the serializers dependancy on that package.
|
/external/chromium/base/memory/ |
scoped_temp_dir.h | 50 // Returns true if path_ is non-empty and exists.
|
/external/chromium/chrome/browser/autofill/ |
data_driven_test.h | 23 // |GenerateResults()|. If the corresponding output file already exists in
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_model.h | 62 // extension has been uninstalled and no longer exists.
|
Completed in 1274 milliseconds
<<11121314151617181920>>