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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/scons/
x11.py 44 def exists(env): function
dxsdk.py 70 def exists(env): function
llvm.py 76 if not os.path.exists(llvm_config):
247 def exists(env): function
crossmingw.py 177 def exists(env): function
  /build/kati/
fileutil.go 22 func exists(filename string) bool { func
40 func (s searchPaths) exists(target string) (string, bool) { func
41 if exists(target) {
50 if exists(vtarget) {
57 if exists(vtarget) {
  /external/jsoncpp/scons-tools/
srcdist.py 170 if targz.exists(env):
175 def exists(env): function
177 Make sure srcdist exists.
179 return targz.exists(env)
globtool.py 49 def exists(env): function
51 Tool always exists.
substinfile.py 76 def exists(env): function
78 Make sure tool exists.
targz.py 81 def exists(env): function
  /frameworks/compile/mclinker/lib/Support/
FileSystem.cpp 16 bool mcld::sys::fs::exists(const Path& pPath) { function in class:mcld::sys::fs
  /test/vts-testcase/kernel/syscall/
syscall_exists.cpp 33 bool exists = !(ret == -1 && errno == ENOSYS); local
34 ALOGI("syscall [%d] is %s", syscall_id, exists ? "enabled" : "disabled");
35 std::cout << (exists ? 'y' : 'n');
  /external/autotest/client/site_tests/firmware_TouchMTB/
keyboard_device.py 35 def exists(self): member in class:KeyboardDevice
36 """Indicate whether this device exists or not."""
  /external/ltp/testcases/lib/
cmdlib.sh 43 # Nuke the testcase temporary directory if it exists.
99 # FUNCTION: exists
102 exists() function
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
IMarkerFactory.java 53 * Checks if the marker with the name already exists. If name is null, then false
57 * @return true id the marker exists, false otherwise.
59 boolean exists(String name); method in interface:IMarkerFactory
  /cts/tests/tests/os/src/android/os/cts/
UsbDebuggingTest.java 33 assertFalse(keys.exists());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
genericpath.py 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
15 def exists(path): function
16 """Test whether a path exists. Returns False for broken symbolic links"""
  /external/autotest/server/hosts/
adb_label.py 33 def exists(self, host): member in class:CameraHalLabel
42 def exists(self, host): member in class:LoopbackDongleLabel
  /external/dtc/tests/
check_path.c 55 int fail_config, exists, check_exists; local
64 if (!strcmp(argv[2], "exists"))
66 else if (!strcmp(argv[2], "not-exists"))
73 CONFIG("Usage: %s <base dtb> <[exists|not-exists]> <node-path>", argv[0]);
77 exists = fdt_path_offset(fdt_base, argv[3]) >= 0;
79 if (exists == check_exists)
  /external/jsilver/src/com/google/clearsilver/jsilver/values/
StringValue.java 41 public boolean exists() { method in class:StringValue
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
FileFsFile.java 29 public boolean exists() { method in class:FileFsFile
30 return file.exists();
  /external/v8/src/base/
hashmap-entry.h 25 bool exists() const { return exists_; } function in struct:v8::base::TemplateHashMapEntry
43 bool exists() const { return key != nullptr; } function in struct:v8::base::TemplateHashMapEntry
  /frameworks/base/tools/bit/
util.h 28 bool exists; member in struct:FileInfo
  /frameworks/compile/mclinker/lib/MC/
AttributeSet.cpp 35 Attribute* AttributeSet::exists(const Attribute& pAttr) const { function in class:mcld::AttributeSet
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 30 assertTrue(file.exists());
32 assertFalse(file.exists());
  /libcore/ojluni/src/main/java/sun/misc/
FileURLMapper.java 70 * Checks whether the file identified by the URL exists.
72 public boolean exists () { method in class:FileURLMapper
78 return f.exists();

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8 91011>>