OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exists
(Results
251 - 275
of
2592
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilt/sdk/tools/linux/
acp
/bionic/libc/kernel/tools/
update_all.py
40
panic( "required directory does not
exists
: %s\n" % original_dir )
/cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java
87
if (mOutFile != null && mOutFile.
exists
()) {
179
assertTrue(mOutFile.
exists
());
183
assertTrue(mOutFile.
exists
());
445
assertTrue(mOutFile.
exists
());
/cts/tools/dx-tests/src/dxconvext/util/
FileUtils.java
54
if (!file.
exists
()) {
/cts/tools/host/src/com/android/cts/
HostConfig.java
350
if ((null == pathFile) || (pathFile.
exists
() == false)
368
if (!file.
exists
()) {
597
if (xmlFile.
exists
() && xmlFile.isFile()) {
602
if (xmlFile.
exists
() && xmlFile.isFile()
603
&& apkFile.
exists
() && apkFile.isFile()) {
691
* if the package name
exists
in case repository, return false;
706
Log.e("Package error: package name " + fileName + "
exists
already.", null);
[
all
...]
/cts/tools/signature-tools/src/signature/io/impl/
BinaryApi.java
36
if (!directory.
exists
()) {
/cts/tools/vm-tests/src/util/build/
JarBuildStep.java
54
if (!outDir.
exists
() && !outDir.mkdirs()) {
JavacBuildStep.java
51
if (!destFile.
exists
() && !destFile.mkdirs())
/dalvik/docs/opcodes/
opcode-2c-sparse-switch.html
79
If there
exists
an I with 0 <= I < table.size such that table.keys[I] = vA,
/dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java
26
* state of local variable name mappings that
exists
immediately after
/dalvik/dx/src/com/android/dx/util/
FileUtils.java
54
if (!file.
exists
()) {
/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
TestLevel.java
62
* method for which there already
exists
one {@code COMPLETE} or a set of
VirtualTestTarget.java
42
* is not known, we need to be able to indicate that such a class
exists
and
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentgetelementbyid01.java
48
* If not such element
exists
, returns null.
/dalvik/libcore/logging/src/main/java/java/util/logging/
FileHandler.java
151
* if a security manager
exists
and it determines that the
189
if (files[0].
exists
()
192
if (files[i].
exists
()) {
253
if (files[i].
exists
()) {
401
* if a security manager
exists
and it determines that the
435
* if a security manager
exists
and it determines that the
472
* if a security manager
exists
and it determines that the
516
* if a security manager
exists
and it determines that the
545
* if a security manager
exists
and it determines that the
/dalvik/libcore/luni/src/main/java/java/lang/reflect/
AnnotatedElement.java
66
* @return {@code true} if the annotation
exists
, {@code false} otherwise
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
PublicClassLoader.java
53
if (classFile.
exists
()) {
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
SecuritySupport.java
100
return f.
exists
() ? Boolean.TRUE : Boolean.FALSE;
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/
SecuritySupport.java
100
return f.
exists
() ? Boolean.TRUE : Boolean.FALSE;
/dalvik/libcore/xml/src/main/java/javax/xml/transform/
SecuritySupport.java
100
return f.
exists
() ? Boolean.TRUE : Boolean.FALSE;
TransformerFactoryConfigurationError.java
24
*
exists
. This error will typically be thrown when the class of a
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathVariableResolver.java
46
*
exists
. The value returned must be of a type appropriate for the underlying object model.
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemUnknown.java
97
* Execute fallback if fallback child
exists
or do nothing
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
EntityReference.java
25
* entity an <code>Entity</code>
exists
, and the subtree of the
/dalvik/vm/
PointerSet.h
54
* Insert a new entry into the list. If it already
exists
, this returns
Completed in 115 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>