/external/mesa3d/scons/ |
H A D | x11.py | 44 def exists(env): function
|
H A D | dxsdk.py | 70 def exists(env): function
|
H A D | llvm.py | 73 if not os.path.exists(llvm_config): 204 def exists(env): function
|
/external/jsoncpp/scons-tools/ |
H A D | srcdist.py | 170 if targz.exists(env): 175 def exists(env): function 177 Make sure srcdist exists. 179 return targz.exists(env)
|
H A D | globtool.py | 49 def exists(env): function 51 Tool always exists.
|
H A D | substinfile.py | 76 def exists(env): function 78 Make sure tool exists.
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
H A D | path_utils_test.js | 19 exists: function(fileName) { 55 assert.equal(path_utils.exists('/a/b/file_exists.html'), true); 56 assert.equal(path_utils.exists('file_exists.html'), true); 57 assert.equal(path_utils.exists('./file_exists.html'), true); 58 assert.equal(path_utils.exists('/a/file_does_not_exists.html'), false);
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/ |
H A D | 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
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
H A D | BasicMarkerFactory.java | 81 public boolean exists(String name) { method in class:BasicMarkerFactory
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
H A D | keyboard_device.py | 62 def exists(self): member in class:KeyboardDevice 63 """Indicate whether this device exists or not."""
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/ |
H A D | setup.py | 3 from os.path import exists namespace 18 long_description=open('README.rst').read() if exists("README.rst") else "",
|
/external/doclava/src/com/google/doclava/ |
H A D | Hierarchy.java | 90 private static boolean exists(ClassInfo cl) { method in class:Hierarchy 109 if (exists(cl)) { 110 hdf.setValue("exists", "1"); 120 if (exists(cl)) { 121 hdf.setValue("interfaces." + i + ".exists", "1");
|
/external/jetty/src/java/org/eclipse/jetty/client/webdav/ |
H A D | MkcolExchange.java | 34 boolean exists = false; field in class:MkcolExchange 48 exists = true; 51 if ( status == HttpStatus.METHOD_NOT_ALLOWED_405 ) // returned when resource exists 54 exists = true; 60 public boolean exists() method in class:MkcolExchange 62 return exists;
|
H A D | PropfindExchange.java | 53 public boolean exists() method in class:PropfindExchange
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | TypeConverter.java | 30 * Determines if the given data node exists in a ClearSilver compatible way. 32 public static boolean exists(Data data) { method in class:TypeConverter
|
/external/jsilver/src/com/google/clearsilver/jsilver/values/ |
H A D | NumberValue.java | 51 public boolean exists() { method in class:NumberValue
|
H A D | StringValue.java | 41 public boolean exists() { method in class:StringValue
|
H A D | VariableValue.java | 71 public boolean exists() { method in class:VariableValue 72 return TypeConverter.exists(getReference());
|
/external/libselinux/src/ |
H A D | init.c | 34 int exists = 0; local 58 exists = 1; 63 if (!exists)
|
/external/lldb/test/pexpect-2.4/examples/ |
H A D | ssh_session.py | 86 def exists(self, file): member in class:ssh_session
|
/external/messageformat/java/com/ibm/icu/impl/ |
H A D | ICUData.java | 28 public static boolean exists(final String resourceName) { method in class:ICUData
|
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/ |
H A D | CheckingBundleListener.java | 54 boolean exists(String bundleName) { method in class:CheckingBundleListener
|
/external/v8/tools/testrunner/local/ |
H A D | utils.py | 30 from os.path import exists namespace
|
/external/deqp/framework/delibs/decpp/ |
H A D | deUniquePtr.cpp | 37 Object (bool& exists) argument 38 : m_exists(exists) 66 MovePtr<Object> createObject (bool& exists) argument 68 UniquePtr<Object> objectPtr(new Object(exists)); 78 bool exists = false; local 80 UniquePtr<Object> ptr(new Object(exists)); 81 DE_TEST_ASSERT(exists); 84 DE_TEST_ASSERT(!exists); 89 bool exists = false; local 92 UniquePtr<Object> ptr(new Object(exists)); 106 bool exists = false; local 114 bool exists = false; local 128 bool exists = false; local 141 bool exists = false; local 154 bool exists = false; local 175 bool exists = false; local 191 bool exists = false; local [all...] |
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
H A D | JarResource.java | 94 * Returns true if the respresenetd resource exists. 97 public boolean exists() method in class:JarResource 102 return super.exists(); 136 if (!exists()) 223 if (!file.exists()) 230 if (!dir.exists())
|