HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 1 - 25 of 3045) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseTest.java 46 final ImapResponse EXISTS = buildResponse(null, false, new ImapSimpleString("3"),
47 new ImapSimpleString("EXISTS"));
50 new ImapSimpleString("EXISTS"));
53 assertTrue(EXISTS.isDataResponse(1, ImapConstants.EXISTS));
57 assertFalse(EXISTS.isDataResponse(0, ImapConstants.EXISTS));
59 assertFalse(EXISTS.isDataResponse(1, ImapConstants.FETCH));
62 assertFalse(TAGGED_EXISTS.isDataResponse(1, ImapConstants.EXISTS));
  /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>.])
  /external/emma/pregenerated/
ANDROID-CHANGES.txt 1 This directory exists to hold the file
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
  /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/chromium/base/
directory_watcher_stub.cc 5 // This file exists for Linux systems which don't have the inotify headers, and
  /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):
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 21 * @return A source, or {@code null} if no source with the given name exists.
  /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)

Completed in 337 milliseconds

1 2 3 4 5 6 7 8 91011>>