Home
last modified time | relevance | path

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

1234567

/external/deqp/framework/delibs/decpp/
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 …]
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 …]
/external/autotest/server/hosts/
Dcros_label.py111 def exists(self, host): member in LightSensorLabel
128 def exists(self, host): member in BluetoothLabel
140 def exists(self, host): member in ECLabel
177 def exists(self, host): member in Cr50Label
196 def exists(self, host): member in AccelsLabel
225 def exists(self, host): member in ChameleonLabel
234 def exists(self, host): member in ChameleonConnectionLabel
254 def exists(self, host): member in ChameleonPeripheralsLabel
268 def exists(self, host): member in AudioLoopbackDongleLabel
295 def exists(self, host): member in PowerSupplyLabel
[all …]
Dadb_label.py33 def exists(self, host): member in CameraHalLabel
42 def exists(self, host): member in LoopbackDongleLabel
Dbase_label.py16 def forever_exists_decorate(exists): argument
62 def exists(self, host): member in BaseLabel
124 def exists(self, host): member in StringLabel
Dbase_label_unittest.py23 def exists(self, host): member in TestBaseLabel
66 def __init__(self, exists=True, store=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
127 final Boolean exists = STORAGE_REMOVABLE.get(path); in isExternalStorageRemovable() local
/external/mesa3d/scons/
Dx11.py44 def exists(env): function
Dllvm.py282 def exists(env): function
Ddxsdk.py70 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/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideUtil.java35 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DIMarkerFactory.java59 boolean exists(String name); in exists() method
/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
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
DCheckingBundleListener.java54 boolean exists(String bundleName) { in exists() method in CheckingBundleListener
/external/v8/src/base/
Dhashmap-entry.h25 bool exists() const { return exists_; } in exists() function
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DBasicMarkerFactory.java81 public boolean exists(String name) { in exists() method in BasicMarkerFactory
/external/dtc/tests/
Dcheck_path.c55 int fail_config, exists, check_exists; in main() local
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideUtil.java77 public static boolean exists(Feature feature) { in exists() method in RouteGuideUtil
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.h163 bool exists; variable
175 bool exists; variable
/external/perfetto/ui/src/common/
Dlogs.ts19 export interface LogExists { exists: boolean; } property
/external/autotest/client/site_tests/firmware_TouchMTB/
Dkeyboard_device.py35 def exists(self): member in KeyboardDevice

1234567