Searched
full:exists (Results
976 -
1000 of
2592) sorted by null
<<31323334353637383940>>
/external/tinyxml/ |
tinystr.h | 188 function DOES NOT clear the content of the TiXmlString if any exists.
|
xmltest.cpp | 257 XmlTest( "Root element exists.", true, ( node != 0 && node->ToElement() ) ); 261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) ); 263 XmlTest( "Sibling element exists & is an element.", true, ( node != 0 && node->ToElement() ) ); 267 XmlTest ( "First child exists.", true, ( node != 0 && node->ToText() ) );
|
/external/v8/src/ |
d8.h | 172 // An exception is not thrown if the directory already exists. Analogous to
|
/external/webkit/WebCore/page/ |
Page.h | 117 // makes more sense when that class exists.
|
SecurityOrigin.h | 108 // Note: This method exists only to support backwards compatibility
|
/external/webkit/WebCore/platform/ |
Widget.h | 229 IntRect m_frame; // Not used when a native widget exists.
|
/external/webkit/WebCore/rendering/ |
InlineFlowBox.h | 47 // an invisible marker exists. The side effect of having an invisible marker is that the quirks mode behavior of shrinking lines with no
|
/external/webkit/WebCore/wml/ |
WMLCardElement.cpp | 170 // Start the timer if it exists in current card
|
/external/webkit/WebCore/ |
wscript | 79 if not os.path.exists(derived_sources_dir):
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 462 if os.path.exists(backup_file): 640 # -disabled version exists. 641 if (self._tests_are_present and not os.path.exists(full_path) 642 and not os.path.exists(full_path + '-disabled')): [all...] |
/external/zlib/ |
README | 26 otherwise get the latest version and check whether the problem still exists or
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteOpenHelper.java | 27 * if it exists, creating it if it does not, and upgrading it as necessary.
|
/frameworks/base/core/java/android/preference/ |
PreferenceGroup.java | 127 // Exists
|
/frameworks/base/core/java/android/view/ |
ViewParent.java | 85 * Returns the parent if it exists, or null.
|
ViewStub.java | 34 * Therefore, the ViewStub exists in the view hierarchy until {@link #setVisibility(int)} or
|
/frameworks/base/core/java/android/webkit/ |
WebIconDatabase.java | 225 * url. If the icon exists, the listener will be called with the result.
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 75 * is to provide a guarantee that no stale data exists in the restore set when the
|
/frameworks/base/core/tests/coretests/src/android/pim/vcard/ |
VNodeBuilder.java | 40 * Previously used in main vCard handling code but now exists only for testing.
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 92 if (oldFile.exists()) {
|
/frameworks/base/media/libmediaplayerservice/ |
MediaPlayerService.h | 261 // the element exists already.
|
/frameworks/base/tests/CoreTests/android/core/ |
DatabaseSessionCache.java | 306 db.execSQL("DROP TABLE IF EXISTS " + SSL_CACHE_TABLE );
|
SSLPerformanceTest.java | 296 if (!dir.exists()) {
|
/frameworks/base/tools/aapt/ |
ZipFile.h | 64 kOpenTruncate = 0x08, // if it exists, empty it
|
/ndk/build/core/ |
add-application.mk | 90 # If APP_BUILD_SCRIPT is defined, check that the file exists.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 55 __BIONIC_ERRDEF( EEXIST , 17, "File exists" )
|
Completed in 1760 milliseconds
<<31323334353637383940>>