Searched refs:exists (Results 1 - 25 of 979) sorted by relevance

1234567891011>>

/external/deqp/framework/delibs/decpp/
H A DdeSharedPtr.cpp44 Object (bool& exists) argument
45 : m_exists(exists)
62 DerivedObject (bool& exists) argument
63 : Object(exists)
71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) argument
73 , m_exists (exists)
107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) argument
109 , m_exists (exists)
140 SharedPtr<Object> makeObject (bool& exists) argument
142 return SharedPtr<Object>(new Object(exists));
187 bool exists = false; local
199 bool exists = false; local
216 bool exists = false; local
224 bool exists = false; local
233 bool exists = false; local
245 bool exists = false; local
260 bool exists = false; local
295 bool exists = false; local
320 bool exists = false; local
336 bool exists = false; local
349 bool exists = false; local
363 bool exists = false; local
392 bool exists = false; local
411 bool exists = false; local
429 bool exists = false; local
[all...]
H A DdeUniquePtr.cpp37 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/chromium_org/tools/gyp/test/actions/src/
H A Dconfirm-dep-files.py18 if (os.path.exists("dep_1.txt") and
19 os.path.exists("dep_2.txt") and
20 os.path.exists("dep_3.txt")):
/external/chromium_org/chrome/browser/chromeos/system/
H A Ddevice_change_handler.cc28 void DeviceChangeHandler::TouchpadExists(bool exists) { argument
29 if (!exists)
36 void DeviceChangeHandler::MouseExists(bool exists) { argument
37 if (!exists)
H A Ddevice_change_handler.h23 virtual void TouchpadExists(bool exists) OVERRIDE;
24 virtual void MouseExists(bool exists) OVERRIDE;
H A Dpointer_device_observer.h28 virtual void TouchpadExists(bool exists) = 0;
29 virtual void MouseExists(bool exists) = 0;
49 void OnTouchpadExists(bool exists);
50 void OnMouseExists(bool exists);
H A Dpointer_device_observer.cc69 void PointerDeviceObserver::OnTouchpadExists(bool exists) { argument
70 FOR_EACH_OBSERVER(Observer, observers_, TouchpadExists(exists));
73 void PointerDeviceObserver::OnMouseExists(bool exists) { argument
74 FOR_EACH_OBSERVER(Observer, observers_, MouseExists(exists));
/external/chromium_org/google_apis/build/
H A Dcheck_internal.py8 Takes one argument, a path. Prints 1 if the path exists, 0 if not.
17 if os.path.exists(sys.argv[1]):
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfile_system_test.py103 def exists(path): function in function:FileSystemTest.testExists
107 self.assertTrue(exists(''))
110 self.assertFalse(exists('templates'))
111 self.assertTrue(exists('templates/'))
112 self.assertFalse(exists('templates/public'))
113 self.assertTrue(exists('templates/public/'))
114 self.assertFalse(exists('templates/public/apps'))
115 self.assertTrue(exists('templates/public/apps/'))
118 self.assertTrue(exists('file.txt'))
119 self.assertFalse(exists('fil
[all...]
/external/chromium_org/tools/gyp/test/restat/src/
H A Dcreate_intermediate.py15 if os.path.exists(outfile):
H A Dtouch.py13 if os.path.exists(fname):
/external/chromium_org/tools/gyp/test/win/vs-macros/
H A Dtest_exists.py8 if not os.path.exists(sys.argv[1]):
/external/chromium_org/tools/gyp/test/ninja/use-custom-environment-files/
H A Dgyptest-use-custom-environment-files.py23 if os.path.exists(test.built_file_path('environment.x86')):
25 if os.path.exists(test.built_file_path('environment.x64')):
/external/chromium_org/third_party/mesa/src/scons/
H A Dx11.py44 def exists(env): function
/external/mesa3d/scons/
H A Dx11.py44 def exists(env): function
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dpointer_handler.h31 virtual void TouchpadExists(bool exists) OVERRIDE;
32 virtual void MouseExists(bool exists) OVERRIDE;
H A Dpointer_handler.cc58 void PointerHandler::TouchpadExists(bool exists) { argument
59 has_touchpad_ = exists;
60 base::FundamentalValue val(exists);
65 void PointerHandler::MouseExists(bool exists) { argument
66 has_mouse_ = exists;
67 base::FundamentalValue val(exists);
/external/chromium_org/third_party/binutils/
H A Ddownload.py35 assert not os.path.exists(filename)
60 if not os.path.exists(sha1file):
67 if os.path.exists(stampfile):
68 if (os.path.exists(tarball) and
69 os.path.exists(outdir) and
82 assert os.path.exists(tarball)
84 if os.path.exists(outdir):
86 assert not os.path.exists(outdir)
88 assert os.path.exists(outdir)
94 assert os.path.exists(o
[all...]
/external/chromium_org/third_party/opus/
H A Dconvert_rtcd_assembler.py27 if not os.path.exists(arm2gnu_script):
33 if not os.path.exists(input_file):
39 # Ensure the output file's directory path exists.
41 if not os.path.exists(output_dir):
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-enable-enhanced-instruction-set.py30 if os.path.exists(test.built_file_path('avx_extensions')):
35 if os.path.exists(test.built_file_path('no_extensions')):
/external/valgrind/main/gdbserver_tests/
H A Dnlgone_abrt.stdoutB.exp6 The program no longer exists.
/external/chromium_org/chrome/test/mini_installer/
H A Dfile_verifier.py24 'exists' a boolean indicating whether the file should exist.
28 file_exists = os.path.exists(file_path)
29 assert expectation['exists'] == file_exists, \
30 ('File %s exists' % file_path) if file_exists else \
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dprofile_types.py32 assert os.path.exists(path)
/external/llvm/utils/llvm-lit/
H A Dllvm-lit.in24 if os.path.exists(clang_obj_root):
28 if os.path.exists(clang_tools_extra_obj_root):
33 if os.path.exists(lld_obj_root):
38 if os.path.exists(compilerrt_obj_root):
/external/chromium_org/build/android/pylib/device/
H A Ddevice_blacklist.py26 if not os.path.exists(_BLACKLIST_JSON):
57 """Erases the _BLACKLIST_JSON file if it exists."""
59 if os.path.exists(_BLACKLIST_JSON):

Completed in 2190 milliseconds

1234567891011>>