Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 25 of 191) sorted by relevance

12345678

/external/deqp/framework/delibs/decpp/
DdeSharedPtr.cpp44 Object (bool& exists) in Object()
62 DerivedObject (bool& exists) in DerivedObject()
71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in SharedPtrTestThread()
107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in WeakPtrTestThread()
140 SharedPtr<Object> makeObject (bool& exists) in makeObject()
187 bool exists = false; in SharedPtr_selfTest() local
199 bool exists = false; in SharedPtr_selfTest() local
216 bool exists = false; in SharedPtr_selfTest() local
224 bool exists = false; in SharedPtr_selfTest() local
233 bool exists = false; in SharedPtr_selfTest() local
[all …]
DdeUniquePtr.cpp37 Object (bool& exists) in Object()
66 MovePtr<Object> createObject (bool& exists) in createObject()
78 bool exists = false; in UniquePtr_selfTest() local
89 bool exists = false; in UniquePtr_selfTest() local
106 bool exists = false; in UniquePtr_selfTest() local
114 bool exists = false; in UniquePtr_selfTest() local
128 bool exists = false; in UniquePtr_selfTest() local
141 bool exists = false; in UniquePtr_selfTest() local
154 bool exists = false; in UniquePtr_selfTest() local
175 bool exists = false; in UniquePtr_selfTest() local
[all …]
/external/autotest/server/hosts/
Dcros_label.py105 def exists(self, host): member in LightSensorLabel
122 def exists(self, host): member in BluetoothLabel
134 def exists(self, host): member in ECLabel
167 def exists(self, host): member in AccelsLabel
196 def exists(self, host): member in ChameleonLabel
205 def exists(self, host): member in ChameleonConnectionLabel
225 def exists(self, host): member in ChameleonPeripheralsLabel
239 def exists(self, host): member in AudioLoopbackDongleLabel
266 def exists(self, host): member in PowerSupplyLabel
303 def exists(self, host): member in StorageLabel
[all …]
Dadb_label.py33 def exists(self, host): member in CameraHalLabel
42 def exists(self, host): member in LoopbackDongleLabel
Dbase_label.py15 def forever_exists_decorate(exists): argument
76 def exists(self, host): member in BaseLabel
138 def exists(self, host): member in StringLabel
Dbase_label_unittest.py23 def exists(self, host): member in TestBaseLabel
78 def __init__(self, exists=True, afe_host=None): argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowEnvironment.java93 private static boolean exists(Path path) { in exists() method in ShadowEnvironment
99 final Boolean exists = STORAGE_REMOVABLE.get(getExternalStorageDirectory()); in isExternalStorageRemovable() local
128 final Boolean exists = STORAGE_REMOVABLE.get(path); in isExternalStorageRemovable() local
/external/mesa3d/scons/
Dx11.py44 def exists(env): function
Dllvm.py247 def exists(env): function
Ddxsdk.py70 def exists(env): function
Dcrossmingw.py177 def exists(env): function
/external/ltp/testcases/lib/
Dcmdlib.sh102 exists() function
/external/jsoncpp/scons-tools/
Dsrcdist.py175 def exists(env): function
Dglobtool.py49 def exists(env): function
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DStringValue.java41 public boolean exists() { in exists() method in StringValue
DNumberValue.java51 public boolean exists() { in exists() method in NumberValue
DVariableValue.java71 public boolean exists() { in exists() method in VariableValue
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DIMarkerFactory.java59 boolean exists(String name); in exists() method
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DCheckingBundleListener.java54 boolean exists(String bundleName) { in exists() method in CheckingBundleListener
/external/autotest/client/site_tests/security_ASLR/
Dsecurity_ASLR.py100 def exists(self): member in UpstartProcess
114 def exists(self): member in SystemdProcess
/external/v8/src/base/
Dhashmap-entry.h25 bool exists() const { return exists_; } in exists() function
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DFileFsFile.java29 public boolean exists() { in exists() method in FileFsFile
/external/dtc/tests/
Dcheck_path.c55 int fail_config, exists, check_exists; in main() local
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarkerFactory.java81 public boolean exists(String name) { in exists() method in BasicMarkerFactory
/external/autotest/client/site_tests/firmware_TouchMTB/
Dkeyboard_device.py35 def exists(self): member in KeyboardDevice

12345678