OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exists
(Results
1 - 25
of
2592
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clearsilver/cs/
test14.cs.gold
18
Blah
Exists
22
Foo
Exists
75
array
exists
test
81
array element
exists
test
87
array element
exists
test false
test_exists.cs
1
array
exists
test
test19.cs
13
Wow.Foo
exists
<?cs var:Wow.Foo ?>
17
Wow.Bar
exists
<?cs var:Wow.Bar ?>
test19.cs.gold
34
Wow.Foo
exists
3
test10.cs
17
ERROR: this should never display (Foo.Bar.Baz.0
exists
)
/dalvik/tests/071-dexfile/
info.txt
4
NOTE: the test requires that /sdcard
exists
and is writable.
/external/kernel-headers/original/asm-generic/bitops/
ffz.h
8
* Undefined if no zero
exists
, so code should check against ~0UL first.
/external/webkit/LayoutTests/storage/domstorage/
window-attributes-exist-expected.txt
2
window.sessionStorage
exists
11
window.localStorage
exists
20
window.onstorage
exists
window-attributes-exist.html
32
log("window.sessionStorage
exists
");
40
log("window.localStorage
exists
");
48
log("window.onstorage
exists
");
/external/libffi/testsuite/lib/
target-libpath.exp
56
if { [info
exists
GCC_EXEC_PREFIX] && ![info
exists
env(GCC_EXEC_PREFIX)] } {
71
if [info
exists
env(LD_LIBRARY_PATH)] {
75
if [info
exists
env(LD_RUN_PATH)] {
79
if [info
exists
env(SHLIB_PATH)] {
83
if [info
exists
env(LD_LIBRARYN32_PATH)] {
87
if [info
exists
env(LD_LIBRARY64_PATH)] {
91
if [info
exists
env(LD_LIBRARY_PATH_32)] {
95
if [info
exists
env(LD_LIBRARY_PATH_64)] {
99
if [info
exists
env(DYLD_LIBRARY_PATH)]
[
all
...]
/external/dhcpcd/mk/
depend.mk
2
# it
exists
. Only GNU make does not do this.
/external/bison/m4/
inttypes_h_gl.m4
9
# Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h>
exists
,
23
[Define if <inttypes.h>
exists
, doesn't clash with <sys/types.h>,
stdint_h_gl.m4
9
# Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h>
exists
,
23
[Define if <stdint.h>
exists
, doesn't clash with <sys/types.h>,
/external/elfutils/m4/
inttypes.m4
11
# Define HAVE_INTTYPES_H if <inttypes.h>
exists
and doesn't clash with
25
[Define if <inttypes.h>
exists
and doesn't clash with <sys/types.h>.])
inttypes-pri.m4
11
# Define PRI_MACROS_BROKEN if <inttypes.h>
exists
and defines the PRI*
30
[Define if <inttypes.h>
exists
and defines unusable PRI* macros.])
inttypes_h.m4
11
# Define HAVE_INTTYPES_H_WITH_UINTMAX if <inttypes.h>
exists
,
25
[Define if <inttypes.h>
exists
, doesn't clash with <sys/types.h>,
stdint_h.m4
11
# Define HAVE_STDINT_H_WITH_UINTMAX if <stdint.h>
exists
,
25
[Define if <stdint.h>
exists
, doesn't clash with <sys/types.h>,
/external/emma/pregenerated/
ANDROID-CHANGES.txt
1
This directory
exists
to hold the file
/frameworks/base/core/java/com/android/internal/util/
JournaledFile.java
40
if (mReal.
exists
()) {
42
if (mTemp.
exists
()) {
45
} else if (mTemp.
exists
()) {
66
if (!mReal.
exists
()) {
79
if (mTemp.
exists
()) {
/external/webkit/WebCore/platform/sql/
SQLiteFileSystem.h
72
// Makes sure the given directory
exists
, by creating all missing directories
78
// If 'checkPathOnly' is false, then this method only checks if the given file
exists
.
81
// itself
exists
.
85
// new DB file
exists
. This method covers both cases.
88
// checkPathOnly - If true, we only make sure that the given directory
exists
.
89
// If false, we only check if the file
exists
.
/development/testrunner/
create_test.py
90
Does nothing if tests/AndroidManifest.xml already
exists
.
100
# skip if file already
exists
103
if os.path.
exists
(tests_manifest_path):
104
_PrintMessage("%s already
exists
, not overwritten" % tests_manifest_path)
114
if not os.path.
exists
(tests_path):
127
Does nothing if tests/Android.mk already
exists
.
136
# skip if file already
exists
139
if os.path.
exists
(tests_mk_path):
140
_PrintMessage("%s already
exists
, not overwritten" % tests_mk_path)
163
if not os.path.
exists
(tests_path)
[
all
...]
/external/qemu/
targphys.h
1
/* Define target_phys_addr_t if it
exists
. */
/external/webkit/WebKitTools/wx/packaging/
build-mac-installer.py
59
if os.path.
exists
(tempdir):
85
if os.path.
exists
(filename):
98
if not os.path.
exists
(copyname):
108
if os.path.
exists
(tempdir):
116
if not os.path.
exists
(wxroot):
119
if not os.path.
exists
(wxpythonroot):
134
if not os.path.
exists
(demodir):
139
if os.path.
exists
(pkgname + ".pkg"):
156
if os.path.
exists
(tempdir):
/device/htc/common/
common.mk
27
# counterpart to this file, if it
exists
28
$(call inherit-product-if-
exists
, vendor/htc/common/common-vendor.mk)
common_small.mk
22
# counterpart to this file, if it
exists
. This is the most specific
24
$(call inherit-product-if-
exists
, vendor/htc/common/common_small-vendor.mk)
Completed in 73 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>