OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exists
(Results
451 - 475
of
4830
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/services/java/com/android/server/location/
CountryDetectorBase.java
55
* The previous listener will be replaced if it
exists
.
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
MediaPlayerProxy.java
31
* <p>This interface
exists
to make alternate implementations to the standard media player
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifierElem.java
260
// Same propName
exists
but with different value(s).
265
TestCase.fail("Unexpected property \"" + propName + "\"
exists
.");
275
// Same propName
exists
but with different value(s).
280
TestCase.fail("Unexpected property \"" + propName + "\"
exists
.");
/libcore/luni/src/test/java/libcore/dalvik/system/
PathClassLoaderTest.java
51
assertTrue(result.
exists
());
/libcore/luni/src/test/java/libcore/java/util/prefs/
PreferencesTest.java
44
assertTrue("Expected to exist " + userPrefs, userPrefs.
exists
());
/libcore/luni/src/test/java/libcore/sqlite/
OldSQLiteTest.java
45
if (!dbFile.
exists
()) {
/libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGeteEementById.java
10
* If not such element
exists
, returns null.
/ndk/sources/cxx-stl/stlport/stlport/
exception
18
// This header
exists
solely for portability. Normally it just includes
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileDeleteStrategy.java
73
if (fileToDelete == null || fileToDelete.
exists
() == false) {
94
if (fileToDelete.
exists
() && doDelete(fileToDelete) == false) {
110
* @param fileToDelete the file to delete,
exists
, not null
143
* if the file
exists
.
/packages/apps/Email/src/com/android/email/mail/transport/
ExchangeSender.java
26
* Our Exchange service does not use the sender/store model. This class
exists
for exactly one
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java
52
public boolean
exists
() {
method in class:MockFolder
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java
59
if (dir != null && !dir.
exists
()) {
102
if (!mf.
exists
()) {
194
if (!mf.
exists
()) {
263
if (!moviesDirectory.
exists
()) {
/prebuilt/common/ecj/
about.html
23
provided with the Content. If no such license
exists
, contact the Redistributor. Unless otherwise
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
_G_config.h
82
/* This is defined by <bits/stat.h> if `st_blksize'
exists
. */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
ipc.h
27
#define IPC_EXCL 02000 /* Fail if key
exists
. */
typesizes.h
27
/* See <bits/types.h> for the meaning of these macros. This file
exists
so
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ax25.h
3
* file netrom.h
exists
for the NET/ROM protocol.
ipc.h
25
#define IPC_EXCL 00002000 /* fail if key
exists
*/
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
exception
18
// This header
exists
solely for portability. Normally it just includes
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
exception
18
// This header
exists
solely for portability. Normally it just includes
/sdk/monkeyrunner/test/com/android/monkeyrunner/
MonkeyRunnerOptionsTest.java
27
// We need to use a file that actually
exists
/system/core/include/cutils/
config_utils.h
54
/* add a named child to a config node (or modify it if it already
exists
) */
/bionic/libc/kernel/tools/
find_headers.py
61
if not os.path.
exists
(kernel_root):
74
if not os.path.
exists
(wanted_config):
85
if os.path.
exists
("%s/arch/%s/include/asm" % (kernel_root, archdir)):
/bootable/recovery/minzip/
DirUtil.c
102
/* See if it already
exists
.
112
* If a directory already
exists
, no big deal.
157
// else, this directory already
exists
.
/development/testrunner/
android_build.py
90
if not os.path.
exists
(path):
132
if not os.path.
exists
(path):
153
if not os.path.
exists
(path):
Completed in 1322 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>